| plotDispEsts-methods {DEXSeq} | R Documentation |
This function generates a diagnostic plot showing the per-exon dispersion estimates and the fit of the dispersion-mean relation.
## S4 method for signature 'ExonCountSet' plotDispEsts( object, ymin = NULL, cex = 0.45 )
object |
An ExonCountSet object. |
ymin |
The lower limit of the y axis. If NULL, a sensible value will be calculated. |
cex |
The |
None. A plot is displayed.
data("pasillaExons", package="pasilla")
pasillaExons <- estimateSizeFactors( pasillaExons )
pasillaExons <- estimateDispersions( pasillaExons )
plotDispEsts( pasillaExons )