Header Leaderboard Ad

Collapse

DESeq2 interaction term results differ between full dataset & subset

Collapse

Announcement

Collapse

SEQanswers June Challenge Has Begun!

The competition has begun! We're giving away a $50 Amazon gift card to the member who answers the most questions on our site during the month. We want to encourage our community members to share their knowledge and help each other out by answering questions related to sequencing technologies, genomics, and bioinformatics. The competition is open to all members of the site, and the winner will be announced at the beginning of July. Best of luck!

For a list of the official rules, visit (https://www.seqanswers.com/forum/sit...wledge-and-win)
See more
See less
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • DESeq2 interaction term results differ between full dataset & subset

    Hi all, hoping someone has some insight on this because I am completely stumped...

    I'm using DESeq2 for differential analysis between 2 different experiment/sequencing types (wholly different methods, not like SE vs PE) and with multiple treatment conditions vs. one control condition. I do have a batch effect so I have to include that term in my design as well.
    ID Batch Condition SeqType
    1 1 ctrl X
    2 1 A X
    3 1 B X
    4 1 C X
    5 2 ctrl X
    6 2 A X
    7 2 B X
    8 2 C X
    9 1 ctrl Y
    10 1 A Y
    11 1 B Y
    12 1 C Y
    13 2 ctrl Y
    14 2 A Y
    15 2 B Y
    16 2 C Y


    So the design ends up being " ~ Batch + SeqType + Condition + Condition:SeqType "


    With reference levels for Condition=ctrl & SeqType=X, this gives me resultsNames of:
    • Intercept
    • Batch_2_vs_1
    • SeqType_Y_vs_X
    • Condition_A_vs_ctrl
    • Condition_B_vs_ctrl
    • Condition_C_vs_ctrl
    • SeqTypeY.ConditionA
    • SeqTypeY.ConditionB
    • SeqTypeY.ConditionC



    It's my understanding that using results(dds, name="SeqTypeY.ConditionA") should give me the genes for which changes (ie. A vs. ctrl) in sequencing type Y are independent of changes in sequencing type X.


    This analysis works and I get reasonable results for all of my conditions when I do not subset the data (i.e. conditions A, B, C, and ctrl are all in the same counts file input to the DESeqDataSet object, then results are called separately for each). However, when I subset by condition (i.e. input condition A & ctrl only), all the genes have padj>0.95 in the interaction term results.


    Does anyone know why this is happening or if it matters? I'm concerned it means I'm doing something wrong in the multiple conditions analysis?


    A related question - does the padj value correct for multiple comparisons between all genes within a specified results table (i.e. for all genes in the "SeqTypeY.ConditionA" results) or does it correct for multiple comparisons between all genes across all possible results tables (i.e. SeqTypeY.ConditionA vs. SeqTypeY.ConditionB vs. SeqTypeY.ConditionC)? I did the subset analysis because I was trying to answer this question for myself and I'm afraid I've just made my confusion worse....

Latest Articles

Collapse

ad_right_rmr

Collapse

News

Collapse

Topics Statistics Last Post
Started by seqadmin, Yesterday, 08:56 PM
0 responses
8 views
0 likes
Last Post seqadmin  
Started by seqadmin, Yesterday, 07:33 AM
0 responses
8 views
0 likes
Last Post seqadmin  
Started by seqadmin, 05-31-2023, 07:50 AM
0 responses
4 views
0 likes
Last Post seqadmin  
Started by seqadmin, 05-26-2023, 09:22 AM
0 responses
8 views
0 likes
Last Post seqadmin  
Working...
X