Skip to content

tuannguyen8390/chipimputation

 
 

Repository files navigation

Imputation Workflow h3abionet/chipimputation

Build Status Nextflow Docker

Introduction

Imputation is likely to be run in the context of a GWAS, studying population structure, and admixture studies. It is computationally expensive in comparison to other GWAS steps. The basic steps of the pipeline is described in the diagram below:

chipimputation pipeline workflow diagram

The workflow is developed using Nextflow. The imputation is performed using Minimac4. It identifies regions to be imputed on the basis of an input file in VCF format, split the regions into small chunks, phase each chunk using the phasing tool Eagle2 and produces output in VCF format that can subsequently be used in a GWAS workflow. It also produce basic plots and reports of the imputation process including the imputation performance report, the imputation accuracy, the allele frequency of the imputed vs of the reference panel and other metrics.
This pipeline comes with docker/singularity containers making installation trivial and results highly reproducible.

This workflow which was developed as part of the H3ABioNet Hackathon held in Pretoria, SA in 2016. Should want to reference it, please use:

Baichoo S, Souilmi Y, Panji S, Botha G, Meintjes A, Hazelhurst S, Bendou H, Beste E, Mpangase PT, Souiai O, Alghali M, Yi L, O'Connor BD, Crusoe M, Armstrong D, Aron S, Joubert F, Ahmed AE, Mbiyavanga M, Heusden PV, Magosi LE, Zermeno J, Mainzer LS, Fadlelmola FM, Jongeneel CV, Mulder N. Developing reproducible bioinformatics analysis workflows for heterogeneous computing environments to support African genomics. BMC Bioinformatics. 2018 Nov 29;19(1):457. doi: 10.1186/s12859-018-2446-1. PubMed PMID: 30486782; PubMed Central PMCID: PMC6264621.

We track our open tasks using github's issues

Documentation

The h3achipimputation pipeline comes with documentation about the pipeline, found in the docs/ directory:

  1. Installation
  2. Pipeline configuration
    2.1. Configuration files
    2.2. Software requirements
    2.3. Other clusters
  3. Running the pipeline
  4. Output and how to interpret the results

Getting started

Basic test using test data

This pipeline itself needs no installation - NextFlow will automatically fetch it from GitHub. You can run the pipeline using test data hosted in github with singularity without have to install or change any parameters.

nextflow run h3abionet/chipimputation/main.nf -profile test,singularity

Check for results in ./output

wc -l output/impute_results/*

Setup (native cluster)

Headnode

  • Nextflow (can be installed as local user)
  • NXF_HOME needs to be set, and must be in the PATH
  • Note that we've experienced problems running Nextflow when NXF_HOME is on an NFS mount.
  • The Nextflow script also needs to be invoked in a non-NFS folder
  • Java 1.8+

Compute nodes

  • The compute nodes need access to shared storage for input, references, output.
  • If you opt to use singularity no software installation will be needed.
  • Otherwise, the following commands/softwares need to be available in PATH on the compute nodes
    • minimac4 from Minimac4
    • eagle from Eagle
    • vcftools from vcftools
    • bcftoolsfrom bcftools
    • bgzip from htslib
    • python2.7
    • R with the following packages ggplot2, dplyr, data.table, sm, optparse, ggsci

About

Genotype Imputation Pipeline for H3Africa

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Nextflow 40.0%
  • Python 32.3%
  • R 16.3%
  • Dockerfile 7.8%
  • HTML 3.6%