Description Usage Arguments Value
View source: R/compute_supercells_clustering.R
Computes silhouete distance for a list of clustring results
1 2 3 4 5 6 7 | compute_supercells_silhouette(
SC.list,
N.comp,
pca_name = "SC_PCA",
clustering_name = "hclust",
verbose = FALSE
)
|
SC.list |
super-cell-like structures |
N.comp |
number of principal components to use for distance calculation |
pca_name |
name (key) to PCA results |
clustering_name |
name (key) to clustering results. Clustering result are expected to be stores as a list with list names being number of custers and value being clustering partition |
SC.list with a silhouette field paste0("silh:", clustering_name)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.