computeUMAP.Rd
Compute UMAP.
computeUMAP( dat, computPC = TRUE, ncomp = 30, center = TRUE, scale = FALSE, config = NULL )
Input data.
Whether to compute PC first.
Number of PC components
Center or not.
Scale or not.
Configuration of UMAP (see umap package).
umap
UMAP coordinates.