Click or drag to resize
IPairwiseSequenceAlignerAlignSimple Method
Overload List
  NameDescription
Public methodAlignSimple(IEnumerableISequence)
AlignSimple aligns the set of input sequences using the linear gap model (one gap penalty), and returns the best alignment found.
(Inherited from ISequenceAligner.)
Public methodAlignSimple(ISequence, ISequence)
A convenience method - we know there are exactly two inputs. AlignSimple uses a single gap penalty.
Top
See Also