sampleVarDesc
Class: bioma.ExpressionSet
Namespace: bioma
Retrieve or set sample variable descriptions in ExpressionSet object
Syntax
DSVarDescriptions
= sampleVarDesc(ESObj
)
NewESObj
= sampleVarDesc(ESObj
, NewDSVarDescriptions
)
Description
returns
a dataset array containing the sample variable names and descriptions
from the MetaData object in an ExpressionSet object.DSVarDescriptions
= sampleVarDesc(ESObj
)
replaces
the sample variable descriptions in NewESObj
= sampleVarDesc(ESObj
, NewDSVarDescriptions
)ESObj
,
an ExpressionSet object, with NewDSVarDescriptions
,
and returns NewESObj
, a new ExpressionSet
object.
Input Arguments
|
Object of the |
|
Descriptions of the sample variable names, specified by either of the following:
|
Output Arguments
|
A dataset array
containing the sample 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 |
Examples
Construct an ExpressionSet object, ESObj
,
as described in the Examples section
of the bioma.ExpressionSet
class reference page.
Retrieve the sample variable descriptions in the ExpressionSet object:
% Retrieve the sample variable descriptions SVarDescriptions = sampleVarDesc(ESObj)