Click or drag to resize
IPairwiseSequenceAlignerAlign Method
Overload List
  NameDescription
Public methodAlign(IEnumerableISequence)
Align aligns the set of input sequences using the affine gap model (gap open and gap extension penalties) and returns the best alignment found.
(Inherited from ISequenceAligner.)
Public methodAlign(ISequence, ISequence)
A convenience method - we know there are exactly two inputs. Align uses the affine gap model, which requires a gap open and a gap extension penalty.
Top
See Also