- x
Output of class "cpg"
from cpg.assoc or cpg.work.
- save.plot
Name of the file for the plot to be saved to. If not specified, plot will not be saved.
- file.type
Type of file to be saved. Can either be "pdf"
or "eps"
. Selecting file.type="eps"
will
result in publication quality editable postscript files that can be opened by Adobe Illustrator or Photoshop.
- popup.pdf
TRUE
or FALSE
. If creating a pdf file, this indicates if the plot should appear in a popup window as well. If running in a
cluster-like environment, best to leave FALSE
.
- tplot
Logical. If TRUE
, t-statistics will be plotted vs. their expected quantiles. If FALSE
(default), -log(p) will be
plotted. (Note: if class(x$indep)=='factor'
this option will be ignored.)
- classic
Logical. If TRUE
, a classic qq-plot will be generated, with all p-values plotted against predicted values (including significant).
If FALSE
Holm-significant CpG sites will not be used to compute expected quantiles and will be plotted separately.
- main.title
Main title to be put on the graph. If NULL
one based on the analysis will be used.
- eps.size
Vector indicating the size of .eps file (if creating one). Corresponds to the options horizontal and height in the
postscript
function.
- gc.p.val
Logical. If true, plot will use the genomic control adjusted p-values.
- gcdisplay
Logical.If true, plot will display the genomic control value in the legend.
- object
Output of class "cpg"
from cpg.assoc
or cpg.work
.
- decreasing
logical. Should the sort be increasing or decreasing? Not available for partial sorting.
- ...
Arguments to be passed to methods, such as graphical parameters.