The NeedlemanWunsch type exposes the following members.

Constructors

  NameDescription
NeedlemanWunsch
Constructs a new Object with the given parameters based on the Needleman-Wunsch algorithm.

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
PairwiseAlignment
Global pairwise sequence alginment of two ISymbolList objects according to the Needleman-Wunsch algorithm.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Fields

  NameDescription
alignment
The result of a successfull alignment as a simple string.
costMatrix
A matrix with the size length(sequence1) times length(sequence2).
pairalign
The result of a successfull alignment.
subMatrix
A matrix with the size length(alphabet) times length(alphabet)

See Also