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::Util::Reader::IDF(3) User Contributed Perl Documentation Bio::MAGETAB::Util::Reader::IDF(3)

Bio::MAGETAB::Util::Reader::IDF - IDF parser class.

 use Bio::MAGETAB::Util::Reader::IDF;
 my $parser = Bio::MAGETAB::Util::Reader::IDF->new({
     uri => $idf_filename,
 });
 my $investigation = $parser->parse();

This class is used to parse IDF files. It can be used on its own, but more often you will want to use the main Bio::MAGETAB::Util::Reader class which handles extended parsing options more transparently.

See the TagValueFile class for superclass attributes.
magetab_object
A Bio::MAGETAB::Investigation object. This can either be set upon instantiation, or a new object will be created for you. It can be retrieved at any time using "get_magetab_object".
document_version
A string representing the MAGE-TAB version used in the parsed document. This is populated by the parse() method.

parse
Parse the IDF pointed to by "$self->get_uri()". Returns the Bio::MAGETAB::Investigation object updated with the IDF contents.

Bio::MAGETAB::Util::Reader::TagValueFile Bio::MAGETAB::Util::Reader::Tabfile Bio::MAGETAB::Util::Reader Bio::MAGETAB::Investigation

Tim F. Rayner <tfrayner@gmail.com>

This library is released under version 2 of the GNU General Public License (GPL).
2013-04-30 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.