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
              Nine Things a Sample Prep Scientist Thinks About Before Sequencing
              by SEQadmin2


              I’m not a sequencing expert. I’m a purification scientist who uses NGS to evaluate workflows my group develops. With this perspective, we think about the sample first and the NGS workflow second. The sequencer is an exceptionally honest reporter, but it can only report on what you give it, so whether you get clean, interpretable data from an NGS workflow is largely determined before you begin.


              Here are nine questions we think about, in roughly the order they matter, before...
              06-18-2026, 07:11 AM
            • SEQadmin2
              From Collection to Sequencing: Why Sample Preparation and Preservation Define Sequencing Data
              by SEQadmin2


              Data variability is still an issue in sequencing technologies despite the advances in reproducibility and accuracy of these platforms. But the problem does not originate in the sequencing itself, but in the previous steps, before the sample reaches the sequencer.


              The first step is collection, followed by preservation and sample preparation for analysis. Most scientists overlook those steps, but not being careful might just be skewing the experiment’s results.
              ...
              06-02-2026, 10:05 AM

            ad_right_rmr

            Collapse

            News

            Collapse

            Topics Statistics Last Post
            Started by SEQadmin2, 06-17-2026, 06:09 AM
            0 responses
            25 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 06-09-2026, 11:58 AM
            0 responses
            42 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 06-05-2026, 10:09 AM
            0 responses
            48 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 06-04-2026, 08:59 AM
            0 responses
            49 views
            0 reactions
            Last Post SEQadmin2  
            Working...