Unconfigured Ad

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • KnowNothing2
    Member
    • Sep 2013
    • 49

    #1

    Bowtie 2 parameters, these should be generous correct?

    I previously ran my fastq file with parameters I can't remember and it gave me ~82% coverage.

    Today (2 months later), I attempted even a less stringent run using

    --local --norc -N1 -L 15

    (i.e. 15 nucleotide seed with one allowable mismatch)

    This only gave me ~35% coverage.

    I have no clue what happened.
  • gringer
    David Eccles (gringer)
    • May 2011
    • 845

    #2
    That seed length looks far too short. Even bowtie2's "sensitive" mode (--sensitive) uses a seed length of 20. If you have too small a seed, then bowtie2 will find too many false hits (from a matching seed) and give up on extending them. See the "-D" option:



    If you want a less stringent run, it's easier to just use the standard modifier parameters (e.g. '--very-sensitive', or '--very-sensitive-local').

    Comment

    • KnowNothing2
      Member
      • Sep 2013
      • 49

      #3
      Awesome thanks, so then why didn't I get 100% coverage with a 15 seed. How will a 20 seed perform more optimally?

      Comment

      • gringer
        David Eccles (gringer)
        • May 2011
        • 845

        #4
        Because bowtie2 gives up on a read once there have been too many seed hits that had failed extensions. As I mentioned before, see the "-D" option:

        Comment

        • KatrinSameith
          Member
          • Jan 2014
          • 10

          #5
          Dear gringer, and other users,

          I would like to pick up this question once more. I had a similar question as KnowNothing2, and am not sure, I understand the -D parameter. Would someone explain it a bit more in detail to me?

          Lets say I have a read of 150bp.
          And with L=10 & i=S,1,0.5, I have one 10bp seed every 7bp (=1+0.5*sqrt(150)).

          How does it work from here? Will bowtie2 extend each seed one by one, and if D=15 fail, it gives up, because it seems that all seeds are no good and it takes too long to find the good alignment?

          Any comment is appreciated. Thanks for your help,
          Katrin

          Comment

          Latest Articles

          Collapse

          • SEQadmin2
            Beyond CRISPR/Cas9: Understand, Choose, and Use the Right Genome Editing Tool
            by SEQadmin2



            CRISPR/Cas9 sparked the gene editing revolution for both research and therapeutics.1 But this system still showed severe issues that limited its applications. The most prominent were the heavy reliance on PAM sequences, delivery limitations, double-stranded breaks that prompt unintended edits and cell death, and editing inefficiency (both in targeting and in knock-in reliability).

            Despite this, “CRISPR helped turn genome editing from a specialized technique into
            ...
            07-31-2026, 11:01 AM
          • SEQadmin2
            Proteomic Platforms: How to Choose the Right Analytical Strategy to Improve Detection and Clinical Applications
            by SEQadmin2


            Proteomics platforms are evolving rapidly, with advances in mass spectrometry and affinity-based approaches expanding what researchers can detect and at what scale. As the field moves toward deeper proteome coverage and clinical applications, scientists face an increasingly complex landscape of tools. This article will explore how researchers are navigating these choices to find the right platform for their work.

            The systematic characterization of the human proteome has
            ...
            07-20-2026, 11:48 AM

          ad_right_rmr

          Collapse

          News

          Collapse

          Topics Statistics Last Post
          Started by SEQadmin2, 08-11-2026, 10:35 AM
          0 responses
          10 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 08-06-2026, 07:41 AM
          0 responses
          29 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 08-03-2026, 10:13 AM
          0 responses
          48 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 07-31-2026, 02:55 AM
          0 responses
          48 views
          0 reactions
          Last Post SEQadmin2  
          Working...