QualitativeSequenceGetMinEncodedQualScore Method |
Gets the minimum 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 GetMinEncodedQualScore(
FastQFormatType formatType
)
Public Shared Function GetMinEncodedQualScore (
formatType As FastQFormatType
) As Byte
public:
static unsigned char GetMinEncodedQualScore(
FastQFormatType formatType
)
static member GetMinEncodedQualScore :
formatType : FastQFormatType -> byte
Parameters
- formatType
- Type: BioFastQFormatType
FastQ format type.
Return Value
Type:
ByteQuality score.
See Also