num_cell_in_cluster_scExp: Number of cells in each cluster

Description Usage Arguments Value Examples

View source: R/correlation_filtering_clustering.R

Description

Number of cells in each cluster

Usage

1

Arguments

scExp

A SingleCellExperiment object containing chromatin groups.

Value

A formatted kable of cell assignation to each cluster.

Examples

1
2
3
4
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)

ChromSCape documentation built on Nov. 8, 2020, 6:57 p.m.