Order of reads in FASTQ file
1
0
Entering edit mode
7.1 years ago
lkmklsmn ▴ 970

Hi biostars,

FASTQ files contain sequencing reads 'as they come off the sequencing instrument' (https://genome.ucsc.edu/ENCODE/fileFormats.html#FASTQ). Is there any particular order to them? E.g. based on the position of the flow cell? Quality?

Thanks in advance.

RNA-Seq FASTQ • 3.0k views
ADD COMMENT
1
Entering edit mode
7.1 years ago

Illumina reads are roughly in scan order. Nearby reads are likely to be nearby in the fastq. They are not ordered by quality. It depends on the instrument, but there are some universal truths (by "adjacent" I'm describing Illumina ordering):

All reads in a lane are adjacent. All reads in a tile are adjacent. Reads in adjacent tiles are adjacent. Also, the last tile in a row is adjacent to the first tile in the next row.

Within a tile, it's more mysterious. The reads seem to go left-to-right then top-to-down. I'm not really sure what the algorithm is, with regards to pixels, but of course it's platform-specific. You can detect this very precisely from the read names.

ADD COMMENT

Login before adding your answer.

Traffic: 2481 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6