This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Identify The Effect Of Covariates With Count Data

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

1 answer

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.

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).

Log in to answer this question.