Click or drag to resize
QualitativeSequenceConvertQualityScores Method (FastQFormatType, FastQFormatType, Int32)
Converts Quality scores 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[] ConvertQualityScores(
	FastQFormatType fromFormatType,
	FastQFormatType toFormatType,
	int[] qualScores
)

Parameters

fromFormatType
Type: BioFastQFormatType
from fastq format.
toFormatType
Type: BioFastQFormatType
to fastq format.
qualScores
Type: SystemInt32
Quality scores.

Return Value

Type: Int32

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

See Also