paper-with-me

홈 › Papers

Efficient HLA imputation from sequential SNPs data by Transformer

2022-11-11 · Kaho Tanaka, Kosuke Kato, Naoki Nonaka, Jun Seita

Human leukocyte antigen (HLA) genes are associated with a variety of diseases, however direct typing of HLA is time and cost consuming. Thus various imputation methods using sequential SNPs data have been proposed based on statistical or deep learning models, e.g. CNN-based model, named DEEP*HLA. However, imputation efficiency is not sufficient for in frequent alleles and a large size of reference panel is required. Here, we developed a Transformer-based model to impute HLA alleles, named "HLA Reliable IMputatioN by Transformer (HLARIMNT)" to take advantage of sequential nature of SNPs data. We validated the performance of HLARIMNT using two different reference panels; Pan-Asian reference panel (n = 530) and Type 1 Diabetes Genetics Consortium (T1DGC) reference panel (n = 5,225), as well as the mixture of those two panels (n = 1,060). HLARIMNT achieved higher accuracy than DEEP*HLA by several indices, especially for infrequent alleles. We also varied the size of data used for training, and HLARIMNT imputed more accurately among any size of training data. These results suggest that Transformer-based model may impute efficiently not only HLA types but also any other gene types from sequential SNPs data.

📄 PDF Abstract BibTeX arXiv:2211.06430

Code (1)

seitalab/hlarimnt 공식 구현 pytorch

Tasks

Imputation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Position-Wise Feed-Forward Layer 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Adam 설명 없음

Similar Papers 제목 키워드 기반

FastImpute: A Baseline for Open-source, Reference-Free Genotype Imputation Methods -- A Case Study in PRS313

2024-07-12 · Aaron Ge, Jeya Balasubramanian, Xueyao Wu, Peter Kraft 외

Genotype imputation enhances genetic data by predicting missing SNPs using reference haplotype information. Traditional methods leverage linkage disequilibrium (LD) to infer untyped SNP genotypes, relying on the similari…

Imputationregression

Multi-View Variational Autoencoder for Missing Value Imputation in Untargeted Metabolomics

2023-10-12 · Chen Zhao, Kuan-Jui Su, Chong Wu, Xuewei Cao 외

Background: Missing data is a common challenge in mass spectrometry-based metabolomics, which can lead to biased and incomplete analyses. The integration of whole-genome sequencing (WGS) data with metabolomics data has e…

Data IntegrationImputationMissing Values

Deep Recurrent Neural Networks for Sequential Phenotype Prediction in Genomics

2015-11-09 · Farhad Pouladi, Hojjat Salehinejad, Amir Mohammad Gilani

In analyzing of modern biological data, we are often dealing with ill-posed problems and missing data, mostly due to high dimensionality and multicollinearity of the dataset. In this paper, we have proposed a system base…

Imputation

A simple genome-wide association study algorithm

2017-08-05 · Lev V. Utkin, Irina L. Utkina

A computationally simple genome-wide association study (GWAS) algorithm for estimating the main and epistatic effects of markers or single nucleotide polymorphisms (SNPs) is proposed. It is based on the intuitive assumpt…

Deep Learning Classification of Polygenic Obesity using Genome Wide Association Study SNPs

2018-04-09 · Casimiro Adays Curbelo Montañez, Paul Fergus, Almudena Curbelo Montañez, Carl Chalmers

In this paper, association results from genome-wide association studies (GWAS) are combined with a deep learning framework to test the predictive capacity of statistically significant single nucleotide polymorphism (SNPs…

Deep LearningDisease PredictionGeneral Classification