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.AlignmentAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax protected DynamicProgrammingPairwiseAligner()
protected:
DynamicProgrammingPairwiseAligner()
new : unit -> DynamicProgrammingPairwiseAligner
See Also