Paired-End Reads
1
1
Entering edit mode
13.2 years ago

I am trying to understand the circumstances where partner strands of paired-end could be in the same direction. I always thought that the paired-end run idea is to sequence and cover the insert from two opposing ends and in opposite direction.

Particularly when both partner reads are aligned to the same chromosome as can be seen in the following example line from GAII ELAND sorted file:

awk -F'\t' '$14=="R" && $21=="R" && $18==""' s21_sorted.txt

HWUSI-EAS656 29 2 71 10638 1514 GGCTAC 1 GGATCAGACAGTGCCCTCAAAGAGCCATCTTCACAACAGTAGAGAGTAAG bbbbbbcbbbbbbbbbbbbbbabbcbbabbbbbbbbbabbccccab``ac hsrefchr11.fa 92108870 R 15T34 164 0 -3333 R

or,

awk -F'\t' '$14=="F" && $21=="F" && $18==""' s21_sorted.txt

HWUSI-EAS656 29 2 10 16626 9436 TGACCA 1 CTTTCCAGATACTAGGTTAAGCACTAGAGGTTAAGCACTGGATATACAAA bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbcbbbbbbbbbbbbbbbbbbb hsrefchr11.fa 92105586 F 41GG7 125 0 3015 F

where $14, $21 and $18 are match strand, partner strand and partner chromosome, respectively.

Any help is appreciated.

illumina paired • 3.2k views
ADD COMMENT
0
Entering edit mode

Thanks a lot for your answers. If there are many incorrectly mapped reads, how useful is retaining them as single reads for downstream analysis? It looks like I see thousands of them.

ADD REPLY
3
Entering edit mode
13.2 years ago
Aaron Statham ★ 1.1k

If enough reads pile up around those two positions it would be evidence of a chromosomal inversion

ADD COMMENT
4
Entering edit mode

It should be noticed that mismappings tend to reoccur. Seeing anomalous read pairs piling up is not a strong evidence. Running a more exhaustive/accurate mapper is crucial to SV discovery.

ADD REPLY
0
Entering edit mode

Hi, Heng. Do you have direct suggestions about appropriate mappers to use?

ADD REPLY

Login before adding your answer.

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