Click or drag to resize
SequenceAligners Class
SequenceAligners class is an abstraction class which provides instances and lists of all Aligners currently supported by Bio.
Inheritance Hierarchy
SystemObject
  Bio.Algorithms.AlignmentSequenceAligners

Namespace: Bio.Algorithms.Alignment
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public static class SequenceAligners

The SequenceAligners type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberAll
Gets the list of all aligners which is supported by the framework.
Public propertyStatic memberMUMmer
Gets an instance of MUMmer3 class which implements the MUMmer algorithm for partial alignment
Public propertyStatic memberNeedlemanWunsch
Gets an instance of NeedlemanWunschAligner class which implements the NeedlemanWunsch algorithm for global alignment.
Public propertyStatic memberNUCmer
Gets an instance of NUCmer3 class which implements the NUCmer algorithm for alignment
Public propertyStatic memberSmithWaterman
Gets an instance of SmithWatermanAligner class which implements the SmithWaterman algorithm for partial alignment
Top
See Also