View source: R/umapClustering.R
performUmap | R Documentation |
Helper function to handle UMAP logic
performUmap(umapDt, randomSeed = 123, dim = 2)
umapDt |
data matrix for UMAP |
randomSeed |
random seed. Default: 123 |
dim |
dimension, either 2 for 2D (default) or 3 for 3D |
A table contains coordinates UMAP reduction
Vinh Tran tran@bio.uni-frankfurt.de
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.