Click or drag to resize
KmerData32GetReverseComplementOfOriginalSymbols Method
Note: use this method to get the original sequence symbols.

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

Parameters

kmerLength
Type: SystemInt32
Length of the kmer.

Return Value

Type: Byte
Returns the reverse complement of the decompressed kmer.
See Also