View source: R/umapClustering.R
fallbackUmap | R Documentation |
Fallback for UMAP in case of insufficient samples
fallbackUmap(umapDt, randomSeed, dim)
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.