R/correlation_filtering_clustering.R
num_cell_in_cluster_scExp.Rd
Number of cells in each cluster
num_cell_in_cluster_scExp(scExp)
scExp | A SingleCellExperiment object containing chromatin groups. |
---|
A formatted kable of cell assignation to each cluster.
data("scExp") scExp_cf = correlation_and_hierarchical_clust_scExp(scExp) scExp_cf = choose_cluster_scExp(scExp_cf,nclust=3,consensus=FALSE) if (FALSE) num_cell_in_cluster_scExp(scExp_cf)