KmersOfSequence Class |
Namespace: Bio.Algorithms.Kmer
The KmersOfSequence type exposes the following members.
Name | Description | |
---|---|---|
KmersOfSequence(ISequence, Int32) |
Initializes a new instance of the KmersOfSequence class.
Takes k-mer sequence and k-mer length.
| |
KmersOfSequence(ISequence, Int32, HashSetKmersOfSequenceKmerPositions) |
Initializes a new instance of the KmersOfSequence class.
Takes k-mer sequence and occurring position.
|
Name | Description | |
---|---|---|
BaseSequence |
Gets the base sequence.
| |
Kmers |
Gets the set of associated Kmers.
| |
Length |
Gets the length of associated k-mers.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
KmersToSequences |
Returns the associated k-mers as a list of k-mer sequences.
| |
KmerToSequence |
Builds the sequence corresponding to input kmer,
using base sequence.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |