SingleCellExperiment object. The data item can be an assay, altExp (subset) or a reducedDim, which is retrieved based on the name of the data item.R/sctkTagging.R
expData.RdexpData
Get data item from an input SingleCellExperiment object. The data item can be an assay, altExp (subset) or a reducedDim, which is retrieved based on the name of the data item.
expData(inSCE, assayName)Input SingleCellExperiment object.
Specify the name of the data item to retrieve.
Specified data item.
data(scExample, package = "singleCellTK")
mat <- expData(sce, "counts")