DESEQ2 control vs multiple treatment
1
0
Entering edit mode
5.5 years ago
bioinfonerd ▴ 80

Hi I have four arms of a study with 50 matched patient samples data for all Arms 1,2,3 and 4 where

Arm1: Control
Arm2: Drug1
Arm3: Drug2
Arm4: Drug3

How can I compare Arm2,3 and 4 with Arm1 individually performing a DESeq. Could you please help me with the DESeq design? Thanks!

RNA-Seq • 2.1k views
ADD COMMENT
2
Entering edit mode
5.5 years ago
Martombo ★ 3.1k

you can specify the samples to test in the function results()

results(dds, contrast = c("condition", "Drug1", "Control"))

"condition" here is the name of the factor in your colData object. Once you have the individual results for each drug you can compare the log2FC you get and the number of significant DEGs and so on...

ADD COMMENT
0
Entering edit mode

Thanks a lot! It works

ADD REPLY

Login before adding your answer.

Traffic: 2409 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6