expDataNames,ANY-method {singleCellTK} | R Documentation |
SingleCellExperiment
object including assays, altExps and reducedDims.expDataNames
Get names of all the data items in the input SingleCellExperiment
object including assays, altExps and reducedDims.
## S4 method for signature 'ANY' expDataNames(inSCE)
inSCE |
Input |
A combined vector
of assayNames
, altExpNames
and reducedDimNames
.