plotVolcano {rexposome} | R Documentation |
ExWAS
objectThis function draws a sort of manhattan plots using the p-value of the
association of the exposures with phenotypes of an ExWAS
object.
plotVolcano(x, p.value = -log10(0.001), show.effect = FALSE)
x |
An |
p.value |
(default |
show.effect |
(default |
An object of class ggplot
.
exwas
as a constructor for ExWAS
objects, extract
to obtain a table with the result of
the ExWAS, plotEffect
to see or compare effects of
one or two models.