Click or drag to resize
QualitativeSequenceGetDefaultQualScore Method
Gets the default 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 GetDefaultQualScore(
	FastQFormatType type
)

Parameters

type
Type: BioFastQFormatType
FastQ format type.

Return Value

Type: Byte
Quality score.
See Also