| Summary | Included libraries | Package variables | Synopsis | Description | General documentation | Methods |
use Bio::DB::GFF;
# Open the sequence database
my $db = Bio::DB::GFF->new( -adaptor => 'dbi:mysql',
-dsn => 'dbi:mysql:elegans42',
-aggregator => ['transcript','clone'],
);
-------------------------------------------------
Aggregator method: unigene
Main method: transcript
Sub methods: unigene_2
-------------------------------------------------
| method | Description | Code |
| part_names | Description | Code |
| main_name | Description | Code |
| method | code | next | Top |
Title : method Usage : $aggregator->method Function: return the method for the composite object Returns : the string "unigene" Args : none Status : Public |
| part_names | code | prev | next | Top |
Title : part_names Usage : $aggregator->part_names Function: return the methods for the sub-parts Returns : empty list Args : none Status : Public |
| main_name | code | prev | next | Top |
Title : main_name Usage : $aggregator->main_name Function: return the method for the main component Returns : the string "transcript" Args : none Status : Public |
| method | description | prev | next | Top |
'unigene'}| part_names | description | prev | next | Top |
return ();}
| main_name | description | prev | next | Top |
#transcript}
return 'transcript:uniGene_2';
| BUGS | Top |
| SEE ALSO | Top |
| AUTHOR | Top |