How does Bowtie2 handle chimeric singletons?
1
0
Entering edit mode
7.4 years ago
jnowacki ▴ 100

In paired end mode chimeric pairs are labeled as discordant and thrown out. How does Bowtie2 handle chimeric singletons? Lets say you map only R1 reads and some of the reads map to different chromosomes, depending on the side of the singleton. Does this R1 singleton get a low mapping score or does bowtie2 label it as a chimera somehow?

It appears BWA-mem labels these as "SA:" in a sam file. Anything similar happening in Bowtie2?

What are chimeric reads?

bowtie2 chimera chimeric • 2.6k views
ADD COMMENT
1
Entering edit mode
7.4 years ago

bowtie2 doesn't throw out reads from a pair that align to different chromosomes if you specify --no-mixed.

Bowtie2 doesn't handle chimeric single-end reads. If you use the default end-to-end mode then these won't align. If you use local alignment, then these will sometimes align to at least one of the possible locations, but the flag for a chimeric (supplementary) alignment will never be set.

ADD COMMENT

Login before adding your answer.

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