Unconfigured Ad

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

    bowtie2 local alignment

    Hi,

    What are the disadvantage of local alignment mode in bowtie2?
    We have a data set with very high quality reads. But when running tophat2 with the defaults parameters, even after clipping and trimming for adapter residues, I still can map only ~60-65% of the whole data set.
    Than I have tried bowtie2 with the local-very-sensitive parameter and got over 99% of the reads mapped.

    I was wondering, if there is anything against using bowtie2 in this modeand why other people are not doing it more often, if the results are so good.
    Is it just the longer running time of the mapping step which needed to be addressed here or are there any more factors one must take under consideration, when running bowtie2 in local mode?

    I know there are other mappers such as BBMap and subread, that are also able to do a local alignments and works also with shorter reads.

    But what are the reason people don't really do local alignments when working with RNA-Seq data?

    thanks in advance
    Assa
  • dpryan
    Devon Ryan
    • Jul 2011
    • 3478

    #2
    The only real downside is that it's a bit slower. It's good that you're using the --very-sensitive-local setting, since the defaults for --local are often not that great. For what it's worth, I generally get better results with STAR, though I expect hisat with --very-sensitive-local might work equally well (I've not compared them).

    Comment

    • frymor
      Senior Member
      • May 2010
      • 151

      #3
      Originally posted by dpryan View Post
      The only real downside is that it's a bit slower.
      Thanks Devon for the fast reply. Does it means, I don't have to worry about False positive mapped reads? I mean not (a lot) more, than running bowtie2 in the end-to-end mode or even tophat2?

      Is there any reason to worry about downstream analyses, if differential exon usage is involved?
      We are also interested in testing the results with DEXSeq. There is a paper from 2011 which sort of comapred different mappers. It shows that bowtie creates a lot of FP junction site predictions.

      Originally posted by dpryan View Post
      For what it's worth, I generally get better results with STAR...
      I have not tried STAR yet, but I would like to try it as well as subread and BBmap, which AFAIK can both works with gapped alignments.

      Originally posted by dpryan View Post
      though I expect hisat with --very-sensitive-local might work equally well (I've not compared them).
      This is also a good suggestion I would like test and compare them.

      Comment

      • dpryan
        Devon Ryan
        • Jul 2011
        • 3478

        #4
        I wouldn't recommend using bowtie2 by itself, but with tophat2, since bowtie2 by itself doesn't handle splicing. Regarding junction accuracy, this is probably a better paper to go by: http://www.nature.com/nmeth/journal/...meth.2722.html

        Comment

        • frymor
          Senior Member
          • May 2010
          • 151

          #5
          Yes, *that was the problem.
          I have tried tophat2 and got 65% mapped reads. This is why i tried bowtie2 with local alignment.
          As far as I know, *tophat2 doesn't do local alignments

          Comment

          • dpryan
            Devon Ryan
            • Jul 2011
            • 3478

            #6
            Yeah, I don't think there's a good way to use bowtie2 with local alignment on RNAseq data...at least without modifying tophat2. I'd personally use a different aligner for that very reason (well, plus both tophat2 and bowtie2 are a bit slow). You might check and see why end-to-end alignment is proving to be such a problem. If this is something that trimming can remedy (e.g., adapter contamination) then that might be the simplest fix.

            Comment

            • Brian Bushnell
              Super Moderator
              • Jan 2014
              • 2709

              #7
              The main issue with local alignments in RNA-seq is that, depending on the scoring function, you will lose a lot of the splices. For example, say you have a 100bp read that aligns with a cigar like this:

              50=10000D50=

              Local alignment shouldn't change anything.

              But if you have this:

              85=10000D15=

              ...with the splice site very close to the end of the read, a local alignment would yield "85=" if the score penalty from a 10k deletion/intron was greater than the score of 15 matches. So, generally, I don't recommend local in RNA-seq alignment to a genome - or if you use local alignments, at least check to see the fraction of splice sites captured in local versus global mode. Different aligners have different weighting schemes, and some might not penalize introns at all - particularly, introns won't get penalized by any aligner if you are mapping to a transcriptome since they will not be present.

              Comment

              Latest Articles

              Collapse

              • 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
              • SEQadmin2
                Cancer Drug Resistance: The Lingering Barrier to Rising Survival
                by SEQadmin2



                Cancer survival rates have significantly increased in the last few decades in the United States, reaching a combined 70% 5-year survival rate by 2021. Behind this number, there are years of research to find new therapies, drug targets, and early detection methods. But there is one core challenge that keeps slowing down these advances, and it’s about drug resistance.

                There is no single reason why many patients don’t respond to treatment as expected. Cancer is...
                07-08-2026, 05:17 AM

              ad_right_rmr

              Collapse

              News

              Collapse

              Topics Statistics Last Post
              Started by SEQadmin2, 07-24-2026, 12:17 PM
              0 responses
              25 views
              0 reactions
              Last Post SEQadmin2  
              Started by SEQadmin2, 07-23-2026, 11:41 AM
              0 responses
              20 views
              0 reactions
              Last Post SEQadmin2  
              Started by SEQadmin2, 07-20-2026, 11:10 AM
              0 responses
              26 views
              0 reactions
              Last Post SEQadmin2  
              Started by SEQadmin2, 07-13-2026, 10:26 AM
              0 responses
              38 views
              0 reactions
              Last Post SEQadmin2  
              Working...