Unconfigured Ad

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rgregor
    Member
    • Jun 2010
    • 11

    #1

    novoalign <-> bowtie comparison

    Hello bioinformaticians

    I am mapping 50.000 sequences (stored in .fastq file) to a reference genome. I use default parameters (only single hits).

    Code:
    novoalign -Q 20 -g 1000 -x 1000 -d ref_gen -f data_small.fq -o SAM > novoalign.sam
    Code:
    bowtie ref_gen -n 3 -a -y --nomaqround -B 1 -p 3 -m 1 --best --strata data_small.fq --solexa-quals -S --un bowtie_unmapped.fastq > bowtie.sam
    Results of reported alignments:

    bowtie: 38030
    novoalign: 38225
    shared: 37344

    How come the number of shared reported alignments is so low? (~600 alignments difference)?

    Did anybody do some studies on which alignments are reported by bowtie/novoalign?

    Any idea on how to make this difference smaller, changing the bowtie parameters?

    tnx,
    Gregor
  • sparks
    Senior Member
    • Mar 2008
    • 126

    #2
    Hi Gregor,

    I don't think you'll ever get them to be the same. They just work differently.

    With the large gap penalties Novoalign needs to align the full length of the read while Bowtie only needs to align the first 28bp of the seed. This might account for some of Bowtie extra mapped reads.

    There's also a big difference in what would be considered a unique alignment and there's no options to make them behave in the same way. A few of Novoaligns extra alignments may fall into this category.

    Colin

    Comment

    • rgregor
      Member
      • Jun 2010
      • 11

      #3
      Thank you Colin. I am thinking: if a unique hit (alignment) is not well defined because there are many parameters regarding quality and mismatches + other parameters, i would say that a unique hit is very well defined if we only look at the sequence.

      Is this correct:

      * a unique alignment of a read on a reference sequence happens when the read can be aligned on the reference (without mismatches) at exactly 1 position.

      Do you perhaps know if bowtie/novoalign/etc. would be expected to perform in the same way if working only with FASTA data (no qualities)? Can you point to some studies on how exact these aligners are? (do they find all possible unique alignments, miss some, how many etc?).

      Thank you,
      Gregor

      Comment

      • sparks
        Senior Member
        • Mar 2008
        • 126

        #4
        Hi Gregor,

        If we have a base with low base quality such as 2 (Perr = 0.63) or 4 (Perr = 0.4) and we have one alignment that matches the read sequence and we also have several alignments that differ only at this low quality base, do we have a unique alignment or not?

        and we always look at base qualities.

        For fasta files bases default to a quality of 30 and so in above scenario the alignment that matches would have a quality of 30 or thereabouts depending on how many alignments had 1 mismatch.

        Colin
        Last edited by sparks; 03-27-2011, 07:26 PM.

        Comment

        • rgregor
          Member
          • Jun 2010
          • 11

          #5
          From the bowtie manual:

          In -v mode, alignments may have no more than V mismatches, where V may be a number from 0 through 3 set using the -v option. Quality values are ignored.
          The question remains: when looking at mismatches ignoring qualities, should bowtie vs. other aligners give pretty much the same result? Is the alignment space searched in an exact (optimal) way?

          tnx,
          Gregor

          Comment

          • colindaven
            Senior Member
            • Oct 2008
            • 417

            #6
            Bowtie is very quick, but certainly not the most optimal for some use cases. It can't align reads containing indels, which may be the source of the discrepancy. If you can get them to work on your dataset rapidly enough I would try Shrimp2, Novoalign or Stampy.

            Comment

            Latest Articles

            Collapse

            • SEQadmin2
              Beyond CRISPR/Cas9: Understand, Choose, and Use the Right Genome Editing Tool
              by SEQadmin2



              CRISPR/Cas9 sparked the gene editing revolution for both research and therapeutics.1 But this system still showed severe issues that limited its applications. The most prominent were the heavy reliance on PAM sequences, delivery limitations, double-stranded breaks that prompt unintended edits and cell death, and editing inefficiency (both in targeting and in knock-in reliability).

              Despite this, “CRISPR helped turn genome editing from a specialized technique into
              ...
              07-31-2026, 11:01 AM
            • SEQadmin2
              Proteomic Platforms: How to Choose the Right Analytical Strategy to Improve Detection and Clinical Applications
              by SEQadmin2


              Proteomics platforms are evolving rapidly, with advances in mass spectrometry and affinity-based approaches expanding what researchers can detect and at what scale. As the field moves toward deeper proteome coverage and clinical applications, scientists face an increasingly complex landscape of tools. This article will explore how researchers are navigating these choices to find the right platform for their work.

              The systematic characterization of the human proteome has
              ...
              07-20-2026, 11:48 AM
            • SEQadmin2
              Advanced Sequencing Platforms Tackle Neuroscience’s Toughest Genomics Problems
              by SEQadmin2



              Genomics studies in neuroscience face a special challenge due to the brain’s complexity and scarcity of samples. Mapping changes in cell type and state using conventional next-generation sequencing methods remains challenging. Advances in technologies like single-cell sequencing, spatial transcriptomics, and long-read sequencing have opened the door to deeper studies of the brain and diseases like Alzheimer’s, amyotrophic lateral sclerosis (ALS), and schizophrenia.
              ...
              07-09-2026, 11:10 AM

            ad_right_rmr

            Collapse

            News

            Collapse

            Topics Statistics Last Post
            Started by SEQadmin2, 07-31-2026, 02:55 AM
            0 responses
            18 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 07-24-2026, 12:17 PM
            0 responses
            15 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 07-23-2026, 11:41 AM
            0 responses
            14 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 07-20-2026, 11:10 AM
            0 responses
            26 views
            0 reactions
            Last Post SEQadmin2  
            Working...