Description Usage Arguments Value See Also Examples
This function draws two type of plots for the ResultSet from association functions
1 2 3 4 5 6 7 8 | plotAssociation(object, rid = 1, coef = 2, contrast = 1,
type = c("manhattan", "qq", "volcano"), tPV = NULL, tFC = NULL,
show.effect = FALSE, ...)
## S4 method for signature 'ResultSet'
plotAssociation(object, rid = 1, coef = 2,
contrast = NULL, type = c("manhattan", "qq", "volcano"), tPV = NULL,
tFC = NULL, show.effect = FALSE, ...)
|
object |
An object of class ResultSet obtained from assoc_* functions. |
rid |
(default |
coef |
(default |
contrast |
(default |
type |
Can take |
tPV |
(optional) Threshold for P.Value when |
tFC |
(optional) Threshold for Fold Change or Effect when
|
show.effect |
(default |
... |
Arguments given to |
A ggplot2 object
plotIntegration
for plotting integration results.
association
to create a ResultSet
to be passed to
this function.
1 2 3 | data("asr", package = "omicRexposome")
plotAssociation(asr, type = "qq")
plotAssociation(asr, type = "volcano")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.