Interpretable Perturbation Modeling Through Biomedical Knowledge Graphs
Pascal Passigan, Kevin Zhu, Angelina Ning
TL;DR
The paper tackles predicting drug-induced transcriptional perturbations by moving beyond binary drug–disease links to a mechanistic, transcriptome-level view. It fuses PrimeKG++ with LINCS L1000 data into a seven-type heterogeneous graph and leverages a GATv2-based message-passing framework to predict a perturbation delta ${\Delta}$ that augments baseline cell expression ${\mathbf{b}_c}$, yielding ${\hat{\mathbf{y}} = \mathbf{b}_c + {\Delta}}$. The authors demonstrate that graph-based context improves generalization to novel chemical scaffolds, with ablation studies confirming the essential roles of graph topology and pretrained node features, and they provide interpretability through attention analyses and a drug-specific reasoning case study. The work highlights a pathway toward mechanistic drug modeling and practical applications in drug repurposing, while recognizing current knowledge gaps and suggesting directions for richer graphs and architectures to bolster perturbation prediction.
Abstract
Understanding how small molecules perturb gene expression is essential for uncovering drug mechanisms, predicting off-target effects, and identifying repurposing opportunities. While prior deep learning frameworks have integrated multimodal embeddings into biomedical knowledge graphs (BKGs) and further improved these representations through graph neural network message-passing paradigms, these models have been applied to tasks such as link prediction and binary drug-disease association, rather than the task of gene perturbation, which may unveil more about mechanistic transcriptomic effects. To address this gap, we construct a merged biomedical graph that integrates (i) PrimeKG++, an augmentation of PrimeKG containing semantically rich embeddings for nodes with (ii) LINCS L1000 drug and cell line nodes, initialized with multimodal embeddings from foundation models such as MolFormerXL and BioBERT. Using this heterogeneous graph, we train a graph attention network (GAT) with a downstream prediction head that learns the delta expression profile of over 978 landmark genes for a given drug-cell pair. Our results show that our framework outperforms MLP baselines for differentially expressed genes (DEG) -- which predict the delta expression given a concatenated embedding of drug features, target features, and baseline cell expression -- under the scaffold and random splits. Ablation experiments with edge shuffling and node feature randomization further demonstrate that the edges provided by biomedical KGs enhance perturbation-level prediction. More broadly, our framework provides a path toward mechanistic drug modeling: moving beyond binary drug-disease association tasks to granular transcriptional effects of therapeutic intervention.
