Skip to content

johnlpearce/ExposomeDataChallenge2021

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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, ...).

Exposome Data Challenge 2021

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

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 the ExpressionSet object (use fData(proteome) after loading Biobase 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

The variables that are available in the metadata are:

  1. ID: identification number
  2. e3_sex: gender (male, female)
  3. age_sample_years: age (in years)
  4. h_ethnicity_cauc: caucasic? (yes, no)
  5. ethn_PC1: first PCA to address population stratification
  6. ethn_PC2: second PCA to address population stratification
  7. Cell-type estimates (only for methylation): NK_6, Bcell_6, CD4T_6, CD8T_6, Gran_6, Mono_6

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 91.5%
  • HTML 5.1%
  • R 3.2%
  • Other 0.2%