getReductions: Returns the names of all dimensionality reduction slots of a...

View source: R/get.reductions.R

getReductionsR Documentation

Returns the names of all dimensionality reduction slots of a target object.

Description

Returns the names of all dimensionality reduction slots of a target object.

Usage

getReductions(object)

Arguments

object

A Seurat, SingleCellExperiment, or SummarizedExperiment object.

Value

A string vector of the names of all dimensionality reduction slots of the object. These represent the options for the reduction.use input of dittoDimPlot.

Author(s)

Daniel Bunis

Examples


example("addDimReduction", echo = FALSE)

# To see all metadata slots of an object
getReductions(myRNA)


dtm2451/dittoSeq documentation built on April 3, 2024, 9:11 p.m.