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