clusterNames | R Documentation |
Get names of clustering runs.
clusterNames(se)
se |
A |
A character vector of names of clustering runs.
data(rings)
spe <- computeBanksy(rings, assay_name = "counts", M = 1, k_geom = c(15, 30))
spe <- runBanksyPCA(spe, M = 1, lambda = c(0, 0.2), npcs = 20)
spe <- clusterBanksy(spe, M = 1, lambda = c(0, 0.2), resolution = 1)
clusterNames(spe)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.