|
NAMEBio::MAGETAB::Util::Writer - Export of MAGE-TAB objects. SYNOPSIS use Bio::MAGETAB::Util::Writer;
my $writer = Bio::MAGETAB::Util::Writer->new({
magetab => $magetab_container,
});
$writer->write();
DESCRIPTIONThis 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. ATTRIBUTES
METHODS
SEE ALSOBio::MAGETAB AUTHORTim F. Rayner <tfrayner@gmail.com> LICENSEThis library is released under version 2 of the GNU General Public License (GPL).
|