Bio::MAGETAB::Investigation - MAGE-TAB investigation class
use Bio::MAGETAB::Investigation;
This class is used to store top-level information on the investigation in MAGE-TAB. This class also acts as a container for the information in an IDF file. See the BaseClass class for superclass methods.
The title of the investigation (data type: String).
A free-text description of the investigation (data type: String).
The date on which the investigation was performed (data type: Date).
The date on which the experimental data was, or will be, publicly released (data type: Date).
A list of contacts for the investigation (data type: Bio::MAGETAB::Contact).
A list of experimental factors (variables) studied during the investigation (data type: Bio::MAGETAB::Factor).
A list of SDRFs associated with the investigation (data type: Bio::MAGETAB::SDRF).
A list of experimental protocols used in the investigation (data type: Bio::MAGETAB::Protocol)
A list of publications related to the investigation (data type: Bio::MAGETAB::Publication).
A list of term sources (usually databases and/or ontologies) used to annotate the investigation (data type: Bio::MAGETAB::TermSource).
A list of experiment design types, typically taken from a suitable ontology (data type: Bio::MAGETAB::ControlledTerm).
A list of experiment data normalization types (data type: Bio::MAGETAB::ControlledTerm).
A list of replicate types for the experiment (typically specifying technical and/or biological replicates; date type: Bio::MAGETAB::ControlledTerm).
A list of quality control terms describing the experiment (data type: Bio::MAGETAB::ControlledTerm).
A list of user-defined comments attached to the investigation (data type: Bio::MAGETAB::Comment).
Each attribute has accessor (get_*) and mutator (set_*) methods, and also predicate (has_*) and clearer (clear_*) methods where the attribute is optional. Where an attribute represents a one-to-many relationship the mutator accepts an arrayref and the accessor returns an array.
the Bio::MAGETAB::BaseClass manpage
Tim F. Rayner <tfrayner@gmail.com>
This library is released under version 2 of the GNU General Public License (GPL).