QualitativeSequenceGetSolexaQualityScore Method |
Gets the Solexa base quality score.
Namespace: BioAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public int GetSolexaQualityScore(
long index
)
Public Function GetSolexaQualityScore (
index As Long
) As Integer
public:
int GetSolexaQualityScore(
long long index
)
member GetSolexaQualityScore :
index : int64 -> int
Parameters
- index
- Type: SystemInt64
Index of the required score.
Return Value
Type:
Int32Returns an integer value representing Solexa quality score.
See Also