GetUMAP: GetUMAP

View source: R/DimensionalityReduction.R

GetUMAPR Documentation

GetUMAP

Description

GetUMAP

Usage

GetUMAP(
  object = NULL,
  dims = 10,
  reduction = "pca",
  PCA = TRUE,
  scale = TRUE,
  seed = 42,
  verbose = FALSE,
  ...
)

Arguments

object

Seurat object.

dims

Dimensions to use.

reduction

Reduction to use.

PCA

Obtain PCA.

scale

Scale the data.

seed

Set a random seed. By default, sets the seed to 42.

verbose

Print verbose.

...

Arguments passed to other methods.

Value

UMAP representation.


MartinLoza/RNAseqAnalysis documentation built on March 18, 2022, 2:13 a.m.