Class Specialization
EditDistance
Edit distance scoring scheme.
![]() | ![]() | ||||||
EditDistance | |||||||
Parameters
The value type. Default: int |
Specialization of
Functions
| Given a multiple alignment, this function calculates all kinds of alignment statistics. (Score) | |
| Computes the best global alignment of the two sequences. (Score) | |
| Computes the best local alignment of two sequences. (Score) | |
| Refines (i.e. cuts into smaller parts) a set of pairwise segment matches in such a way that none of the segments partly overlap. They are either identical (fully overlapping) or non-overlapping. Refines (i.e. cuts into smaller parts) a set of pairwise segment matches in such a way that none of the segments partly overlap. They are either identical (fully overlapping) or non-overlapping. (Score) | |
| Computes multiple local alignments of two sequences. (Score) | |
| The score for aligning two values according to a scoring scheme. (Score) | |
| Computes the best local alignment of the (two) sequences given in align. (Score) | |
| Computes next best local alignment. (Score) | |
| Given a multiple alignment, this function calculates the sum-of-pairs score. (Score) |
Shortcuts
| Edit distance scoring scheme. |
Remarks
Semantically equivalent to a default contructed Score<int, Simple>.
Example Programs
See Also
SeqAn - Sequence Analysis Library - www.seqan.de
