powered by
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")
A data.frame with rows in order of frequency
Seurat object name.
meta data column to classify samples (default = "orig.ident").
if (FALSE) { stats <- Cluster_Stats_All_Samples(seurat_object = object, group_by_var = "orig.ident") }
Run the code above in your browser using DataLab