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, filename => $sdrf_fh, }); $writer->write();
Export of SDRF objects to SDRF files.
See the Tabfile class for superclass attributes.
The Bio::MAGETAB::SDRF object to export. This is a required attribute.
Exports the SDRF object to an SDRF file.
the Bio::MAGETAB::Writer manpage the Bio::MAGETAB::Writer::Tabfile manpage
Tim F. Rayner <tfrayner@gmail.com>
This library is released under version 2 of the GNU General Public License (GPL).