#include <ins_del.hh>
Public Member Functions | |
| InsDel (const AlignmentHandle &aln, int seq_a=0, int seq_b=1) | |
| AlignedRegionList | GetInsertions (int ref) const |
| AlignedRegionList | GetDeletions (int ref) const |
InsDel collects regions for which one of the two sequences contains a gap. Whether such a region is an insertion or a deletion depends on the perspective. For example, given
/// abcXYZdef /// abc---def ///
Definition at line 43 of file ins_del.hh.
| InsDel | ( | const AlignmentHandle & | aln, | |
| int | seq_a = 0, |
|||
| int | seq_b = 1 | |||
| ) |
construct new ins del instance
| AlignedRegionList GetDeletions | ( | int | ref | ) | const |
get regiosn that are deletions for the reference sequence
| AlignedRegionList GetInsertions | ( | int | ref | ) | const |
get regions that are insertions of the reference sequence
1.5.8