[DESeq2] How to compute the predicted values of a model?
1
0
Entering edit mode
@philippeveber-10897
Last seen 8.7 years ago

I would like to visualize how good is the fit of a model estimated using DESeq2, for instance by plotting the data along with the corresponding predicted values. Is there any equivalent of the `predict` function that exists for linear models? I know I can access the coefficients of the linear model, and code a predict function from this, but I wondered if there was some function already available.

thanks!

deseq2 • 793 views
ADD COMMENT
2
Entering edit mode
@mikelove
Last seen 1 day ago
United States

In the vignette section "Access to all calculated values", you will see a code chunk for accessing "the mean values ยต_ij = s_j q_ij" (see DESeq2 paper for reference).

ADD COMMENT
0
Entering edit mode

Indeed! Thanks a lot and sorry I missed this in the manual.

ADD REPLY

Login before adding your answer.

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