The NeedlemanWunsch type exposes the following members.
Constructors
Name | Description | |
---|---|---|
NeedlemanWunsch |
Constructs a new Object with the given parameters based on the Needleman-Wunsch algorithm.
|
Methods
Name | Description | |
---|---|---|
Equals | (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 | (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
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)
|