Click or drag to resize
IPairwiseSequenceAligner Methods
Methods
  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.
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