A project on evaluating the accuracy of genotype imputation in the human MHC region in selected African populations.
# HLA Imputation Accuracy Workflow
## Introduction
Association studies for instance GWAS, traditionally use genotyping arrays to genotype large set of individuals and in this way determine SNPs that are significantly overrepresented in the cases compared to the controls and thus determine association with disease. Genotyping arrays are cheaper than sequencing but can only measure a tag of SNPs from the >300 million SNPs that are available. In order to increase the number of SNPs that can be used for association studies, genotype imputation is performed. Genotype imputation refers to the statistical inference of unobserved genotypes.
Some regions within the human genome, (MHC otherwise known as HLA), are highly variable and maybe difficult to impute. The HLA region has been associated to *autoimmune* diseases such as rheumatoid arthritis and *infectious diseases* such as HIV/AIDS. Accurate imputation of this region is key, as it would help increase the chances of identifying the causal variants of some autoimmune and immune mediated diseases.
Genotype imputation is a statistical process and thus needs to be assessed to ensure that the predicted genotypes are accurate.
The project focused on assessing the accuracy of imputing HLA Class I alleles in __selected African populations.__
Imputation accuracy was based on SNP2HLA and HIBAG __imputation tools__, 1kg-All, 1kg-Gwd, 1kg-Afr, H3Africa, prebuilt EUR __reference panels__ and Illumina Omni 2.5 array, H3Africa array __genotyping arrays__
## Installation
1. Nextflow The pipeline runs using Nextflow 21.10.6
3. Docker
4. Singularity
**N/B** You do not need to install any other tool as `singularity` profile will download the singularity image from
quay.io
## Preparing Input files
### Target Genotype file
The input file must be a VCF file. As the work focuses on the HLA region, you are required to only use SNPs in chr6:29-34Mb. Thus, you can portably prepare only those SNPs in th …