Unconfigured Ad

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • frymor
    Senior Member
    • May 2010
    • 151

    #1

    Hisat2 vs. bowtie2 - why does bowtie2 mapped better?

    Hi all,

    I have 358 pairs pair-end samples from human genome. I am looking for the best way to map them to the reference for differential expression analysis.
    I have tested the STAR aligner as well as tophat and Hisat2, but somehow they all fail to map.

    Than I have tested the bowtie2 algorithm and found out, that it maps a lot better (AFAIK) than all the others.
    As the mapping with bowtie2 takes longer than Hisat2 and or STAR, I would like to try and understand first if the results are correct.
    I thought, Hisat2 and STAR work not only faster, but suppose to also better.

    These are the commands I am using to map my files

    Code:
    hisat2 -p 15 -x /home/yeroslaviz/genomes/Mus_musculus/HISAT2/grcm38/genome -1 700APAAXX_1_1.fastq.gz -2 700APAAXX_1_2.fastq.gz -S 700APAAXX_1_2.hisat2.sam
    
    bowtie2 --very-sensitive -p 15 --un tmp.unmapped -x /home/yeroslaviz/genomes/Homo_sapiens/GRCh38.p3/bowtie2indexed/Hsapiens.GRCh38 -1 700APAAXX_1_1.fastq.gz -2 700APAAXX_1_2.fastq.gz -S 700APAAXX_1_2.sam
    and the results i am getting from the mapping:

    Code:
    [B]hisat2[/B]
    
    33778368 reads; of these:
      33778368 (100.00%) were paired; of these:
        32551450 (96.37%) aligned concordantly 0 times
        564637 (1.67%) aligned concordantly exactly 1 time
        662281 (1.96%) aligned concordantly >1 times
        ----
        32551450 pairs aligned concordantly 0 times; of these:
          20823 (0.06%) aligned discordantly 1 time
        ----
        32530627 pairs aligned 0 times concordantly or discordantly; of these:
          65061254 mates make up the pairs; of these:
            62207013 (95.61%) aligned 0 times
            1237583 (1.90%) aligned exactly 1 time
            1616658 (2.48%) aligned >1 times
    7.92% overall alignment rate
    
    [B]bowtie2[/B]
    
    
    33778368 reads; of these:
      33778368 (100.00%) were paired; of these:
        11345742 (33.59%) aligned concordantly 0 times
        16268991 (48.16%) aligned concordantly exactly 1 time
        6163635 (18.25%) aligned concordantly >1 times
        ----
        11345742 pairs aligned concordantly 0 times; of these:
          2699536 (23.79%) aligned discordantly 1 time
        ----
        8646206 pairs aligned 0 times concordantly or discordantly; of these:
          17292412 mates make up the pairs; of these:
            12165533 (70.35%) aligned 0 times
            3229431 (18.68%) aligned exactly 1 time
            1897448 (10.97%) aligned >1 times
    81.99% overall alignment rate
    Can someone explain to me, why bowtie2 performs better here?


    thanks
  • dpryan
    Devon Ryan
    • Jul 2011
    • 3478

    #2
    You're aligning to human with bowtie2 and mouse with hisat2...

    Comment

    • frymor
      Senior Member
      • May 2010
      • 151

      #3
      yes I have seen that. I am trying to delete the post until I can recheck the results, but it was too late

      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
        ...
        Yesterday, 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, Yesterday, 02:55 AM
      0 responses
      10 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 07-24-2026, 12:17 PM
      0 responses
      12 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 07-23-2026, 11:41 AM
      0 responses
      13 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 07-20-2026, 11:10 AM
      0 responses
      24 views
      0 reactions
      Last Post SEQadmin2  
      Working...