paper-with-me

홈 › Papers

engGNN: A Dual-Graph Neural Network for Omics-Based Disease Classification and Feature Selection

2026-01-20 · Tiantian Yang, Yuxuan Wang, Zhenwei Zhou, Ching-Ti Liu arxiv

Omics data, such as transcriptomics, proteomics, and metabolomics, provide critical insights into disease mechanisms and clinical outcomes. However, their high dimensionality, small sample sizes, and intricate biological networks pose major challenges for reliable prediction and meaningful interpretation. Graph Neural Networks (GNNs) offer a promising way to integrate prior knowledge by encoding feature relationships as graphs. Yet, existing methods typically rely solely on either an externally curated feature graph or a data-driven generated one, which limits their ability to capture complementary information. To address this, we propose the external and generated Graph Neural Network (engGNN), a dual-graph framework that jointly leverages both external known biological networks and data-driven generated graphs. Specifically, engGNN constructs a biologically informed undirected feature graph from established network databases and complements it with a directed feature graph derived from tree-ensemble models. This dual-graph design produces more comprehensive embeddings, thereby improving predictive performance and interpretability. Through extensive simulations and real-world applications to gene expression data, engGNN consistently outperforms state-of-the-art baselines. Beyond classification, engGNN provides interpretable feature importance scores that facilitate biologically meaningful discoveries, such as pathway enrichment analysis. Taken together, these results highlight engGNN as a robust, flexible, and interpretable framework for disease classification and biomarker discovery in high-dimensional omics contexts.

📄 PDF Abstract BibTeX arXiv:2601.14536

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Neural NetworkFeature Importance

Similar Papers 제목 키워드 기반

Multi-Omics Analysis for Cancer Subtype Inference via Unrolling Graph Smoothness Priors

2025-08-08 · Jielong Lu, Zhihao Wu, Jiajun Yu, Jiajun Bu 외 arxiv

Integrating multi-omics datasets through data-driven analysis offers a comprehensive understanding of the complex biological processes underlying various diseases, particularly cancer. Graph Neural Networks (GNNs) have r…

Contrastive Learning

MOTGNN: Interpretable Graph Neural Networks for Multi-Omics Disease Classification

2025-08-10 · Tiantian Yang, Zhiqian Chen arxiv

Integrating multi-omics data, such as DNA methylation, mRNA expression, and microRNA (miRNA) expression, offers a comprehensive view of the biological mechanisms underlying disease. However, the high dimensionality of mu…

Computational EfficiencyRepresentation LearningGraph Neural Network

Graph Contrastive Learning for Multi-omics Data

2023-01-03 · Nishant Rajadhyaksha, Aarushi Chitkara

Advancements in technologies related to working with omics data require novel computation methods to fully leverage information and help develop a better understanding of human diseases. This paper studies the effects of…

ClassificationContrastive Learning

Graph Representation Learning Strategies for Omics Data: A Case Study on Parkinson's Disease

2024-06-20 · Elisa Gómez de Lope, Saurabh Deshpande, Ramón Viñas Torné, Pietro Liò 외

Omics data analysis is crucial for studying complex diseases, but its high dimensionality and heterogeneity challenge classical statistical and machine learning methods. Graph neural networks have emerged as promising al…

Graph AttentionGraph Representation LearningRepresentation Learning

Comparative Analysis of Multi-Omics Integration Using Advanced Graph Neural Networks for Cancer Classification

2024-10-05 · Fadi Alharbi, Aleksandar Vakanski, Boyu Zhang, Murtada K. Elbashir 외

Multi-omics data is increasingly being utilized to advance computational methods for cancer classification. However, multi-omics data integration poses significant challenges due to the high dimensionality, data complexi…

Cancer ClassificationData Integrationfeature selectionGraph Attention+1