Number of cells in each cluster

num_cell_in_cluster_scExp(scExp)

Arguments

scExp

A SingleCellExperiment object containing chromatin groups.

Value

A formatted kable of cell assignation to each cluster.

Examples

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)