Click or drag to resize
QualitativeSequenceGetEncodedQualityScore 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: SystemInt64
Index at which the symbol is required.

Return Value

Type: Byte
Quality Score at the given index.

Implements

IQualitativeSequenceGetEncodedQualityScore(Int64)
See Also