Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • question about bowtie result and time

    Hi,

    I am running bowtie on a set of reads.

    my problem is when I use option --best, it takes less time than default option. but I think it should take more time.

    another problem is, when I set -n 3 (number of allowed mismatches in the seed), I get a sharp drop in percentage of mapped reads. (from 90% in n=2, it goes to 57% in n=3)

    does anyone have an idea what the problem might be?

    I run :
    time ./bowtie -n n# -I 100 -X 300 --chunkmbs 150 --un results/unmapped hg18 -1 file1.fastq -2 file2.fastq results/aln.map

    thanks

  • #2
    Originally posted by Ms@New View Post
    Hi,

    I am running bowtie on a set of reads.

    my problem is when I use option --best, it takes less time than default option. but I think it should take more time.

    another problem is, when I set -n 3 (number of allowed mismatches in the seed), I get a sharp drop in percentage of mapped reads. (from 90% in n=2, it goes to 57% in n=3)

    does anyone have an idea what the problem might be?

    I run :
    time ./bowtie -n n# -I 100 -X 300 --chunkmbs 150 --un results/unmapped hg18 -1 file1.fastq -2 file2.fastq results/aln.map

    thanks
    Hi,

    --best mode isn't necessarily slower than the default mode, though it is slower much of the time.

    The difference observed between -n 2 and -n 3 mode is likely due to the backtracking limit, set with --maxbts (and set to infinity with -y). As you raise --maxbts, you should see -n 3 align more reads, and with -y, you should see it align at least as many reads as -n 2.

    Thanks,
    Ben

    Comment


    • #3
      thanks for the quick response.

      I still have some questions,
      In my case, --best is almost always faster.

      may be I'm wrong, but as I remember, --best option finds the best match for the read, but the default option doesn't search all possible maps, and when it gets a reasonable answer (within maxerr, and less than -n mismatches in seed) reports it.
      I'm probably wrong, but that's why I have difficulty understanding why --best takes less time.

      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 on Modified Bases...
        Yesterday, 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, 04-11-2024, 12:08 PM
      0 responses
      43 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 04-10-2024, 10:19 PM
      0 responses
      43 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 04-10-2024, 09:21 AM
      0 responses
      38 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 04-04-2024, 09:00 AM
      0 responses
      55 views
      0 likes
      Last Post seqadmin  
      Working...
      X