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
      Recent Advances in Sequencing Analysis Tools
      by seqadmin


      The sequencing world is rapidly changing due to declining costs, enhanced accuracies, and the advent of newer, cutting-edge instruments. Equally important to these developments are improvements in sequencing analysis, a process that converts vast amounts of raw data into a comprehensible and meaningful form. This complex task requires expertise and the right analysis tools. In this article, we highlight the progress and innovation in sequencing analysis by reviewing several of the...
      05-06-2024, 07:48 AM
    • 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...
      04-22-2024, 07:01 AM

    ad_right_rmr

    Collapse

    News

    Collapse

    Topics Statistics Last Post
    Started by seqadmin, 05-10-2024, 06:35 AM
    0 responses
    20 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 05-09-2024, 02:46 PM
    0 responses
    26 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 05-07-2024, 06:57 AM
    0 responses
    21 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 05-06-2024, 07:17 AM
    0 responses
    21 views
    0 likes
    Last Post seqadmin  
    Working...
    X