SimMapNet: A Bayesian Framework for Gene Regulatory Network Inference Using Gene Ontology Similarities as External Hint
Listed in
This article is not in any list yet, why not save it to one of your lists.Abstract
Motivation
Gene regulatory network (GRN) reconstruction is a fundamental challenge in computational biology, and is crucial for understanding gene interactions. In this study, we aim to incorporate Gene Ontology (GO) similarities into the construction of GRNs. Our key assumption is that genes with higher similarity in Molecular Function, Biological Process, or Cellular Component categories are more likely to be functionally related and, therefore, more likely to be connected in the network. We introduce SimMapNet , a Bayesian framework that estimates the precision matrix, which serves as the adjacency matrix in a Gaussian graphical model (GGM) for GRN inference. SimMapNet enhances network inference by integrating GO similarities, which inform the hyperparameters of the prior distribution through a kernel function, incorporating biological prior knowledge in a principled manner.
Results
We evaluate SimMapNet on three datasets: two datasets from the SOS DNA-repair response pathway in Escherichia coli and one dataset from Drosophila melanogaster . The results demonstrate the algorithm’s superior performance compared to state-of-the-art methods such as GLASSO, GENIE3, and KBOOST in terms of F1-score. SimMapNet has low time complexity, making it suitable for constructing large networks. Our simulation results confirm that SimMapNet is particularly well-suited for scenarios with limited sample sizes, where traditional methods often struggle.
Availability and implementation
The datasets and R package of SimMapNet are available in the github repository, https://github.com/maryam-shahdoust/SimMapNet .