plot-BindScore {ChIPseqR} | R Documentation |
Generates plots to assess the fit of the estimated null distribution.
## S4 method for signature 'BindScore,missing' plot(x, npoints = 10000, type=c("density", "qqplot"), ...)
x |
An object of class |
npoints |
Maximum number of points to plot in a QQ-plot. |
type |
Character string indicating the plot type. |
... |
Further arguments (currently ignored). |
Type ‘density’ produces a histogram of binding site scores with overlaid null distribution. Type ‘qqplot’ produces a normal QQ-plot comparing the observed binding site scores to the null distribution.
Called for its side effect.
Peter Humburg