19 #ifndef OST_SEQ_ALG_INS_DEL_HH
20 #define OST_SEQ_ALG_INS_DEL_HH
29 namespace ost {
namespace seq {
namespace alg {
representation of a multiple sequence alignemnt consisting of two or more sequences
get insertions and deletions of an alignment
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
InsDel(const AlignmentHandle &aln, int seq_a=0, int seq_b=1)
construct new ins del instance
std::vector< AlignedRegion > AlignedRegionList
#define DLLEXPORT_OST_SEQ_ALG