View source: R/compute_supercells_clustering.R
Coumputes unweighted clustering for super-cell-like list
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | compute_supercells_unweighted_clustering(
SC.list,
SC.GE.list = NULL,
algs = c("hclust", "kmeans", "seurat"),
pca_name = "SC_PCA",
N.clusters = NULL,
N.clusters.seq = NULL,
N.comp = NULL,
DO_silhouette = TRUE,
ignore.gammas = c(),
seurat_fields = c(),
def.resolution = 0.8,
step.resolution = 0.1,
max.counter = 20,
seed = 12345,
verbose = FALSE
)
|
SC.list |
super-cell-like list |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.