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

Bio::MAGETAB::Util::Writer - Export of MAGE-TAB objects.

 use Bio::MAGETAB::Util::Writer;
 my $writer = Bio::MAGETAB::Util::Writer->new({
    magetab => $magetab_container,
 });
 
 $writer->write();

This class is designed to export all the MAGE-TAB objects from a given Bio::MAGETAB container, creating as many IDFs, ADFs and SDRFs as are necessary to do so.

Export of the individual MAGE-TAB components is delegated to separate writer classes. See the ADF, IDF and SDRF classes if you want more control over the export process.

magetab
The Bio::MAGETAB container to export. This is a required attribute. See the Bio::MAGETAB class for more information on this container class.
export_version
A string indicating which version of the MAGE-TAB format to export; currently restricted to "1.0" or "1.1". The default is "1.1".

write
Exports all objects into their respective MAGE-TAB components. Filenames are automatically generated from Investigation title, ArrayDesign uri (or name) and SDRF uri attributes.

Bio::MAGETAB

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.