i dont believe this is a problem, just something i'm curious about:
normally we get our data from a sequencing center that returns a fastq file. this time, we have a bunch of qseq files like: s_3_1_0001_qseq.txt
in all of them, the first and last few hundred reads in the file have no sequence (just .'s for the length of the read). as one moves down from the top of the file (or up from the bottom), it starts that sequence appears on either end of the read, so it will look like:
(and the quality is all B's). going to the center of the file, the reads are all sequence.
i'm curious as to why this occurs at the ends of the file. is there some correspondence between position in the file and location on the cell.
thanks.
normally we get our data from a sequencing center that returns a fastq file. this time, we have a bunch of qseq files like: s_3_1_0001_qseq.txt
in all of them, the first and last few hundred reads in the file have no sequence (just .'s for the length of the read). as one moves down from the top of the file (or up from the bottom), it starts that sequence appears on either end of the read, so it will look like:
Code:
G.TCTG..............................................................ACCCGGA.
i'm curious as to why this occurs at the ends of the file. is there some correspondence between position in the file and location on the cell.
thanks.
Comment