Unconfigured Ad

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • edm1
    Member
    • May 2013
    • 10

    #1

    HTSeq-count large proportion of mapped reads with no_feature

    Hi,
    I am fairly new to RNA-Seq analysis and hoped someone could help me diagnose the reason why I have such a low proportion of reads mapped to features with my current method.

    The experiment:
    Code:
    - Were looking at the retina in developing mice
    - I have two conditions (wild-type vs mutant), each with 4 biological replicates (8 in total).
    - RNA prepared using Illumina TruSeq stranded kit. Ribo-Zero Deplete techneque.
    - Using a pair-end 2 x 100bp HiSeq reads. Approximately 40 million pairs per replicate.
    The methods:
    Code:
    - Trimmed low quality regions/reads using Trimmomatic.
    - Using TopHat2 to map reads to UCSC mm10 reference genome available on the tophat website.
      - --no-novel-juncs and larger --mate-inner-dist arguments
      - Example numbers from one replicate:
        - 92.8% overall mapping rate
        - 30,244,035 aligned pairs; of these:
          - 9.4% have multiple alignments
          - 1.9% are discordant alignments
        - 87.6% concordant pair alignment rate
        - These numbers seem pretty good to me.
    - Sorted the acccepted_hits.bam file by read name using 'samtools sort -n'
    - Converted bam to sam using 'samtools view'
    - Extracting feature read counts using HTSeq-count and the gtf annotation file also from UCSC mm10.
      - Using default arguments (method=union and stranded=yes)
      - Example numbers:
        - successfull feature = 505,622
        - no feature = 29,039,281
        - ambiguous feature = 2525
        - non unique feature = 10,519,556
        - Success rate = 1.26%
    As you can see I have only a very small proportion of reads mapped to a feature. I don't really know what is normal but this seems very small. I am certain that it is the correct genes.gtf annotation file as it was provided gzipped with the genome itself. What kind of % of reads mapped on features should I be expecting? What can I do to diagnose this problem? Can anyone spot anything wrong that I am doing? Thanks.

    I also have a second question, I am able to do limited down-stream analysis using DESeq using the currently read counts. I get very few (only two) genes with differential expression. These two genes are directly adjacent to each other on the genome but not overlapping, these are Uckl1 and Znf512b (http://genome-euro.ucsc.edu/cgi-bin/...gsid=194787325). There are 130 bp between them including the UTRs. I can't imagine how this may be happening if I am using the --union option in HTSeq-count as any reads that overlap both should be labeled as ambiguous features.

    Thanks for any help.
  • kmcarr
    Senior Member
    • May 2008
    • 1181

    #2
    Here's your problem.
    (method=union and stranded=yes)
    For libraries prepared using TruSeq Stranded RNA Kits (dUTP second strand marking) you should set htseq-count -stranded=reverse

    Comment

    • edm1
      Member
      • May 2013
      • 10

      #3
      Thanks. That has greatly improved the feature counts:

      successfull feature = 15,000,966 (45.3%)
      no_feature = 8,715,612 (26.33%)
      ambiguous = 172,178 (0.52%)
      alignment_not_unique = 9,215,369 (27.8%)

      Does 45.3% success rate seem close to what I should be expecting in mice? I have nothing to compare it to.

      Comment

      • McG
        Junior Member
        • Mar 2014
        • 3

        #4
        Originally posted by edm1 View Post
        Does 45.3% success rate seem close to what I should be expecting in mice? I have nothing to compare it to.
        Hey edm1,

        I'm not sure if you were ever able to get advice on whether 45.3% is close to what you should expect, but here are my two cents:
        1) The "alignment_not_unique" feature is for reads with low alignment quality, which usually means reads that had multiple mappings. Count-based methods of differential expression (e.g. DESeq) usually ignore these, i.e. they focus on "unique matches", so you shouldn't include them in your final percentage tally. Excluding them gives you a success rate of 62.8%.
        2) I'm not very familiar with the literature on what an expected success rate would be, but one example I am aware of (and was posted in another forum) is this nature paper (link: http://www.nature.com/nature/journal...ture08872.html), reporting in their supplementary information that they mapped an average of 86% (range of 64-91%) uniquely matching reads to exons. All of their numbers are reported in the first supplementary table. Thus, your success rate of 62.8% is close to the bottom of their range. There might still be some areas of improvement for you, but you're pretty darn close.

        Hope that helps!

        Comment

        • RemitoAmigo
          Member
          • Apr 2012
          • 22

          #5
          Keep also in mind...this was Ribo Zero...All sorts of RNAs are in there...
          I would expect PolyA selection to be higher (mapping to exons)...but that's just me thinking...

          Remi

          Comment

          Latest Articles

          Collapse

          • SEQadmin2
            Beyond CRISPR/Cas9: Understand, Choose, and Use the Right Genome Editing Tool
            by SEQadmin2



            CRISPR/Cas9 sparked the gene editing revolution for both research and therapeutics.1 But this system still showed severe issues that limited its applications. The most prominent were the heavy reliance on PAM sequences, delivery limitations, double-stranded breaks that prompt unintended edits and cell death, and editing inefficiency (both in targeting and in knock-in reliability).

            Despite this, “CRISPR helped turn genome editing from a specialized technique into
            ...
            07-31-2026, 11:01 AM
          • 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

          ad_right_rmr

          Collapse

          News

          Collapse

          Topics Statistics Last Post
          Started by SEQadmin2, 08-13-2026, 12:22 PM
          0 responses
          28 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 08-11-2026, 10:35 AM
          0 responses
          22 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 08-06-2026, 07:41 AM
          0 responses
          37 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 08-03-2026, 10:13 AM
          0 responses
          51 views
          0 reactions
          Last Post SEQadmin2  
          Working...