Description Usage Arguments Value Author(s) Examples
View source: R/get.reductions.R
Returns the names of all dimensionality reduction slots of a target object.
| 1 | getReductions(object)
 | 
| object | A Seurat, SingleCellExperiment, or SummarizedExperiment object. | 
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.
Daniel Bunis
| 1 2 3 4 | example("addDimReduction", echo = FALSE)
# To see all metadata slots of an object
getReductions(myRNA)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.