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: Tag.Simple
Specializations
EditDistanceEdit distance scoring scheme.
Score MatrixA general scoring matrix.
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.
SequenceEntryForScoreReturns representation type for a character of a position in a sequence.
ValueType of the items in the container or behind an iterator.
Member Functions
ScoreConstructor
Functions
alignmentEvaluationGiven a multiple alignment, this function calculates all kinds of alignment statistics.
bandedChainAlignmentComputes the best global pairwise alignment between two sequences given a non-empty seed chain.
buildAlignmentGraphBuilds an Alignment Graph from a set of input alignments.
globalAlignmentComputes the best global pairwise alignment.
globalAlignmentScoreComputes the best global pairwise alignment score.
globalMsaAlignmentComputes a global multiple alignment.
localAlignmentComputes the best pairwise local alignment using the Smith-Waterman algorithm.
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.
scoreReturns the score for aligning the characters valH and valV.
scoreGapScore for gaps.
scoreGapExtendScore for extending gaps.
scoreGapExtendHorizontalReturns the score for extending a horizontal gap after entry1.
scoreGapExtendVerticalReturns the score for extending a vertical gap after entry2.
scoreGapHorizontalReturns the score for a horizontal gap after entry1.
scoreGapOpenScore for opening a gap.
scoreGapOpenHorizontalReturns the score for opening a horizontal gap after entry1.
scoreGapOpenVerticalReturns the score for opening a vertical gap after entry2.
scoreGapVerticalReturns the score for a vertical gap after entry2.
scoreMatchMatch score.
scoreMismatchMismatch score.
sequenceEntryForScoreHelper function for element access, depending on score type.
setScoreGapSet gap opening and extension score.
setScoreGapExtendSet gap extension score.
setScoreGapOpenSet gap opening score.
setScoreMatchSet match score.
setScoreMismatchSet mismatch score.
splitAlignmentCompute split alignments.
sumOfPairsScoreGiven a multiple alignment, this function calculates the sum-of-pairs score.
SeqAn - Sequence Analysis Library - www.seqan.de
 

Page built @2013/07/11 09:12:16