Exploring Prenatal influences on Childhood Health
The Exploring Prenatal influences on Childhood Health, or EPoCH project, investigates how parents’ lifestyles in the important prenatal period might affect the health of their children.
The main analysts for the EPoCH study are Gemma Sharp (PI) and Kayleigh Easey who both work at the University of Bristol’s MRC Integrative Epidemiology Unit.
Please check out the EPoCH website for more information: https://epoch.blogs.bristol.ac.uk
Preparing and harmonising data between the main EPoCH cohorts: ALSPAC, Born in Bradford, Millenium Cohort Study, MoBa, the Cleft Collective.
And the replication cohorts: Generation R, Danish National Birth Cohort.
Code for this stage is found in the data_prep folder.
The prepared data is summarised to check for strange distributions etc using code found in the data_prep/check_prepared_data folder.
For each cohort, we run multivariable regression analyses of the association between all combinations of exposures and outcomes. What we end up with is a sort of mini phenome-wide association study (pheWAS) for each exposure of interest.
This stage involves:
- Making a pheWAS "key" to describe the covariates that should be adjusted for for each combination of exposure and outcome. The code for this is found in the making_key folder.
- Running the pheWAS. The code for this is found in the phewas folder.
- Meta-analysing the pheWAS results from each cohort.
- We meta-analyse the pheWAS results from each cohort together. The code for this stage is found in the meta_analysis folder.
We conduct parental exposure negative control comparisons, mendelian randomization and cross-context analyses to triangulate evidence and attempt to infer causal effects.
The full analysis plan is provided in this repository (https://github.com/ammegandchips/EPoCH/blob/main/analysis_plan/analysis_plan.md).
The EPoCH website also has some additional information.