Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • DESeq 2 shrinkage Wald test vs. LR test

    This is more a conceptual question to those in the know (particularly Mike Love, Simon Anders and Wolfgang Huber if you're reading).

    I'm doing a slightly quick a dirty analysis using DESeq2 to test for interactions between 3 biological conditions and expression changes over time (only between 2 time points, so one hope issues of sphericity/autocorrelation do not become an issue).

    The current implementation using the Wald test will, by default, apply a beta prior to moderate the effect sizes from the GLM. I understand the default implementation as the Wald test uses the effect size estimates to calculate the p-value that the effect is different from zero. The likelihood ratio test does not require an accurate effect size estimate as I understand it, therefore I assume that this is the reason there is no default implementation for the effect size estimate moderation, or is there a mathematical reason for this?

    Also, is there a way to extract the pre-moderated effect sizes in order to compare them to the moderated ones (regardless of which test is applied?).

    Thanks in advance.

  • #2
    hi Mike,

    Here's a post where I talk a bit about why we used the moderation of effect sizes only for the Wald test:

    Discussion of next-gen sequencing related bioinformatics: resources, algorithms, open source efforts, etc


    So it's default to have shrinkage with the Wald test, and no shrinkage with the LRT. Although both defaults can be overridden.

    Note that with interaction terms in the model, the shrinkage is only applied to the interaction terms (discussed in ?nbinomWaldTest and in the Methods of the preprint).

    There is a way to extract pre-moderated effect sizes in DESeq2 version 1.6, which will be released in October with Bioconductor v3.0. You simply:

    Code:
    results(dds, addMLE=TRUE)

    Comment

    Latest Articles

    Collapse

    • seqadmin
      Investigating the Gut Microbiome Through Diet and Spatial Biology
      by seqadmin




      The human gut contains trillions of microorganisms that impact digestion, immune functions, and overall health1. Despite major breakthroughs, we’re only beginning to understand the full extent of the microbiome’s influence on health and disease. Advances in next-generation sequencing and spatial biology have opened new windows into this complex environment, yet many questions remain. This article highlights two recent studies exploring how diet influences microbial...
      02-24-2025, 06:31 AM
    • seqadmin
      Quality Control Essentials for Next-Generation Sequencing Workflows
      by seqadmin




      Like all molecular biology applications, next-generation sequencing (NGS) workflows require diligent quality control (QC) measures to ensure accurate and reproducible results. Proper QC begins at nucleic acid extraction and continues all the way through to data analysis. This article outlines the key QC steps in an NGS workflow, along with the commonly used tools and techniques.

      Nucleic Acid Quality Control
      Preparing for NGS starts with isolating the...
      02-10-2025, 01:58 PM

    ad_right_rmr

    Collapse

    News

    Collapse

    Topics Statistics Last Post
    Started by seqadmin, 03-03-2025, 01:15 PM
    0 responses
    28 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 02-28-2025, 12:58 PM
    0 responses
    124 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 02-24-2025, 02:48 PM
    0 responses
    485 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 02-21-2025, 02:46 PM
    0 responses
    241 views
    0 likes
    Last Post seqadmin  
    Working...
    X