ArrayExpress::Datafile::Affymetrix::CDF::XDA_CDF.pm - XDA CDF data file parsing.
use ArrayExpress::Datafile::Affymetrix::CDF::XDA_CDF;
my $cdf = ArrayExpress::Datafile::Affymetrix::CDF::XDA_CDF->new({ input => 'HG-U133A.cdf', }); $cdf->parse();
This module implements parsing and export of data from Affymetrix XDA CDF files.
Please see the ArrayExpress::Datafile::Affymetrix::Parser manpage for methods common to all the Affymetrix parser classes.
Most parsing methods and accessors are implemented in the superclasses. See the ArrayExpress::Datafile::Affymetrix::CDF::GDAC_CDF manpage for information.
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.