DESeq2 rerun returns different results
0
0
Entering edit mode
wl1111 • 0
@1e536fb5
Last seen 3 hours ago
United States

I ran rstudio on my college's server last week, and DESeq2 results looked good to me. However, I forgot to save the environment, I just took a screenshot of DESeq results before I log out. after one week, I opened the R file, and re-ran it, I got the different results. I compared the current results with the screenshot I saved, baseMean are the same, others (log2FoldChange, lfcSE, state, value, padj) are different. for example, log2FC changed a little bit, however, pvalue/padj became much larger. both results are sorted by padj, and only display selected genes. Do anyone know the reason? I"m attaching the comparisons as follows. thank you.

before (good results): enter image description here

now (bad results): enter image description here

DESeq2 • 27 views
ADD COMMENT
0
Entering edit mode

DESeq2 is deterministic if you use same input, code and software versions. Make sure to version-control your environment by at least tracking your sessionInfo() and saving your code, for example at GitHub. There is nothing one can do now to really debug this for you other than rerunning it now with most up-to-date version.

ADD REPLY

Login before adding your answer.

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