NAME

Bio::MAGETAB::Util::Writer::ADF - Export of MAGE-TAB ArrayDesign objects.

SYNOPSIS

 use Bio::MAGETAB::Util::Writer::ADF;
 my $writer = Bio::MAGETAB::Util::Writer::ADF->new({
    magetab_object => $array_design,
    filehandle     => $adf_fh,
 });
 
 $writer->write();

DESCRIPTION

Export of ArrayDesigns to ADF files.

ATTRIBUTES

See the Tabfile class for superclass attributes.

magetab_object

The Bio::MAGETAB::ArrayDesign to export. This is a required attribute.

METHODS

write

Exports the ArrayDesign to ADF.

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).