QualitativeSequenceGetMaxEncodedQualScore Method |
Gets the maximum encoded quality score for the specified FastQFormatType.
Namespace: BioAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public static byte GetMaxEncodedQualScore(
FastQFormatType formatType
)
Public Shared Function GetMaxEncodedQualScore (
formatType As FastQFormatType
) As Byte
public:
static unsigned char GetMaxEncodedQualScore(
FastQFormatType formatType
)
static member GetMaxEncodedQualScore :
formatType : FastQFormatType -> byte
Parameters
- formatType
- Type: BioFastQFormatType
FastQ format type.
Return Value
Type:
ByteQuality score.
See Also