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