| IKmerBuilder Interface |
Namespace: Bio.Algorithms.Kmer
| Name | Description | |
|---|---|---|
| Build(ISequence, Int32) |
Builds k-mers for input sequence and constructs KmersOfSequence
corresponding to the sequence and associated k-mers.
| |
| Build(IEnumerableISequence, Int32) |
Builds k-mers for a list of input sequences.
For each sequence in input list, constructs a KmersOfSequence
corresponding to the sequence and associated k-mers.
|