Getting Started

Requirements

Before starting, install the following tools and packages. Keep in mind that not all of the following tools and datasets are required for every analysis. The exact setup depends on whether you’re performing imputation, GWAS, or PGS.

  1. Account on Michigan Imputation Server - required for genotype imputation.

  2. Data - Download the genotype and phenotype datasets provided here. These files are required for the imputation, GWAS or Polygenic Score (PGS) analyses.

  3. PLINK2 – used for running a GWAS analysis. Download plink2 from here

    Test installation:

    plink2 --version
  4. R – statistical computing environment used for Polygenic Score (PGS) analysis Install R

  5. RStudio – IDE for R Install RStudio

  6. R Packages – for data visualization of PGS scores In R or RStudio, run:

    install.packages(c("ggplot2", "qqman"))