Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • Gorgon_VZ
    Member
    • Oct 2016
    • 10

    bowtie 2 dpad parameter explanation

    Can someone provide a detailed explanation, what the bowtie2 parameter "--dpad" does? The explanation given in the manual is as follows: "--dpad <int> include <int> extra ref chars on sides of DP table (15)".

    I would interprete it like this:
    1) A sequence string of length <int> is attached to every 5' and 3' end of a read after seeding and global alignment.
    2) Attached sequences are used to solve mapping issues at readends (e.g. deletions present at readends that have been falsley softclipped in previous steps).

    !!!But I am really not confident with this!!!

    I am asking because I realised that increasing dpad to an integer of 100, solves issues I have to face with large deletions in a merged 350bp Illumina amplicon dataset. I mean solving this issue is fine, but I do not have a clue what the possible drawbacks of this setting might be. Furthermore, as I do not exactly understand the parameter and its behaviour, I do not know how to test for possible side-effects.

    Here are my option settings:

    bowtie2 --rdg 5,1 --rfg 5,1 --dpad 100 --score-min L,0,-0.75 --very-sensitive
  • Gorgon_VZ
    Member
    • Oct 2016
    • 10

    #2
    Sorry the first explanation I posted was from bowties implemented command line help. The following description was actually taken from the manual:
    --dpad <int>
    “Pads” dynamic programming problems by <int> columns on either side to allow gaps. Default: 15.

    Comment

    • sdriscoll
      I like code
      • Sep 2009
      • 436

      #3
      I sometimes use bowtie2 for the alignment stage of running RSEM (RNA-Seq gene expression). RSEM didn't allow INDELS in the alignments so as part of tweaking bowtie2 to not report those I was advised to set '--dpad 0'.
      /* Shawn Driscoll, Gene Expression Laboratory, Pfaff
      Salk Institute for Biological Studies, La Jolla, CA, USA */

      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, Yesterday, 11:10 AM
      0 responses
      7 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 06-17-2026, 06:09 AM
      0 responses
      42 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 06-09-2026, 11:58 AM
      0 responses
      103 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...