Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • ranel
    Junior Member
    • Mar 2009
    • 1

    question about bowtie -e parameter

    Hi,

    My question concerns Bowtie's –e (--maqerr) parameter.

    If I understand correctly, while –n sets the maximum number of mismatches permitted in the "seed", the total number of mismatches over the entire read length can be controlled by the –e parameter. Indeed, increasing this parameter could greatly increase the number of aligned reads. For example, in one sample that I tested, increasing –e from 70 (default) to 140, increased the percentage of aligned reads from 31% to 48%.

    Default (-e 70)
    --------------------------------
    # reads processed: 4424341
    # reads with at least one reported alignment: 1395000 (31.53%)
    # reads that failed to align: 3029341 (68.47%)

    -e 140
    --------------
    # reads processed: 4424341
    # reads with at least one reported alignment: 2125127 (48.03%)
    # reads that failed to align: 2299214 (51.97%)

    Does the default value (70) is the recommended level for 36 bp reads? Did anyone test how –e should be increased with the increasing of reads length? For example, any recommendation on how –e should be increased if reads length is 80 bp?

    Many thanks in advance,
    Rani
  • adamdeluca
    Member
    • Jul 2010
    • 95

    #2
    It all depends on your application, because this is a tradeoff between the quality of the alignment and the number of reads aligned. Figure between 30 and 40 per mismatch.

    Comment

    • mrawlins
      Member
      • Apr 2010
      • 63

      #3
      For RNA-Seq the desired output is usually a read count, so the reads only have to be of sufficient quality to map to the right location. The value for e in those applications can be 300+, depending on read length, without sacrificing quality of results.
      For SNP calling the quality of the reads is more important than the quantity, so a much lower -e is useful. For longer reads (80 bases) I wouldn't do anything lower than 100.

      I generally have used this method to figure out how to set -e.
      How many of the bases not covered in the seed would I tolerate being wrong, assuming they are high-quality bases. I take that number times 30 to set -e. If you don't care about what comes after the seed, take the number of non-seed bases and multiply by 30.
      Larger values for -e seem to slow bowtie down.

      Comment

      • fkrueger
        Senior Member
        • Sep 2009
        • 627

        #4
        Quality values get rounded to a the nearest 10, which means reads will be rejected if you have 3 high quality mismatches (it saturates at 30) in your mismatch. If the basecall quality is quite bad however, you can easily end up with 10 or 15 low scoring mismatches.

        As adamdeluca mentioned already there might be applications where it is worth increasing the limit (e.g. many high quality SNPs if you are sequencing another strain). Increasing -e does increase the alignment time considerably however.

        It might be worth performing some quality control on the data to see if the error rates start to increase drastically towards later cycles (e.g. with fastqc), and if so you might just trim all sequences to a cycle where you do still trust the basecalls before running bowtie.

        Comment

        Latest Articles

        Collapse

        • mylaser
          Reply to Cancer Drug Resistance: The Lingering Barrier to Rising Survival
          by mylaser
          Kheloyaar Login: Easy Steps to Access Your Gaming Account
          One of the most searched queries today is Kheloyaar login because users want quick and secure account access.
          The process is straightforward:
          Visit the official gaming platform.
          Open the login section.
          Enter your registered details.
          Complete the required verification.
          Access your gaming dashboard.
          The Kheloyaar login process is designed to save time while maintaining account security for every...
          Today, 07:46 AM
        • 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

        ad_right_rmr

        Collapse

        News

        Collapse

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