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
      Best Practices for Single-Cell Sequencing Analysis
      by seqadmin



      While isolating and preparing single cells for sequencing was historically the bottleneck, recent technological advancements have shifted the challenge to data analysis. This highlights the rapidly evolving nature of single-cell sequencing. The inherent complexity of single-cell analysis has intensified with the surge in data volume and the incorporation of diverse and more complex datasets. This article explores the challenges in analysis, examines common pitfalls, offers...
      Yesterday, 07:15 AM
    • seqadmin
      Latest Developments in Precision Medicine
      by seqadmin



      Technological advances have led to drastic improvements in the field of precision medicine, enabling more personalized approaches to treatment. This article explores four leading groups that are overcoming many of the challenges of genomic profiling and precision medicine through their innovative platforms and technologies.

      Somatic Genomics
      “We have such a tremendous amount of genetic diversity that exists within each of us, and not just between us as individuals,”...
      05-24-2024, 01:16 PM

    ad_right_rmr

    Collapse

    News

    Collapse

    Topics Statistics Last Post
    Started by seqadmin, Today, 06:58 AM
    0 responses
    13 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, Yesterday, 08:18 AM
    0 responses
    19 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, Yesterday, 08:04 AM
    0 responses
    18 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 06-03-2024, 06:55 AM
    0 responses
    13 views
    0 likes
    Last Post seqadmin  
    Working...
    X