Class Specialization
Score ChainSoP
Scoring scheme for chaining that uses a special method for scoring the gaps between two fragments.
Score
Score ChainSoP
Score<TValue, ChainSoP>
Parameters
TValue
Type of the score values.
Specialization of
Functions
alignmentEvaluationGiven a multiple alignment, this function calculates all kinds of alignment statistics. (Score)
globalAlignmentComputes the best global alignment of the two sequences. (Score)
localAlignmentComputes the best local alignment of two sequences. (Score)
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. (Score)
multiLocalAlignmentComputes multiple local alignments of two sequences. (Score)
scoreThe score for aligning two values according to a scoring scheme. (Score)
smithWatermanComputes the best local alignment of the (two) sequences given in align. (Score)
smithWatermanGetNextComputes next best local alignment. (Score)
sumOfPairsScoreGiven a multiple alignment, this function calculates the sum-of-pairs score. (Score)
Remarks
This scoring scheme is used to score gaps between to fragments in chaining.
SeqAn - Sequence Analysis Library - www.seqan.de