fn() convertQuality
Convert an integer quality value into its ASCII representation for FASTQ (Phred scale).

Defined in <seqan/basic.h>
Signature void convertQuality(c, q);

Parameters

q Value of the quality to convert. The quality value is an integral value between 0 and 62 (inclusive), int.
c Character to store the quality in, char.

Data Races

If not stated otherwise, concurrent invocation is not guaranteed to be thread-safe.

See Also