Linear Regression Diagnostic Plots with DESeq2
1
0
Entering edit mode
@aaronbuechlein-14296
Last seen 4.8 years ago

Is there a way to create simple diagnostic plots from the DESeqDataSet object, plots similar to simply plot(fit) where fit is an lm object? Basically plots similar to this https://data.library.virginia.edu/diagnostic-plots/. I've dug around the DESeqDataSet object, but can't find the information I need.

DESeq2 • 934 views
ADD COMMENT
0
Entering edit mode
@mikelove
Last seen 4 days ago
United States

Short answer is no.

We do provide the mean values "mu" and the hat matrix diagonals "H" in assays(dds), so you could make your own GLM diagnostic plots if you want.

https://bioconductor.org/packages/release/bioc/vignettes/DESeq2/inst/doc/DESeq2.html#access-to-all-calculated-values

ADD COMMENT

Login before adding your answer.

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