View source: R/network_functions.R
group2list | R Documentation |
Returns named list of cells grouped by meta feature from Seurat object.
group2list(object, group = "seurat_clusters", is.num = F, prefix = "")
object |
Seurat object |
group |
grouping feature (must be present in 'object' meta data). Default is "seurat_clusters". |
is.num |
whether 'group' is a numerical feature. |
prefix |
prefix added to each named entry in list. Default is "". |
Returns named list of cells grouped by meta feature from Seurat object.
Nicholas Mikolajewicz
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.