Click or drag to resize
KmerData32GetLastSymbol Method
Returns the last symbol of the sequence.

Namespace: Bio.Algorithms.Kmer
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public byte GetLastSymbol(
	int kmerLength,
	bool orientation
)

Parameters

kmerLength
Type: SystemInt32

[Missing <param name="kmerLength"/> documentation for "M:Bio.Algorithms.Kmer.KmerData32.GetLastSymbol(System.Int32,System.Boolean)"]

orientation
Type: SystemBoolean

[Missing <param name="orientation"/> documentation for "M:Bio.Algorithms.Kmer.KmerData32.GetLastSymbol(System.Int32,System.Boolean)"]

Return Value

Type: Byte
Returns the last symbol from the decompressed kmer value.
See Also