| SequenceToKmerBuilderBuildKmerDictionary Method | 
 Overload List
Overload List| Name | Description | |
|---|---|---|
|   | 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.
             | 
 See Also
See Also