paper-with-me

Papers

EPGAT: Gene Essentiality Prediction With Graph Attention Networks

2020-07-19 · João Schapke, Anderson Tavares, Mariana Recamonde-Mendoza

The identification of essential genes/proteins is a critical step towards a better understanding of human biology and pathology. Computational approaches helped to mitigate experimental constraints by exploring machine learning (ML) methods and the correlation of essentiality with biological information, especially protein-protein interaction (PPI) networks, to predict essential genes. Nonetheless, their performance is still limited, as network-based centralities are not exclusive proxies of essentiality, and traditional ML methods are unable to learn from non-Euclidean domains such as graphs. Given these limitations, we proposed EPGAT, an approach for essentiality prediction based on Graph Attention Networks (GATs), which are attention-based Graph Neural Networks (GNNs) that operate on graph-structured data. Our model directly learns patterns of gene essentiality from PPI networks, integrating additional evidence from multiomics data encoded as node attributes. We benchmarked EPGAT for four organisms, including humans, accurately predicting gene essentiality with AUC score ranging from 0.78 to 0.97. Our model significantly outperformed network-based and shallow ML-based methods and achieved a very competitive performance against the state-of-the-art node2vec embedding method. Notably, EPGAT was the most robust approach in scenarios with limited and imbalanced training data. Thus, the proposed approach offers a powerful and effective way to identify essential genes and proteins.

📄 PDF Abstract BibTeX arXiv:2007.09671

Code (0)

등록된 구현이 없습니다.

Tasks

Graph AttentionPrediction

Methods 이 논문이 사용한 방법론

node2vec node2vec is a framework for learning graph embeddings for nodes in graphs. Node2vec maximizes a likelihood objective over mappings which preserve neighbourhood distances in…

Similar Papers 제목 키워드 기반

Deep Graph Attention Networks

2024-10-21 · Jun Kato, Airi Mita, Keita Gobara, Akihiro Inokuchi

Graphs are useful for representing various realworld objects. However, graph neural networks (GNNs) tend to suffer from over-smoothing, where the representations of nodes of different classes become similar as the number…

Graph Attention

DeepGate: Learning Neural Representations of Logic Gates

2021-11-26 · Min Li, Sadaf Khan, Zhengyuan Shi, Naixing Wang 외

Applying deep learning (DL) techniques in the electronic design automation (EDA) field has become a trending topic. Most solutions apply well-developed DL models to solve specific EDA problems. While demonstrating promis…

Graph Neural NetworkRepresentation Learning

DeepGate4: Efficient and Effective Representation Learning for Circuit Design at Scale

2025-02-02 · Ziyang Zheng, Shan Huang, Jianyuan Zhong, Zhengyuan Shi 외

Circuit representation learning has become pivotal in electronic design automation, enabling critical tasks such as testability analysis, logic reasoning, power estimation, and SAT solving. However, existing models face …

Representation Learning

DeepHEN: quantitative prediction essential lncRNA genes and rethinking essentialities of lncRNA genes

2023-09-18 · HANLIN ZHANG, Wenzheng Cheng

Gene essentiality refers to the degree to which a gene is necessary for the survival and reproductive efficacy of a living organism. Although the essentiality of non-coding genes has been documented, there are still aspe…

Graph Neural NetworkRepresentation Learning

FluxGAT: Integrating Flux Sampling with Graph Neural Networks for Unbiased Gene Essentiality Classification

2024-03-27 · Kieren Sharma, Lucia Marucci, Zahraa S. Abdallah

Gene essentiality, the necessity of a specific gene for the survival of an organism, is crucial to our understanding of cellular processes and identifying drug targets. Experimental determination of gene essentiality req…

Graph Neural Network