ds.exwas | R Documentation |
Takes as input an Exposome Set object on the study server and performs a ExWAS association study with the provided model.
ds.exwas(
model,
Set,
family,
type = c("pooled", "meta"),
exposures_family = NULL,
adjust.by.study = FALSE,
tef = TRUE,
datasources = NULL
)
model |
|
Set |
|
family |
|
type |
|
exposures_family |
|
adjust.by.study |
|
tef |
|
datasources |
a list of |
For type='pooled'
: list
that contains:
- exwas_results: data.frame
with exposure name, coefficient and p-value of the association
- alpha_corrected: numeric
effective tests
For type='meta'
: A list
of list
with the elements from type='pooled'
.
## Not run: Refer to the package Vignette for examples.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.