Click or drag to resize
PairwiseSequenceAlignerCreateTracebackTable Method
This is step (2) in the dynamic programming model - to fill in the scoring matrix and calculate the traceback entries. This is algorithm specific and so is left as an abstract method.

Namespace: Bio.Algorithms.Alignment
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
protected abstract IEnumerable<PairwiseSequenceAlignerOptScoreMatrixCell> CreateTracebackTable()

Return Value

Type: IEnumerablePairwiseSequenceAlignerOptScoreMatrixCell

[Missing <returns> documentation for "M:Bio.Algorithms.Alignment.PairwiseSequenceAligner.CreateTracebackTable"]

See Also