The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Microarray::Analysis - A Perl module for analysing microarray data

SYNOPSIS

        use Microarray::Analysis;

        my $oData_File = data_file->new($data_file);
        my $oCGH = analysis->new($oData_File);

DESCRIPTION

Microarray::Analysis is an object-oriented Perl module for analysing microarray data from a scan data file.

METHODS

To be added

SEE ALSO

Microarray, Microarray::File, Microarray::File::Data_File

AUTHOR

Christopher Jones, Gynaecological Cancer Research Laboratories, Institute for Women's Health, University College London.

http://www.instituteforwomenshealth.ucl.ac.uk/AcademicResearch/Cancer/trl

c.jones@ucl.ac.uk

COPYRIGHT AND LICENSE

Copyright 2008 by Christopher Jones, University College London

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.