Skip to content

CellularGenomicMedicine/UCB_methylome

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

UCB_methylome

In this project we have compared the umbilical cord blood (UCB) methylome of neonates that were born after in vitro fertilisation (IVF) procedures using different IVF culture media, namely G5 (Vitrolife) and HTF (Lonza). Data were generated using Illumina’s Infinium MethylationEPIC bead chip that profiles around 850,000 CpG sites across the human genome. Furthermore, data from birth cohorts (ENVIRONAGE and FLEHS) were included to compare the methylomes of IVF and naturally conceived neonates.

The manifest_filter directory contains the manifest files used for the targeted analyses and the scripts directory contains the scripts used for data processing, analysis and visualization. A brief description of the contents of the scripts is given below:

Data preprocessing:

  1. Data were first pre-processed using the RnBeads package which applied the following functions:
    • Normalisation using the SWAN method
    • greedycut (p-value threshold 0.05) removal of poor quality sites and samples
    • removal of probes on the sex chromosomes
    • removal of probes containing SNPs
    • removal of probes not in the CpG context
    • removal of probes with missing values in 5% or more of the samples
    • extraction of beta values and log transformed m-values
  2. Sex estimation using the method from the sEst package:
  3. Cell composition estimates are calculated using the IDOL optimized probes from the package FlowSorted.Blood.Epic:

Analysis & visualization:

  1. Principal component analysis & determination of associations between PCs and sample characteristics
  2. Differential methylation analysis (sites) using mixed effects linear models as implemented in the VariancePartition package
  3. Differential methylation analysis on a regional level using mixed effects linear models as implemented in the VariancePartition package. Groups of interest: genes, promoters, CpG islands
  4. Visualisation of the differential methylation analyses as volcano plots
  5. Determination of outliers using a threshold-based approach
  6. Application of the iEVORA algorithm to identify differentially variable CpG sites
  7. Application of the Knight epigenetic gestational age predictor
  8. Calculation of epigenetic gestational age based on the Bohlin method
  9. Combination of the resultant plots from the scripts above for publication

About

Methylome analysis of UCB samples from IVF culture medium study

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 100.0%