Compute UMAP.

computeUMAP(
  dat,
  computPC = TRUE,
  ncomp = 30,
  center = TRUE,
  scale = FALSE,
  config = NULL
)

Arguments

dat

Input data.

computPC

Whether to compute PC first.

ncomp

Number of PC components

center

Center or not.

scale

Scale or not.

config

Configuration of UMAP (see umap package).

Value

UMAP coordinates.