Hello, I tried to search for a correct answer, but I don't think I've found one. I have an experiment with paired samples, I've performed DESeq2, and now I would like to plot DESeq2 normcounts. All the discussions and tutorials I found are regarding plotting heatmaps and PCA plots, where you remove the batch effect of the paired samples from vst. Now, how do you think I should proceed regarding the normcounts? Since I am introducing negative values, when I apply limma::removeBatchEffect it doesn't seem correct.
Thank you for your time.
You can use ComBat-seq from the sva package to regress covariates such as the pairing information. Advantage is that it returns "raw corrected" counts that are still integers, so you can put them into vst again and plot that.