tSNECoords {EmbedSOM} | R Documentation |
Add tSNE-based coordinates to a map
Description
Add tSNE-based coordinates to a map
Usage
tSNECoords(dim = NULL, tSNEFn = Rtsne::Rtsne, ...)
Arguments
dim |
Dimension of the result (passed to |
tSNEFn |
tSNE function to run (default Rtsne::Rtsne) |
... |
passed to |
Value
a function that transforms the map, usable as coordsFn
parameter
[Package EmbedSOM version 2.1.2 Index]