qqplot.Rd
Plot a qqplot based on the P-values stored in an rvatResult
object.
qqplot(
object,
title = "",
label = "label",
threshold = NULL,
showThreshold = TRUE,
labelThreshold = NULL,
cex = 16,
lambda1000 = FALSE,
case = NULL,
control = NULL
)
rvatResult
object.
Optional title.
column that significant results should be labeled with.
Provide alternative fwe threshold (bonferroni is applied by default.)
Show the multiple testing threshold? Defaults to TRUE
. The threshold can be specified using the threshold
parameter.
Provide alternative fwe threshold (bonferroni is applied by default.)
Font size, defaults to 16.
Show lambda1000? Defaults to FALSE
.
If TRUE
, the maximum number of cases and controls as specified in the rvatResult
object
will be used to calculate lambda1000, unless the number of cases and controls are specified
using the case
and control
parameters.
Number of cases in association tests.
Number of controls in association tests.