Click or drag to resize
MUMmer Class
MUMmer is a system for rapidly aligning entire genomes or very large protein sequences. It is a pair wise sequence algorithm. The algorithm assumes the sequences are closely related, and using this assumption can quickly compare sequences that are millions of nucleotides in length. The algorithm is designed to perform high resolution comparison of genome-length sequences.
Inheritance Hierarchy
SystemObject
  Bio.Algorithms.MUMmerMUMmer

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

The MUMmer type exposes the following members.

Constructors
  NameDescription
Public methodMUMmer(ISequence)
Initializes a new instance of the MUMmer class with specified reference sequence.
Public methodMUMmer(ISuffixTree)
Initializes a new instance of the MUMmer class with the specified suffix tree. This enables to use custom suffix tree.
Top
Properties
  NameDescription
Public propertyDescription
Gets or sets the description of the MUMmer.
Public propertyLengthOfMUM
Gets or sets the length of MUM.
Public propertyName
Gets the name of the MUMmer.
Public propertyNoAmbiguity
Gets or sets a value indicating whether only basic symbols should be matched. Thus the matches will not contains any ambiguous symbols.
Public propertyReferenceSequence
Gets the referenceSequence.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetMatches
Gets the maximum matches - MaxMatch. This method does not considers uniqueness.
Public methodGetMatchesUniqueInReference
Gets the maximum unique matches in reference sequence.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also