View source: R/reduction_funcs.R
make_umap | R Documentation |
Generates a UMAP using the uwot package.
make_umap(dat.mat, dense = TRUE)
dat.mat |
Matrix of data (features X samples). |
dense.map |
Flag to use dense UMAP. Default of TRUE. |
Two column matrix with UMAP representation of samples.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.