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 = deprecated(),
group.by = "orig.ident",
order_by_freq = TRUE
)
A data.frame with rows in order of frequency or cluster order
if (FALSE) {
stats <- Cluster_Stats_All_Samples(seurat_object = object, group.by = "orig.ident")
}