exptData
Class: bioma.ExpressionSet
Namespace: bioma
Retrieve or set experiment data in ExpressionSet object
Syntax
ExptDataObj
= exptData(ESObj
)
NewESObj
= exptData(ESObj
, NewExptDataObj
)
Description
returns
the ExptData object stored in an ExpressionSet object.ExptDataObj
= exptData(ESObj
)
replaces
the ExptData object in NewESObj
= exptData(ESObj
, NewExptDataObj
)ESObj
, an ExpressionSet
object, with NewExptDataObj
, a new ExptData
object, and returns NewESObj
, a new ExpressionSet
object.
Input Arguments
|
Object of the |
|
Object of the |
Output Arguments
|
Object of the |
|
Object of the |
Examples
Construct an ExpressionSet object, ESObj
,
as described in the Examples section
of the bioma.ExpressionSet
class reference page.
Retrieve the ExptData object stored in the ExpressionSet object:
% Retrieve the ExptData object NewEDObj = exptData(ESObj);