Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • hlwright
    Member
    • Feb 2011
    • 30

    Different RPKM values in same dataset using Cufflinks or Cuffdiff (v1.3.0)

    I have generated RPKM values for the same dataset using Cufflinks (single input BAM file) and using Cuffdiff where my datasert is part of a larger set of samples (multiple input BAM files). The commands are as follows:-

    PHP Code:
    cufflinks -/path/to/BowtieIndex/genome.fa -p 8 --max-bundle-frags 100000000 -/path/to/genes.gtf sample1.bam 
    PHP Code:
    cuffdiff -/path/to/BowtieIndex/genome.fa -p 8 --max-bundle-frags 100000000 /path/to/genes.gtf sample1.bam sample2.bam sample3.bam sample4.bam sample5.bam sample6.bam 
    I have noticed that when I compare RPKM values for individual genes (genes.fpkm_tracking file), the RPKM values generated by the two programs are different even though the input BAM file is the same, for example:-

    Gene 1
    Cufflinks RPKM 1138.91 (confidence intervals 1130.66,1147.16)
    Cuffdiff RPKM 1572.47 (confidence intervals 637.99,2506.94)

    Gene 2
    Cufflinks RPKM 58.15 (confidence intervals 56.40,59.89)
    Cuffdiff RPKM 78.99 (confidence intervals 39.83,118.15)

    Can anyone explain this please?
  • sdriscoll
    I like code
    • Sep 2009
    • 436

    #2
    This is by design. I think it would be wiser and more science like to use the following type of pipeline:

    Align reads once for expression analysis.
    Quantify gene expression once as either read counts, cufflinks estimates or try RSEM
    Use a DE tool like DESeq, edgeR or the more recent EBSeq which seems to have improved on previous methods a bit.

    It doesn't make sense to get multiple expression estimates from the same data even though it makes sense from the computation logic side of things.

    I think RSEM might be my new favorite except that it doesn't run well on my Mac system. If you have a strong Linux system then it should be good. If you run RSEM multiple times on the same data you will see some variation in its isoform level assignment of expression however that's a result of variable/random behavior of the aligner. The gene level estimates are more stable. This only exposes the fact that we have all probably been dealing with this extra uncertainty in expression values all along. Their pipeline requires bowtie and they run it in a specific way for good quantification estimates. So if you want to try the RSEM pipeline you only need to do that and you can skip the initial alignments because RSEM provides them for you. You would run it once per sample and then merge the data for DE analysis. They recommend EBSeq, in fact they package it with their software.
    Last edited by sdriscoll; 11-08-2012, 09:21 AM.
    /* Shawn Driscoll, Gene Expression Laboratory, Pfaff
    Salk Institute for Biological Studies, La Jolla, CA, USA */

    Comment

    • sdriscoll
      I like code
      • Sep 2009
      • 436

      #3
      today I discovered eXpress (http://bio.math.berkeley.edu/eXpress/overview.html) which uses the same basic algorithm as RSEM but is much faster and it produces more verbose output. so far I like it and I've seen that it's expression estimates correlate very highly (r > 0.8) with 'true' expressions from synthetic data analysis. someone shared a slideshow with me outlining an evaluation of current possible pipelines using the BEERS pipeline (http://www.cbil.upenn.edu/BEERS/). cufflinks wasn't even on the map with count estimates correlating 0 < r < 0.2 - or in other words the expression estimates looked like random noise compared to the true values.
      /* Shawn Driscoll, Gene Expression Laboratory, Pfaff
      Salk Institute for Biological Studies, La Jolla, CA, USA */

      Comment

      • hlwright
        Member
        • Feb 2011
        • 30

        #4
        Thanks sdriscoll - I have been getting more and more frustrated with cufflinks / cuffdiff so will explore these other options.

        Really appreciate you replying to my post.

        Helen

        Comment

        Latest Articles

        Collapse

        • mylaser
          Reply to Advanced Sequencing Platforms Tackle Neuroscience’s Toughest Genomics Problems
          by mylaser
          Kheloyaar: The Complete Guide to Kheloyaar Loginand Kheloyaar ID
          The online gaming industry has transformed the way people enjoy digital entertainment. As technology continues to improve, players are looking for platforms that offer convenience, security, and a seamless user experience. Kheloyaarhas gained attention among users who value an easy-to-use platform, quick account access, and a simple registration process.
          Whether you're exploring Kheloyaar for the first time or want to understand...
          Yesterday, 09:27 PM
        • SEQadmin2
          Advanced Sequencing Platforms Tackle Neuroscience’s Toughest Genomics Problems
          by SEQadmin2



          Genomics studies in neuroscience face a special challenge due to the brain’s complexity and scarcity of samples. Mapping changes in cell type and state using conventional next-generation sequencing methods remains challenging. Advances in technologies like single-cell sequencing, spatial transcriptomics, and long-read sequencing have opened the door to deeper studies of the brain and diseases like Alzheimer’s, amyotrophic lateral sclerosis (ALS), and schizophrenia.
          ...
          Yesterday, 11:10 AM
        • SEQadmin2
          Cancer Drug Resistance: The Lingering Barrier to Rising Survival
          by SEQadmin2



          Cancer survival rates have significantly increased in the last few decades in the United States, reaching a combined 70% 5-year survival rate by 2021. Behind this number, there are years of research to find new therapies, drug targets, and early detection methods. But there is one core challenge that keeps slowing down these advances, and it’s about drug resistance.

          There is no single reason why many patients don’t respond to treatment as expected. Cancer is...
          07-08-2026, 05:17 AM

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by SEQadmin2, Yesterday, 10:04 AM
        0 responses
        8 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 07-08-2026, 10:08 AM
        0 responses
        7 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 07-07-2026, 11:05 AM
        0 responses
        11 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 07-02-2026, 11:08 AM
        0 responses
        31 views
        0 reactions
        Last Post SEQadmin2  
        Working...