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

expDataNames,ANY-methodR 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

## S4 method for signature 'ANY'
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 May 8, 2024, 6:58 p.m.