SequenceToKmerBuilderBuild Method |
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.
|