Bio::DB::GFF::Aggregator::match_gap - GFF3 match aggregator


GBrowse documentation  | view source Contained in the GBrowse distribution.

Index


NAME

Top

Bio::DB::GFF::Aggregator::match_gap -- GFF3 match aggregator

SYNOPSIS

Top

 -------------------------------------------------
 Aggregator method: match_gap
 Main method:       match
 Sub methods:       match
 -------------------------------------------------

DESCRIPTION

Top

This aggregator is used for GFF3 style gapped alignments, in which there is a single feature of method 'match' with a 'Gap' attribute.

The 'Gap' attribute's format consists of a series of (operartion,length) pairs separated by space characters, for example: 'M8 D3 M6'. (see GFF reference for complete explanation)

This module only recognizes the M and D operators, which should be sufficient for simple nucleotide to nucleotide alignments.

################################################################################

BUGS

Top

None reported.

SEE ALSO

Top

Bio::DB::GFF, Bio::DB::GFF::Aggregator

AUTHOR

Top

Dmitri Bichko

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.


GBrowse documentation  | view source Contained in the GBrowse distribution.