Description Usage Arguments Value Examples
View source: R/correlation_filtering_clustering.R
Number of cells in each cluster
1 |
scExp |
A SingleCellExperiment object containing chromatin groups. |
A formatted kable of cell assignation to each cluster.
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.