Hi,
We are relatively new to RNA-seq data analysis and we have some questions regarding DESeq2 although we have extensively read the paper and the vignette.
1)we wonder how and when DESeq2 takes specified covariates into account during the analysis. We also have to input batch effect and different groups to compare, so we would like to validate if the step that takes covariates into account is the Gene-wise dispersion estimate.
2)We would also like to know where the LFC comes from, especially since we have a continuous variable in input and you can’t calculate an «actual» fold change from this type of variable. Also we would like to know if there is a function in DESeq2 where we can get «intermediate» output file from different analysis steps (other than the mcols function) like the first LFC that we get from DESeq2 before the shrinkage.
3)We also have a question about how the independent filtering works (i.e. what are the principles behind it)?
Thank you very much for your help