This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Alternative To interactions comparison in limma in DESeq2

Is there an alternative to the make interactions comparison you are able to do in limma in DESeq2? i.e.

cont.matrix <- makeContrasts(
+ SvsUinWT=WT.S-WT.U,
+ SvsUinMu=Mu.S-Mu.U,
+ Diff=(Mu.S-Mu.U)-(WT.S-WT.U),
+ levels=design)

So I'm interested in getting the DESeq2 equivalent of the Diff = (Mu.S-Mu.U)-(WT.S-WT.U) comparison. Is this possible?

deseq2 interactions

0 answers

No answers yet.

Log in to answer this question.