paper-with-me

홈 › Papers

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

2020-09-26 · Du Nan, Jiayu Shang, Yanni Sun

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

📄 PDF Abstract BibTeX arXiv:2009.12591

Code (1)

strideradu/ProDOMA 공식 구현 pytorch

Tasks

domain classificationGeneral Classification

Similar Papers 제목 키워드 기반

Graph neural networks and attention-based CNN-LSTM for protein classification

2022-04-20 · Zhuangwei Shi, Bo Li

This paper focuses on three critical problems on protein classification. Firstly, Carbohydrate-active enzyme (CAZyme) classification can help people to understand the properties of enzymes. However, one CAZyme may belong…

ClassificationGraph AttentionGraph ClassificationGraph Learning+1

Weighted graphlets and deep neural networks for protein structure classification

2019-10-07 · Hongyu Guo, Khalique Newaz, Scott Emrich, Tijana Milenkovic 외

As proteins with similar structures often have similar functions, analysis of protein structures can help predict protein functions and is thus important. We consider the problem of protein structure classification, whic…

ClassificationGeneral Classification

Dynamic network analysis improves protein 3D structural classification

2021-05-14 · Khalique Newaz, Jacob Piland, Patricia L. Clark, Scott J. Emrich 외

Protein structural classification (PSC) is a supervised problem of assigning proteins into pre-defined structural (e.g., CATH or SCOPe) classes based on the proteins' sequence or 3D structural features. We recently propo…

Classification

Biomedical Named Entity Recognition via Reference-Set Augmented Bootstrapping

2019-06-01 · Joel Mathew, Shobeir Fakhraei, José Luis Ambite

We present a weakly-supervised data augmentation approach to improve Named Entity Recognition (NER) in a challenging domain: extracting biomedical entities (e.g., proteins) from the scientific literature. First, we train…

Data Augmentationnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+1

Modular decomposition of protein structure using community detection

2018-09-18

As the number of solved protein structures increases, the opportunities for meta-analysis of this dataset increase too. Protein structures are known to be formed of domains; structural and functional subunits that are of…

Community Detectiondomain classificationProtein Design