Bio::MAGETAB::ProtocolApplication - MAGE-TAB protocol application class
use Bio::MAGETAB::ProtocolApplication;
This class is used to describe the actual application of experimental protocols in the MAGE-TAB SDRF. See the BaseClass class for superclass methods.
The protocol being applied (data type: Bio::MAGETAB::Protocol).
A list of parameter values used in this protocol application (data type: Bio::MAGETAB::ParameterValue).
A list of people who performed the protocol application (data type: Bio::MAGETAB::Contact).
The date on which the protocol application was performed (data type: Date).
A list of user-defined comments on the protocol application (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).