Description Usage Arguments Value See Also
View source: R/add_umap_embedding.R
run UMAP with uwot and store the embedding model in metadata(x)$uwot
1  | add_umap_embedding(x, nc = 3L, ret = c("sce", "uwot"), rdn = NULL, ...)
 | 
x | 
 a SingleCellExperiment or a slice of one  | 
nc | 
 how many components to keep for   | 
ret | 
 return the modified "sce" (default) or "uwot" model? ("sce")  | 
rdn | 
 reducedDimName to use ("HARMONY" if present, "PCA" otherwise)  | 
... | 
 additional parameters for uwot::umap (e.g.   | 
1  |  depending on `ret`, an embellished sce or a uwot model
 | 
1  | uwot::umap
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.