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
      Essential Discoveries and Tools in Epitranscriptomics
      by seqadmin




      The field of epigenetics has traditionally concentrated more on DNA and how changes like methylation and phosphorylation of histones impact gene expression and regulation. However, our increased understanding of RNA modifications and their importance in cellular processes has led to a rise in epitranscriptomics research. “Epitranscriptomics brings together the concepts of epigenetics and gene expression,” explained Adrien Leger, PhD, Principal Research Scientist...
      Yesterday, 07:01 AM
    • seqadmin
      Current Approaches to Protein Sequencing
      by seqadmin


      Proteins are often described as the workhorses of the cell, and identifying their sequences is key to understanding their role in biological processes and disease. Currently, the most common technique used to determine protein sequences is mass spectrometry. While still a valuable tool, mass spectrometry faces several limitations and requires a highly experienced scientist familiar with the equipment to operate it. Additionally, other proteomic methods, like affinity assays, are constrained...
      04-04-2024, 04:25 PM

    ad_right_rmr

    Collapse

    News

    Collapse

    Topics Statistics Last Post
    Started by seqadmin, 04-11-2024, 12:08 PM
    0 responses
    57 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 04-10-2024, 10:19 PM
    0 responses
    53 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 04-10-2024, 09:21 AM
    0 responses
    45 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 04-04-2024, 09:00 AM
    0 responses
    55 views
    0 likes
    Last Post seqadmin  
    Working...
    X