uwotCoords: Add UMAP-based coordinates to a map, using the 'uwot' package
Description
Add UMAP-based coordinates to a map, using the 'uwot' package
Usage
uwotCoords(dim = NULL, uwotFn = uwot::umap, ...)
Value
a function that transforms the map, usable as coordsFn
parameter
Arguments
- dim
Dimension of the result (passed to uwotFn
as dims
)
- uwotFn
UMAP function to run (default uwot::umap)
- ...
passed to uwotFn