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
          Advanced Tools Transforming the Field of Cytogenomics
          by seqadmin


          At the intersection of cytogenetics and genomics lies the exciting field of cytogenomics. It focuses on studying chromosomes at a molecular scale, involving techniques that analyze either the whole genome or particular DNA sequences to examine variations in structure and behavior at the chromosomal or subchromosomal level. By integrating cytogenetic techniques with genomic analysis, researchers can effectively investigate chromosomal abnormalities related to diseases, particularly...
          Yesterday, 06:26 AM
        • seqadmin
          How RNA-Seq is Transforming Cancer Studies
          by seqadmin



          Cancer research has been transformed through numerous molecular techniques, with RNA sequencing (RNA-seq) playing a crucial role in understanding the complexity of the disease. Maša Ivin, Ph.D., Scientific Writer at Lexogen, and Yvonne Goepel Ph.D., Product Manager at Lexogen, remarked that “The high-throughput nature of RNA-seq allows for rapid profiling and deep exploration of the transcriptome.” They emphasized its indispensable role in cancer research, aiding in biomarker...
          09-07-2023, 11:15 PM
        • seqadmin
          Methods for Investigating the Transcriptome
          by seqadmin




          Ribonucleic acid (RNA) represents a range of diverse molecules that play a crucial role in many cellular processes. From serving as a protein template to regulating genes, the complex processes involving RNA make it a focal point of study for many scientists. This article will spotlight various methods scientists have developed to investigate different RNA subtypes and the broader transcriptome.

          Whole Transcriptome RNA-seq
          Whole transcriptome sequencing...
          08-31-2023, 11:07 AM

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by seqadmin, Today, 06:57 AM
        0 responses
        6 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, Yesterday, 07:53 AM
        0 responses
        8 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 09-25-2023, 07:42 AM
        0 responses
        14 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 09-22-2023, 09:05 AM
        0 responses
        44 views
        0 likes
        Last Post seqadmin  
        Working...
        X