SequenceToKmerBuilder Class |
Namespace: Bio.Algorithms.Kmer
The SequenceToKmerBuilder type exposes the following members.
Name | Description | |
---|---|---|
SequenceToKmerBuilder | Initializes a new instance of the SequenceToKmerBuilder class |
Name | Description | |
---|---|---|
Build(ISequence, Int32) |
For input sequence, constructs k-mers by sliding
a frame of size kmerLength along the input sequence.
Track positions of occurrence for each kmer in sequence.
Constructs KmersOfSequence for sequence and associated k-mers.
| |
Build(IEnumerableISequence, Int32) |
Builds k-mers from a list of given input sequences.
For each sequence in input list, constructs a KmersOfSequence
corresponding to the sequence and associated k-mers.
| |
BuildKmerDictionary(ISequence, Int32) |
For input sequence, constructs k-mers by sliding
a frame of size kmerLength along the input sequence.
Track positions of occurance for each kmer in sequence.
Constructs KmersOfSequence for sequence and associated k-mers.
| |
BuildKmerDictionary(IListISequence, Int32) |
Builds k-mers from a list of given input sequences.
For each sequence in input list, constructs a KmersOfSequence
corresponding to the sequence and associated k-mers.
| |
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.) | |
GetKmerSequences |
Gets the set of kmer strings that occur in given sequences.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |