QualitativeSequence.GetEncodedQualityScore 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)
Syntaxpublic byte GetEncodedQualityScore(
long index
)
Public Function GetEncodedQualityScore (
index As Long
) As Byte
public:
virtual unsigned char GetEncodedQualityScore(
long long index
) sealed
abstract GetEncodedQualityScore :
index : int64 -> byte
override GetEncodedQualityScore :
index : int64 -> byte
Parameters
- index
- Type: System.Int64
Index at which the symbol is required.
Return Value
Type:
ByteQuality Score at the given index.
Implements
IQualitativeSequence.GetEncodedQualityScore(Int64)
See Also