UMAPCoords {EmbedSOM}R Documentation

Add UMAP-based coordinates to a map

Description

Add UMAP-based coordinates to a map

Usage

UMAPCoords(dim = NULL, UMAPFn = NULL)

Arguments

dim

Dimension of the result (passed to UMAPFn as n_components)

UMAPFn

UMAP function to run (default umap::umap configured by umap::umap.defaults)

Value

a function that transforms the map, usable as coordsFn parameter


[Package EmbedSOM version 2.1.2 Index]