Batch effect of sequencing data that were sequenced in different locations
1
0
Entering edit mode
18 months ago

Hello Everyone

I have Bulk-RNASeq sequencing data and processing the data in the DESeq2 package. I am concered about the "batch" effect due to the different sequencing runs performed at different location. Samples of group1 and group2 were sequenced separably at different locations.
How to handle

    condition   Batch
Sample1 G1  1
Sample2 G1  1
Sample3 G2  2
Sample4 G2  2

dds<-DESeqDataSetFromMatrix(countData = count_f, colData = col_data, design = ~Batch+condition)

Should I include "Batch" or not while performing the differential analysis among two groups (G1 vs G2) ?

I would appreciate all the suggestions.

effect batch DESeq2 • 496 views
ADD COMMENT
1
Entering edit mode
18 months ago
ATpoint 82k

It's perfectly confounded (batch is the exact same as condition), so nothing you can do about it. It's a (sorry to be blunt) poor experimental design. All you can do is to hope that the batch effect (if it exists) does not overshadow the true biological variation. Not nesting batch and condition is really the basis for any experimental design, you should try to avoid that in the future.

ADD COMMENT

Login before adding your answer.

Traffic: 3076 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