Usage
poissonGoodnessOfFit(BSseq, nQuantiles = 10^5)
binomialGoodnessOfFit(BSseq, method = c("MLE"), nQuantiles = 10^5)
"print"(x, ...)
"plot"(x, type = c("chisq", "pvalue"), plotCol = TRUE, qqline = TRUE, pch = 16, cex = 0.75, ...)
Arguments
BSseq
An object of class BSseq
.
x
A chisqGoodnessOfFit object (as produced by
poissonGoodnessOfFit
or binomialGoodnessOfFit
).
nQuantiles
The number of (evenly-spaced) quantiles stored in
the return object.
method
How is the parameter estimated.
type
Are the chisq or the p-values being plotted.
plotCol
Should the extreme quantiles be colored.
pch, cex
Plotting symbols and size.
...
Additional arguments being passed to qqplot
(for
plot
) or ignored (for print
).