num_cell_in_cluster_scExp: Number of cells in each cluster

View source: R/correlation_filtering_clustering.R

num_cell_in_cluster_scExpR 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)


vallotlab/ChromSCape documentation built on Oct. 15, 2023, 1:47 p.m.