abstract
Class: bioma.ExpressionSet
Namespace: bioma
Retrieve or set abstract describing experiment in ExpressionSet object
Syntax
Abstract
= abstract(ESObj
)
NewESObj
= abstract(ESObj
, NewAbstract
)
Description
returns
a character vector containing the abstract information describing
the experiment from a MIAME object in an ExpressionSet object.Abstract
= abstract(ESObj
)
replaces
the abstract information in the MIAME object in NewESObj
= abstract(ESObj
, NewAbstract
)ESObj
,
an ExpressionSet object, with NewAbstract
,
a character vector containing new abstract information, and returns NewESObj
,
a new ExpressionSet object.
Input Arguments
|
Object of the |
|
Character vector containing new abstract information. |
Output Arguments
|
Character vector containing the abstract information describing the experiment from a MIAME object in an ExpressionSet object. |
|
Object of the |
Examples
Construct an ExpressionSet object, ESObj
,
as described in the Examples section
of the bioma.ExpressionSet
class reference page.
Retrieve the abstract information stored in the MIAME object stored
in the ExpressionSet object:
% Retrieve abstract text from the MIAME object Abstract = abstract(ESObj)