NAME
Bio::MAGETAB::Util::Writer::SDRF - Export of MAGE-TAB SDRF objects.
SYNOPSIS
use Bio::MAGETAB::Util::Writer::SDRF;
my $writer = Bio::MAGETAB::Util::Writer::SDRF->new({
magetab_object => $sdrf_object,
filehandle => $sdrf_fh,
});
$writer->write();
DESCRIPTION
Export of SDRF objects to SDRF files.
ATTRIBUTES
See the Tabfile class for superclass attributes.
- magetab_object
-
The Bio::MAGETAB::SDRF object to export. This is a required attribute.
METHODS
- write
-
Exports the SDRF object to an SDRF file.
SEE ALSO
Bio::MAGETAB::Util::Writer Bio::MAGETAB::Util::Writer::Tabfile
AUTHOR
Tim F. Rayner <tfrayner@gmail.com>
LICENSE
This library is released under version 2 of the GNU General Public License (GPL).