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 as dims)

tSNEFn

tSNE function to run (default Rtsne::Rtsne)

...

passed to tSNEFn

Value

a function that transforms the map, usable as coordsFn parameter


[Package EmbedSOM version 2.1.2 Index]