expDataNames: expDataNames Get names of all the data items in the input...

expDataNamesR Documentation

expDataNames Get names of all the data items in the input SingleCellExperiment object including assays, altExps and reducedDims.

Description

expDataNames Get names of all the data items in the input SingleCellExperiment object including assays, altExps and reducedDims.

Usage

expDataNames(inSCE)

Arguments

inSCE

Input SingleCellExperiment object.

Value

A combined vector of assayNames, altExpNames and reducedDimNames.

Examples

data(scExample, package = "singleCellTK")
expDataNames(sce)

compbiomed/singleCellTK documentation built on Feb. 10, 2024, 3:32 a.m.