featureNames,SingleCellExperiment-method {CellTrails}R Documentation

GET feature names

Description

Retrieve feature names from a SingleCellExperiment object

Usage

## 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

# Example data
data(exSCE)

featureNames(exSCE)

[Package CellTrails version 1.10.0 Index]