Click or drag to resize
KmerData32SetKmerData Method (ISequence, Int64, 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(
	ISequence sequence,
	long from,
	int kmerLength
)

Parameters

sequence
Type: BioISequence
Sequence who value is to be compressed.
from
Type: SystemInt64
Start position from where the kmer to be extracted.
kmerLength
Type: SystemInt32
Length of the kmer.

Return Value

Type: Boolean

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

See Also