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
        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
      • seqadmin
        Strategies for Sequencing Challenging Samples
        by seqadmin


        Despite advancements in sequencing platforms and related sample preparation technologies, certain sample types continue to present significant challenges that can compromise sequencing results. Pedro Echave, Senior Manager of the Global Business Segment at Revvity, explained that the success of a sequencing experiment ultimately depends on the amount and integrity of the nucleic acid template (RNA or DNA) obtained from a sample. “The better the quality of the nucleic acid isolated...
        03-22-2024, 06:39 AM

      ad_right_rmr

      Collapse

      News

      Collapse

      Topics Statistics Last Post
      Started by seqadmin, 04-11-2024, 12:08 PM
      0 responses
      18 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 04-10-2024, 10:19 PM
      0 responses
      22 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 04-10-2024, 09:21 AM
      0 responses
      16 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 04-04-2024, 09:00 AM
      0 responses
      47 views
      0 likes
      Last Post seqadmin  
      Working...
      X