Class Specialization
Score Matrix
A general scoring matrix.
Score
Score Matrix
Score<TValue, ScoreMatrix<TSequenceValue, TSpec> >
Include Headers
seqan/score.h
Parameters
TValue
Type of the score values.
Default: int
TSequenceValue
Type of alphabet underlying the matrix.
Default: AminoAcid
Specialization of
Metafunctions
DefaultFindBeginPatternSpecType of the default findBegin pattern specialization, given a score. (Score)
SequenceEntryForScoreReturns representation type for a character of a position in a sequence. (Score)
ValueType of the items in the container or behind an iterator. (Score)
Member Functions
ScoreConstructor (Score)
Functions
alignmentEvaluationGiven a multiple alignment, this function calculates all kinds of alignment statistics. (Score)
bandedChainAlignmentComputes the best global pairwise alignment between two sequences given a non-empty seed chain. (Score)
buildAlignmentGraphBuilds an Alignment Graph from a set of input alignments. (Score)
globalAlignmentComputes the best global pairwise alignment. (Score)
globalAlignmentScoreComputes the best global pairwise alignment score. (Score)
globalMsaAlignmentComputes a global multiple alignment. (Score)
loadScoreMatrixLoad a score matrix from a file.
localAlignmentComputes the best pairwise local alignment using the Smith-Waterman algorithm. (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. (Score)
scoreReturns the score for aligning the characters valH and valV. (Score)
scoreGapScore for gaps. (Score)
scoreGapExtendScore for extending gaps. (Score)
scoreGapExtendHorizontalReturns the score for extending a horizontal gap after entry1. (Score)
scoreGapExtendVerticalReturns the score for extending a vertical gap after entry2. (Score)
scoreGapHorizontalReturns the score for a horizontal gap after entry1. (Score)
scoreGapOpenScore for opening a gap. (Score)
scoreGapOpenHorizontalReturns the score for opening a horizontal gap after entry1. (Score)
scoreGapOpenVerticalReturns the score for opening a vertical gap after entry2. (Score)
scoreGapVerticalReturns the score for a vertical gap after entry2. (Score)
scoreMatchMatch score. (Score)
scoreMismatchMismatch score. (Score)
sequenceEntryForScoreHelper function for element access, depending on score type. (Score)
setDefaultScoreMatrixSet the value of the given matrix to the default value.
setScoreSet the substitution score between two values.
setScoreGapSet gap opening and extension score. (Score)
setScoreGapExtendSet gap extension score. (Score)
setScoreGapOpenSet gap opening score. (Score)
setScoreMatchSet match score. (Score)
setScoreMismatchSet mismatch score. (Score)
splitAlignmentCompute split alignments. (Score)
sumOfPairsScoreGiven a multiple alignment, this function calculates the sum-of-pairs score. (Score)
writeWrite a score matrix to a stream.
Shortcuts
Blosum30Blosum30 scoring matrix.
Blosum45Blosum45 scoring matrix.
Blosum62Blosum62 scoring matrix.
Blosum80Blosum80 scoring matrix.
Pam120Pam120 scoring matrix.
Pam200Pam200 scoring matrix.
Pam250Pam250 scoring matrix.
Pam40Pam40 scoring matrix.
Vtml200Vtml200 scoring matrix.
SeqAn - Sequence Analysis Library - www.seqan.de
 

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