fastq

FASTQ is a format for storing DNA sequences together with the associated quality information often encoded in ascii characters. It is typically made of 4 lines for example 2 fastq entries would look like this.

@seq1 TTATTTTAAT + ?+BBB/DHH@ @seq2 GACCCTTTGCA + ?+BHB/DIH@

Members

Structs

FastQRecord
struct FastQRecord
Undocumented in source.

See Also

Meta