expDataNames {singleCellTK}R 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.


[Package singleCellTK version 2.3.1 Index]