sampleData
Class: bioma.ExpressionSet
Namespace: bioma
Retrieve or set sample metadata in ExpressionSet object
Syntax
MetaDataObj
= sampleData(ESObj
)
NewESObj
= sampleData(ESObj
, NewMetaDataObj
)
Description
returns
a MetaData object containing the sample metadata from an ExpressionSet
object.MetaDataObj
= sampleData(ESObj
)
replaces
the sample metadata in NewESObj
= sampleData(ESObj
, NewMetaDataObj
)ESObj
, an ExpressionSet
object, with NewMetaDataObj
, 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 MetaData object that contains sample metadata, stored
in the ExpressionSet object:
% Retrieve the sample data NewMDObj = sampleData(ESObj);