Click or drag to resize
KmersOfSequenceKmersToSequences Method
Returns the associated k-mers as a list of k-mer sequences.

Namespace: Bio.Algorithms.Kmer
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public IEnumerable<ISequence> KmersToSequences()

Return Value

Type: IEnumerableISequence
List of k-mer sequences.
See Also