Click or drag to resize
IKmerBuilderBuild Method (ISequence, Int32)
Builds k-mers for input sequence and constructs KmersOfSequence corresponding to the sequence and associated k-mers.

Namespace: Bio.Algorithms.Kmer
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
KmersOfSequence Build(
	ISequence sequence,
	int kmerLength
)

Parameters

sequence
Type: BioISequence
Input Sequence.
kmerLength
Type: SystemInt32
K-mer length.

Return Value

Type: KmersOfSequence
KmersOfSequence constructed from sequence and associated k-mers.
See Also