Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

featureNames

Retrieve feature and sample names from eSets.


Description

These generic functions access the feature names (typically, gene or SNP identifiers) and sample names stored in an object derived from the eSet-class.

Usage

featureNames(object)
featureNames(object) <- value
sampleNames(object)
sampleNames(object) <- value

Arguments

object

Object, possibly derived from class eSet.

value

Character vector containing feature or sample names.

Value

featureNames returns a (usually long!) character vector uniquely identifying each feature.sampleNames returns a (usually shorter) character vector identifying samples.

Author(s)

Biocore

See Also


Biobase

Biobase: Base functions for Bioconductor

v2.50.0
Artistic-2.0
Authors
R. Gentleman, V. Carey, M. Morgan, S. Falcon
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.