Bio::MAGETAB::Feature - MAGE-TAB feature class
use Bio::MAGETAB::Feature;
This class is used to store information on array features in MAGE-TAB. These elements will correspond to the individual spots on the array. See the DesignElement class for superclass methods.
The block column number of the feature (data type: Integer).
The block row number of the feature (data type: Integer).
The number of the feature's column within the enclosing block (data type: Integer).
The number of the feature's row within the enclosing block (data type: Integer).
The reporter with which this feature is associated (data type: Bio::MAGETAB::Reporter).
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::DesignElement manpage
Tim F. Rayner <tfrayner@gmail.com>
This library is released under version 2 of the GNU General Public License (GPL).