Defining Factors in DESeq2
1
0
Entering edit mode
GlycineMax • 0
@user-24655
Last seen 7 months ago
United States

Hello, I'm analyzing some RNA-Seq data using DESeq2 and have a couple of questions on how to set up my experimental design.

My experimental design has a control ("ctrl") and three treatments ("treat1", "treat2" and "treat3"). I want to see if there is an expression differences of these treatments compared to control.

Could anybody help me to write the contrast code? Also, can I run all the comparisons together or each treatment have to be compared separately to control?

res <- results(dds, contrast=c("treatment","ctrl","treat1",....))???

Thank you!

DESeq2 • 562 views
ADD COMMENT
0
Entering edit mode
@mikelove
Last seen 18 minutes ago
United States

"Could anybody help me to write the contrast code? "

Writing contrast code for your analysis is up to you, there are vignettes and help pages and workflows you should read before posting to the support site. (Start with DESeq2 vignette and the workflow is linked from the first page).

"can I run all the comparisons together"

No.

ADD COMMENT

Login before adding your answer.

Traffic: 968 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