
Microarray::File::Image - Perl objects for handling microarray image file formats

use Microarray::File::Image;
my $array_file = microarray_image_file->new('/file.tif'); # can pass just a filename...

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.

There are no generic methods for Microarray::File::Image - see inheriting classes.


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 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.