Cluster_Stats_All_Samples | R Documentation |
Calculates both overall and per sample cell number and percentages per cluster based on orig.ident.
Cluster_Stats_All_Samples(seurat_object, group_by_var = "orig.ident")
seurat_object |
Seurat object name. |
group_by_var |
meta data column to classify samples (default = "orig.ident"). |
A data.frame with rows in order of frequency
## Not run:
stats <- Cluster_Stats_All_Samples(seurat_object = object, group_by_var = "orig.ident")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.