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
        Recent Advances in Sequencing Analysis Tools
        by seqadmin


        The sequencing world is rapidly changing due to declining costs, enhanced accuracies, and the advent of newer, cutting-edge instruments. Equally important to these developments are improvements in sequencing analysis, a process that converts vast amounts of raw data into a comprehensible and meaningful form. This complex task requires expertise and the right analysis tools. In this article, we highlight the progress and innovation in sequencing analysis by reviewing several of the...
        05-06-2024, 07:48 AM
      • 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

      ad_right_rmr

      Collapse

      News

      Collapse

      Topics Statistics Last Post
      Started by seqadmin, Today, 02:46 PM
      0 responses
      10 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 05-07-2024, 06:57 AM
      0 responses
      13 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 05-06-2024, 07:17 AM
      0 responses
      16 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 05-02-2024, 08:06 AM
      0 responses
      23 views
      0 likes
      Last Post seqadmin  
      Working...
      X