MUMmerAligner Constructor |
Initializes a new instance of the MUMmerAligner class.
Constructor for all the pairwise aligner
(NeedlemanWunsch, SmithWaterman, Overlap).
Sets default similarity matrix and gap penalty.
Users will typically reset these using parameters
specific to their particular sequences
and needs.
Namespace: Bio.Algorithms.MUMmerAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntaxnew : unit -> MUMmerAligner
See Also