num_cell_in_cluster_scExp {ChromSCape}R Documentation

Number of cells in each cluster

Description

Number of cells in each cluster

Usage

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)
## Not run: num_cell_in_cluster_scExp(scExp_cf)


[Package ChromSCape version 1.2.62 Index]