Skip to content

Phenome x Exposure-Wide Association Atlas in the NHANES

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

chiragjp/nhanespewas

Repository files navigation

Benchmarking exposome research: An atlas of exposome-phenome associations

06/07/2023

Summary

We build a comprehensive "atlas" of correlations between 278 phenotypes (e.g., body mass index, glucose, height, creatinine) and 651 exposures and behaviors (e.g., self-reported nutrient intake; blood lead levels; urinary phthalates; blood PFOA) across the National Health and Nutrition Examination Surveys (NHANES), estimating 127,817 associations in individuals from 1999-2017. For each survey, we associate the phenotype and exposure, and summarize the association size across the surveys. We assess the robustness of associations by estimating the false discovery rate, consistency with adjustments, and concordance across multiple waves of the surveys.

Specifically, the atlas provides a comprehensive list of exposure-phenome associations across the cohort, document statistical approaches used to associate exposures with phenotype, and systematically assesses replicability across independent cohorts.

Phenome-Exposome Atlas and Browser

nhanespewas: run your own P-E Associations

Installation

## todo

Execute an E-P Association

# 
library(nhanespewas)
# connect to nhanes data, built for PE analysis
pedata_con <- connect_pewas_data()

# conduct an association between c-reactive protein and cotinine
## -   See pe_quickstart.Rmd

crp_cot <- pe_flex_adjust("LBXCRP", "LBXCOT", adjustment_models, con, scale_p=T)
# clean up
disconnect_pewas_data(pedata_con)

PEWAS Data

About

Phenome x Exposure-Wide Association Atlas in the NHANES

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published