View source: R/DimensionalityReduction.R
GetUMAP | R Documentation |
GetUMAP
GetUMAP( object = NULL, dims = 10, reduction = "pca", PCA = TRUE, scale = TRUE, seed = 42, verbose = FALSE, ... )
object |
Seurat object. |
dims |
Dimensions to use. |
reduction |
Reduction to use. |
PCA |
Obtain PCA. |
scale |
Scale the data. |
seed |
Set a random seed. By default, sets the seed to 42. |
verbose |
Print verbose. |
... |
Arguments passed to other methods. |
UMAP representation.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.