IQualitativeSequenceGetEncodedQualityScore Method |
Gets the encoded quality score found at the specified index if within bounds. Note that the index value start at 0.
Namespace: BioAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax byte GetEncodedQualityScore(
long index
)
Function GetEncodedQualityScore (
index As Long
) As Byte
unsigned char GetEncodedQualityScore(
long long index
)
abstract GetEncodedQualityScore :
index : int64 -> byte
Parameters
- index
- Type: SystemInt64
Index at which the symbol is required.
Return Value
Type:
ByteQuality Score at the given index.
See Also