ArrayExpress::Datafile::Affymetrix::GDAC_CDF.pm - GDAC CDF data file parsing.
use ArrayExpress::Datafile::Affymetrix::CDF::GDAC_CDF;
my $cdf = ArrayExpress::Datafile::Affymetrix::CDF::GDAC_CDF->new({ input => 'HG-U133A.cdf', }); $cdf->parse();
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.
Most accessors and methods are implemented in the superclass; see the ArrayExpress::Datafile::Affymetrix::CDF manpage.
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.