The CellMix package provides extra methods for the
generic featureNames and
sampleNames, that complete the
original Bioconductor interface.
featureNames(object)
featureNames(object) <- value
sampleNames(object)
sampleNames(object) <- value
exprs(object)
S4 (matrix)
`exprs`(object)
eSet.signature(object = "matrix"): Simply
returns object. This method is defined so that
function can seamlessly handle both matrix and
ExpressionSet objects.
signature(object = "matrix"):
Returns the row names of object.
signature(object =
"MarkerList"): Returns the character vector of all
marker names in the list.
signature(object = "matrix"):
Returns the column names of object.