View source: R/seurat_utilities.R
add_seurat_embedding | R Documentation |
Easily add new embeddings to Seurat Object
add_seurat_embedding(object, embedding, reduction_name, type = "umap")
embedding |
a matrix containing the embedding. |
reduction_name |
name to save the reduction as |
type |
embedding type (e.g. umap (default), 'harmony','hdbscan','pca') |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.