View source: R/seurat_wrappers.R
umap_tsne | R Documentation |
functionality for returning UMAP an TSNE results
umap_tsne( so, tsne.flag = F, umap.flag = F, n_dims = 30, reduction = "pca", verbose = F )
so |
a SeuratObject of your data |
tsne.flag |
boolean, run tSNE? |
umap.flag |
boolean, run umap? |
n_dims |
number of dimensions you want to use from your embedding space |
reduction |
string that matches to the right reduction slot |
verbose |
whether to be verbose in the calculation |
SeuratObject with computed visualizations
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.