Click or drag to resize
QualitativeSequenceGetPhredQualityScore Method
Gets the Phred base quality score.

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

Parameters

index
Type: SystemInt64
Index of the required score.

Return Value

Type: Int32
Returns an integer value representing Phred quality score.
See Also