ds.invExWAS: Performs a non-disclosive Inverse EXposome-Wide Association...

View source: R/ds.invExWAS.R

ds.invExWASR Documentation

Performs a non-disclosive Inverse EXposome-Wide Association Study

Description

Takes as input an Exposome Set object on the study server and performs an Inverse ExWAS association study with the provided model.

Usage

ds.invExWAS(
  object,
  phenotype,
  covariables = NULL,
  tef = FALSE,
  datasources = NULL
)

Arguments

object

character Name of the Exposome Set object on the server side

phenotype

character Phenotype objective

covariables

character vector Adjusting phenotype covariables

tef

bool If TRUE computes the threshold for effective tests.

datasources

a list of DSConnection-class objects obtained after login

Value

list that contains:
- exwas_results: data.frame with exposure name, coefficient and p-value of the association
- alpha_corrected: numeric effective tests

Examples

## Not run: Refer to the package Vignette for examples.

isglobal-brge/dsExposomeClient documentation built on March 5, 2024, 12:26 p.m.