View source: R/compute_supercells_clustering.R
Compute consistency of super-cell (meta-cell) clustering corresponding to optimal number of clusters with the GT annotation (or single-cell clustering, if GT annotation is not available)
1 2 3 4 5 6 7 8 | compute_consistency_of_supercell_optimal_clustering(
SC.list,
sc.annotation,
sc.clustering = NULL,
clustering.name = "hclust",
sc.alternative.clustering = NULL,
max.N.cl = NULL
)
|
SC.list |
list of super-cells and other simplifications (output of compute_supercell) |
sc.clustering |
clustering of single-cell data, if not provided (is NULL), will be set to |
sc.alternative.clustering |
output of compute_alternative_clustering or NULL |
GT_annotation |
ground truth clustering of single-cells |
clustering_name |
names of clustering (default is 'hclust') |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.