Click or drag to resize
QualitativeSequence.GetEncodedQualityScore Method
Gets the encoded quality score found at the specified index if within bounds. Note that the index value start at 0.

Namespace: Bio
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public byte GetEncodedQualityScore(
	long index
)

Parameters

index
Type: System.Int64
Index at which the symbol is required.

Return Value

Type: Byte
Quality Score at the given index.

Implements

IQualitativeSequence.GetEncodedQualityScore(Int64)
See Also