Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • nk
    Member
    • Apr 2012
    • 11

    bwa reporting of multi-mapped reads

    I am mapping some RNA-seq data with bwa and would like to do some analysis on where multi-mapped reads fall.

    I know that I can extract multi-mapped reads by looking for mapq < 23 and/or the XA flag on the reads. However, I am wondering how bwa decides which location to report for a read that can be mapped to two different locations equally well. Does it choose a random one? Does it always report the first one? Something else?

    Does anybody know what exactly bwa does here?
  • TiborNagy
    Senior Member
    • Mar 2010
    • 329

    #2
    There is a command line argument: -R. If BWA reach this limit, stop searching further locations.

    Comment

    • nk
      Member
      • Apr 2012
      • 11

      #3
      I don't think this answers my question. I want to know how bwa decides which of the location it reports as the primary alignment.

      Comment

      • sdriscoll
        I like code
        • Sep 2009
        • 436

        #4
        Its a random choice. Also when there are more than 1 equally "best" hits for a read the alignment gets a MAPQ of 0. When the author benchmarks the BWA tools he usually throws out alignments with MAPQ = 0 since those are random assignments.
        Last edited by sdriscoll; 02-14-2014, 11:39 PM.
        /* Shawn Driscoll, Gene Expression Laboratory, Pfaff
        Salk Institute for Biological Studies, La Jolla, CA, USA */

        Comment

        • nk
          Member
          • Apr 2012
          • 11

          #5
          Great, thank you!

          Comment

          • Brian Bushnell
            Super Moderator
            • Jan 2014
            • 2709

            #6
            Originally posted by sdriscoll View Post
            Its a random choice. Also when there are more than 1 equally "best" hits for a read the alignment gets a MAPQ of 0. When the author benchmarks the BWA tools he usually throws out alignments with MAPQ = 0 since those are random assignments.
            This is not correct - if there are two equal-scoring locations, bwa gives both a mapping score of 3 (equivalent to 50% probability), and so forth.

            If you want to map RNA-seq data for organisms with splicing, such as eukaryotes, bwa is not the right tool. You should use a splice-aware aligner like Tophat or BBMap.

            Comment

            • Medhat
              Member
              • Jun 2013
              • 37

              #7
              what about duplicate how BWA deals with duplicate , and Is it possible to give me the source of this info.

              Comment

              • Medhat
                Member
                • Jun 2013
                • 37

                #8
                [QUOTE=Brian Bushnell;134401]This is not correct - if there are two equal-scoring locations, bwa gives both a mapping score of 3 (equivalent to 50% probability), and so forth.

                what about duplicate how BWA deals with duplicate , and Is it possible to give me the source of this info.

                Comment

                Latest Articles

                Collapse

                • SEQadmin2
                  Advanced Sequencing Platforms Tackle Neuroscience’s Toughest Genomics Problems
                  by SEQadmin2



                  Genomics studies in neuroscience face a special challenge due to the brain’s complexity and scarcity of samples. Mapping changes in cell type and state using conventional next-generation sequencing methods remains challenging. Advances in technologies like single-cell sequencing, spatial transcriptomics, and long-read sequencing have opened the door to deeper studies of the brain and diseases like Alzheimer’s, amyotrophic lateral sclerosis (ALS), and schizophrenia.
                  ...
                  07-09-2026, 11:10 AM
                • SEQadmin2
                  Cancer Drug Resistance: The Lingering Barrier to Rising Survival
                  by SEQadmin2



                  Cancer survival rates have significantly increased in the last few decades in the United States, reaching a combined 70% 5-year survival rate by 2021. Behind this number, there are years of research to find new therapies, drug targets, and early detection methods. But there is one core challenge that keeps slowing down these advances, and it’s about drug resistance.

                  There is no single reason why many patients don’t respond to treatment as expected. Cancer is...
                  07-08-2026, 05:17 AM
                • GATTACAT
                  Reply to Nine Things a Sample Prep Scientist Thinks About Before Sequencing
                  by GATTACAT
                  Love this - good data definitely starts from good input, and poor input can only give relatively poor data. I particularly like the mention of Nanodrop/absorbance based methods for quantification. It's such a toss up if you'll get an accurate reading or what amounts to a randomly generated number, and a lot of library/sequencing related issues can be traced back to poor quant.
                  07-01-2026, 11:43 AM

                ad_right_rmr

                Collapse

                News

                Collapse

                Topics Statistics Last Post
                Started by SEQadmin2, 07-13-2026, 10:26 AM
                0 responses
                26 views
                0 reactions
                Last Post SEQadmin2  
                Started by SEQadmin2, 07-09-2026, 10:04 AM
                0 responses
                36 views
                0 reactions
                Last Post SEQadmin2  
                Started by SEQadmin2, 07-08-2026, 10:08 AM
                0 responses
                23 views
                0 reactions
                Last Post SEQadmin2  
                Started by SEQadmin2, 07-07-2026, 11:05 AM
                0 responses
                34 views
                0 reactions
                Last Post SEQadmin2  
                Working...