Class
Score
A scoring scheme.
Score<TValue, TSpec>
Parameters
TValue
The value type.
Default: int
TSpec
The specializing type.
Default: Simple Score
Specializations
PamPam scoring matrices.
Score ChainSoPScoring scheme for chaining that uses a special method for scoring the gaps between two fragments.
Score ManhattanScoring scheme for chaining that computes gap scores using manhattan distance.
Score MatrixA general scoring matrix.
Score ZeroScoring scheme for chaining that set gap scores to 0
Simple ScoreSimple scoring scheme that has scores for matches, mismatches, opening gaps and extending gaps.
Member Functions
ScoreConstructor
~ScoreDestructor
Functions
globalAlignmentComputes the best global alignment of the two sequences.
localAlignmentComputes the best local alignment of two sequences.
matchRefinementRefines (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.
scoreThe score for aligning two values according to a scoring scheme.
smithWatermanComputes the best local alignment of the (two) sequences given in align.
smithWatermanGetNextComputes next best local alignment.
SeqAn - Sequence Analysis Library - www.seqan.de