Click or drag to resize
DynamicProgrammingPairwiseAligner Constructor
Initializes a new instance of the DynamicProgrammingPairwiseAligner class. Constructor for all the pairwise aligner (NeedlemanWunsch, SmithWaterman, Overlap). Sets default similarity matrix and gap penalties. Users will typically reset these using parameters specific to their particular sequences and needs.

Namespace: Bio.Algorithms.Alignment
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
protected DynamicProgrammingPairwiseAligner()
See Also