NAME
TRL::Microarray::Microarray_File::GenePix - A Perl module for managing microarray Axon GenePix data files
SYNOPSIS
use TRL::Microarray::Microarray_File::GenePix;
my $data_file = genepix_file->new("/file.csv");
my $image_file = genepix_image->new("/image.tif");
DESCRIPTION
TRL::Microarray::Microarray_File::GenePix is an object-oriented Perl module for managing microarray data files created by Axon's GenePix software. It inherits from TRL::Microarray::Microarray_File, and maps data fields in the GenePix file to those used by TRL::Microarray::Microarray_File::Data_File. This module does not yet parse GenePix image header info, although at some point it is hoped this feature will be implemented.
SEE ALSO
TRL::Microarray, TRL::Microarray::Microarray_File, TRL::Microarray::Microarray_File::Data_File
AUTHOR
Christopher Jones, Translational Research Laboratories, Institute for Women's Health, University College London.
c.jones@ucl.ac.uk
COPYRIGHT AND LICENSE
Copyright 2006 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.