Click or drag to resize
QualitativeSequenceValidateQualScores Method
Validates whether the specified encoded quality scores are within the FastQFormatType limit or not.

Namespace: Bio
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public static bool ValidateQualScores(
	byte[] encodedQualScore,
	FastQFormatType formatType,
	out byte invalidQualScore
)

Parameters

encodedQualScore
Type: SystemByte
Encoded quality scores.
formatType
Type: BioFastQFormatType
Fastq format type.
invalidQualScore
Type: SystemByte
returns invalid encoded quality score if found.

Return Value

Type: Boolean
Returns true if the specified encoded quality scores are with in the limit, otherwise false.
See Also