Entering edit mode
philippe.veber
•
0
@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!
Indeed! Thanks a lot and sorry I missed this in the manual.