runUMAP | R Documentation |
runUMAP
takes an SCE object and computes UMAP coordinates using uwot.
runUMAP( sce, by_exprs_values = "exprs", name = "UMAP", n_components = 2, n_neighbors = 100, min_dist = 0.5, scale = T, n_threads = parallel::detectCores(logical = F), seed = 12345 )
sce |
A |
by_exprs_values |
A character string. Specifies which assay data to use for clustering. |
name |
A character string. Specifies the name of the reduced dimensions. |
n_components, n_neighbors, min_dist, scale, n_threads |
See |
seed |
Numeric. Sets a random seed. |
A SingleCellExperiment-class
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.