生成单倍型预测优于 NGS 数据小变异检测统计方法

Brendan O'Fallon, Ashini Bolia, Jacob Durtschi, Luobin Yang, Eric Fredrickson, Hunter Best
{"title":"生成单倍型预测优于 NGS 数据小变异检测统计方法","authors":"Brendan O'Fallon, Ashini Bolia, Jacob Durtschi, Luobin Yang, Eric Fredrickson, Hunter Best","doi":"10.1093/bioinformatics/btae565","DOIUrl":null,"url":null,"abstract":"<p><strong>Motivation: </strong>Detection of germline variants in next-generation sequencing data is an essential component of modern genomics analysis. Variant detection tools typically rely on statistical algorithms such as de Bruijn graphs or Hidden Markov models, and are often coupled with heuristic techniques and thresholds to maximize accuracy. Despite significant progress in recent years, current methods still generate thousands of false-positive detections in a typical human whole genome, creating a significant manual review burden.</p><p><strong>Results: </strong>We introduce a new approach that replaces the handcrafted statistical techniques of previous methods with a single deep generative model. Using a standard transformer-based encoder and double-decoder architecture, our model learns to construct diploid germline haplotypes in a generative fashion identical to modern large language models. We train our model on 37 whole genome sequences from Genome-in-a-Bottle samples, and demonstrate that our method learns to produce accurate haplotypes with correct phase and genotype for all classes of small variants. We compare our method, called Jenever, to FreeBayes, GATK HaplotypeCaller, Clair3, and DeepVariant, and demonstrate that our method has superior overall accuracy compared to other methods. At F1-maximizing quality thresholds, our model delivers the highest sensitivity, precision, and the fewest genotyping errors for insertion and deletion variants. For single nucleotide variants, our model demonstrates the highest sensitivity but at somewhat lower precision, and achieves the highest overall F1 score among all callers we tested.</p><p><strong>Availability and implementation: </strong>Jenever is implemented as a python-based command line tool. Source code is available at https://github.com/ARUP-NGS/jenever/.</p>","PeriodicalId":93899,"journal":{"name":"Bioinformatics (Oxford, England)","volume":" ","pages":""},"PeriodicalIF":0.0000,"publicationDate":"2024-11-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC11549014/pdf/","citationCount":"0","resultStr":"{\"title\":\"Generative haplotype prediction outperforms statistical methods for small variant detection in next-generation sequencing data.\",\"authors\":\"Brendan O'Fallon, Ashini Bolia, Jacob Durtschi, Luobin Yang, Eric Fredrickson, Hunter Best\",\"doi\":\"10.1093/bioinformatics/btae565\",\"DOIUrl\":null,\"url\":null,\"abstract\":\"<p><strong>Motivation: </strong>Detection of germline variants in next-generation sequencing data is an essential component of modern genomics analysis. Variant detection tools typically rely on statistical algorithms such as de Bruijn graphs or Hidden Markov models, and are often coupled with heuristic techniques and thresholds to maximize accuracy. Despite significant progress in recent years, current methods still generate thousands of false-positive detections in a typical human whole genome, creating a significant manual review burden.</p><p><strong>Results: </strong>We introduce a new approach that replaces the handcrafted statistical techniques of previous methods with a single deep generative model. Using a standard transformer-based encoder and double-decoder architecture, our model learns to construct diploid germline haplotypes in a generative fashion identical to modern large language models. We train our model on 37 whole genome sequences from Genome-in-a-Bottle samples, and demonstrate that our method learns to produce accurate haplotypes with correct phase and genotype for all classes of small variants. We compare our method, called Jenever, to FreeBayes, GATK HaplotypeCaller, Clair3, and DeepVariant, and demonstrate that our method has superior overall accuracy compared to other methods. At F1-maximizing quality thresholds, our model delivers the highest sensitivity, precision, and the fewest genotyping errors for insertion and deletion variants. For single nucleotide variants, our model demonstrates the highest sensitivity but at somewhat lower precision, and achieves the highest overall F1 score among all callers we tested.</p><p><strong>Availability and implementation: </strong>Jenever is implemented as a python-based command line tool. Source code is available at https://github.com/ARUP-NGS/jenever/.</p>\",\"PeriodicalId\":93899,\"journal\":{\"name\":\"Bioinformatics (Oxford, England)\",\"volume\":\" \",\"pages\":\"\"},\"PeriodicalIF\":0.0000,\"publicationDate\":\"2024-11-01\",\"publicationTypes\":\"Journal Article\",\"fieldsOfStudy\":null,\"isOpenAccess\":false,\"openAccessPdf\":\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC11549014/pdf/\",\"citationCount\":\"0\",\"resultStr\":null,\"platform\":\"Semanticscholar\",\"paperid\":null,\"PeriodicalName\":\"Bioinformatics (Oxford, England)\",\"FirstCategoryId\":\"1085\",\"ListUrlMain\":\"https://doi.org/10.1093/bioinformatics/btae565\",\"RegionNum\":0,\"RegionCategory\":null,\"ArticlePicture\":[],\"TitleCN\":null,\"AbstractTextCN\":null,\"PMCID\":null,\"EPubDate\":\"\",\"PubModel\":\"\",\"JCR\":\"\",\"JCRName\":\"\",\"Score\":null,\"Total\":0}","platform":"Semanticscholar","paperid":null,"PeriodicalName":"Bioinformatics (Oxford, England)","FirstCategoryId":"1085","ListUrlMain":"https://doi.org/10.1093/bioinformatics/btae565","RegionNum":0,"RegionCategory":null,"ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":null,"EPubDate":"","PubModel":"","JCR":"","JCRName":"","Score":null,"Total":0}
引用次数: 0

摘要

动机检测下一代测序数据中的种系变异是现代基因组学分析的重要组成部分。变异检测工具通常依赖于统计算法,如德布鲁因图或隐马尔可夫模型,并经常与启发式技术和阈值相结合,以最大限度地提高准确性。尽管近年来取得了重大进展,但目前的方法仍会在典型的人类全基因组中产生成千上万的假阳性检测,给人工审查造成了巨大负担:我们引入了一种新方法,用单一的深度生成模型取代了以往方法中的手工统计技术。我们的模型使用标准的基于变压器的编码器和双解码器架构,以与现代大型语言模型(LLM)相同的生成方式学习构建二倍体种系单倍型。我们在 37 个来自 "瓶中基因组 "样本的全基因组序列(WGS)上训练了我们的模型,并证明我们的方法可以学习生成准确的单倍型,并为所有类别的小变异提供正确的相位和基因型。我们将名为 Jenever 的方法与 FreeBayes、GATK HaplotypeCaller、Clair3 和 DeepVariant 进行了比较,结果表明,与其他方法相比,我们的方法具有更高的整体准确性。在 F1 最大质量阈值下,我们的模型对插入和缺失变异的灵敏度和精确度最高,基因分型错误最少。对于单核苷酸变异,我们的模型灵敏度最高,但精确度稍低,在我们测试的所有调用者中,我们的模型获得了最高的总体 F1 分数:Jenever 是一个基于 python 的命令行工具。源代码可从 https://github.com/ARUP-NGS/jenever/ 获取。
本文章由计算机程序翻译,如有差异,请以英文原文为准。
查看原文
分享 分享
微信好友 朋友圈 QQ好友 复制链接
本刊更多论文
Generative haplotype prediction outperforms statistical methods for small variant detection in next-generation sequencing data.

Motivation: Detection of germline variants in next-generation sequencing data is an essential component of modern genomics analysis. Variant detection tools typically rely on statistical algorithms such as de Bruijn graphs or Hidden Markov models, and are often coupled with heuristic techniques and thresholds to maximize accuracy. Despite significant progress in recent years, current methods still generate thousands of false-positive detections in a typical human whole genome, creating a significant manual review burden.

Results: We introduce a new approach that replaces the handcrafted statistical techniques of previous methods with a single deep generative model. Using a standard transformer-based encoder and double-decoder architecture, our model learns to construct diploid germline haplotypes in a generative fashion identical to modern large language models. We train our model on 37 whole genome sequences from Genome-in-a-Bottle samples, and demonstrate that our method learns to produce accurate haplotypes with correct phase and genotype for all classes of small variants. We compare our method, called Jenever, to FreeBayes, GATK HaplotypeCaller, Clair3, and DeepVariant, and demonstrate that our method has superior overall accuracy compared to other methods. At F1-maximizing quality thresholds, our model delivers the highest sensitivity, precision, and the fewest genotyping errors for insertion and deletion variants. For single nucleotide variants, our model demonstrates the highest sensitivity but at somewhat lower precision, and achieves the highest overall F1 score among all callers we tested.

Availability and implementation: Jenever is implemented as a python-based command line tool. Source code is available at https://github.com/ARUP-NGS/jenever/.

求助全文
通过发布文献求助,成功后即可免费获取论文全文。 去求助
来源期刊
自引率
0.00%
发文量
0
期刊最新文献
Phasing Nanopore genome assembly by integrating heterozygous variations and Hi-C data. STRprofiler: efficient comparisons of short tandem repeat profiles for biomedical model authentication. Virtual Tissue Expression Analysis. Fast Polypharmacy Side Effect Prediction Using Tensor Factorisation. Lefser: Implementation of metagenomic biomarker discovery tool, LEfSe, in R.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
已复制链接
已复制链接
快去分享给好友吧!
我知道了
×
扫码分享
扫码分享
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1