View source: R/get.reductions.R
getReductions | R Documentation |
Returns the names of all dimensionality reduction slots of a target object.
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
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.