featureNames-SingleCellExperiment-method: GET feature names

Description Usage Arguments Details Value Author(s) See Also Examples

Description

Retrieve feature names from a SingleCellExperiment object

Usage

1
2
## S4 method for signature 'SingleCellExperiment'
featureNames(object)

Arguments

object

An object of class SingleCellExperiment

Details

Wrapper for rownames(object)

Value

A character vector

Author(s)

Daniel C. Ellwanger

See Also

SingleCellExperiment

Examples

1
2
3
4
# Example data
data(exSCE)

featureNames(exSCE)

elldc/CellTrails documentation built on May 16, 2020, 4:40 a.m.