Click or drag to resize
SequenceToKmerBuilderBuildKmerDictionary Method
Overload List
  NameDescription
Public methodStatic memberBuildKmerDictionary(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.
Public methodStatic memberBuildKmerDictionary(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.
Top
See Also