Tab2MAGE logo Module detail: GDAC_CDF.pm

NAME

ArrayExpress::Datafile::Affymetrix::GDAC_CDF.pm - GDAC CDF data file parsing.


SYNOPSIS

 use ArrayExpress::Datafile::Affymetrix::CDF::GDAC_CDF;
 my $cdf = ArrayExpress::Datafile::Affymetrix::CDF::GDAC_CDF->new({
     input => 'HG-U133A.cdf',
 });
 $cdf->parse();

DESCRIPTION

This module implements parsing and export of data from Affymetrix GDAC CDF files.

Please see the ArrayExpress::Datafile::Affymetrix::Parser manpage for methods common to all the Affymetrix parser classes.


METHODS

Most accessors and methods are implemented in the superclass; see the ArrayExpress::Datafile::Affymetrix::CDF manpage.


AUTHOR

Tim Rayner (rayner@ebi.ac.uk), ArrayExpress team, EBI, 2005.

Acknowledgements go to the ArrayExpress curation team for feature requests, bug reports and other valuable comments.


SourceForge.net Logo