Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • greigite
    Senior Member
    • Mar 2009
    • 145

    bwa quality trimming and samtools rmdup

    I am trying to use bwa and samtools to map 76 bp reads from multiple bacterial strains back onto a reference sequence, with the ultimate goal of extracting SNP frequencies. To obtain accurate variant frequencies, it is important to me to remove PCR duplicates. It occurred to me that quality trimming reads with BWA using the "-q" flag during alignment could affect how well rmdup works downstream. Say 2 reads are PCR duplicates, but one is rather low-quality and is trimmed to a different length than the other. The alignment start and stop positions would no longer be the same for these duplicates, and they would not be filtered using samtools rmdup, which requires identical external coordinates.

    Is this right? Does BWA do hard trimming of reads with the "-q" flag? Or does it ignore low quality bases when calculating the alignment, but still use them to determine alignment coordinates?

    While I'm at it, could anyone explain how the BWA quality trimmer works? Please don't say "read the man page," I did, and was very confused by the explanation there:
    Code:
    -q INT 	
    Parameter for read trimming. BWA trims a read down to argmax_x{\sum_{i=x+1}^l(INT-q_i)} if q_l<INT
    where l is the original read length. [0]
    Noob question #3: Does rmdup work for single read data or doesn't it? The samtools man page states:
    Code:
    Samtools’ rmdup does not work for single-end data and does not remove duplicates across chromosomes. Picard is better.
    However, there is an option "-s" to use rmdup on single read data, and when I apply it to an alignment, it looks to reduce the size of the resulting bam file. The man page and the command itself don't agree!
    Last edited by greigite; 02-16-2010, 03:33 PM. Reason: new question
  • xuer
    Member
    • Sep 2008
    • 17

    #2
    did you get the answer? nobody know the answer?

    Comment

    • greigite
      Senior Member
      • Mar 2009
      • 145

      #3
      I did not get an answer- now I use Mosaik instead of bwa, it has much better documentation.

      Comment

      • Fedde
        Junior Member
        • Sep 2010
        • 5

        #4
        Explanation of BWA read trimming

        The BWA trimming feature seems to be explained a little more clearly here: http://seqanswers.com/forums/showthread.php?t=6251 . The real C source code is in the function bwa_trim_read() in the file bwaseqio.c, but I found the comments and variable names of the Perl example referenced in the other thread more clear.

        Comment

        • lbthrice
          Junior Member
          • Dec 2010
          • 4

          #5
          Also see the SolexaQA FAQ for an enlightening discussion of the bwa algorithm vs. SolexaQA algorithm.

          Comment

          • dan
            wiki wiki
            • Jul 2008
            • 194

            #6
            Originally posted by greigite View Post
            I did not get an answer- now I use Mosaik instead of bwa, it has much better documentation.
            Where is the real bottleneck ;-)
            Homepage: Dan Bolser
            MetaBase the database of biological databases.

            Comment

            • mrood
              Junior Member
              • Feb 2013
              • 5

              #7
              Duplicate Marking &amp; Trimming

              Originally posted by greigite View Post
              I am trying to use bwa and samtools to map 76 bp reads from multiple bacterial strains back onto a reference sequence, with the ultimate goal of extracting SNP frequencies. To obtain accurate variant frequencies, it is important to me to remove PCR duplicates. It occurred to me that quality trimming reads with BWA using the "-q" flag during alignment could affect how well rmdup works downstream. Say 2 reads are PCR duplicates, but one is rather low-quality and is trimmed to a different length than the other. The alignment start and stop positions would no longer be the same for these duplicates, and they would not be filtered using samtools rmdup, which requires identical external coordinates.

              Is this right? Does BWA do hard trimming of reads with the "-q" flag? Or does it ignore low quality bases when calculating the alignment, but still use them to determine alignment coordinates?

              While I'm at it, could anyone explain how the BWA quality trimmer works? Please don't say "read the man page," I did, and was very confused by the explanation there:
              Code:
              -q INT 	
              Parameter for read trimming. BWA trims a read down to argmax_x{\sum_{i=x+1}^l(INT-q_i)} if q_l<INT
              where l is the original read length. [0]
              Noob question #3: Does rmdup work for single read data or doesn't it? The samtools man page states:
              Code:
              Samtools’ rmdup does not work for single-end data and does not remove duplicates across chromosomes. Picard is better.
              However, there is an option "-s" to use rmdup on single read data, and when I apply it to an alignment, it looks to reduce the size of the resulting bam file. The man page and the command itself don't agree!
              I have the same question. I know it has been a long time since you wrote this post, but I am wondering what you ended up doing. I am trying to develop a good pipeline for doing similar analyses.

              Comment

              • dan
                wiki wiki
                • Jul 2008
                • 194

                #8
                Originally posted by mrood View Post
                I have the same question. I know it has been a long time since you wrote this post, but I am wondering what you ended up doing. I am trying to develop a good pipeline for doing similar analyses.
                Which question? He posted 3. I found a good description of the protocol here:
                Download SAM tools for free. SAM (Sequence Alignment/Map) is a flexible generic format for storing nucleotide sequence alignment. SAMtools provide efficient utilities on manipulating alignments in the SAM format.
                Homepage: Dan Bolser
                MetaBase the database of biological databases.

                Comment

                Latest Articles

                Collapse

                • SEQadmin2
                  Nine Things a Sample Prep Scientist Thinks About Before Sequencing
                  by SEQadmin2


                  I’m not a sequencing expert. I’m a purification scientist who uses NGS to evaluate workflows my group develops. With this perspective, we think about the sample first and the NGS workflow second. The sequencer is an exceptionally honest reporter, but it can only report on what you give it, so whether you get clean, interpretable data from an NGS workflow is largely determined before you begin.

                  Here are nine questions we think about, in roughly the order they matter, before...
                  06-18-2026, 07:11 AM
                • SEQadmin2
                  From Collection to Sequencing: Why Sample Preparation and Preservation Define Sequencing Data
                  by SEQadmin2


                  Data variability is still an issue in sequencing technologies despite the advances in reproducibility and accuracy of these platforms. But the problem does not originate in the sequencing itself, but in the previous steps, before the sample reaches the sequencer.


                  The first step is collection, followed by preservation and sample preparation for analysis. Most scientists overlook those steps, but not being careful might just be skewing the experiment’s results.
                  ...
                  06-02-2026, 10:05 AM

                ad_right_rmr

                Collapse

                News

                Collapse

                Topics Statistics Last Post
                Started by SEQadmin2, 06-26-2026, 11:10 AM
                0 responses
                15 views
                0 reactions
                Last Post SEQadmin2  
                Started by SEQadmin2, 06-17-2026, 06:09 AM
                0 responses
                49 views
                0 reactions
                Last Post SEQadmin2  
                Started by SEQadmin2, 06-09-2026, 11:58 AM
                0 responses
                107 views
                0 reactions
                Last Post SEQadmin2  
                Started by SEQadmin2, 06-05-2026, 10:09 AM
                0 responses
                125 views
                0 reactions
                Last Post SEQadmin2  
                Working...