featureNames
Class: bioma.ExpressionSet
Namespace: bioma
Retrieve or set feature names in ExpressionSet object
Syntax
FeatNames
= featureNames(ESObj
)
FeatNames
= featureNames(ESObj
, Subset
)
NewESObj
= featureNames(ESObj
, Subset
, NewFeatNames
)
Description
returns
a cell array of character vectors specifying all feature names in
an ExpressionSet object. FeatNames
= featureNames(ESObj
)
returns
a cell array of character vectors specifying a subset the feature
names in an ExpressionSet object. FeatNames
= featureNames(ESObj
, Subset
)
replaces
the feature names specified by NewESObj
= featureNames(ESObj
, Subset
, NewFeatNames
)Subset
in ESObj
,
an ExpressionSet object, with NewFeatNames
,
and returns NewESObj
, a new ExpressionSet
object.
Input Arguments
|
Object of the |
|
One of the following to specify a subset of the feature names in an ExpressionSet object:
|
|
New feature names for specific feature names within an ExpressionSet object, specified by one of the following:
The number of feature names in |
Output Arguments
|
Cell array of character vectors specifying all or some of the
feature names in an ExpressionSet object. The feature names are the
row names in the DataMatrix objects in the ExpressionSet object. The
feature names are also the row names of the |
|
Object of the |