Click or drag to resize
PairwiseSequenceAlignerCreateAlignmentFromCell Method
This takes a specific starting location in the scoring matrix and generates an alignment from it using the traceback scores.

Namespace: Bio.Algorithms.Alignment
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
protected PairwiseAlignedSequence CreateAlignmentFromCell(
	PairwiseSequenceAlignerOptScoreMatrixCell startingCell
)

Parameters

startingCell
Type: Bio.Algorithms.AlignmentPairwiseSequenceAlignerOptScoreMatrixCell
Starting point

Return Value

Type: PairwiseAlignedSequence
Pairwise alignment
See Also