Bio::MAGETAB::Util::Writer::IDF - Export of MAGE-TAB Investigation objects.
use Bio::MAGETAB::Util::Writer::IDF; my $writer = Bio::MAGETAB::Util::Writer::IDF->new({ magetab_object => $investigation, filename => $idf_fh, }); $writer->write();
Export of Investigations to IDF files.
See the Tabfile class for superclass attributes.
The Bio::MAGETAB::Investigation to export. This is a required attribute.
Exports the Investigation to IDF.
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).