I have a dataset where the condition of interest is a factor with 3 levels. DESeq2 issues me a warning to use betaPrior=False otherwise the log2 FoldChange will be affected by the base level. I thought the fold-change is always calculated w.r.t to a base level.
In my case, I have 3 time points (0 - control, 15, and 60). I get results for 15_vs_0 and 60_vs_0, and of course, these are different and depend on the fact that I chose 0 as the base point. I ran the DESeq function with and without betaPrior=F, and I get different results for 0_vs_15 fold change and p-values for the betaPrior=T/F cases.
What is the beta prior for? I tried to look in the DESeq2 paper at bioRXiv (http://biorxiv.org/content/early/2014/02/19/002832) and I don't think there is a beta distribution involved. Or is it talking about the normal prior for the estimated beta parameter in the GLM? i.e., is it the equation (10) of the "Moderated estimation of fold change and dispersion for RNA-Seq data with DESeq2" paper?
In my case, I have 3 time points (0 - control, 15, and 60). I get results for 15_vs_0 and 60_vs_0, and of course, these are different and depend on the fact that I chose 0 as the base point. I ran the DESeq function with and without betaPrior=F, and I get different results for 0_vs_15 fold change and p-values for the betaPrior=T/F cases.
What is the beta prior for? I tried to look in the DESeq2 paper at bioRXiv (http://biorxiv.org/content/early/2014/02/19/002832) and I don't think there is a beta distribution involved. Or is it talking about the normal prior for the estimated beta parameter in the GLM? i.e., is it the equation (10) of the "Moderated estimation of fold change and dispersion for RNA-Seq data with DESeq2" paper?
Comment