num_cell_in_cluster_scExp {ChromSCape} | R Documentation |
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) ## Not run: num_cell_in_cluster_scExp(scExp_cf)