Predicting Microbial Interactions Using Graph Neural Networks
This work addresses a key challenge in microbial ecology for researchers studying community dynamics, though it is incremental as it applies an existing ML method (GNNs) to a specific domain problem.
The paper tackled the problem of predicting interspecies microbial interactions, such as positive/negative effects and complex types like mutualism, using Graph Neural Networks (GNNs) on a dataset of over 7,500 interactions, achieving an F1-score of 80.44% which outperforms existing methods like XGBoost at 72.76%.
Predicting interspecies interactions is a key challenge in microbial ecology, as these interactions are critical to determining the structure and activity of microbial communities. In this work, we used data on monoculture growth capabilities, interactions with other species, and phylogeny to predict a negative or positive effect of interactions. More precisely, we used one of the largest available pairwise interaction datasets to train our models, comprising over 7,500 interactions be- tween 20 species from two taxonomic groups co-cultured under 40 distinct carbon conditions, with a primary focus on the work of Nestor et al.[28 ]. In this work, we propose Graph Neural Networks (GNNs) as a powerful classifier to predict the direction of the effect. We construct edge-graphs of pairwise microbial interactions in order to leverage shared information across individual co-culture experiments, and use GNNs to predict modes of interaction. Our model can not only predict binary interactions (positive/negative) but also classify more complex interaction types such as mutualism, competition, and parasitism. Our initial results were encouraging, achieving an F1-score of 80.44%. This significantly outperforms comparable methods in the literature, including conventional Extreme Gradient Boosting (XGBoost) models, which reported an F1-score of 72.76%.