| 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 => 'none'
);
| disaggregate | No description | Code |
| aggregate | No description | Code |
| disaggregate | description | prev | next | Top |
my $self = shift; my $types = shift; # no change}
| aggregate | description | prev | next | Top |
my $self = shift; my $features = shift; return; # no change}