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.AlignmentAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax protected PairwiseAlignedSequence CreateAlignmentFromCell(
PairwiseSequenceAlignerOptScoreMatrixCell startingCell
)
Protected Function CreateAlignmentFromCell (
startingCell As PairwiseSequenceAlignerOptScoreMatrixCell
) As PairwiseAlignedSequence
protected:
PairwiseAlignedSequence^ CreateAlignmentFromCell(
PairwiseSequenceAlignerOptScoreMatrixCell^ startingCell
)
member CreateAlignmentFromCell :
startingCell : PairwiseSequenceAlignerOptScoreMatrixCell -> PairwiseAlignedSequence
Parameters
- startingCell
- Type: Bio.Algorithms.AlignmentPairwiseSequenceAlignerOptScoreMatrixCell
Starting point
Return Value
Type:
PairwiseAlignedSequencePairwise alignment
See Also