GNLGSep 26, 2020

ProDOMA: improve PROtein DOMAin classification for third-generation sequencing reads using deep learning

arXiv:2009.12591v18 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses the challenge of inaccurate domain prediction in long, error-prone sequencing data for bioinformatics researchers, representing a domain-specific incremental improvement.

The authors tackled protein domain classification in noisy third-generation sequencing reads by developing ProDOMA, a deep learning model that uses 3-frame translation encoding and open-set formulation, which outperformed HMMER and DeepFam on simulated and real human genome reads.

Motivation: With the development of third-generation sequencing technologies, people are able to obtain DNA sequences with lengths from 10s to 100s of kb. These long reads allow protein domain annotation without assembly, thus can produce important insights into the biological functions of the underlying data. However, the high error rate in third-generation sequencing data raises a new challenge to established domain analysis pipelines. The state-of-the-art methods are not optimized for noisy reads and have shown unsatisfactory accuracy of domain classification in third-generation sequencing data. New computational methods are still needed to improve the performance of domain prediction in long noisy reads. Results: In this work, we introduce ProDOMA, a deep learning model that conducts domain classification for third-generation sequencing reads. It uses deep neural networks with 3-frame translation encoding to learn conserved features from partially correct translations. In addition, we formulate our problem as an open-set problem and thus our model can reject unrelated DNA reads such as those from noncoding regions. In the experiments on simulated reads of protein coding sequences and real reads from the human genome, our model outperforms HMMER and DeepFam on protein domain classification. In summary, ProDOMA is a useful end-to-end protein domain analysis tool for long noisy reads without relying on error correction. Availability: The source code and the trained model are freely available at https://github.com/strideradu/ProDOMA. Contact: yannisun@cityu.edu.hk

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes