make_umap: Generates a UMAP using the uwot package.

View source: R/reduction_funcs.R

make_umapR Documentation

Generates a UMAP using the uwot package.

Description

Generates a UMAP using the uwot package.

Usage

make_umap(dat.mat, dense = TRUE)

Arguments

dat.mat

Matrix of data (features X samples).

dense.map

Flag to use dense UMAP. Default of TRUE.

Value

Two column matrix with UMAP representation of samples.


califano-lab/PISCES documentation built on Jan. 11, 2023, 5:34 a.m.