Tab2MAGE logo Module detail: CHPv8.pm

NAME

ArrayExpress::Datafile::Affymetrix::CHP::CHPv8 - CHPv8 data file parsing.


SYNOPSIS

 use ArrayExpress::Datafile::Affymetrix::CHP::CHPv8;
 my $chp = ArrayExpress::Datafile::Affymetrix::CHP::CHPv8->new({
     input => 'mydata.CHP',
 });
 $chp->parse_header();

DESCRIPTION

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.


METHODS

Most methods are implemented in the superclass. Please see the ArrayExpress::Datafile::Affymetrix::CHP::GDAC_CHP manpage for details.


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