Click or drag to resize
QualitativeSequenceGetMinEncodedQualScore Method
Gets the minimum encoded quality score for the specified FastQFormatType.

Namespace: Bio
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public static byte GetMinEncodedQualScore(
	FastQFormatType formatType
)

Parameters

formatType
Type: BioFastQFormatType
FastQ format type.

Return Value

Type: Byte
Quality score.
See Also