Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • Olioli
    Junior Member
    • Nov 2014
    • 3

    cummeRbund get significantly differentially expressed genes

    Hello,

    I am conducting an RNA-Seq analysis to identify significantly differentially expressed genes (SDEGs) between 5 conditions. I followed the Tuxedo protocol which is tophat/cufflinks/cuffmerge/cuffdiff/cummeRbund (http://www.nature.com/nprot/journal/...t.2012.016.pdf) and I am at the final part where I need to determine the number of SDEGs.
    I followed the cummeRbund instructions in the manual (http://compbio.mit.edu/cummeRbund/manual_2_0.html) and here's my output:
    Code:
    >cuff_data<-readCufflinks(genome="genome.fa",gtfFile="merged.gtf")
    CuffSet instance with:
    	 5 samples
    	 16011 genes
    	 36460 isoforms
    	 24184 TSS
    	 15312 CDS
    	 160110 promoters
    	 241840 splicing
    	 135440 relCDS
    >gene.diff<-diffData(genes(cuff_data))
    > sig.gene.diff<-subset(gene.diff, significant=="yes")
    > nrow(sig.gene.diff)
    [1] 4500
    > mySigGeneIds<-getSig(cuff_data,alpha=0.05,level='genes')
    > length(mySigGeneIds)
    [1] 1386
    > mySigIsoformIds<-getSig(cuff_data,alpha=0.05,level='isoforms')
    > length(mySigIsoformIds)
    [1] 900
    So when I use diffData() and filter only significant results using subset() I get a total of 4500 SDEGs (this is for all pairwise comparisons that I can extract separately using another subset() with sample names) BUT when I use the getSig() method with alpha=0.05, I only get 1386 gene IDs (not 4500), so that's less than a third from what I get with diffData. I tested at "isoform" level to see if it would match but it didn't.
    The part in the cummeRbund manual about getSig() says "a alpha value can be provided on which to filter the resulting list (the default is 0.05 to match the default of cuffdiff)."
    From what I understood, the diffData() method is supposed to just extract the information from cuffdiff without making additional tests so shouldn't I get the same number of genes?
    I would be greatful if someone could explain me clearly the difference between those two methods and which one should be used to determine SDEGs.
    Thanks a lot for your help,
    Oli
  • Olioli
    Junior Member
    • Nov 2014
    • 3

    #2
    I realized that if I use the getSig() method one pair of conditions at a time with the command:
    cond1_vs_cond2_getSig<-getSig(cuff_data,x="cond1",y="cond2",alpha=0.05,level="genes")
    and sum the length of the vectors (=number of SDEGs) for the 10 possible pairwise comparisons (I have 5 conditions) I get a total of 4773 SDEGs.
    So I think that, with 5 conditions, using getSig(cuff_data,alpha=0.05,level='genes') will correct for multiple testing going through all conditions and this is why I get a smaller number of genes, so I shouldn't use it to determine SDEGs for a particular pair of conditions, can someone comfirm this?
    On the other hand I am still not sure whether I should use diffData() + filter only significant results + filter by pairwise comparisons OR if I should use getSig(cuff_data,x="cond1",y="cond2",alpha=0.05,level="genes") for each pair of conditions.
    I thank anyone who may help me with this!!
    Last edited by Olioli; 11-25-2014, 10:22 AM.

    Comment

    • Olioli
      Junior Member
      • Nov 2014
      • 3

      #3
      After more than 400 views nobody answered or helped me at all,
      I am sure that someone should be able to help me on this forum, I will be glad to answer any question you may have.
      Last edited by Olioli; 01-09-2015, 05:14 AM.

      Comment

      Latest Articles

      Collapse

      • 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.
        ...
        07-09-2026, 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
      • 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

      ad_right_rmr

      Collapse

      News

      Collapse

      Topics Statistics Last Post
      Started by SEQadmin2, Yesterday, 10:26 AM
      0 responses
      13 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 07-09-2026, 10:04 AM
      0 responses
      26 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 07-08-2026, 10:08 AM
      0 responses
      16 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 07-07-2026, 11:05 AM
      0 responses
      33 views
      0 reactions
      Last Post SEQadmin2  
      Working...