| mexwas | R Documentation |
The mexwas method performs an "Multi Exposome-Wide
Association Study" (m-ExWAS) using the exposures in ExposomeSet
and one of its phenotype. It uses the packages glmnet and
partDSA.
mexwas(object, phenotype, family, warnings = TRUE)
object |
|
phenotype |
Target phenotype used for the study. If missing all the phenotypes in the ExposomeSet will be used. |
family |
It must decrive the nature of the outcome. Can take values
|
warnings |
(default |
Returns an object of class mExWAS
extract to obtain a table with the result of the ExWAS, plotExwas to plot the results of the ExWAS
data("exposome")
wt <- mexwas(expo[3:7, 1:100], phenotype = "asthma", family = "binomial")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.