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: genscan
Main method: transcript
Sub methods: genscan
-------------------------------------------------
None reported.
Allen Day <allenday@ucla.edu>.
Copyright (c) 2002 Allen Day, University of California, Los Angeles.
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.