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