Description Usage Arguments Value Examples
Wrapper for the umap
function.
1 2 3 4 5 |
object |
An EMSet |
... |
Additional arguments to pass to the UMAP function |
method |
Method to use with the UMAP function - naive (default) or umap-learn (Python package required) |
config |
Configuration to use with UMAP function (Optional) |
UMAP matrix stored in "UMAP" slot in reducedDims
1 2 3 4 5 | # Load example EMSet
em_set <- ascend::analyzed_set
# Run UMAP
em_set <- runUMAP(em_set, method = "naive")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.