ArrayExpress::Datafile::Affymetrix::CHP::CHPv13 - CHPv13 data file parsing.
use ArrayExpress::Datafile::Affymetrix::CHP::CHPv13;
my $chp = ArrayExpress::Datafile::Affymetrix::CHP::CHPv13->new({ input => 'mydata.CHP', });
$chp->parse();
This module implements parsing and export of data from Affymetrix GDAC CHP (v12) files.
Please see the the ArrayExpress::Datafile::Affymetrix::Parser manpage documentation for methods common to all the Affymetrix file classes.
Most methods are implemented in the superclass. Please see the ArrayExpress::Datafile::Affymetrix::CHP::GDAC_CHP manpage for details.
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.