KmerData32 Structure |
Namespace: Bio.Algorithms.Kmer
The KmerData32 type exposes the following members.
Name | Description | |
---|---|---|
CompareTo(Object) |
Compares this instance to a specified instance of object and returns an indication of their relative values.
| |
CompareTo(KmerData32) |
Compares this instance to a specified instance of IKmerData and returns an indication of their relative values.
| |
Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
GetFirstSymbol |
Returns the first symbol of the sequence.
| |
GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
GetKmerData |
Returns the decompressed value of the kmer.
| |
GetKmers |
Iterates through a sequence producing all possible kmers in it.
| |
GetLastSymbol |
Returns the last symbol of the sequence.
| |
GetOriginalSymbols |
Returns the decompressed value of the kmer from the De-Bruijn node.
Note: use this method to get the original sequence symbols.
| |
GetReverseComplementOfKmerData |
Returns the reverse complement of the kmer value.
| |
GetReverseComplementOfOriginalSymbols |
Note: use this method to get the original sequence symbols.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsPalindrome |
Checks whether the kmer value is palindrome or not.
| |
SetKmerData(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.
| |
SetKmerData(UInt64, Int32) |
Sets the kmer value from the specific sequence.
| |
SetKmerData(ISequence, Int64, Int32) |
Sets the kmer value from the specific sequence.
| |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
Name | Description | |
---|---|---|
DNA_A_VALUE |
Value to encode an A with as 2 bits
| |
DNA_C_VALUE |
Value to encode a C with as 2 bits
| |
DNA_G_VALUE |
Value to encode a G with as 2 bits
| |
DNA_T_VALUE |
Value to encode a T with as 2 bits
| |
MAX_KMER_LENGTH |
Maximum allowed value for a kmer
| |
MIN_KMER_LENGTH |
Minimum allowed value for a kmer
|