Seqanswers Leaderboard Ad

Collapse

Announcement

Collapse
No announcement yet.
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Bowtie default parameters

    Hello,

    I have a very simple question about bowtie:

    If I run bowtie without explicitly specifying the mode, the default mode should be used (which is -n mode), right? Now, if I don't specify neither the number of mismatches (-N) nor seed length (-L), what are the default parameters for N and L then?

    Thank you in advance,

    TP

  • #2
    For bowtie2

    -N <int> max # mismatches in seed alignment; can be 0 or 1 (0)
    -L <int> length of seed substrings; must be >3, <32 (22)

    N = 0 and L = 22.
    Presets: Same as:
    For --end-to-end:
    --very-fast -D 5 -R 1 -N 0 -L 22 -i S,0,2.50
    --fast -D 10 -R 2 -N 0 -L 22 -i S,0,2.50
    --sensitive -D 15 -R 2 -N 0 -L 22 -i S,1,1.15 (default)
    --very-sensitive -D 20 -R 3 -N 0 -L 20 -i S,1,0.50

    For --local:
    --very-fast-local -D 5 -R 1 -N 0 -L 25 -i S,1,2.00
    --fast-local -D 10 -R 2 -N 0 -L 22 -i S,1,1.75
    --sensitive-local -D 15 -R 2 -N 0 -L 20 -i S,1,0.75 (default)
    --very-sensitive-local -D 20 -R 3 -N 0 -L 20 -i S,1,0.50

    Comment


    • #3
      Yeah, that's for bowtie 2. I used the original version of bowtie. I wonder if they kept the same default parameters...

      Comment


      • #4
        The default values of n and l for bowtie are different.

        See the bowtie manual

        Comment


        • #5
          N and L are not valid options for bowtie 1.0 (but n and l are)

          -n/--seedmms <int> max mismatches in seed (can be 0-3, default: -n 2)
          -e/--maqerr <int> max sum of mismatch quals across alignment for -n (def: 70)
          -l/--seedlen <int> seed length for -n (default: 28)

          Comment


          • #6
            Originally posted by GenoMax View Post
            N and L are not valid options for bowtie 1.0 (but n and l are)
            Darn, I was looking at wrong place... Anyway, thanks alot!

            TP

            Comment

            Latest Articles

            Collapse

            • seqadmin
              Essential Discoveries and Tools in Epitranscriptomics
              by seqadmin




              The field of epigenetics has traditionally concentrated more on DNA and how changes like methylation and phosphorylation of histones impact gene expression and regulation. However, our increased understanding of RNA modifications and their importance in cellular processes has led to a rise in epitranscriptomics research. “Epitranscriptomics brings together the concepts of epigenetics and gene expression,” explained Adrien Leger, PhD, Principal Research Scientist...
              04-22-2024, 07:01 AM
            • seqadmin
              Current Approaches to Protein Sequencing
              by seqadmin


              Proteins are often described as the workhorses of the cell, and identifying their sequences is key to understanding their role in biological processes and disease. Currently, the most common technique used to determine protein sequences is mass spectrometry. While still a valuable tool, mass spectrometry faces several limitations and requires a highly experienced scientist familiar with the equipment to operate it. Additionally, other proteomic methods, like affinity assays, are constrained...
              04-04-2024, 04:25 PM

            ad_right_rmr

            Collapse

            News

            Collapse

            Topics Statistics Last Post
            Started by seqadmin, Today, 08:47 AM
            0 responses
            9 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 04-11-2024, 12:08 PM
            0 responses
            60 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 04-10-2024, 10:19 PM
            0 responses
            57 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 04-10-2024, 09:21 AM
            0 responses
            53 views
            0 likes
            Last Post seqadmin  
            Working...
            X