
One of the projects from the 2021 GP2/IPDGC Hackathon. The related manuscript can be found on bioRxiv: https://www.biorxiv.org/content/10.1101/2022.05.04.490670v1
Contributers: Julie Lake, Raquel Real, Bernabe Bustos, Bharati Jadhav, Lesley Wu
Table of Contents
The goal for this project was to develop a pipeline for some common post-GWAS follow up analyses.
Genome-wide association studies (GWAS) are popular and useful tools for investigating genetic risk associated with a trait. Successful GWAS should be accompanied with various follow-up analyses such as heritability estimates and polygenic risk scores (PRS). It can be confusing and time-consuming when it comes to choosing and coding GWAS follow-up analyses. This workflow serves as an example for how to perform some common GWAS follow-up analyses using AMP-PD data to help give guidance to other researchers performing GWAS.
- Setting up
- Preparing clinical files
- Genetic QC
- Heritability
- Genetic risk score
- Setting up
- Quality control
- Runs of homozygosity
- Clone the repo
git clone https://github.com/ipdgc/GP2-post-GWAS-analysis.git
These notebooks can be directly uploaded to your workspace on Terra. They are designed to be used on Terra with AMP-PD data, but by changing the file paths you can use these notebooks anywhere other than Terra and for any data.
For more examples, please refer to Plink documentation and GCTA documentation