Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • TLongi1
    Junior Member
    • Jul 2015
    • 3

    Low hits in express

    Hi,

    I'm working on RNA-seq data (Illumina Hi-Seq). After Trimmomatic, CLC (de novo assembly) and MIRA assembly and adding the Debris, I run Tophat to map my raw reads against the transcriptome.

    Here's the code and the alignment summary:

    tophat -p 64 -o Path/to/Output /path/to/bowtie/database /path/to/Paired_forward.fq.gz /path/to/Paired_reverse.fq.gz

    The Output I get is:

    Left reads
    Input: 11157893
    Mapped: 10404612 (93.2% of Input)
    of These: 8239736 (79.2%) have multiple alignments (1167061 have >20)

    Right reads
    Input: 11157893
    Mapped: 10404612 (93.2% of Input)
    of These: 8239736 (79.2%) have multiple alignments (1167061 have >20)

    93.2% Overall read mapping rate.

    Aligned pairs: 10404612
    of These: 8239769 (79.2%) have multiple alignments
    10404497 (100.0%) are discordant alignments
    0.0% concordant pair alignment rate.
    This already does look not too good for me.
    After sorting with samtools (samtools -n), express gives me about 10-30 hits per sample.

    Does anybody have any idea what might be going wrong here?

    Thanks a lot!
  • GenoMax
    Senior Member
    • Feb 2008
    • 7142

    #2
    Having 80% of your data multi-map (when 93+% of the data is mapping) seems to indicate that there is some issue with either the data you started with or the assembly that was generated.

    Was the quality of the sequences you started with good (reasonably clean FastQC results)? Is this data for an organism with no reference genome (or is a closely related genome available)? How did the assembly look (in terms of number of contigs, length of contigs, genes you expected to find)?

    Comment

    • Brian Bushnell
      Super Moderator
      • Jan 2014
      • 2709

      #3
      Originally posted by GenoMax View Post
      Having 80% of your data multi-map (when 93+% of the data is mapping) seems to indicate that there is some issue with either the data you started with or the assembly that was generated.
      I think it's OK in this case, as he's mapping RNA-seq data to a transcriptome. I'm more concerned with the fact that almost 100% of the alignments are discordant, which indicates the reads don't go together, or pair ordering was broken.

      First, you need to re-pair the reads, or perhaps even validate that they are from the same library. You could alternatively reprocess them from the raw reads. Be sure to process read 1 and read 2 at the same time to keep them together. In fact, it might help if you displayed all the command lines you used up for processing up to mapping.

      Secondly, for mapping RNA to a transcriptome, you should not use Tophat2, which is designed for spliced alignments to a genome; it's better to use Bowtie2 or something else.

      EDIT: Looking at the statistics again, I think the mapping command was wrong, and the same file was specified twice. Note that the exact same number of read 1 was mapped as read 2, with the exact same number having multiple alignments, and the same number with mapq>20; that can't be a coincidence.
      Last edited by Brian Bushnell; 07-11-2015, 02:10 PM.

      Comment

      • TLongi1
        Junior Member
        • Jul 2015
        • 3

        #4
        Brian: Oh yes, very good observation! I completely missed that. I will check it right away. Thanks

        Max: The quality of the sequences was good. Yes, I sequenced the transcriptome of an ant species and there are no genomes of closely related species out there. That's why I had to do a denovo assembly. I agree that there seems to be a problem with the data and hope (also it would be a bit shameful..) that it is what Brian suggested

        Comment

        • TLongi1
          Junior Member
          • Jul 2015
          • 3

          #5
          Indeed, I accidently used the Reverse reads twice rather than 1x reverse and 1x forward. This completely solved the problem. Thanks guys!

          Comment

          • GenoMax
            Senior Member
            • Feb 2008
            • 7142

            #6
            Ouch!

            What did the new stats look like (compared to one's posted above)?

            Comment

            Latest Articles

            Collapse

            • GATTACAT
              Reply to Nine Things a Sample Prep Scientist Thinks About Before Sequencing
              by GATTACAT
              Love this - good data definitely starts from good input, and poor input can only give relatively poor data. I particularly like the mention of Nanodrop/absorbance based methods for quantification. It's such a toss up if you'll get an accurate reading or what amounts to a randomly generated number, and a lot of library/sequencing related issues can be traced back to poor quant.
              07-01-2026, 11:43 AM
            • SEQadmin2
              Nine Things a Sample Prep Scientist Thinks About Before Sequencing
              by SEQadmin2


              I’m not a sequencing expert. I’m a purification scientist who uses NGS to evaluate workflows my group develops. With this perspective, we think about the sample first and the NGS workflow second. The sequencer is an exceptionally honest reporter, but it can only report on what you give it, so whether you get clean, interpretable data from an NGS workflow is largely determined before you begin.

              Here are nine questions we think about, in roughly the order they matter, before...
              06-18-2026, 07:11 AM

            ad_right_rmr

            Collapse

            News

            Collapse

            Topics Statistics Last Post
            Started by SEQadmin2, 07-02-2026, 11:08 AM
            0 responses
            25 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 06-30-2026, 05:37 AM
            0 responses
            23 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 06-26-2026, 11:10 AM
            0 responses
            23 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 06-17-2026, 06:09 AM
            0 responses
            55 views
            0 reactions
            Last Post SEQadmin2  
            Working...