Tab2MAGE logo Module detail: ExperimentChecker.pm

NAME

ArrayExpress::Datafile::ArrayDesign - memory-efficient handling of array design information.


SYNOPSIS

 use ArrayExpress::Datafile:::ArrayDesign

DESCRIPTION

ArrayDesign objects are used during experiment checking to handle array design elements in a memory-efficient manner.

Accessor methods

set_accession

Setter method for the array accession number relating to this design.

get_accession

Getter method for the array accession number relating to this design.

set_adf_features

Setter method for a hashref with keys which are period-delim strings of the feature coordinates found in the array design associated with the file.

get_adf_features

Getter method for a hashref with keys which are period-delim strings of the feature coordinates found in the array design associated with the file.

set_adf_reporters

Setter method for a hashref with keys which are the reporter identifiers found in the array design associated with the file.

get_adf_reporters

Getter method for a hashref with keys which are the reporter identifiers found in the array design associated with the file.

set_adf_compseqs

Setter method for a hashref with keys which are the composite sequence identifiers found in the array design associated with the file.

get_adf_compseqs

Getter method for a hashref with keys which are the composite sequence identifiers found in the array design associated with the file.


AUTHOR

Tim Rayner (rayner@ebi.ac.uk), ArrayExpress team, EBI, 2004.

Acknowledgements go to the ArrayExpress curation team for feature requests, bug reports and other valuable comments.


SourceForge.net Logo