GNN-Suite: a Graph Neural Network Benchmarking Framework for Biomedical Informatics
Sebesty\'en Kamp, Giovanni Stracquadanio, and T. Ian Simpson

TL;DR
GNN-Suite is a modular benchmarking framework for Graph Neural Networks in biomedical research, enabling standardized evaluation and comparison of different GNN architectures on biological data.
Contribution
It introduces a standardized, reproducible framework for benchmarking GNNs in computational biology, facilitating fair comparisons and identifying effective models.
Findings
GCN2 achieved the highest balanced accuracy of 0.807.
All GNN models outperformed the baseline Logistic Regression.
The framework promotes reproducibility and fair benchmarking in biomedical GNN research.
Abstract
We present GNN-Suite, a robust modular framework for constructing and benchmarking Graph Neural Network (GNN) architectures in computational biology. GNN-Suite standardises experimentation and reproducibility using the Nextflow workflow to evaluate GNN performance. We demonstrate its utility in identifying cancer-driver genes by constructing molecular networks from protein-protein interaction (PPI) data from STRING and BioGRID and annotating nodes with features from the PCAWG, PID, and COSMIC-CGC repositories. Our design enables fair comparisons among diverse GNN architectures including GAT, GAT3H, GCN, GCN2, GIN, GTN, HGCN, PHGCN, and GraphSAGE and a baseline Logistic Regression (LR) model. All GNNs were configured as standardised two-layer models and trained with uniform hyperparameters (dropout = 0.2; Adam optimiser with learning rate = 0.01; and an adjusted binary cross-entropy…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsBioinformatics and Genomic Networks · Advanced Graph Neural Networks · Graph Theory and Algorithms
MethodsGraph Neural Network · Logistic Regression · Adam · Graph Isomorphism Network · Graph Convolutional Network · GraphSAGE · Graph Attention Network
