Click or drag to resize
KmerData32 Methods

The KmerData32 type exposes the following members.

Methods
  NameDescription
Public methodCompareTo(Object)
Compares this instance to a specified instance of object and returns an indication of their relative values.
Public methodCompareTo(KmerData32)
Compares this instance to a specified instance of IKmerData and returns an indication of their relative values.
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetFirstSymbol
Returns the first symbol of the sequence.
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetKmerData
Returns the decompressed value of the kmer.
Public methodStatic memberGetKmers
Iterates through a sequence producing all possible kmers in it.
Public methodGetLastSymbol
Returns the last symbol of the sequence.
Public methodGetOriginalSymbols
Returns the decompressed value of the kmer from the De-Bruijn node. Note: use this method to get the original sequence symbols.
Public methodGetReverseComplementOfKmerData
Returns the reverse complement of the kmer value.
Public methodGetReverseComplementOfOriginalSymbols
Note: use this method to get the original sequence symbols.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsPalindrome
Checks whether the kmer value is palindrome or not.
Public methodSetKmerData(Byte, Int32)
Sets the kmer value from the specific sequence. Note: Used in generating the links. Do not use this method to add kmerData to the tree.
Public methodSetKmerData(UInt64, Int32)
Sets the kmer value from the specific sequence.
Public methodSetKmerData(ISequence, Int64, Int32)
Sets the kmer value from the specific sequence.
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
See Also