Seqanswers Leaderboard Ad

Collapse

Announcement

Collapse
No announcement yet.
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Test for read coverage uniformity of genes?

    Does anyone know of a program/package/method to test coverage uniformity of reads over individual genes?

    My differential expression analysis shows 1500 genes... but when I look closer at IGV, I see that some of the genes that come up are artefacts in that all the reads of a particular sample map only to the UTR or within an intron. (I'm analysing single cell data so it's a bit messy that way.) Is there a way to test whether the reads cover all (or most) of the exons of a gene, rather than one by one in IGV?

    Thanks for your help!

  • #2
    I see that some of the genes that come up are artefacts in that all the reads of a particular sample map only to the UTR or within an intron
    Reads aligning to the introns will not be counted, so they will not affect the differential expression analysis.

    Reads aligning to the UTR will be counted, obviously. However, you should be aware that some library preps will results in a very strong 3' bias, when using poly-A enrichment. We have uniform coverage at my institute even when doing poly-A enrichment. I do occasionally get data from other institutes, with a different library prep protocol, who do show this bias. If your genes show a systematic bias, you wouldn't want to exclude genes with a majority of reads aligning to the 3' UTR. If the majority of your genes have uniform coverage, you don't need to worry about this bias.

    Is there a way to test whether the reads cover all (or most) of the exons of a gene, rather than one by one in IGV?
    You could count the reads for individual exons with featureCounts. It will be difficult to have an algorithm to determine uniform coverage, though, in my opinion. Some exons are spliced out, and will therefore not have any reads align to them. There is also always some variation in the number of reads that align to exons.

    Obviously, you should eliminate genes with low count reads, which is generally the most effective manner of removing artifacts.

    If you still have artifacts after removing genes with low counts, I would rather investigate more the source of the artifacts than try and determine if the coverage is uniform.
    For example, do the peaks correspond to repeat regions, or miRNAs for example?
    Last edited by blancha; 10-20-2015, 12:47 PM.

    Comment


    • #3
      I use RSeqQC to check for potential amplification biases in single cell data. The geneBody_coverage script is the one you are probably looking for. The nice thing is that the script is linked to R scripts in order to produce some easy-to-interpret graphics. The following code will calculate the coverage over a set of housekepping genes supplied with RSeqQC (But you are of course free to supply your own bed file):

      Code:
      python /usr/local/RSeQC-2.6.1/scripts/geneBody_coverage.py --refgene /usr/local/RSeQC-2.6.1/resources/hg19.HouseKeepingGenes.bed --input=/txtFileWithBamFilesToAnalyse --out-prefix ./genebodyCov_hg19housekeeping

      Comment


      • #4
        Ok, I've tested it, and RSeQC is exactly the type of thing I was looking for. I need to modify it slightly to suit my purposes but it lets me automate the verification of my genes of interest.

        Thanks for the suggestion!

        Comment


        • #5
          Hi there! You may also find mRIN useful: http://www.ncbi.nlm.nih.gov/pubmed/26234653

          Comment

          Latest Articles

          Collapse

          • seqadmin
            Essential Discoveries and Tools in Epitranscriptomics
            by seqadmin




            The field of epigenetics has traditionally concentrated more on DNA and how changes like methylation and phosphorylation of histones impact gene expression and regulation. However, our increased understanding of RNA modifications and their importance in cellular processes has led to a rise in epitranscriptomics research. “Epitranscriptomics brings together the concepts of epigenetics and gene expression,” explained Adrien Leger, PhD, Principal Research Scientist...
            04-22-2024, 07:01 AM
          • seqadmin
            Current Approaches to Protein Sequencing
            by seqadmin


            Proteins are often described as the workhorses of the cell, and identifying their sequences is key to understanding their role in biological processes and disease. Currently, the most common technique used to determine protein sequences is mass spectrometry. While still a valuable tool, mass spectrometry faces several limitations and requires a highly experienced scientist familiar with the equipment to operate it. Additionally, other proteomic methods, like affinity assays, are constrained...
            04-04-2024, 04:25 PM

          ad_right_rmr

          Collapse

          News

          Collapse

          Topics Statistics Last Post
          Started by seqadmin, Yesterday, 08:47 AM
          0 responses
          12 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 04-11-2024, 12:08 PM
          0 responses
          60 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 04-10-2024, 10:19 PM
          0 responses
          59 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 04-10-2024, 09:21 AM
          0 responses
          54 views
          0 likes
          Last Post seqadmin  
          Working...
          X