embed | R Documentation |
functionality for returning UMAP an TSNE results
embed(so, tsne.flag = F, umap.flag = F, n_pcs = 30)
so |
a SeuratObject of your data |
tsne.flag |
boolean, run tSNE? |
umap.flag |
boolean, run umap? |
n_pcs |
number of PCs to run umap and tsne on |
a list of all parameters calculated
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.