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 name.
meta data column to classify samples (default = "orig.ident").
A data.frame
if (FALSE) {
stats <- Cluster_Stats_All_Samples(seurat_object = object, group_by_var = "orig.ident")
}