DESeq2/RNA-Seq: Cross-study comparisons with large control-variance?
1
0
Entering edit mode
3.9 years ago
Felix • 0

I have created a cross-study (20, >250 samples in total) RNA-seq expression matrix of the same cell type (different conditions) and planned to do a combined DE analysis - in terms of checking for similarities of DE across different comparisons. By 'pooling' all controls, defining condition + series as design to account for the batch effect, I have then plotted the PCA to get an idea of the data.

I then removed the batch effect using limma for visualization purposes (as suggested here: https://support.bioconductor.org/p/76099/#93176) Here, the DESeq2 transformed PCA without and with removal of the 'study'/batch effect (color=study):

Screen-Shot-2020-05-09-at-7-55-32-PM Screen-Shot-2020-05-09-at-7-55-49-PM

Since the variation of 'control' samples across the different studies is still very large after removing the 'series' batch effect, I would like to do WT vs. condition comparisons for every study separately - is that a reasonable approach and doable with DESeq2? Most of the studies do have replicates.

Thank you very much for your input!

RNA-Seq deseq2 edger limma • 697 views
ADD COMMENT
0
Entering edit mode
3.9 years ago

I would proceed [with caution] by including batch as a covariate in your design formula. Then, when you derive test statistics for your conditions of interest, an adjustment will be made for the effect of batch. So, no modification or use of removeBatchEffects() for this particular part. If you later want to use the data for other downstream functions, like heatmaps, etc., then use removeBatchEffects() on the vst expression levels.

Kevin

ADD COMMENT

Login before adding your answer.

Traffic: 2478 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6