% Generated by roxygen2: do not edit by hand % Please edit documentation in R/sctkTagging.R \name{expDataNames} \alias{expDataNames} \title{expDataNames Get names of all the data items in the input \code{SingleCellExperiment} object including assays, altExps and reducedDims.} \usage{ expDataNames(inSCE) } \arguments{ \item{inSCE}{Input \code{SingleCellExperiment} object.} } \value{ A combined \code{vector} of \code{assayNames}, \code{altExpNames} and \code{reducedDimNames}. } \description{ expDataNames Get names of all the data items in the input \code{SingleCellExperiment} object including assays, altExps and reducedDims. } \examples{ data(scExample, package = "singleCellTK") expDataNames(sce) }