Click or drag to resize
KmerData32SetKmerData Method (Byte, Int32)
Sets the kmer value from the specific sequence. Note: Used in generating the links. Do not use this method to add kmerData to the tree.

Namespace: Bio.Algorithms.Kmer
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public void SetKmerData(
	byte[] sequence,
	int kmerLength
)

Parameters

sequence
Type: SystemByte
Sequence who value is to be compressed.
kmerLength
Type: SystemInt32
Length of the kmer.
See Also