GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Bio::MAGETAB::DesignElement(3) User Contributed Perl Documentation Bio::MAGETAB::DesignElement(3)

Bio::MAGETAB::DesignElement - Abstract design element class

 use Bio::MAGETAB::DesignElement;

This class is an abstract class from which all MAGE-TAB DesignElement classes (Feature, Reporter, CompositeElement) are derived. It cannot be instantiated directly. See the BaseClass class for superclass methods.

chromosome (optional)
The chromosome from which the design element is derived. This is primarily used in either the Reporter or CompositeElement subclass to support coordinate-based design elements in data matrices. It is possible that these attributes will be moved to a more suitable subclass in subsequent model versions (data type: String).
startPosition (optional)
The start coordinate of the design element on the given chromosome (data type: Integer).
endPosition (optional)
The end coordinate of the design element on the given chromosome (data type: Integer).

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.

Bio::MAGETAB::BaseClass

Tim F. Rayner <tfrayner@gmail.com>

This library is released under version 2 of the GNU General Public License (GPL).
2013-01-13 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.