Click or drag to resize
KmerData32SetKmerData Method (UInt64, Int32)
Sets the kmer value from the specific sequence.

Namespace: Bio.Algorithms.Kmer
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public bool SetKmerData(
	ulong encodedKmer,
	int kmerLength
)

Parameters

encodedKmer
Type: SystemUInt64
The kmer to encode, will be reverse complimented if need be.
kmerLength
Type: SystemInt32
Length of the kmer.

Return Value

Type: Boolean

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

See Also