Learn R Programming

ChIPseqR (version 1.26.0)

plot-BindScore: Diagnostic Plots for Binding Site Scores

Description

Generates plots to assess the fit of the estimated null distribution.

Usage

"plot"(x, npoints = 10000, type=c("density", "qqplot"), ...)

Arguments

x
An object of class BindScore.
npoints
Maximum number of points to plot in a QQ-plot.
type
Character string indicating the plot type.
...
Further arguments (currently ignored).

Value

Called for its side effect.

Details

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.