SequenceAligners Class |
Namespace: Bio.Algorithms.Alignment
The SequenceAligners type exposes the following members.
Name | Description | |
---|---|---|
All |
Gets the list of all aligners which is supported by the framework.
| |
MUMmer |
Gets an instance of MUMmer3 class which implements
the MUMmer algorithm for partial alignment
| |
NeedlemanWunsch |
Gets an instance of NeedlemanWunschAligner class which implements
the NeedlemanWunsch algorithm for global alignment.
| |
NUCmer |
Gets an instance of NUCmer3 class which implements
the NUCmer algorithm for alignment
| |
SmithWaterman |
Gets an instance of SmithWatermanAligner class which implements
the SmithWaterman algorithm for partial alignment
|