RunUmapOnSDA | R Documentation |
Run UMAP using SDA results
RunUmapOnSDA(
seuratObj,
dimsToUse = NULL,
minDimsToUse = NULL,
reduction = "sda"
)
seuratObj |
A Seurat object. |
dimsToUse |
The number of dims to use. If null, this will be inferred using FindSeuratElbow() |
minDimsToUse |
The minimum numbers of dims to use. If dimsToUse is provided, this will override. |
reduction |
The name of the source reduction |
A modified Seurat object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.