AIC-like measure for DESeq2
2
1
Entering edit mode
@jonathan-cairns-6949
Last seen 6.9 years ago
Cambridge, UK

Hi,

I am experimenting with the use of size factors in DESeq2 (i.e. the s_ij factors). Essentially, I would like to show that the use of gene-specific s_ij factors, derived from external data, improves the model's fit.

Is there a simple way to derive an AIC-like measure from my DESeq2 object for this purpose? Or perhaps there is a better method to do this?

Apologies if this has been answered before - I couldn't find anything appropriate.

Thanks,

Jonathan

deseq2 • 1.1k views
ADD COMMENT
2
Entering edit mode
@mikelove
Last seen 18 hours ago
United States

You could look at the likelihood with different size factor vectors. You can put in arbitrary size factors with sizeFactors(dds) <- ... before running DESeq(). In the mcols(dds) after running DESeq() you can find the deviance which is -2 * log likelihood.

ADD COMMENT
0
Entering edit mode

Thanks - I will look at the total deviance.

ADD REPLY
0
Entering edit mode
@wolfgang-huber-3550
Last seen 7 days ago
EMBL European Molecular Biology Laborat…

You could use cross-validation: fit the model on a subset of the samples,  then apply to the held-out samples and show that prediction performance on these increases.

ADD COMMENT

Login before adding your answer.

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