Click or drag to resize
QualitativeSequenceGetSolexaQualityScore Method
Gets the Solexa base quality score.

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

Parameters

index
Type: SystemInt64
Index of the required score.

Return Value

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