Tab2MAGE logo Module detail: XDA_CHP.pm

NAME

ArrayExpress::Datafile::Affymetrix::CHP::XDA_CHP - XDA CHP data file parsing.


SYNOPSIS

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

DESCRIPTION

This module implements parsing and export of data from Affymetrix XDA CHP files.

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