HLA Allele Imputation with Multitask Deep Convolutional Neural Network
Chi, C.
Show abstract
MotivationThe Human leukgocyte antigen (HLA) system is a highly polymorphic gene complex encoding the major histocompatibility complex proteins in humans. HLA alleles are of strong epidemiological interest for their large effect sizes in associations with autoimmune diseases, infectious diseases, severe drug reactions, and transplant medicine. Since HLA genotyping can be time-consuming and cost-prohibitive, methods to impute HLA alleles from SNP genotype data have been developed, including HLA Genotype Imputation with Attribute Bagging (HIBAG), HLA*IMP:02, and SNP2HLA. However, limitations of these imputation programs include imputation accuracy, computational runtime, and ability to impute HLA allele haplotypes. ResultsWe present a deep learning framework for HLA allele imputation using a multitask convolutional neural network (CNN) architecture. In this approach, we use phased SNP genotype data flanking {+/-}250 kb from each HLA locus to simultaneously impute HLA allele haplotyes across loci HLA-A, -B, -C, -DQA1, -DQB1, -DPA1, -DPB1, and -DRB1. We start by tokenizing phased genotype sequences into k-mers that serve as input to the model. The CNN architecture starts with a shared embedding layer for learning low-dimensional representations of k-mers, shared convolutional layers for detecting genotype motifs, and branches off into separate densely-connected layers for imputing each HLA loci. We present evidence that the CNN used information from known tag SNPs to impute HLA alleles, and demonstrate the architecture is robust against a selection of hyperparameters. On the T1DGC dataset, our model achieved 97.6% imputation accuracy, which was superior to SNP2HLAs performance and comparable to HIBAGs performance. However, unlike HIBAG, our method can impute an entire HLA haplotype sequence instead of imputing one locus at a time. Additionally, by separating the training and inference steps, our imputation program provides user flexibility to reduce usage time. AvailabilityThe source code is available at https://github.com/CalvinTChi/HLA_imputation Contactcalvin.chi@berkeley.edu
Matching journals
The top 4 journals account for 50% of the predicted probability mass.
Similar papers in this journal
Similar papers in this journal
- kTWAS: integrating kernel-machine with transcriptome-wide association studies improves statistical power and reveals novel genes 94%
- A novel machine learning-based algorithm for eQTL identification reveals complex pleiotropic effects in the MHC region 93%
- Efficient test for deviation from Hardy Weinberg Equilibrium with known or ambiguous typing in highly polymorphic loci 93%
"Similar papers" are the closest papers from that journal in the model's embedding space. They show what the match is built on, but the ranking comes mostly from a classifier over the whole training set, not from these examples alone.