Deseq2 res Function
2
0
Entering edit mode
sap275 ▴ 10
@1a70038b
Last seen 4 hours ago
United States

Hello. I have a question regarding the results(dds) function for DESEQ2.

I have two conditions I am comparing: Knockout vs Young.

After performing summary of my Deseq analysis,

res <- results(dds)
res
summary(res)

I get young vs Knockout as default. Does this mean the young and KO groups were numerators and denominators in the analysis, respectively?

If I use the code:

resKO_vs_Young <- results(dds, contrast = c("Group", "Knockout", "young"))

Would this allow me to compare the knockout/young expression?

I am trying to interpret the resulting heatmaps and wanted to clarify the results of my code. Thank you so much for this wonderful tool.

DESeq2 • 39 views
ADD COMMENT
1
Entering edit mode
@mikelove
Last seen 5 hours ago
United States

Does this mean the young and KO groups were numerators and denominators in the analysis, respectively?

Read over the vignette and workflow first. This is described in those documents.

ADD COMMENT

Login before adding your answer.

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