tSNECoords: Add tSNE-based coordinates to a map
Description
Add tSNE-based coordinates to a map
Usage
tSNECoords(dim = NULL, tSNEFn = Rtsne::Rtsne, ...)
Value
a function that transforms the map, usable as coordsFn
parameter
Arguments
- dim
Dimension of the result (passed to tSNEFn
as dims
)
- tSNEFn
tSNE function to run (default Rtsne::Rtsne)
- ...
passed to tSNEFn