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

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

 use Bio::MAGETAB::Util::Writer::SDRF;
 my $writer = Bio::MAGETAB::Util::Writer::SDRF->new({
    magetab_object => $sdrf_object,
    filehandle     => $sdrf_fh,
 });
 
 $writer->write();

Export of SDRF objects to SDRF files.

See the Tabfile class for superclass attributes.
magetab_object
The Bio::MAGETAB::SDRF object to export. This is a required attribute.

write
Exports the SDRF object to an SDRF file.

Bio::MAGETAB::Util::Writer Bio::MAGETAB::Util::Writer::Tabfile

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.