Click or drag to resize
IMultipleSequenceAligner Methods

The IMultipleSequenceAligner 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.
(Inherited from ISequenceAligner.)
Public methodAlignSimple
AlignSimple aligns the set of input sequences using the linear gap model (one gap penalty), and returns the best alignment found.
(Inherited from ISequenceAligner.)
Top
See Also