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
            Advancing Precision Medicine for Rare Diseases in Children
            by seqadmin




            Many organizations study rare diseases, but few have a mission as impactful as Rady Children’s Institute for Genomic Medicine (RCIGM). “We are all about changing outcomes for children,” explained Dr. Stephen Kingsmore, President and CEO of the group. The institute’s initial goal was to provide rapid diagnoses for critically ill children and shorten their diagnostic odyssey, a term used to describe the long and arduous process it takes patients to obtain an accurate...
            12-16-2024, 07:57 AM
          • seqadmin
            Recent Advances in Sequencing Technologies
            by seqadmin



            Innovations in next-generation sequencing technologies and techniques are driving more precise and comprehensive exploration of complex biological systems. Current advancements include improved accessibility for long-read sequencing and significant progress in single-cell and 3D genomics. This article explores some of the most impactful developments in the field over the past year.

            Long-Read Sequencing
            Long-read sequencing has seen remarkable advancements,...
            12-02-2024, 01:49 PM

          ad_right_rmr

          Collapse

          News

          Collapse

          Topics Statistics Last Post
          Started by seqadmin, 12-17-2024, 10:28 AM
          0 responses
          32 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 12-13-2024, 08:24 AM
          0 responses
          48 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 12-12-2024, 07:41 AM
          0 responses
          34 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 12-11-2024, 07:45 AM
          0 responses
          46 views
          0 likes
          Last Post seqadmin  
          Working...
          X