Click or drag to resize
AmbiguousDnaAlphabet Methods

The AmbiguousDnaAlphabet type exposes the following members.

Methods
  NameDescription
Protected methodAddNucleotide
Add the given nucleotide symbols to this alphabet type.
(Inherited from DnaAlphabet.)
Public methodCheckIsAmbiguous
Checks if the provided item is an ambiguous character or not
(Inherited from DnaAlphabet.)
Public methodCheckIsGap
Checks if the provided item is a gap character or not
(Inherited from DnaAlphabet.)
Public methodCompareSymbols
Compares two symbols.
(Inherited from DnaAlphabet.)
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 methodGetAmbiguousSymbols
Gets the ambiguous symbols present in alphabet.
(Inherited from DnaAlphabet.)
Public methodGetConsensusSymbol
Find the consensus nucleotide for a set of nucleotides.
(Overrides DnaAlphabetGetConsensusSymbol(HashSetByte).)
Public methodGetEnumerator
Byte array of nucleotides.
(Inherited from DnaAlphabet.)
Public methodGetFriendlyName
Gets the friendly name of a given symbol.
(Inherited from DnaAlphabet.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetSymbolValueMap
Maps A to A and a to A that is key will contain unique values. This will be used in the IsValidSymbol method to address Scenarios like a == A, G == g etc.
(Inherited from DnaAlphabet.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValidSymbols
Get the valid symbols in the alphabet.
(Inherited from DnaAlphabet.)
Protected methodMapAmbiguousNucleotide
Maps the ambiguous nucleotide to the nucleotides it represents. For example ambiguous nucleotide M represents the basic nucleotides A or C.
(Inherited from DnaAlphabet.)
Protected methodMapComplementNucleotide
Verify whether the nucleotides exist or not.
(Inherited from DnaAlphabet.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Converts the DNA Alphabets to string.
(Inherited from DnaAlphabet.)
Public methodTryGetAmbiguousSymbol
Get the ambiguous symbols if present in the alphabet.
(Inherited from DnaAlphabet.)
Public methodTryGetBasicSymbols
Get the basic symbols if present in the alphabet.
(Inherited from DnaAlphabet.)
Public methodTryGetComplementSymbol(Byte, Byte)
This method tries to get the complement of this symbol.
(Inherited from DnaAlphabet.)
Public methodTryGetComplementSymbol(Byte, Byte)
This method tries to get the complements for specified symbols.
(Inherited from DnaAlphabet.)
Public methodTryGetDefaultGapSymbol
Try to get the default gap symbol.
(Inherited from DnaAlphabet.)
Public methodTryGetDefaultTerminationSymbol
Get the termination symbols if present in the alphabet.
(Inherited from DnaAlphabet.)
Public methodTryGetGapSymbols
Get the gap symbols if present in the alphabet.
(Inherited from DnaAlphabet.)
Public methodTryGetTerminationSymbols
Get the termination symbols if present in the alphabet.
(Inherited from DnaAlphabet.)
Public methodValidateSequence
Validates if all symbols provided are DNA symbols or not.
(Inherited from DnaAlphabet.)
Top
See Also