Click or drag to resize
SequenceAlignersSmithWaterman Property
Gets an instance of SmithWatermanAligner class which implements the SmithWaterman algorithm for partial alignment

Namespace: Bio.Algorithms.Alignment
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public static SmithWatermanAligner SmithWaterman { get; }

Property Value

Type: SmithWatermanAligner
See Also