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