Description Usage Arguments Value See Also
View source: R/project_onto_umap.R
given a uwot
model in metadata(x)$uwot, project y onto those coordinates
1 | project_onto_umap(x, y, rdn = NULL, ...)
|
x |
a SingleCellExperiment where !is.null(metadata(x)$uwot) |
y |
a SingleCellExperiment with samples to map onto x's model |
rdn |
reducedDimName to use ("HARMONY" if present, "PCA" otherwise) |
... |
additional parameters for uwot::umap_transform |
1 | embedding coordinates for y onto x
|
1 | uwot::umap_transform
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.