project_onto_umap: given a 'uwot' model in metadata(x)$uwot, project y onto...

Description Usage Arguments Value See Also

View source: R/project_onto_umap.R

Description

given a uwot model in metadata(x)$uwot, project y onto those coordinates

Usage

1
project_onto_umap(x, y, rdn = NULL, ...)

Arguments

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

Value

1
 embedding coordinates for y onto x

See Also

1
uwot::umap_transform

trichelab/velocessor documentation built on Jan. 5, 2022, 6:27 p.m.