getReductions {dittoSeq}R 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)


[Package dittoSeq version 1.6.0 Index]