Description Usage Arguments Author(s) Examples
A simple helper function that plots the per-gene dispersion estimates together with the fitted mean-dispersion relationship.
1 2 3 4 5 6 7 8 9 | ## S4 method for signature 'DESeqDataSet'
plotDispEsts(object, ymin,
genecol = "black", fitcol = "red", finalcol = "dodgerblue",
legend=TRUE, xlab, ylab, log = "xy", cex = 0.45, ...)
## S4 method for signature 'DESeqDataSet'
plotDispEsts(object, ymin, genecol = "black",
fitcol = "red", finalcol = "dodgerblue", legend = TRUE, xlab, ylab,
log = "xy", cex = 0.45, ...)
|
object |
a DESeqDataSet |
ymin |
the lower bound for points on the plot, points beyond this are drawn as triangles at ymin |
genecol |
the color for gene-wise dispersion estimates |
fitcol |
the color of the fitted estimates |
finalcol |
the color of the final estimates used for testing |
legend |
logical, whether to draw a legend |
xlab |
xlab |
ylab |
ylab |
log |
log |
cex |
cex |
... |
further arguments to |
Simon Anders
1 2 3 4 | dds <- makeExampleDESeqDataSet()
dds <- estimateSizeFactors(dds)
dds <- estimateDispersions(dds)
plotDispEsts(dds)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.