ArrayExpress::Datafile::Affymetrix::CHP::CHPv8 - CHPv8 data file parsing.
use ArrayExpress::Datafile::Affymetrix::CHP::CHPv8;
my $chp = ArrayExpress::Datafile::Affymetrix::CHP::CHPv8->new({ input => 'mydata.CHP', });
$chp->parse_header();
This module implements parsing and export of data from Affymetrix GDAC CHP (v8) files. Note that only the data file header can be parsed using this module.
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.