Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • emolinari
    Member
    • May 2013
    • 47

    Low mapping TopHat

    Hi guys,

    another problem to solve. I am running TopHat on some human cells samples I have submitted to our facility for RNAseq. The bioanalyzer values were great (all above RIN 8.5) and thus a library based exclusively on ribo depletion has been created.
    I have multiplexed 4 samples in a lane (75bp, single-end) and obtained roughly 50 mil reads for each sample.
    This is my TopHat summary:

    Reads kept by tophat2 for mapping: 48777778
    Reads discarded by tophat2: 321249

    Number of unique reads that mapped: 5922988
    Percentage of unique reads that mapped: 12.06%

    I have used transcriptome for Tophat2...but I cannot understand why such a low mapping percentage (not the same across the samples, ranges across 12-40%).
    Do you have any idea???
    Other groups in our lab (doing polyA selection, on same cells, using same RNAseq pipeline) map almost 90% of the reads.

    Help me please!!!
    Thanks
    Manu
  • kopi-o
    Senior Member
    • Feb 2008
    • 319

    #2
    Perhaps a lot of rRNA left in the samples, leading to many multimapping reads due to repetitiveness, or "duplicates" which are really rRNA genes with very high coverage. It could also be adapter contamination but I have seen such low mapping rates often in e g RiboMinus samples due to poor rRNA removal.

    Comment

    • sdriscoll
      I like code
      • Sep 2009
      • 436

      #3
      It might be useful to grab some random read sequences that didn't align (tophat makes a file called unmapped.bam) and try aligning them with BLAST and see what it comes up with. not very efficient but if you repeatedly see poor / no alignments from BLAST you can be pretty sure that Tophat isn't messing up.

      You can pull some reads from it like this:

      Code:
      samtools view unmapped.bam | \
        perl -slane 'if(rand() < 0.000001) { print ">$F[0]\n$F[9]"; }' > random_reads.fa
      You can tweak that value in the if test to control how much gets extracted. What I did here should pull on average 1 read per million.
      /* Shawn Driscoll, Gene Expression Laboratory, Pfaff
      Salk Institute for Biological Studies, La Jolla, CA, USA */

      Comment

      • emolinari
        Member
        • May 2013
        • 47

        #4
        Thanks for both suggestions!
        I have run the script and I BLASTed the unmapped reads of one of my samples...
        apparently most of my reads match with a pre-rRNA (or rRNA in general) and also incredibly to some exotic fish, which I assume is a mere coincidence and an artifact.
        So my question is: shouldn't rRNA map anyhow to the transcriptome?
        More: is there any strategy to limit such a huge contamination? (I really need to do ribo depletion rather than polyA selection)

        Thanks a lot!!!
        Manu

        Comment

        • Gonza
          Member
          • Mar 2013
          • 78

          #5
          Hi,

          I have a quick follow up question......I am using that perl script to see why i am getting sooo low % of mapped reads (60%). When i run it i only pull ~ 11 samples of ~ 120 bp (not really a million reads). Am i missing something?

          Comment

          • GenoMax
            Senior Member
            • Feb 2008
            • 7142

            #6
            Originally posted by Gonza View Post
            Hi,

            I have a quick follow up question......I am using that perl script to see why i am getting sooo low % of mapped reads (60%). When i run it i only pull ~ 11 samples of ~ 120 bp (not really a million reads). Am i missing something?
            @sdriscoll's code pulls one read from a million sampled so you must have about 11 million reads that are in unmapped.bam. You can change the "0.000001" value to sample more reads.

            While it is possible that your samples are contaminated with something (either because of something you did or the sequencing facility did) you will want to take a more careful look before concluding anything.

            Brian asked a set of questions in your other post so let us see what you have to say about those.

            Comment

            Latest Articles

            Collapse

            • SEQadmin2
              From Collection to Sequencing: Why Sample Preparation and Preservation Define Sequencing Data
              by SEQadmin2


              Data variability is still an issue in sequencing technologies despite the advances in reproducibility and accuracy of these platforms. But the problem does not originate in the sequencing itself, but in the previous steps, before the sample reaches the sequencer.


              The first step is collection, followed by preservation and sample preparation for analysis. Most scientists overlook those steps, but not being careful might just be skewing the experiment’s results.
              ...
              06-02-2026, 10:05 AM
            • SEQadmin2
              Single-Cell Sequencing at an Inflection Point: Early Impacts of New Platforms and Emerging Trends
              by SEQadmin2


              With the launch of new single-cell sequencing platforms in 2026, the field stands at an exciting inflection point. This article surveys the most impactful advances in the field and discusses how they’re reshaping research in cancer, immunology, and beyond.


              Introduction

              Single-cell sequencing technologies have undergone remarkable advances over the past decade, transitioning from low-throughput experimental approaches to highly scalable platforms capable of...
              05-22-2026, 06:42 AM
            • SEQadmin2
              Environmental Genomics in the Age of NGS: From Microbes to Conservation Strategies
              by SEQadmin2

              Studying ecosystems means dealing with complex, multi-species communities that are hard to observe at scale. This complexity, however, hides many important questions to be answered, from how biogeochemical cycles work and how climate change can affect species distribution to how conservation strategies can work best.


              Genomics, particularly since the expansion of NGS, has transformed ecosystem ecology. By sequencing environmental DNA, we can now assess biodiversity without direct...
              05-06-2026, 09:04 AM

            ad_right_rmr

            Collapse

            News

            Collapse

            Topics Statistics Last Post
            Started by SEQadmin2, Yesterday, 08:59 AM
            0 responses
            13 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 06-02-2026, 12:03 PM
            0 responses
            21 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 06-02-2026, 11:40 AM
            0 responses
            18 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 05-28-2026, 11:40 AM
            0 responses
            31 views
            0 reactions
            Last Post SEQadmin2  
            Working...