Class
Score
A scoring scheme.
Score<TValue, TSpec>
Parameters
TValue
The value type.
Default: int
TSpec
The specializing type.
Default: Simple Score
Specializations
EditDistanceEdit distance scoring scheme.
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
alignmentEvaluationGiven a multiple alignment, this function calculates all kinds of alignment statistics.
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. 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.
multiLocalAlignmentComputes multiple local alignments of two sequences.
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.
sumOfPairsScoreGiven a multiple alignment, this function calculates the sum-of-pairs score.
SeqAn - Sequence Analysis Library - www.seqan.de