View source: R/functions_scRNA_fetch.R
make_cell_dt_from_list | R Documentation |
Title
make_cell_dt_from_list( cell_assignment_list, cell_cluster_id_ = "seurat_clusters" )
cell_assignment_list |
list of character vector cell ids |
cell_cluster_id_ |
name to give cell cluster variable in data.table. Default is "seurat_clusters". |
data.table equivalent of input lists.
cells_list = list(clust1 = c("a", "b"), clust2 = c("c")) cells_dt = make_cell_dt_from_list(cells_list) cells_dt
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.