add_umap_embedding | R Documentation |
Add UMAP embedding in existing Seurat object. This is the case when running the pipeline and then you want to attach the stored UMAP embedding, stored as CSV file, instead of recomputing the UMAP.
add_umap_embedding(seu, embedding)
seu |
Seurat object |
embedding |
UMAP embedding. If a character, the function will assume a filename is given and will read the corresponding UMAP embedding. Otherwise, it assumes a UMAP embedding matrix is provided as input containing only the embeddings as columns. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.