Announcement

Collapse
No announcement yet.
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • A stats question about DESeq

    It may be a slightly outdated question now that GLM-based testing is preferred to the exact test, but I'm just very curious...

    In the 2010 Genome Biology paper (http://genomebiology.com/2010/11/10/r106), formula 14 describes how in the negative binomial test, variance of condition A is estimated under the null hypothesis of the equality of per-condition means:

    σˆ2_{A} = ∑{all_j∈A} [ s{j}*q0+s{j}ˆ2 * v{A}(q0) ],

    where:
    ∑{all_j∈A} is the sum across all samples in condition A,
    s{j} are scaling factors for each of these samples,
    q0 is the pooled mean estimate,
    v{A} is the raw variance estimate for condition A given the mean.

    However, looking at the DESeq code, I'm not sure v{A} is actually estimated based on q0. Rather, it seems to me it is estimated based on q{A} - the observed mean of counts for condition A.

    Am I getting it wrong or there have been some changes that I'm not aware of?

    Thanks very much!

  • #2
    If I am still read my old code correctly, then the variance-mean relation for condition A is fitted by a local regression of the per-gene variances onto the mean of the counts only from condition A (in the code for the estimateDispersion method, 'if' clause for 'per-condition': bmv$baseMean, where bmv is calculated from only the columns for the current condition), but to get the fitted value, this function is then evaluated for the overall mean (in the code: overall_basemeans). This is consistent with what we wrote in the paper, I think.

    However, in DESeq2, we now dropped the "per-condition" mode, because it was a bit difficult to reconcile with our general improvements to the dispersion estimation.

    Comment


    • #3
      Thanks a lot for your reply Simon!

      Comment


      • #4
        Sorry, one more question... Am I right then that for sharing mode == "maximum" and method == "per-condition", the maximum is computed between the fitted SCV given the overall mean and the observed SCV given the mean for a given condition?

        Many thanks!
        Last edited by a11msp; 10-15-2013, 08:02 AM.

        Comment


        • #5
          Just looked through my code again. Yes, this is what I've put there. The reason, If I remember correctly, had something to do with the handling of zeroes.

          Comment


          • #6
            OK, thanks!

            Comment

            Latest Articles

            Collapse

            • seqadmin
              Advanced Methods for the Detection of Infectious Disease
              by seqadmin




              The recent pandemic caused worldwide health, economic, and social disruptions with its reverberations still felt today. A key takeaway from this event is the need for accurate and accessible tools for detecting and tracking infectious diseases. Timely identification is essential for early intervention, managing outbreaks, and preventing their spread. This article reviews several valuable tools employed in the detection and surveillance of infectious diseases.
              ...
              11-27-2023, 01:15 PM
            • seqadmin
              Strategies for Investigating the Microbiome
              by seqadmin




              Microbiome research has led to the discovery of important connections to human and environmental health. Sequencing has become a core investigational tool in microbiome research, a subject that we covered during a recent webinar. Our expert speakers shared a number of advancements including improved experimental workflows, research involving transmission dynamics, and invaluable analysis resources. This article recaps their informative presentations, offering insights...
              11-09-2023, 07:02 AM

            ad_right_rmr

            Collapse

            News

            Collapse

            Topics Statistics Last Post
            Started by seqadmin, 12-01-2023, 09:55 AM
            0 responses
            21 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 11-30-2023, 10:48 AM
            0 responses
            20 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 11-29-2023, 08:26 AM
            0 responses
            15 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 11-29-2023, 08:12 AM
            0 responses
            18 views
            0 likes
            Last Post seqadmin  
            Working...
            X