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

Description Usage Arguments Value Author(s) Examples

View source: R/get.reductions.R

Description

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

Usage

1
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

1
2
3
4
example("addDimReduction", echo = FALSE)

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

dittoSeq documentation built on April 17, 2021, 6:01 p.m.