Click or drag to resize
QualitativeSequenceConvertQualityScores Method (FastQFormatType, FastQFormatType, SByte)
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 sbyte[] ConvertQualityScores(
	FastQFormatType fromFormatType,
	FastQFormatType toFormatType,
	sbyte[] qualScores
)

Parameters

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

Return Value

Type: SByte

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

See Also