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