Description Usage Arguments Value
View source: R/compute_supercells_clustering.R
Computes clustering for super-cells
1 2 3 4 5 6 7 | compute_supercells_clustering(
SC.list,
N.comp = 10,
N.clusters.seq = c(2:10),
pca_name = "SC_PCA",
DO_silhouette = TRUE
)
|
SC.list |
list of super-cells and other simplifications (output of compute_supercell) |
N.comp |
number or a vector of principal components to compute clastering on |
N.clusters.seq |
vector of number of clusters to compute |
pca_name |
name of the PCA field, default is 'SC_PCA' as returned with compute_supercells_PCA |
SC.list
with additional fields:
hclust
with hierarchical clustering results and
silh:hclust
with silhouette coefficients
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.