NAME
Bio::Expresssion::Affymetrix::Mas50TxtArray - Affymetrix MAS 5.0 TXT file.
SYNOPSIS
You should not be using this module directly. Try Bio::Expression::MicroarrayIO instead.
DESCRIPTION
FEEDBACK
Direct feedback to <allenday@ucla.edu> or to the Bioperl mailing list (see below).
Mailing Lists
User feedback is an integral part of the evolution of this and other Bioperl modules. Send your comments and suggestions preferably to one of the Bioperl mailing lists. Your participation is much appreciated.
bioperl-l@bioperl.org - General discussion
http://bioperl.org/MailList.shtml - About the mailing lists
Reporting Bugs
Report bugs to the Bioperl bug tracking system to help us keep track the bugs and their resolution. Bug reports can be submitted via email or the web:
bioperl-bugs@bio.perl.org
http://bio.perl.org/bioperl-bugs/
AUTHOR
Allen Day <allenday@ucla.edu> Chris To <crsto@ucla.edu>
APPENDIX
The rest of the documentation details each of the object methods. Internal methods are usually preceded with a _
featuregroup
Title : featuregroup
Usage : $array->featuregroup($name);
Function: get-set method for FeatureGroup object
Returns : a Bio::Expression::FeatureGroup object
Args : A key for a FeatureGroup object
each_featuregroup
Title : each_featuregroup
Usage : @featuregroups = $array->each_featuregroup();
Function: iterated through FeatureGroup objects
Returns : a list of Bio::Expression::FeatureGroup::FeatureGroupMas50 object
Args : none
each_qcfeaturegroup
Title : each_qcfeaturegroup
Caveat : this method cannot be called for a MAS 5.0 TXT file, as the information
about which probesets are QC and which are not is not present.
load_data
Title : load_data
Usage : Bio::Expression::Microarray::Affymetrix::Mas50TxtArray->load_data(
-line => $line);
Function: parses a line of text from .txt file and loads the data
Example : $data->load_data($line);
Returns : nothing
Args : -line => line of data that will be parsed