tSNECoords: Add tSNE-based coordinates to a map

View source: R/coords.R

tSNECoordsR 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


EmbedSOM documentation built on July 5, 2022, 5:14 p.m.