featureVarDesc
Class: bioma.ExpressionSet
Namespace: bioma
Retrieve or set feature variable descriptions in ExpressionSet object
Syntax
DSVarDescriptions
= featureVarDesc(ESObj
)
NewESObj
= featureVarDesc(ESObj
, NewDSVarDescriptions
)
Description
returns
a dataset array containing the feature variable names and descriptions
from the MetaData object in an ExpressionSet object.DSVarDescriptions
= featureVarDesc(ESObj
)
replaces
the feature variable descriptions in NewESObj
= featureVarDesc(ESObj
, NewDSVarDescriptions
)ESObj
,
an ExpressionSet object, with NewDSVarDescriptions
,
and returns NewESObj
, a new ExpressionSet
object.
Input Arguments
|
Object of the |
|
Descriptions of the feature variable names, specified by either of the following:
|
Output Arguments
|
A dataset array
containing the feature variable names and descriptions from the MetaData
object of an ExpressionSet object. In this dataset array, each row
corresponds to a variable. The first column contains the variable
name, and the second column ( |
|
Object of the |