I am performing differential expression analysis using RNA-seq data. I am using limma package.
I am wondering to know how I can bias my differential expression analysis if previous to differential expression test I use Combat to correct for batches effects although there is no clear evidence of batch effect when I plot data into a PCA/heatmap... However, I know that this batch (library prep) can influence my expression level.
Would it be a better approach to include the batch in the model?
Thanks for your help!
Thanks Irsan for your comment. Do you know if I can calculate the relative influence of batch relative to the other factors of my study using
lmFit()
from limma?The thing is that when I do the test without batch effect (only consider my biological groups) then I hardly obtained P-values significant after correction by multiple test. However, when I do the batch correction by comBat, then I obtain a lot of significant genes after correction by multiple test.