Could the batch effect be a set of numeric values in DEseq2?
1
0
Entering edit mode
5.6 years ago
Cecelia ▴ 30

Hello!

I am using Deseq2 to analyze a RNA-seq dataset. One of the potential batch effect contains numeric data, which indicates the wasp load in a host. The coldata looks like this:

X,Time,Treatment,batch
sampe1,Treat1,1
sample2,Treat1,7
sample3,Treat1,23
sampe4,Treat2,4
sample5,Treat2,59
sample6,Treat2,10
sample7,Control,0
sample8,Control,0
sample9,Control,0

Does Deseq2 also handle numeric conditions or one must convert the wasp load into different levels of factors? It will be very much appreciated if anyone can help!

Cheers, C

RNA-Seq Deseq2 design • 1.1k views
ADD COMMENT
1
Entering edit mode
5.6 years ago

DESeq2 and similar programs are perfectly happy with covariates (i.e., numeric values associated with colData). Just note that if you do this with a batch effect then the value associated is expected to have a linear effect...which is probably not the case for actual batches.

ADD COMMENT
0
Entering edit mode

Thanks Devon. Your comments are always helpful!

ADD REPLY

Login before adding your answer.

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