paper-with-me

홈 › Papers

Genome Variant Calling with a Deep Averaging Network

2020-03-13 · Nikolai Yakovenko, Avantika Lal, Johnny Israeli, Bryan Catanzaro

Variant calling, the problem of estimating whether a position in a DNA sequence differs from a reference sequence, given noisy, redundant, overlapping short sequences that cover that position, is fundamental to genomics. We propose a deep averaging network designed specifically for variant calling. Our model takes into account the independence of each short input read sequence by transforming individual reads through a series of convolutional layers, limiting the communication between individual reads to averaging and concatenating operations. Training and testing on the precisionFDA Truth Challenge (pFDA), we match state of the art overall 99.89 F1 score. Genome datasets exhibit extreme skew between easy examples and those on the decision boundary. We take advantage of this property to converge models at 5x the speed of standard epoch-based training by skipping easy examples during training. To facilitate future work, we release our code, trained models and pre-processed public domain datasets.

📄 PDF Abstract BibTeX arXiv:2003.07220

Code (0)

등록된 구현이 없습니다.

Tasks

Position

Similar Papers 제목 키워드 기반

Towards Better Understanding of Artifacts in Variant Calling from High-Coverage Samples

2014-04-03 · Heng Li

Motivation: Whole-genome high-coverage sequencing has been widely used for personal and cancer genomics as well as in various research areas. However, in the lack of an unbiased whole-genome truth set, the global error r…

Articles

FermiKit: assembly-based variant calling for Illumina resequencing data

2015-04-24

Summary: FermiKit is a variant calling pipeline for Illumina data. It de novo assembles short reads and then maps the assembly against a reference genome to call SNPs, short insertions/deletions (INDELs) and structural v…

Revolutionising Bacterial Genomics: Graph-Based Strategies for Improved Variant Identification

2025-05-12 · Fathima Nuzla Ismail, Abira Sengupta

A significant advancement in bioinformatics is using genome graph techniques to improve variation discovery across organisms. Traditional approaches, such as bwa mem, rely on linear reference genomes for genomic analyses…

Diversity

Learning from Data-Rich Problems: A Case Study on Genetic Variant Calling

2019-11-12 · Ren Yi, Pi-Chuan Chang, Gunjan Baid, Andrew Carroll

Next Generation Sequencing can sample the whole genome (WGS) or the 1-2% of the genome that codes for proteins called the whole exome (WES). Machine learning approaches to variant calling achieve high accuracy in WGS dat…

Data Augmentation

Interlacing Personal and Reference Genomes for Machine Learning Disease-Variant Detection

2018-11-26 · Luke R Harries, Suyi Zhang, Geoffroy Dubourg-Felonneau, James H R Farmery 외

DNA sequencing to identify genetic variants is becoming increasingly valuable in clinical settings. Assessment of variants in such sequencing data is commonly implemented through Bayesian heuristic algorithms. Machine le…

BIG-bench Machine Learning