BWA_MEM on PacBio Reads
0
0
Entering edit mode
9.6 years ago
am ▴ 60

Hello, can anybody explain me please how does the BWA-mem -x pacbio (Release 0.7.10, default settings) algorithm work?

I found this interesting blog but it is still not clear to me.

Can you also suggest me how to unambiguously distinguish mapped/unmapped and multimapping reads?

Thank you very much!!

Aurora

PacBio BWA-mem • 4.3k views
ADD COMMENT
1
Entering edit mode

Hello auroramaurizio1!

It appears that your post has been cross-posted to another site: SEQanswers.

This is typically not recommended as it runs the risk of annoying people in both communities.

ADD REPLY
0
Entering edit mode

So do you want to know how the algorithm works (read the paper) or how to distinguish between mapped/unmapped and multimapping alignments? The latter can be done with samtools.

ADD REPLY
0
Entering edit mode

Thank you Devon Ryan for the reply, i'll delete the one in SeqAnswers :). Do you work with these tools? I would greatly appreciate it if you kindly give me some feedback! I wanted to know how the -x pacbio option works ... originally BWA-mem was not designed with Pac-Bio in mind. I wanted also to now specifically which tags to use to discriminate between mapped/unmapped and multimapping alignments. Thank you so much, A

2014-09-08 12:08 GMT+02:00 Devon Ryan on Biostar

ADD REPLY
1
Entering edit mode

-x pacbio sets the following: -k17 -W40 -r10 -A2 -B5 -O2 -E1 -L0

ADD REPLY
0
Entering edit mode

Thank you, this is exactly what I was looking for! Is it explained in the manual? May you give me some references?

ADD REPLY
0
Entering edit mode

Found it!! Thank you for your time!!

ADD REPLY
0
Entering edit mode

For mapped unmapped, use samtools and filter according to the flag field (read the SAM spec). For multimappers, I think bwa sets one of the auxiliary tags to "R", but regardless it makes more sense to filter by MAPQ.

ADD REPLY
0
Entering edit mode

Is it possible to cancel a post? Can you teach me how? Thanks!

ADD REPLY
0
Entering edit mode

On seqanswers? No clue.

ADD REPLY

Login before adding your answer.

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