Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • a_mt
    Member
    • Jul 2012
    • 34

    finding DE genes from VSD normalized data

    Hi all,

    I have time series mRNA-seq data but without replicates.
    I have some doubts about calling DE genes with DESeq.

    I have used
    Code:
    varianceStabilizingTransformation
    function from DESeq to normalize count data. Now can I use this vsd transformed data to calculate fold change and to call DE genes?? may be using classic LIMMA package.. Is it good practice to do so ??

    I have tried
    Code:
    nbionTest
    on raw count too.. but after vsd transforming, data look more like microarray and I was wondering is it of any harm to call DE genes/FC change on vsd transfored data.. since in original DESeq paper they have made clear that count data follows poisson distribution unlike microarray which is more like normally distributed, but after vsd transformation, data looks more like normally distributed.

    Thank you.
  • chadn737
    Senior Member
    • Jan 2009
    • 392

    #2
    You should do replicates. And DESeq uses the negative binomial, not the poisson.

    Comment

    • a_mt
      Member
      • Jul 2012
      • 34

      #3
      Sorry, I meant to say in general count data follows poisson distribution.
      But,is it ok to use vsd normalized data to detect DE genes ?? and I don't have any replicates..

      Comment

      • chadn737
        Senior Member
        • Jan 2009
        • 392

        #4
        Does count data follow a poisson distribution? The authors of DESeq, EdgeR and others would disagree with that.

        And the purpose of VSD normalized data is not for calling differential expression, but for clustering, creating heat maps, etc. In the DESeq vignette they actually describes a protocol for analyzing data without replicates, however that does not mean you should! I honestly don't know how somebody would publish results without replicates, your really can't make sense of the data without them.
        Last edited by chadn737; 04-28-2013, 11:19 PM.

        Comment

        • a_mt
          Member
          • Jul 2012
          • 34

          #5
          ok.. not arguing.. but for your reference



          and a quote from DESeq paper :

          If reads were independently sampled from a population with given, fixed fractions of genes, the read counts would follow a multinomial distribution, which can be approximated by the Poisson distribution.
          quote from DEGseq paper :

          Current observations suggest that typically RNA-seq experiments have low technical background noise (which could be checked using DEGseq) and the Poisson model fits data well.
          And even I think no replicate does not make any sense.. but the data I am using is a published one,and just I am trying out different methods to call DEG's.

          Comment

          • chadn737
            Senior Member
            • Jan 2009
            • 392

            #6
            Originally posted by a_mt View Post
            ok.. not arguing.. but for your reference



            and a quote from DESeq paper :



            quote from DEGseq paper :



            And even I think no replicate does not make any sense.. but the data I am using is a published one,and just I am trying out different methods to call DEG's.
            I apologize if I came across a little strongly.

            From the DESeq paper:

            "However, it has been noted [1,8] that the assumption of Poisson distribution is too restrictive: it predicts smaller variations than what is seen in the data. Therefore, the resulting statistical test does not control type-I error (the probability of false discoveries) as advertised."

            In other words, the Poisson distribution leads to false positives and is not suitable. That is why DESeq is based on a Negative Binomial, not a Poisson distribution:

            "To address this so-called overdispersion problem, it has been proposed to model count data with negative binomial (NB) distributions [9], and this approach is used in the edgeR package for analysis of SAGE and RNA-Seq [8,10]."

            The DESeq vignette provides protocols for analyzing data without technical replicates.

            Go here: http://bioconductor.org/packages/rel.../doc/DESeq.pdf

            and read section 3.3 titled "Working without any replicates." That will tell you how to do this in DESeq. The purpose of the VSD normalized data is to put everything on the same scale for clustering and other sorts of analysis, not for differential expression.
            Last edited by chadn737; 04-29-2013, 06:35 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, 07-13-2026, 10:26 AM
            0 responses
            24 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 07-09-2026, 10:04 AM
            0 responses
            33 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 07-08-2026, 10:08 AM
            0 responses
            20 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 07-07-2026, 11:05 AM
            0 responses
            34 views
            0 reactions
            Last Post SEQadmin2  
            Working...