exptInfo
Class: bioma.ExpressionSet
Namespace: bioma
Retrieve or set experiment information in ExpressionSet object
Syntax
MIAMEObj
= exptInfo(ESObj
)
NewESObj
= exptInfo(ESObj
, NewMIAMEObj
)
Description
returns
a MIAME object containing experiment information from an ExpressionSet
object.MIAMEObj
= exptInfo(ESObj
)
replaces
the MIAME object in NewESObj
= exptInfo(ESObj
, NewMIAMEObj
)ESObj
, an ExpressionSet
object, with NewMIAMEObj
, a new MIAME 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 MIAME object stored in the ExpressionSet object:
% Retrieve the MIAME object NewMIAMEObj = exptInfo(ESObj);
References
[1] Brazma, A., Hingamp, P., Quackenbush, J., Sherlock, G., Spellman, P., Stoeckert, C., et al. (2001). Minimum information about a microarray experiment (MIAME)—toward standards for microarray data. Nat Genet. 29, 365-371.