Unconfigured Ad

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • LP_SEP23
    Junior Member
    • Feb 2012
    • 9

    #1

    Anyone has experience with Bowtie2?

    Hi All,
    my name is Lucia, and I've been lurking around for a while but this is my first post.
    I have a pretty big ChIP-seq experiment to analyze, and initially did the alignments with Bowtie. The stats were not that great, and since I have 100bp reads, I decided to redo the alignments with Bowtie2
    I do get a lot more mapped reads, but the quality scores seem a lot lower
    The programs compute the scores differently, so I am not sure if the scores are really "lower".
    Does Bowtie2 increase mapping at the expense of quality?
    Or is the scoring scheme so completely different that the quality scores are not comparable at all?
    thanks
  • epi
    Member
    • Jan 2012
    • 38

    #2
    Sorry can't help you with your specific problem.

    Though in my experience, bowtie works much better than bowtie2. Apart from some bugs, many options are missing (strata/unique alignments). I shared my opinion with authors as well.
    Must mention that I have 50bp reads and my final goal (ChIP-Seq) may be different from you.

    Comment

    • NicoBxl
      not just another member
      • Aug 2010
      • 264

      #3
      Maybe try bwa

      Comment

      • sdriscoll
        I like code
        • Sep 2009
        • 436

        #4
        Depends on what score you are talking about. The MAPQ score from bowtie2 has to do with the uniquness of the alignment and not necessarily the quality of the alignment. You want to look at the AS attribute in the extended attributes of the SAM files. Also read up on this section of the bowtie2 manual:



        By default bowtie2 is allowing no mismatches in the seed (22 bases for default end-to-end alignment) and a minimum alignment score of -60.6 (with a max of 0) for 100bp reads. Default penalties are something like -6 for a mismatch at a high quality base an -11 for a length-2 gap. Gaps in reads and reference are scored the same. Specifically you get a -5 for a gap open and -3 for each base. So a length-1 gap is -8, length-2 is -11, etc. So with a min score of about -60 you could have as many as 6 mismatches past the seed or all kinds of combinations of gaps and mismatches. You can control all of those parameters. The min score setting is defined as -0.6 + -0.6*L where L is you read length. If you want to set that value you do so with --min-score L,-0.6,-0.6. So you can figure out what you want your min score to be, like say -40, and work backward from that to figure out what values to put in the setting.
        /* Shawn Driscoll, Gene Expression Laboratory, Pfaff
        Salk Institute for Biological Studies, La Jolla, CA, USA */

        Comment

        • adaptivegenome
          Super Moderator
          • Nov 2009
          • 436

          #5
          Mapping quality is valuable for variant calling. If the quality score does not correspond to accuracy of alignment, this is a big problem I think.

          Comment

          • sdriscoll
            I like code
            • Sep 2009
            • 436

            #6
            Originally posted by adaptivegenome View Post
            Mapping quality is valuable for variant calling. If the quality score does not correspond to accuracy of alignment, this is a big problem I think.
            You're right about that. That's probably why it's better to use BWA for those alignments. I don't know of any advantage other than speed for using bowtie2 over BWA. I haven't done any hardcore comparisons between the two. I do like BWA's alignments more though...not sure why.
            /* Shawn Driscoll, Gene Expression Laboratory, Pfaff
            Salk Institute for Biological Studies, La Jolla, CA, USA */

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