Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • lbeltrame
    Member
    • Nov 2011
    • 10

    miRNA seq analysis - large numbers of non-aligning reads

    Hello,

    as part of my work I have been given the task of analyzing data from miRNA-seq. Such data was already preprocessed by a facility which did the first QC, adaptor and barcode trimming (it's made up by two pools) and given to me as a set of FASTA files.

    As I'm quite inexperienced with sequencing (I come from the world of microarrays, and I started studying NGS just recently) I looked around (including these forums and wiki) to find a way to align the data properly.

    Basing on what I read, I settled for bowtie. As I'm not doing any discovery, as reference I picked the human hairpin sequences from miRBase. Before alignment, I collapsed identical sequences using the fastx toolkit.

    Now, when aligning, I get a lot of non-aligned reads. As an example, allowing one mismatch on one of the samples:

    Code:
    bowtie Hs_miRBase_hairpin -f -n 1 -l 15 --best VB09121_Pool2/BarcodeCTTA.collapsed.fa -S Pool2_CTTA.sam
    # reads processed: 56581
    # reads with at least one reported alignment: 646 (1.14%)
    # reads that failed to align: 55935 (98.86%)
    Reported 646 alignments to 1 output stream(s)
    Going for no mismatches has even lower yields... As mentioned before (also due to inexperience) I'm not sure if it's what I should expect or not.
    Any pointers in what I should try / read would be appreciated. Thanks!
  • lbeltrame
    Member
    • Nov 2011
    • 10

    #2
    I forgot to add that I generated the reference with bowtie-build directly from the hairpin FASTA file downloaded from miRBase.

    Comment

    • fseifert
      Junior Member
      • Feb 2012
      • 1

      #3
      You might have to replace U in miRBase sequences to T and create the index and try again.
      How has the sequence library been prepared, may it contain sRNAs, snoRNAs or degradation products from rRNA/tRNA. Did you use the mature or stemloop sequences as mapping target?

      Comment

      • lbeltrame
        Member
        • Nov 2011
        • 10

        #4
        I noticed about the U/T issue. I will convert the sequence and try again: also I realized (yes, I really feel stupid about it) that I also need to remove non-human sequences from there, as the data is for all species.

        I used the hairpin (i.e. immature) sequences as I have even less hits on mature ones (and mature ones are also shorter).

        EDIT: Translating Us and removing non human sequences raised the % to 17%, although it's still low. About the library, the transcripts were selected using a miRNA purification kit followed by fractioning by size and selection of RNAs between 19 and 29bp.
        Last edited by lbeltrame; 02-01-2012, 07:06 AM.

        Comment

        • Palgrave
          Member
          • Aug 2011
          • 73

          #5
          The reference might contain ambiguous bases, Like T, Y etc...

          Comment

          • epi
            Member
            • Jan 2012
            • 38

            #6
            whats your read length.
            Remember bowtie can not match if reference sequences are smaller than query

            Comment

            • Kennels
              Senior Member
              • Feb 2011
              • 149

              #7
              From experience with small RNA datasets, many many reads will be of exact sequence.
              While your results may indicate most of your reads did not align, remember that you collapsed your sequences to begin with.
              Have a look at the read IDs of each aligned sequence which should tell you how many counts of a particular sequence there are.
              It might be that your 600 odd aligned sequences actually represent millions of reads (or at least a lot more than your unaligned sequences)

              Comment

              • lbeltrame
                Member
                • Nov 2011
                • 10

                #8
                Thanks for the suggestions. I'll give a go this week and see what comes out.

                Comment

                • mnkyboy
                  Member
                  • Mar 2009
                  • 87

                  #9
                  You probably have a lot of non miRNA in your sequencing. Have you tried mapping just to the genome? We see a ton of non miRNA small RNA in our small RNA sequencing.

                  Comment

                  • lbeltrame
                    Member
                    • Nov 2011
                    • 10

                    #10
                    Indeed, mapping to the genome gets a larger yield (47% for perfect matches, and 64% allowing one mismatch, with minimum length being 15):

                    Code:
                    bowtie hg19 -f -n 1 -l 15 -p 4 VB09121_Pool2/BarcodeCTTA.collapsed.fa -S Pool2_CTTA_human_aligned.sam
                    # reads processed: 56581
                    # reads with at least one reported alignment: 36637 (64.75%)
                    # reads that failed to align: 19944 (35.25%)
                    Reported 36637 alignments to 1 output stream(s)
                    Also, to answer other questions in the thread, I've mapped the length distribution of my reads and the vast majority are between 22 and 24bp in length.

                    EDIT: Not using collapsed sequences yields me a ~96% alignment rate using the same parameters (against the genome). I'd like to thank everyone who gave suggestions.
                    Last edited by lbeltrame; 02-08-2012, 08:09 AM.

                    Comment

                    • Priyank
                      Junior Member
                      • Nov 2010
                      • 1

                      #11
                      Hello epi and all,

                      What can be alternative alignment strategy or tool when reference sequences are smaller than query ?

                      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
                      18 views
                      0 reactions
                      Last Post SEQadmin2  
                      Started by SEQadmin2, 07-13-2026, 10:26 AM
                      0 responses
                      33 views
                      0 reactions
                      Last Post SEQadmin2  
                      Started by SEQadmin2, 07-09-2026, 10:04 AM
                      0 responses
                      44 views
                      0 reactions
                      Last Post SEQadmin2  
                      Started by SEQadmin2, 07-08-2026, 10:08 AM
                      0 responses
                      30 views
                      0 reactions
                      Last Post SEQadmin2  
                      Working...