Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • wieni
    Junior Member
    • Jun 2012
    • 6

    miRNA missed by Bowtie alignment

    Hi,

    I hope this question does not sound to stupid. I have the following problem. I have NGS data from miRNA sequencing. I trimm the reads, so that I have a minimum length of 16nt and a maximum length of 35nt. I used bowtie (not bowtie2) to align/map the reads against a reference. My reference is a bowtie index, based on the human mature miRNAs taken from miRBase. In order to build the index and map the sequences after I exchanged all "U"s by "T"s.

    My problem is that I have for example a read with the following sequence:
    TCTCCCAACCCTTGTACCAGTGT

    Bowtie tells me that this sequence does not match.If I blast it I find it to be mir-150-5p. The identitity is 100%.
    My read is 1nt LONGER than the actual reference sequence (TCTCCCAACCCTTGTACCAGTG). Therefore bowtie does not find it. I tried different parameters for bowtie, but only manage to get it, if I shorten my read by 1 nt, which is of course not an option, as this is just a single example we found by random.

    Do I make here any principle error? Is it impossible to map a read which is longer than the reference? Any suggestion? Do I need to "artifially" modify my mirBase sequences before I make an index? Like attaching 10Gs at both ends?
  • Brian Bushnell
    Super Moderator
    • Jan 2014
    • 2709

    #2
    The best option is to use a different aligner which is able to map reads off the ends of your reference scaffolds. Why are you using bowtie1, anyway? Bowtie2 is much better.

    Comment

    • wieni
      Junior Member
      • Jun 2012
      • 6

      #3
      Thanks for the answer.

      I am using bowtie1 as it is normally sad to be better when you work with short reads. I already tried bowtie2 with the whole dataset, the results are pretty different and less good. But I did not invest too much time in bowtie2 with regard to miRNA. For other projects I am using bowtie2 as we have long reads normally. I tested the specific sequence I mentioned above with bowtie2 also just "found" it after I shortened it,

      Maybe I need to use a completely different aligner?

      Comment

      • cascoamarillo
        Senior Member
        • Oct 2010
        • 164

        #4
        You should work with bowtie1 mapping small reads; no doubt. Could you please specify the parameters you are using. And what kind of reference are you using, miRNA database or something similar?
        Best

        Comment

        • dpryan
          Devon Ryan
          • Jul 2011
          • 3478

          #5
          You would need local, rather than global, alignment for this, which bowtie1 doesn't do (at least if memory serves). Bowtie2 can do local alignment, but you might also follow Brian's advice and just use a different aligner (I suspect that he'd suggest BBMap ).

          Comment

          • Brian Bushnell
            Super Moderator
            • Jan 2014
            • 2709

            #6
            Originally posted by dpryan View Post
            You would need local, rather than global, alignment for this, which bowtie1 doesn't do (at least if memory serves). Bowtie2 can do local alignment, but you might also follow Brian's advice and just use a different aligner (I suspect that he'd suggest BBMap ).

            I would have suggested that, but I've never actually tried it with 16bp reads. It works fine with 25bp reads, though. For short reads you can increase sensitivity by using a shorter kmer length and reducing max gap length, using flags like "k=10 maxindel=8". BBMap does global alignment, but it still extends off the ends of scaffolds up to around 44% of the read length by default.

            Comment

            • wieni
              Junior Member
              • Jun 2012
              • 6

              #7
              Thanks for the answers!

              I was also thinking about the local alignment. Therefore I at least tried bowtie2, but now way.

              I will try 2 things:
              a) new aligner - as you suggested BBMap, I would also try this SHRiMP
              b) modifying my miRNA-reference set

              I used bowtie with the following parameters: bowtie -f -l 16 -v 2 -t -a --best --strata

              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-20-2026, 11:10 AM
              0 responses
              14 views
              0 reactions
              Last Post SEQadmin2  
              Started by SEQadmin2, 07-13-2026, 10:26 AM
              0 responses
              32 views
              0 reactions
              Last Post SEQadmin2  
              Started by SEQadmin2, 07-09-2026, 10:04 AM
              0 responses
              43 views
              0 reactions
              Last Post SEQadmin2  
              Started by SEQadmin2, 07-08-2026, 10:08 AM
              0 responses
              29 views
              0 reactions
              Last Post SEQadmin2  
              Working...