Extracting Feature Names

Description

The CellMix package provides extra methods for the generic featureNames and sampleNames, that complete the original Bioconductor interface.

Usage

featureNames(object)

featureNames(object) <- value

sampleNames(object)

sampleNames(object) <- value

exprs(object)

S4 (matrix)
`exprs`(object)

Arguments

object
Object, possibly derived from class eSet.
value
Character vector containing feature or sample names.

Methods

  1. exprssignature(object = "matrix"): Simply returns object. This method is defined so that function can seamlessly handle both matrix and ExpressionSet objects.

  2. featureNamessignature(object = "matrix"): Returns the row names of object.

  3. featureNamessignature(object = "MarkerList"): Returns the character vector of all marker names in the list.

  4. sampleNamessignature(object = "matrix"): Returns the column names of object.