Click or drag to resize
KmerData32GetFirstSymbol Method
Returns the first 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 GetFirstSymbol(
	int kmerLength,
	bool orientation
)

Parameters

kmerLength
Type: SystemInt32

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

orientation
Type: SystemBoolean

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

Return Value

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