featureVarValues
Class: bioma.ExpressionSet
Namespace: bioma
Retrieve or set feature variable data values in ExpressionSet object
Syntax
DSVarValues
= featureVarValues(ESObj
)
NewESObj
= featureVarValues(ESObj
, NewDSVarValues
)
Description
returns
a dataset array containing the measured value of each variable per
feature from the MetaData object of an ExpressionSet object.DSVarValues
= featureVarValues(ESObj
)
replaces
the feature variable values in NewESObj
= featureVarValues(ESObj
, NewDSVarValues
)ESObj
, an
ExpressionSet object, with NewDSVarValues
,
and returns NewESObj
, a new ExpressionSet
object.
Input Arguments
|
Object of the |
|
A dataset array
containing a value for each variable per feature. In this dataset
array, the columns correspond to variables and rows correspond to
feature. The row names (feature names) must match the row names (feature
names) in |
Output Arguments
|
A dataset array containing the measured value of each variable per feature from the MetaData object of an ExpressionSet object. In this dataset array, the columns correspond to variables and rows correspond to features. |
|
Object of the |