Nov 2025
Created by Matthew Suderman matthew.suderman@bristol.ac.uk
-
Prepare the data for analysis#
-
Conduct an eQTL analysis using the MatrixEQTL R package
-
Produce plots to visually inspect findings
-
(Optional) Conduct an meQTL analysis
-
(Optional) Identify trios of associated genes, CpG sites and SNPs
In R:
## if necessary, install these two packages
install.packages("rmarkdown")
install.packages("MatrixEQTL")
## generate html output
library(rmarkdown)
rmarkdown::render("practical.rmd")
To include answers, rerun render after changing show.answers to
TRUE in practical.rmd.
The dataset was prepared by running scripts/create-dataset.r.