Class
Score
A scoring scheme.
Score<TValue, TSpec>
Include Headers
seqan/score.h
Parameters
TValue
The value type.
Default: int
TSpec
The specializing type.
Default: Simple
Specializations
EditDistanceEdit distance scoring scheme.
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.
Metafunctions
DefaultFindBeginPatternSpecType of the default findBegin pattern specialization, given a score.
ValueType of the items in the container.
Member Functions
ScoreConstructor
Functions
alignmentEvaluationGiven a multiple alignment, this function calculates all kinds of alignment statistics.
globalAlignmentComputes the best global alignment of the two sequences.
globalMsaAlignmentComputes a global multiple alignment.
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.
multiLocalAlignmentComputes multiple local alignments of two sequences.
scoreReturns the score for aligning the characters seq1[pos1] and seq2[pos2]. This function allows to define a position-dependent scoring scheme.
scoreReturns the score for aligning the characters seq1[pos1] and seq2[pos2]. This function allows to define a position-dependent scoring scheme.
sumOfPairsScoreGiven a multiple alignment, this function calculates the sum-of-pairs score.
SeqAn - Sequence Analysis Library - www.seqan.de
 

Page built @2011/02/08 21:37:00