Identify The Effect Of Covariates With Count Data
1
1
Entering edit mode
10.2 years ago
Floris Brenk ★ 1.0k

Hi all,

I have about 100 count data libraries from different individuals. Now I want to identify the effect of each covariate that is has on the expression of all genes and preferably as output an adjusted p-value. Covariates are age, rin, pmi, tissuebank, batch. Does anyone knows an easy way to do this?

Thanks

• 3.5k views
ADD COMMENT
2
Entering edit mode
10.2 years ago

Any of the methods incorporating a GLM will work (i.e., DESeq2, edgeR, etc.). Alternatively, just use voom() to get things into limma and use it. There are a huge number of examples of using limma for this.

ADD COMMENT
0
Entering edit mode

Thanks for your reply. I was reading the DESeq2 manual, but cant find the word covariate anywhere (http://bioconductor.org/packages/release/bioc/vignettes/DESeq2/inst/doc/DESeq2.pdf) Do you have some example page of this?

ADD REPLY
3
Entering edit mode

Covariates are just additional components in a model, there's nothing special about them. They're treated the same as everything, just see section 1.5 for a start (their examples are all factors, but continuous variables work in the same manner).

ADD REPLY

Login before adding your answer.

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