order of covariates for GLM with edgeR
1
0
Entering edit mode
aec ▴ 90
@aec-9409
Last seen 3.9 years ago

Hi,

I would like to know if the order of the covariates when constructing the design matrix for edgeR software matters.

For example:

design = model.matrix (~0+sex+batch+condition)

is the same as :

design = model.matrix (~0+condition+sex+batch)

thanks,

edger differential expression covariate batch effect glm • 2.5k views
ADD COMMENT
2
Entering edit mode
Aaron Lun ★ 28k
@alun
Last seen 4 hours ago
The city by the bay

It won't affect dispersion estimation or fitting of the model, but it will affect how you parametrize your DE contrasts at the end. By default, glmLRT will drop the last coefficient; this will result in a different DE comparison between the two models, because the identity of the last term will be change when you mix up the order.

ADD COMMENT
0
Entering edit mode

Ok, thanks for the clarification.

ADD REPLY

Login before adding your answer.

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