| featureNames,SingleCellExperiment-method {CellTrails} | R Documentation |
Retrieve feature names from a SingleCellExperiment object
## S4 method for signature 'SingleCellExperiment' featureNames(object)
object |
An object of class |
Wrapper for rownames(object)
A character vector
Daniel C. Ellwanger
SingleCellExperiment
# Example data data(exSCE) featureNames(exSCE)