|
NAMEBio::MAGETAB::Util::Writer::IDF - Export of MAGE-TAB Investigation objects. SYNOPSIS use Bio::MAGETAB::Util::Writer::IDF;
my $writer = Bio::MAGETAB::Util::Writer::IDF->new({
magetab_object => $investigation,
filehandle => $idf_fh,
});
$writer->write();
DESCRIPTIONExport of Investigations to IDF files. ATTRIBUTESSee the Tabfile class for superclass attributes.
METHODS
SEE ALSOBio::MAGETAB::Util::Writer Bio::MAGETAB::Util::Writer::Tabfile AUTHORTim F. Rayner <tfrayner@gmail.com> LICENSEThis library is released under version 2 of the GNU General Public License (GPL).
|