invExWAS | R Documentation |
The invExWAS
method performs an "Exposome-Wide Association Study" (ExWAS)
using the exposures in ExposomeSet and one of its phenotype. (modelling the exposures as response)
invExWAS(object, formula, filter, tef = TRUE, verbose = FALSE, warnings = TRUE)
object |
|
formula |
|
filter |
|
tef |
(default |
verbose |
(default |
warnings |
(default |
An codeExWAS object with the result of the association study
extract to obtain a table with the result of the ExWAS, plotExwas to plot the results of the association
data(exposome) w1 <- invExWAS(expo, ~BMI) w2 <- invExWAS(expo, ~BMI + sex) plotExwas(w1, w2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.