Click or drag to resize
ISequenceAligner Methods

The ISequenceAligner type exposes the following members.

Methods
  NameDescription
Public methodAlign
Align aligns the set of input sequences using the affine gap model (gap open and gap extension penalties) and returns the best alignment found.
Public methodAlignSimple
AlignSimple aligns the set of input sequences using the linear gap model (one gap penalty), and returns the best alignment found.
Top
See Also