Hello everyone,
I'm using DESeq2 to analyze gene count data. I'm wondering should I compare effect size based on log2foldchange with or without
lfcShrink
.
This is my MA plot for without shrinking and with lfcShrink
.
I know it's better to compare gene effect based on shrunken log2foldchange. But in my case, will you recommend me to shrink data (log2foldchange became almost -2 to 2)? My another concern is that I also compare interaction but this version of
lfcShrink(, type = "normal")
doesn't shrink interaction term. would it be better just use non-shrunken log2foldchange for all? (I'm looking forward to apeglm
and ashr
)
Thank you!
Hi Micheal,
Thank you for the reply! I didn't notice there's the updated version of DESeq2 package. I tried to update to ver 1.2 but somehow it didn't work.
> packageVersion("DESeq2")
[1] ‘1.16.1’
I tried both
update.packages()
andremove.packages()
See the instructions here for updating Bioconductor (current version is 3.7, you have 3.5):
https://bioconductor.org/install
Thank you! It works.
It seems not too much different. Is that normal?
I read the manual,
ashr
is in DESeq2 v. 1.2 but I got an error when I was installing the related package (REBayes):Check your code again. You’re not plotting the “ape”’object.
I saw it... Thank you!!