embed_umap | R Documentation |
embed in gray scale using UMAP projections
embed_umap(counts, dimensions, features = NULL, verbose)
counts |
Seurat object containing normalised counts |
dimensions |
number of PCs to use for the UMAP projections |
features |
custom vector of features |
verbose |
logical if progress messages should be outputed |
Note that while you can select any number of dimensions the number of UMAP dimensions will always be 3.
normalised UMAP projection matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.