logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Author

       Dmitri Bichko

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

perl v5.40.0                                       2024-10-20              Bio::DB::GFF::...ator::match_gap(3pm)

Bugs

       None reported.

Description

       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.

Name

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

See Also

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

Synopsis

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

See Also