Click or drag to resize
QualitativeSequenceConvertQualityScore Method
Converts Quality score from to specified format.

Namespace: Bio
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public static int ConvertQualityScore(
	FastQFormatType fromFormatType,
	FastQFormatType toFormatType,
	int qualScore
)

Parameters

fromFormatType
Type: BioFastQFormatType
from fastq format.
toFormatType
Type: BioFastQFormatType
to fastq format.
qualScore
Type: SystemInt32
Quality score.

Return Value

Type: Int32

[Missing <returns> documentation for "M:Bio.QualitativeSequence.ConvertQualityScore(Bio.FastQFormatType,Bio.FastQFormatType,System.Int32)"]

See Also