Tab2MAGE logo Module detail: EXPFactory.pm

NAME

ArrayExpress::Datafile::Affymetrix::EXPFactory - a factory class for generating Affymetrix EXP file parsing objects.


SYNOPSIS

 use ArrayExpress::Datafile::Affymetrix::EXPFactory;
 my $fac = ArrayExpress::Datafile::Affymetrix::EXPFactory->new();
 my $exp = $fac->make_parser( 'Data1.EXP' );
 $exp->parse();
 $exp->export($output_filehandle);

DESCRIPTION

This module is a factory class used in to create data file parsers for Affymetrix EXP files.


METHODS

new()

The class constructor.

make_parser($file)

This method takes a filename argument and returns a parser object that can then be used to process the data file and return interesting values.


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