NAME
Bio::Expresssion::Affymetrix::dChipArray - dChip processed Affymetrix data.
SYNOPSIS
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>
APPENDIX
The rest of the documentation details each of the object methods. Internal methods are usually preceded with a _
id
Title : id
Usage : $obj->id($newval)
Function: get/set the ID of the feature
Returns : value of id (a scalar)
Args : on set, new value (a scalar or undef, optional)
_initialize
Title : _initialize
Usage : this is for Bioperl compatibility, use init() instead
init
Title : init
Usage : $obj->init(@args)
Function:
Example :
Returns :
Args :
featuregroup
Title : featuregroup
Usage : $self->featuregroup->($featurename);
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: gets a list of FeatureGroup objects
Returns : returns list of FeatureGroup objects
Args : none
load_data
Title : load_data
Usage : $dchip->load_data($line);
Function: parses line from dchip file and loads data
Returns : nothing
Args : The line of the parsed file to be loaded