Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • Interpretation of interaction term in DESeq2

    Hi all,

    I'm having some difficulty understanding how to interpret the results of the interaction term in a DESeq2 setup. Simply put, I have an experiment with two variables - Condition (A or B), and Treatment (Untreated or Treated). I'd like to know a few things:
    1) in Condition A, what is the Treatment effect?
    2) in Condition B, what is the Treatment effect?
    3) what is the difference in Treatment effect between Condition A and Condition B?

    For the first two, I used the
    Code:
    factor(paste0(...))
    method described in the vignette, no problem.

    For the 3rd question, an interaction term seems appropriate, e.g.:
    Code:
    design = ~ Condition*Treatment
    Looking at the results from the interaction term:
    Code:
    results(dds, name=c("ConditionB.TreatmentUntreated"))
    I get something like 52 genes where the the Treatment effect is significantly different in Condition B vs Condition A. My intuition is that these 52 genes would show up in either of the first two comparisons above, since we're saying there is a significant difference in Treatment effects, doesn't that imply the effect should be significant in at least one of the two Conditions? But this isn't the case, as only 2 of the 52 genes are in either DEG list.

    On the flip side, let's say ~450 genes were significant in comparison #1 and ~1000 genes in comparison #2 above. Why aren't the genes in the setdiff of these two lists, significant in the interaction term contrast? Am I thinking about this all wrong?

  • #2
    A significant interaction in no way implies that there must be a significant effect within either condition. A setdiff in no way implies a significant interaction.

    For your "setdiff" example, suppose you're using a p-value cutoff of 0.05. If you have a p-value of 0.049 in condition A and 0.05 in condition B then you're saying that there should be a significant interaction as well (there's normally no significant difference between such p-values). On the flip side, suppose condition A and condition B both have p-values of 0.2, but their direction of changes are in opposite directions. Then the interaction effect is quite likely to be significant.

    Comment


    • #3
      Devon, thanks for the quick answer and clear explanation. I see what you're saying, I am just having trouble accepting that there would so little overlap between the two comparisons!

      To follow up, I took a closer look at the genes that turned up as significant in the interaction and interestingly they all seem to have extremely large differences in log2FC with low baseMeans (see attached). That led me to wonder what statistical test is actually used to derive a p-value for the interaction terms..?
      Attached Files

      Comment


      • #4
        I'm pretty sure it's doing a Wald test (that's the most straight-forward way do handle interactions). In recent versions of DESeq2, there's a function called plotCounts() or something like that. Use it to plot the actual counts and get a better idea about whether these are real.

        Comment

        Latest Articles

        Collapse

        • 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
        • seqadmin
          Strategies for Sequencing Challenging Samples
          by seqadmin


          Despite advancements in sequencing platforms and related sample preparation technologies, certain sample types continue to present significant challenges that can compromise sequencing results. Pedro Echave, Senior Manager of the Global Business Segment at Revvity, explained that the success of a sequencing experiment ultimately depends on the amount and integrity of the nucleic acid template (RNA or DNA) obtained from a sample. “The better the quality of the nucleic acid isolated...
          03-22-2024, 06:39 AM

        ad_right_rmr

        Collapse

        News

        Collapse

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