What Are Ranges Of Solexa X And Y
1
1
Entering edit mode
12.6 years ago
W Langdon ▴ 30

A fastq file for Solexa 3623 output contains header lines like: @SRR001783.1 BI080419HWI-EAS3220002FC208CCAAXX:7:1:159:839 length=36 I think 159:839 are the X:Y positions of the cluster. There seems to be some thought that quality might degrade if either the cluster is near the edge of the tile, or the clusters are too close together.

Does anyone know of the legitimate range for X or Y? I started assuming it was 0:1023 for both X and Y but that is wrong. Are the ranges the same for X and Y? Do they depend on the tile? Are they fixed?

Many thanks Bill

fastq • 1.8k views
ADD COMMENT
2
Entering edit mode
12.6 years ago

It is the same for each tile. The dimension varies, depending on the chip version. In my old code for making heatmap images of the chips I have these comments:

  • GA1 chips are 0-1004 on the x-axis, 0-1002 on the y-axis
  • GA2 chips are 0-2048 square, but masked on the x-axis to 0-1794

I'm afraid I can't recall where I found this information. I don't know what the expected values are for a HiSeq.

ADD COMMENT
0
Entering edit mode

Thanks Keith. Is the chip type saved in the fastq file? Or encoded elsewhere? Bill

ADD REPLY
0
Entering edit mode

No, it's not. You'll need to ask your data provider for the platform details.

ADD REPLY

Login before adding your answer.

Traffic: 2705 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