NOTE for selected talks: Read this file to see how to upload your R code (or the code used in any other language: Python, Matlab, ...).
The exposome, described as "the totality of human environmental exposures from conception onwards", recognizes that individuals are exposed simultaneously to a multitude of different environmental factors and takes a holistic approach to the discovery of etiological factors for disease. The exposome’s main advantage over traditional ‘one-exposure-one-disease’ study approaches is that it provides an unprecedented conceptual framework for the study of multiple environmental hazards (urban, chemical, lifestyle, social) and their combined effects.
The objective of this event (described here) is to promote innovative statistical, data science, or other quantitative approaches to studying the health effects of complex high-throughput measurement of exposure indicators (exposome). Detailed challenge examples are given on this link.
These are the availalbe datasets to propose data analyses to address any challenge:
- Exposome data (n=1301): Rdata file without missings and with missings containing three objects:
- 1 object for exposures:
exposome
- 1 object for covariates:
covariates
- 1 object for outcomes:
phenotype
- 1 object for exposures:
The three tables can be linked using ID variable. See the codebook for variable description (variable name, domain, type of variable, transformation, ...)
- omic data: Exposome and omic data can be linked using ID variable.
- Proteome: ExpressionSet called
metabol_serum
of 1170 individuals and 39 proteins (log-transformed) that are annotated in theExpressionSet
object (usefData(proteome)
after loadingBiobase
Bioconductor package). - Serum Metabolome: ExpressionSet called
metabol_serum
of 1198 individuals and 177 metabolites (log-transformed) (see here for a descripton). - Urine Metabolome: ExpressionSet called
metabol_urine
of 1192 individuals and 44 metabolites (see here for a descripton). - Gene expression: ExpressionSet called
genexpr
(see here what an ExpressionSet is) of 1007 individuals and 28,738 transcripts with annotated gene symbols. - Methylation: GenomicRatioSet called
methy
(see here what a GenomicRatioSet is) of 918 individuals and 386,518 CpGs
- Proteome: ExpressionSet called
The variables that are available in the metadata are:
- ID: identification number
- e3_sex: gender (male, female)
- age_sample_years: age (in years)
- h_ethnicity_cauc: caucasic? (yes, no)
- ethn_PC1: first PCA to address population stratification
- ethn_PC2: second PCA to address population stratification
- Cell-type estimates (only for methylation): NK_6, Bcell_6, CD4T_6, CD8T_6, Gran_6, Mono_6