Click or drag to resize
KmerData32GetKmers Method
Iterates through a sequence producing all possible kmers in it.

Namespace: Bio.Algorithms.Kmer
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public static KmerData32[] GetKmers(
	ISequence sequence,
	int kmerLength
)

Parameters

sequence
Type: BioISequence

[Missing <param name="sequence"/> documentation for "M:Bio.Algorithms.Kmer.KmerData32.GetKmers(Bio.ISequence,System.Int32)"]

kmerLength
Type: SystemInt32

[Missing <param name="kmerLength"/> documentation for "M:Bio.Algorithms.Kmer.KmerData32.GetKmers(Bio.ISequence,System.Int32)"]

Return Value

Type: KmerData32

[Missing <returns> documentation for "M:Bio.Algorithms.Kmer.KmerData32.GetKmers(Bio.ISequence,System.Int32)"]

See Also