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

NAME

Microarray::Image - A Perl module for creating microarray data plots

SYNOPSIS

        use Microarray::Image;

DESCRIPTION

Microarray::Image is an object-oriented Perl module for creating microarray data plots from a scan data file, using the GD module and image library. Currently, only the export of PNG (Portable Network Graphics - or 'PNGs Not GIFs') images is supported.

SEE ALSO

Microarray, Microarray::Image::QC_Plots, Microarray::Image::CGH_Plot, Microarray::File, Microarray::File::Data_File

PREREQUISITES

This module utilises the GD module, which requires installation of Thomas Boutell's GD image library (http://www.libgd.org).

AUTHOR

James Morris, Gynaecological Cancer Research Laboratories, UCL EGA Institute for Women's Health, University College London.

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

james.morris@ucl.ac.uk

COPYRIGHT AND LICENSE

Copyright 2008 by James Morris, University College London

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