Hi there, I am a bioinformatics student at UT Austin. I recently ran our lab's code from 2020 using DESeq2 on an RNA-seq dataset. The output from my recent DESeq result has slightly different log2FC and Pvalue in most genes (roughly 10^-5 or smaller) when compared with the 2020 DESeq result. I am sure it's the same code and RNA-seq data as the 2020 result.
Has there been any update of the DESeq2 package over the last several years that may result in this difference in results?
Thanks.
Best, Xu
By the way, my 2024 DESeq result and 2020 DESeq result have the same baseMean, which should indicate that my original RNA-seq data was exactly the same for both results.
I checked this by using identical(DESeq_result_2020[, 'baseMean'], DESeq_result_2024[, 'baseMean'])