NAME
Microarray::File::Image - Perl objects for handling microarray image file formats
SYNOPSIS
use Microarray::File::Image;
my $array_file = microarray_image_file->new('/file.tif'); # can pass just a filename...
DESCRIPTION
Microarray::File::Image - Perl objects for handling microarray image file formats. Support for managing image files is currently limited to parsing relevant image header information from microarray scanner images.
METHODS
There are no generic methods for Microarray::File::Image
- see inheriting classes.
SEE ALSO
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.