Read fragments receive maximum MAPQ in bowtie2
0
0
Entering edit mode
6.9 years ago
valerie ▴ 100

Hi everyone,

I am performing WES analysis using bowtie2. Actually I am trying to find out whether specific sequences are present in patients genome. I work with paired-end sequencing, the length of read is 100. I see that sometimes there are cases when read fragment (e.g. length of 19, CIGAR 19M) get maximum MAPQ (42) in my alignment. What happened to the remaining part of read? I did not set --local mode, I only specify input and output files. How is this possible? Is there a possibility to avoid such cases using bowtie2 parameters? I am afraid that these reads do not really reflect the presence of my sequences in the genome.

Thank you in advance!

wgs botie2 alignment • 1.4k views
ADD COMMENT
0
Entering edit mode

What settings did you use? What you're describing shouldn't happen with the default settings.

ADD REPLY
0
Entering edit mode

Here is my script: bowtie2 -x junctions.index -p 8 -1 filename_end1.fastq -2 filename_end2.fastq -S output.sam

Most of the lines in my output.sam look fine, but some of them look like this:

D0N36ACXX120228:6:2308:12735:200681 137 sequenceXXX 79  42  19M =   79  0   TGCTGGAGTTGGTGGGATT ,5*4?<+;5:?>=?B#### AS:i:-2 XN:i:0  XM:i:1  XO:i:0  XG:i:0  NM:i:1  MD:Z:2G16   YT:Z:UP

Some of my sequences I am looking for are rather short and I am not expecting the second read in a pair to map the same sequence. Can this issue occur because I am treating paired-end sequencing like this?

ADD REPLY
0
Entering edit mode

the alignment that you list above is not a fragment, it is a full read match note 19M nothing was clipped off.

You have a mismatch in that 19M but that's about it.

ADD REPLY
0
Entering edit mode

Does this mean that the original read is the length of 19? Is this possible? I was also wrong in the beggining, I am working with WES, not WGS, maybe this is essential

ADD REPLY
0
Entering edit mode

Your data must have been trimmed.

ADD REPLY

Login before adding your answer.

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