Abstract
Recent advances in high-throughput microbiome profiling have generated expansive data sets that offer unprecedented opportunities to investigate the role of microbes in human health. However, the complexity and high dimensionality of these data present significant analytical challenges that often exceed the capabilities of traditional computational methods. Artificial intelligence (AI), encompassing both classical machine learning and modern deep learning approaches, has emerged as a powerful solution to these challenges. In this review, we systematically explore AI-driven methodologies in microbiome research, including clustering algorithms, dimensionality reduction techniques, convolutional and recurrent neural networks, and emerging large language models. We assess how these approaches enable the extraction of meaningful biological patterns from complex microbial data from a multiscale perspective, facilitating insights into community dynamics, host–microbe interactions and functional genomics. Additionally, we explore the transformative impact of AI on translational applications across both academic research and real-world clinical settings, including disease diagnostics, therapeutic development and precision microbiome engineering. By critically evaluating the current capabilities and limitations of AI in this context, this review aims to chart a path forward for the integration of AI into microbiome research, ultimately accelerating innovations in personalised medicine and deepening our understanding of host–microbiome relationships.
Keywords: Microbiome, AI (Artificial Intelligence)
KEY MESSAGES.
Artificial intelligence (AI) offers a paradigm shift from traditional microbiome analysis, enabling higher-resolution, scalable and more predictive insights into complex host–microbiome interactions.
AI methods are integral throughout the microbiome analysis pipeline, performing diverse tasks from multi-omic data integration and preprocessing to feature extraction and classification, effectively addressing data heterogeneity and complexity.
By modelling microbiome data across biological scales, AI enables multiscale understanding of microbial function and its regulatory dynamics.
AI-driven models are revolutionising microbiome-based diagnostics and therapeutics, enabling biomarker discovery, disease prediction, patient stratification and the design of personalised interventions.
Despite its transformative potential, AI in microbiome research faces challenges in interpretability, generalisability and data governance, demanding robust frameworks and cross-disciplinary collaboration for responsible advancement.
Introduction
Micro-organisms, including bacteria, archaea, fungi and viruses, inhabit every niche of the human body, forming diverse, site-specific and dynamic ecosystems that are crucial for human health and disease throughout the human lifespan.1 2 Disruptions to these microbial communities, a state known as dysbiosis,3 have been linked to various conditions, including IBD,4 allergies,5 asthma6 and several types of cancer.7 Over the past few decades, extensive efforts have been devoted to uncovering the mechanisms by which microbial communities influence host physiology and pathology.8 The advent of high-throughput omics technologies has greatly facilitated our ability to characterise microbiota across genomic, transcriptomic, proteomic and metabolomic layers9 (figure 1a). Amplicon sequencing technologies, including 16S rRNA gene sequencing and internal transcribed spacer sequencing, remain widely used due to their cost-effectiveness and scalability, while metagenome sequencing offers a more comprehensive view,10 enabling high-resolution taxonomic and functional characterisation.11 Long-read sequencing improves assembly and detection of structural variants; however, its adoption is currently limited by higher costs and elevated error rates.12 As metagenomic data sets continue to expand rapidly, effectively managing, integrating and interpreting these complex data sets has become a key bottleneck in microbiome research.
Figure 1. Frameworks for human microbiome investigation. (A) Hypothesis-driven and statistics-based microbiome investigation. This approach begins with sample collection from diverse human habitats, followed by multi-omics sequencing (metagenomics, metatranscriptomics, metaproteomics, metabolomics). Raw data are processed via assembly tools to generate contigs, annotated taxonomically and functionally using reference databases, and analysed statistically. Machine learning (ML) models (eg, classifiers, regressors) are applied to high-dimensional data for stratification, prediction and latent feature extraction. (B) Data-driven and AI-based microbiome investigation. Multicohort, multi-omics data sets are harmonised in centralised repositories. AI models (deep learning, generative AI) extract microbial features, decode complex interactions, predict dynamics and link microbiome signatures to clinical outcomes. AI, artificial intelligence; LDA, linear discriminant analysis; PCoA, principal coordinate analysis.
Traditionally, microbiome research has been predominantly driven by statistical and alignment-based computational methods, typically structured into upstream and downstream analytical stages. Upstream processing typically involves a combination of alignment-based tools, k-mer-based classification methods and assembly pipelines. These workflows encompass quality control, host-derived sequence removal, taxonomic classification and functional annotation.13,16 For instance, k-mer-based approaches such as Kraken 2 enable fast taxonomic profiling by leveraging short sequence patterns rather than full alignments.14 Meanwhile, assembly based workflows reconstruct metagenome-assembled genomes (MAGs) from short reads to enhance taxonomic and functional resolution.17 However, alignment-based strategies face limitations in scalability and are highly dependent on the breadth and completeness of reference databases.18 Downstream analyses often employ statistical techniques on abundance tables to identify microbial features linked to host phenotypes.19 These approaches have advanced microbiome research by uncovering disease associations and identifying potential therapeutic targets (figure 1a).
To better model the microbiome, early studies aiming to understand microbial ecology often employed mathematical modelling to explore community dynamics and interspecies interactions.20 Building on this foundation, the application of deep learning (DL), a major branch of artificial intelligence (AI), has transformed microbiome research by enabling more sophisticated modelling of complex biological sequences. Techniques such as convolutional neural networks (CNNs), recurrent neural networks (RNNs) and long short-term memory networks (LSTMs, a sophisticated RNN variant that employs gating mechanisms to mitigate gradient vanishing or exploding issues, thereby enhancing long-term dependency modelling) have been increasingly applied to microbiome data sets. Unlike traditional alignment-based methods, DL approaches can learn high-dimensional representations directly from raw sequence data, capturing intricate evolutionary signals and uncovering associations between microbial communities and host phenotypes.
In this context, the emergence of AI offers powerful new tools for unravelling such complex microbiome data, presenting a timely and promising direction for both basic research and translational applications in human microbiome science. In this review, we follow a hierarchical terminology where AI encompasses a broad class of computational techniques that mimic human intelligence. Machine learning (ML) is a subfield of AI focused on learning from data, while DL is a specialised subset of ML that uses multilayered neural networks. The terms are distinguished and applied consistently as shown in table 1. We outline a paradigm shift in microbiome research from conventional statistical and alignment-based approaches to AI-driven methodologies and summarise strategies across the analytical pipeline, from data preprocessing and representation to downstream interpretation. We further evaluate AI applications at multiple biological scales, spanning microbial communities to molecular functions, and highlight recent advances in generative AI, particularly large language models (LLMs), in the rational design of microbial systems. Finally, we discuss the translational potential and application limitations of AI in microbiome research, offering critical insights into its future development and responsible integration.
Table 1. Summary of key AI-related terms and methods used in this review.
| Term | Full name/category | Definition | Features | Common use cases in microbiome research |
|---|---|---|---|---|
| AI | Artificial intelligence | A broad field of computer science focused on building systems capable of intelligent behaviour | Includes ML, DL and expert systems, etc. | General prediction, decision support |
| ML | Machine learning | A subfield of AI that allows algorithms to learn patterns from data without being explicitly programmed | Supervised/unsupervised learning; includes support vector machine, random forest, etc. | Classification of microbial taxa, disease prediction, clustering samples |
| Clustering | Unsupervised machine learning method | Groups data points based on similarity without predefined labels | K-means, hierarchical clustering, etc. | Microbial community type (enterotype) detection |
| Dimensionality reduction | Unsupervised machine learning method | Projects high-dimensional data into a lower-dimensional space | PCA, t-SNE, UMAP; aids visualisation and noise reduction | Visualising microbiome samples or gene feature spaces |
| DL | Deep learning | A subfield of ML based on artificial neural networks with multiple layers | Requires large data; strong in feature learning and pattern recognition | Functional prediction, sequence modelling, metagenomic annotation |
| (D)NN | (Deep) neural network | A network of interconnected computational units (‘neurons’) used for learning complex patterns | Forms the basis of DL; includes CNN, RNN, etc. | Microbial phenotype prediction, host–microbe interaction modelling |
| CNN | Convolutional neural network | A DL architecture specialised for spatial data, such as images or sequence patterns | Extracts local patterns via convolutional filters | Image-like microbial analysis, gene sequence motif detection |
| RNN | Recurrent neural network | A DL model that processes sequential data by maintaining a memory of previous steps | Suitable for time-series or language-like data | Longitudinal microbiome dynamics, sequence prediction |
| AE | Autoencoder | A type of unsupervised neural network designed to learn efficient, compressed representations (encodings) of input data | Learns low-dimensional latent representations; useful for denoising, feature reduction | Dimensionality reduction of microbiome profiles, latent space clustering of microbial communities |
| Transformer | Self-attention-based DL architecture | A model that processes all sequence elements simultaneously via attention mechanism | Replaces RNNs in many NLP tasks; highly scalable | Metagenomic sequence embedding, protein sequence modelling (eg, ESM, ProtBERT) |
| LLM | Large language model | Transformer-based models trained on massive corpora to model language | Strong zero-shot and transfer capabilities | Metagenomic data mining, protein sequence understanding |
NLP, natural language processing; PCA, principal component analysis; t-SNE, t-distributed stochastic neighbour embedding; UMAP, uniform manifold approximation and projection.
From traditional methods to AI approaches in microbiome research
Traditionally, culture-based methods have been the gold standard for studying micro-organisms, providing experimental validation and enabling landmark discoveries. However, replicating the complex and diverse conditions of natural microbial ecosystems in vitro remains challenging, leaving many human-associated microbes uncultured and poorly characterised. Metagenomics provides a culture-independent alternative by directly sequencing DNA from microbial communities. As a consequence, the advent of high-throughput sequencing technologies has led to an exponential accumulation of microbiome data, transforming the field from hypothesis-driven experimentation to large-scale data-driven analysis.
Managing and interpreting these complex, high-dimensional data sets necessitates the development of advanced analytical and computational strategies.21 To facilitate data accessibility, raw sequencing data are routinely deposited in public repositories such as the Sequence Read Archive22 and European Nucleotide Archive.23 Curated and reprocessed data sets have been further organised into dedicated resources like GMrepo24 and MAMI,25 thereby improving the interpretability and reuse of large-scale data sets (figure 1b). However, traditional bioinformatics tools often struggle to derive meaningful insights from these heterogeneous data sets. The limitation has accelerated the adoption of AI, particularly ML, which encompasses unsupervised, semisupervised and supervised techniques. ML models have demonstrated remarkable capabilities in integrating, processing and extracting key biological insights, primarily from taxonomic abundance and functional annotation tables, significantly improving analytical efficiency.26 Among these, DL leverages deep neural networks (DNNs) to perform automated feature extraction from large-scale raw sequencing data, enabling end-to-end learning and reducing reliance on manual feature selection (figure 1b).
As microbiome research advances, our understanding of microbial genomes, functions and ecological roles has deepened, giving rise to comprehensive, annotated databases such as Genome Taxonomy Database27 and Kyoto Encyclopedia of Genes and Genomes.28 These resources provide essential references for characterising unknown species and functional elements. The availability of labelled microbiome data has further enabled DL models to learn complex patterns and uncover associations between microbial communities and host physiology. Despite their superior predictive performance, DL models usually require extensive labelled data sets for training, suffer from limited interpretability and may be prone to overfitting, especially when applied across diverse populations or environments.29
Recently, LLMs, initially developed for natural language processing (NLP),30 have emerged as powerful tools for biological sequence modelling and knowledge extraction.31 Their adaptation to life sciences is facilitated by structural parallels between language and biological sequences.32 For instance, ESM2 (esm-650M), pretrained on the UniRef50 data set comprising over 50 million protein sequences,33 has effectively learnt evolutionary representations, achieving high-accuracy protein structure prediction with reduced inference time compared with AlphaFold2.34 Notably, ESM2 has been applied to predict the structures of over 617 million metagenomic proteins, forming the ESM Metagenomic Atlas (https://esmatlas.com/), which provides large-scale structural insights into previously uncharacterised microbial proteins.33 Beyond structure, LLM-based approaches have also facilitated functional and regulatory inference in microbial genomes. The gLM model integrates protein sequence embeddings with genomic context to predict gene functions and transcriptional regulatory elements in uncultured microbes, thus bridging protein-level language models and genome-scale inference.35 In parallel, generative LLMs have shown promise for microbiome-centric synthetic biology. For instance, Evo, a large-scale autoregressive model, enables the de novo generation of proteins guided by fitness constraints and evolutionary plausibility,36 while megaDNA, a lighter-weight transformer-based model, can generate new bacteriophage genome fragments.37 These innovations reflect a broader shift towards integrating LLMs into core microbiome analysis pipelines, extending beyond prediction to generation, annotation and design.
In the era of data-intensive and knowledge-driven biological discovery, AI-based methodologies offer scalable, versatile and increasingly interpretable frameworks for tackling complex challenges in microbiome research. These approaches enable robust metagenomic data denoising,38 refined taxonomic profiling39 and accurate MAG binning.40 LLMs, in particular, offer unique advantages in deciphering large-scale, unlabelled data sets41 and extracting valuable insights from extensive biological knowledge bases.42 By bridging structured omics data with unstructured biological knowledge, LLMs are reshaping our understanding of microbial communities and host interactions. Their integration promises deeper mechanistic insights and supports precision microbiome-based interventions.
Microbiome data preparation and preprocessing
To address the challenge of traditional bioinformatics in handling complex and heterogeneous microbiome data, AI-based approaches are increasingly adopted for data processing, representation and interpretation, offering more efficient and scalable solutions for large-scale integrative analysis (table 2). For instance, a critical first step in meta-analyses is integrating data sets across diverse cohorts or studies. However, differences in experimental conditions, including sampling procedures, time points and geographical locations, introduce systematic batch effects that can significantly skew data analysis43 (figure 2). These unavoidable biases have prompted the development of computational methods aimed at minimising their impact. Statistical and ML approaches, such as ConQuR44 and PLSDA-batch,45 have been proposed to address these issues. Additionally, DL methods like transfer learning are employed to mitigate regional variations in microbiome-based diagnostics. Wang et al proposed a ML framework that integrates neural networks and transfer learning to reduce regional effects, improving cross-regional microbial diagnosis.46 In addition, recent AI-driven methods have enhanced species-level resolution in microbiome profiling. For example, sylph, a model based on zero-inflated Poisson statistics, corrects for average nucleotide identity bias under low sequencing coverage, thereby improving the accuracy of taxonomic assignment.39
Table 2. Summary of representative AI methods in human microbiome research.
| Method/tool | Model architecture | Application scenario | Key features | Performance metric/outcome | Strengths and limitations |
|---|---|---|---|---|---|
| sylph39 | Zero-inflated Poisson statistics | High-resolution taxonomic profiling | Corrects average nucleotide identity bias | Efficient profiling; faster (>10-fold) than Kraken2 | Accurate under low coverage; limited to database completeness |
| MDL4Microbiome49 | Multimodal DL with latent features | Disease (IBD, T2D, CRC, etc) classification from gut metagenomes | Intermediate integration of omics data | Accuracy: IBD 0.98, T2D 0.76, cirrhosis 0.84, CRC 0.97 | High classification accuracy; may require complex preprocessing and integration set-up |
| phyLoSTM53 | CNN and LSTM | Longitudinal microbiome analysis for disease (food allergy, preterm delivery) prediction | Captures spatial and temporal dynamics | Simulated AUC: 0.897; Real data AUCs: 0.762 (DIABIMMUNE) and 0.713 (DiGiulio) | Modelling temporal microbiome shifts; requires dense time-series data |
| Ph-CNN61 | CNN with phylogeny-based custom layers | Metagenomic data classification | Incorporates phylogenetic structure via patristic distances | Outperformed SVM, RF and MLP on synthetic and gut microbiota data (healthy and IBD samples) | Integrates phylogenetic structure; requires tree-based distance computation and tested on small cohort |
| DeepMicrobes54 | CNN with one-hot and k-mer embeddings | Taxonomic classification from raw sequences (especially for uncultured or novel species) | Combines sparse and local feature embeddings for end-to-end classification | Outperformed traditional tools in genus/species classification | Enables detection of uncultured species of IBD; requires large, high-quality training data |
| GMEmbeddings56 | Word embeddings (GloVe) + PCA | Cross-study host phenotype prediction from 16S rRNA data | Embedding-based transformation of ASV tables | Improved generalisability across six data sets involving three phenotypes | Enhances cross-cohort generalisation; requires alignment and embedding steps |
| PopPhy-CNN60 | CNN and phylogenetic tree embedding | Host phenotype prediction | Converts phylogenetic tree and taxa abundance into 2D matrix as CNN input | Outperformed classical ML methods in nine data sets and robust in multiclass tasks | Incorporates phylogenetic structure for better interpretability and performance; limited by input requirements |
| MEGMA62 | Unsupervised manifold embedding and ConvNet (AggMapNet) | Disease prediction and biomarker identification | Embeds and clusters microbial profiles into 2D multichannel maps | Identified biomarkers with 84% literature support across 74+ studies | Robust biomarker discovery; requires a two-step pipeline and may depend on embedding quality |
| GraphMB65 | GNN integrating contig features and assembly graph structure | Long-read metagenomic binning | Learns contig embeddings via graph structure | Yielded on average 17.5% more high-quality bins versus other binners | Captures assembly graph; depends on quality of assembly graph |
| DeepMicro67 | Autoencoders and ML classifiers | Feature extraction for disease (IBD, T2D, obesity, etc) prediction | Learns robust low-dimensional embeddings | Achieved higher AUC (IBD 0.955, obesity 0.659, cirrhosis 0.940) | Effectively addresses high dimensionality and sparsity; requires hyperparameter tuning |
| MetaNN77 | Fully connected neural network | Host disease (eg, IBD) classification | Applies a novel data augmentation technique to combat overfitting | Outperformed several ML models (eg, SVM, RF, other NNs) on both synthetic and real microbiome data sets | Handles synthetic and real data; less interpretable |
| Read2Pheno58 | CNN and RNN and attention mechanisms | Read-level phenotype prediction from 16S rRNA reads | Learns biologically meaningful representations | Read-level host phenotype prediction comparable to conventional methods | End-to-end learning without manual feature extraction; demands large training data |
AI, artificial intelligence; ASV, amplicon sequence variant; AUC, area under curve; CNN, convolutional neural network; cNODE, compositional neural ordinary differential equation; CRC, colorectal cancer; CRISPR, clustered regularly interspaced short palindromic repeats; DL, deep learning; FDA, Food and Drug Administration; FGeneBERT, a function-driven pretrained gene language model for metagenomics; GNN, graph neural network; LSTM, long short-term memory network; MEGMA, microbial embedding, grouping, and mapping algorithm; ML, machine learning; MLP, multilayer perceptron; mNODE, metabolomic profile predictor using neural ordinary differential equations; NN, neural network; PCA, principal component analysis; ProtBERT, a BERT-based model pretrained on a large corpus of protein sequences; RF, random forest; RNN, recurrent neural network; SVM, support vector machine; T2D, type 2 diabetes ; VALENCIA, vaginal community state type nearest centroid classifier.
Figure 2. Artificial intelligence (AI)-driven analytical workflow for microbiome data. Step 1: Microbiome data preparation and preprocessing. Multi-omics data sets are integrated to mitigate batch/regional biases using direct/indirect combination or model fusion. Time-series models (RNNs, LSTMs) analyse dynamic patterns for host status prediction. Step 2: Feature extraction and representation learning. Embedding techniques evolve from sparse to dense/static and context-aware models. Deep learning and ML transform raw data into biologically interpretable features for tasks like microbial interaction modelling and biomarker discovery. Step 3: Data analysis and interpretation. Downstream analyses combine unsupervised/supervised learning with advanced AI models. Interpretability techniques identify key microbial factors, clarifying their roles in host health. ANN, artificial neural network; BERT, Bidirectional Encoder Representations from Transformers; LASSO, least absolute shrinkage and selection operator; LSTMs, long short-term memory networks; ML, machine learning; PCA, principal component analysis; PCoA, principal coordinate analysis; RNN, recurrent neural networks; TF-IDF, term frequency-inverse document frequency; t-SNE, t-distributed stochastic neighbour embedding; UMAP, uniform manifold approximation and projection.
When dealing with multi-omics data associated with the microbiome, integrating heterogeneous data sets for downstream analysis is crucial. Several ML-based methods have been developed for this purpose, which can be broadly categorised into different integration strategies (figure 2). One common approach, early data integration, merges multi-omics data prior to model training, typically by concatenating different features into a unified matrix. For instance, a study using a gradient boosting regression model successfully integrated blood biomarkers, dietary records, anthropometric data, physical activity and gut microbiota to predict postprandial glucose responses to real-life meals.47 Another study investigating IBD performed joint analyses of metabolomic and metagenomic data, identifying disease-associated microbial species and metabolite features, and achieving accurate patient classification using random forest models.48 The study demonstrated the potential of integrating multiple omics layers for robust microbiome-based disease modelling. The second strategy, intermediate integration, transforms omics data into latent representations before feature integration. MDL4Microbiome, a DL-based approach for disease prediction, demonstrated high accuracy by leveraging multimodal data from metagenomic sequence.49 Similarly, Garcia-Jimenez et al employed a deep autoencoder (DAE)-based architecture to extract latent representations from microbial community profiles and successfully predict microbiome composition using environmental variables such as plant age, temperature and precipitation.50 This approach highlights how latent feature learning can facilitate microbiome modelling, particularly under data-scarce or low-resource conditions.
Most microbiome studies rely on cross-sectional data, limiting their ability to capture dynamic host–microbiome interactions, particularly during disease progression or physiological changes. In contrast, time-series data preserve sequential and historical patterns, providing richer insights and more accurate predictions (figure 2). RNNs and LSTM networks are well suited for such tasks due to their ability to model long-term dependencies. Chen et al proposed an RNN-based framework to predict host status using longitudinal microbiome data, demonstrating the advantages of RNN approaches.51 Metwally et al used an LSTM model to predict food allergies based on infant gut microbiome profiles across 3 years.52 Sharma et al introduced phyLoSTM, integrating CNNs and LSTMs to enhance prediction accuracy in longitudinal studies.53 These advancements underscore the effectiveness of RNNs and LSTMs in capturing key features from temporal microbiome data, surpassing traditional statistical and ML-based models. Beyond RNNs and LSTMs, Temporal Convolutional Networks (TCNs) offer an effective alternative for modelling microbiome time-series data. By using dilated causal convolutions, TCNs enable parallel processing while preserving temporal order, allowing efficient modelling of long-range dependencies without the vanishing gradient problem. While their use in microbiome research is still nascent, TCNs offer a promising direction for capturing temporal microbial patterns and predicting dynamic host–microbiome interactions.
Microbiome data characterisation and feature extraction
Traditional ML models in microbiome research have primarily relied on normalised taxonomic abundance tables, which, while useful, often fail to capture the high-resolution patterns inherent in raw sequencing data. In contrast, DL models enable richer feature extraction through advanced embedding and representation techniques. Inspired by NLP models, word embedding techniques have been adapted to encode sequencing reads into high-dimensional representations (figure 2). One-hot encoding, a sparse embedding method, was used in DeepMicrobes, which combined one-hot and k-mer embeddings to model gut microbiome sequences. This approach enabled the discovery of novel microbiome signatures in IBD, outperforming existing tools in species and genus identification.54
To enhance the efficiency of microbiome sequence modelling and embedding, dense embedding methods such as Word2Vec and GloVe have been introduced (figure 2). Woloszynek et al developed a pretrained Skip-Gram Word2Vec model, trained on over two million full-length 16S rRNA amplicon sequences to create k-mer embeddings.55 The GMEmbeddings R package, incorporating GloVe and principal component analysis (PCA) embeddings, was designed for predictive modelling of 16S rRNA V4 gut microbiome sequencing data, contextualising microbial occurrences while reducing dimensionality.56 Contextualised representations have further enhanced metagenomic analyses. For instance, Metagenome2Vec, a self-supervised representation learning model, captures both global structural properties and local contextualised features, aiding in pathogen detection from clinical samples.57 Zhao et al introduced Read2Pheno, an attention-based DL network that encodes sequences into dense and biologically meaningful representations, providing insights into microbial functions.58 Similarly, FGeneBERT models gene sequence-function relationships using contextualised metagenomic embeddings and a context-aware tokeniser.59
Beyond sequence embeddings, various structural encoding strategies, including tree, network and graph-based embeddings, have been integrated into DL frameworks. PopPhy-CNN incorporates phylogenetic structures to predict host phenotypes by representing phylogenetic trees as 2D matrices populated with microbial relative abundances.60 The Ph-CNN model follows a similar approach, leveraging patristic distances to embed phylogenetic trees in Euclidean space.61 Meanwhile, MEGMA, an unsupervised embedding and clustering algorithm, transforms metagenomic data into individualised multichannel 2D microbiome representations.62 Furthermore, graph neural networks (GNNs) offer powerful means to model the complex topological structure of microbiome data. By encoding microbial taxa or genes as nodes, and their interactions (eg, co-occurrence, phylogeny, functional similarity) as edges, GNNs extract context-aware node embeddings through message passing. Notably, GraphSAGE introduces inductive learning by aggregating information from a node’s neighbourhood,63 enabling generalisation to unseen microbial nodes or genes. For instance, Guo et al used a GNN-based framework to identify disease-associated taxa and genes, leveraging topological features to improve classification performance and biological interpretability.64 Similarly, GraphMB applies GraphSAGE to metagenomic binning by modelling contigs as nodes linked via sequence similarity, improving bin quality and robustness.65 These examples illustrate how GNNs can be flexibly adapted to capture microbial ecology, enhance genome reconstruction and reveal latent functional modules.
Feature extraction and selection remain crucial for microbiome analysis (figure 2). Random forest classifiers are widely employed to identify microbiome signatures across different groups.66 DL-based autoencoders offer an alternative for feature selection. The DeepMicro framework integrates various deep representation learning techniques, such as shallow autoencoder, DAE, variational autoencoder (VAE) and convolutional autoencoder, to derive robust low-dimensional embeddings, enabling accurate disease predictions across five data sets and outperforming conventional approaches.67 The extracted features enhance classification and prediction tasks, accelerating model training and improving performance in downstream analyses.
Microbiome data analysis and interpretation
The compositionality, high dimensionality and sparsity of metagenomic data pose significant challenges for biomarker selection, differential analysis and community visualisation. These challenges are compounded by the combination of relatively small sample sizes in microbiome studies, which exacerbates the curse of dimensionality and limits the effectiveness of traditional statistical methods. Consequently, AI-based approaches are increasingly employed to overcome these limitations, offering enhanced scalability, robustness and interpretability in complex microbiome analysis.
Dimensionality reduction is a common strategy for selecting abundant taxa and visualising community composition, as taxonomic abundance tables often contain many zero values.68 Common techniques include PCA, principal coordinate analysis (PCoA), t-distributed stochastic neighbour embedding (t-SNE),69 and uniform manifold approximation and projection (UMAP),70 all of which extract key features from high-dimensional data to facilitate visualisation (figure 2). While PCA and PCoA offer greater interpretability, t-SNE and UMAP are better at capturing non-linear structures, although they are less explainable. Odrzywolek et al employed a language model alongside these methods to visualise microbiome protein space, enabling alignment-free protein analysis.71 Clustering methods are also widely used to stratify microbiota into similar groups (figure 2). Hierarchical clustering, one of the simplest and most common approaches, categorises microbiota by computing pairwise distances between samples. Ravel et al introduced the concept of community state types to classify vaginal microbial communities based on composition.72 K-means clustering has also been employed, such as in Ahlqvist et al’s study, which identified five subgroups of adult-onset diabetes.73 Additionally, partitioning around medoid clustering with Jensen–Shannon distance is commonly used for enterotype analysis.74 Classification methods play a key role in linking the microbiome to host phenotypes (figure 2). VALENCIA, for instance, uses nearest centroid classification to analyse vaginal microbial communities,75 while Zhou et al trained the random forest model on gut microbiota data to identify universal IBD biomarkers and predict response to infliximab.76 Similarly, MetaNN, a neural network-based approach, achieved superior classification accuracy for host phenotype prediction using both synthetic and real metagenomic data.77 Regression models are used when variables are continuous (figure 2). Zeevi et al developed a gradient boosting regression model to predict postprandial glucose responses based on dietary and gut microbiome data.47 Read2Pheno, an attention-based deep network, encodes sequencing reads into dense, biologically meaningful representations for read-level phenotypical prediction.58 Among these approaches, dimensionality reduction and clustering are typically used for unsupervised learning on unlabelled data, while classification and regression models require well-labelled data sets for supervised learning.
AI-driven microbiome insights across biological scales
Beyond method development, AI plays a vital role in translating complex microbiome data into biologically meaningful insights. The selection of appropriate computational strategies not only facilitates data interpretation, but also uncovers functional patterns and mechanistic relationships within the microbiome. Increasingly, AI enables multiscale analysis, from modelling microbial community interactions to identifying keystone taxa and functional biomolecules, highlighting its transformative impact across hierarchical levels in microbiome research (figure 3).
Figure 3. Multiscale artificial intelligence (AI) applications in microbiome data mining. (A) Community-level analysis. AI models integrate labelled multi-omics data to predict community compositions and metabolic functions. Computational frameworks link microbial consortia dynamics to host physiological outcomes and enable systematic modelling of community–host interactions through parameter optimisation. (B) Species-level analysis. AI-based models can identify keystone species and biomarkers in health-disease transitions. (C) Molecular-level analysis. Deep learning and generative AI (eg, LLMs) decode molecular mechanisms, including functional annotation and molecule generation. CDI, Clostridium difficile infection; DL, deep learning; LLM, large language models; ML, machine learning; SCFA, short-chain fatty acids.
At the community level, the non-linear dynamics within microbial ecosystems necessitate mathematical models to quantitatively link community structure with function. Traditional approaches, such as Lotka–Volterra models,78 have been widely used for studying microbial interactions. For example, Stein et al extended the generalised Lotka–Volterra model to incorporate external perturbations, successfully predicting microbiota dynamics in antibiotic-treated mice and identifying alternative stable states.79 Similarly, LIMITS further applied sparse linear regression with bootstrap aggregation to infer discrete-time Lotka–Volterra models.80 Recently, DL-based approaches have been adopted to explore microbial community composition and function (figure 3a). To enable accurate species-level profiling, models like sylph leverage statistical-AI hybrid approaches to correct for sequencing biases, thereby supporting community-level ecological inference.39 cNODE, a data-driven DL-based model, predicts community compositions from species assemblages,81 while its extension, mNODE, improves metabolomic profiling predictions for microbial communities.82 Additionally, MelonnPan, based on elastic net regularisation, predicts microbial metabolic profiles and identifies key predictive taxonomic or functional features.83 Despite their predictive power, many AI models, including advanced frameworks such as cNODE and mNODE, are inherently limited by the observational nature of microbiome data, which poses substantial challenges for inferring causal rather than merely correlational relationships. To address this limitation, researchers are increasingly combining AI models with causal inference frameworks, such as those based on structural equation modelling84 or network analysis.85 These efforts are still evolving; they represent critical steps towards transforming AI from predictive tools to mechanistic inference engines capable of guiding rational microbiome applications.
At the species level, AI methods provide insights into species functionality and their effects on host health (figure 3b). Raman et al introduced the ‘Ecogroup’ framework, which combines statistical covariance with matrix decomposition to identify co-fluctuating microbial networks, providing insight into microbiota development in malnourished Bangladeshi children.86 Ensemble quotient optimisation was developed to discover stable functional microbial groups despite shifts in species composition.87 AI has also facilitated microbial biomarker discovery in disease states such as obesity and Clostridium difficile infection. In one study, an ML framework identified microbiome biomarkers in obesity, uncovering the role of Megamonas rupellensis in lipid absorption.88 Furthermore, AI-driven approaches have enabled the identification of keystone species, micro-organisms that play critical roles within microbial communities. A DL-based framework has been proposed to learn microbial community assembly rules from habitat-specific microbiome samples.89
At the molecular level, AI models leverage large-scale microbiome data for functional annotation, gene mining and elucidating regulatory mechanisms90 (figure 3c). Early applications of DL in metagenomics focused on sequence identification. For example, Borgman et al developed a rapid sequence identification method with single-nucleotide resolution, demonstrating its potential for phenotypical prediction.91 DL has also facilitated the discovery of functional molecules, such as antimicrobial peptides (AMPs). An NLP-based model identified candidate AMPs from the human gut microbiome, many of which exhibited antimicrobial activity.92 Expanding on this, Santos-Junior et al curated AMPSphere, a catalogue of 863 498 non-redundant AMPs,93 further mining AMPs from human microbiomes.94 In antibiotic discovery, Wong et al identified a novel structural class of antibiotics using explainable DL,95 while another study trained neural networks on growth inhibition data sets to predict structurally novel antibiotics effective against Acinetobacter baumannii.96 Given the challenges of annotating viral genomes in metagenomic samples, a protein language model (PLM)-based method was introduced to enhance prokaryotic viral protein annotation by leveraging pretrained PLM representations.97 LucaOne, a foundational model integrating nucleic acid and protein data sets, effectively learns molecular biology principles and outperforms existing models in various downstream tasks.41 Beyond functional molecule identification, generative AI is emerging to design and optimise novel, easily synthesisable antibiotics.98
Multiscale AI methods in synthetic microbiology
Recent advances in synthetic microbiology have enabled precise manipulation of microbial functions and the rational engineering of microbial communities for diverse biotechnological applications99 (figure 4). Central to this field is the integration of multi-omics data sets and biological knowledge, which presents a significant challenge for traditional experimental and computational frameworks. These approaches often fall short in navigating the vast design space and achieving timely, efficient outcomes.100 The emergence of DL and generative AI has begun to reshape synthetic microbiology by offering scalable solutions for synthetic ecology, engineered species and molecular design.101 Among these advances, transformer-based models have shown particular promise in modelling microbial genomic sequences and predicting functional elements in synthetic genomes.102 Originally developed within an encoder-decoder framework, the transformer architecture has evolved into powerful variants such as BERT (Bidirectional Encoder Representations from Transformers) and GPT (generative pretrained transformer).103,105 BERT-based models capture long-range dependencies in genomic sequences, enhancing the identification of regulatory elements, coding regions and structural variants.35 Conversely, GPT-like models can generate novel genome sequences that conform to biological constraints, thereby enabling de novo genome synthesis.106 These AI-driven strategies support synthetic genome optimisation, improve metabolic pathway engineering and accelerate microbial strain development tailored to specific applications.
Figure 4. Artificial intelligence (AI) in multiscale synthetic microbiome. At the methodological level, ML algorithms are employed to design target microbial communities using species-level data, while LLMs analyse genomic sequences to extract latent features. These approaches facilitate synthetic consortia design, species editing/generation and molecular engineering of gene elements. At the application level, these technologies can be applied in diverse fields, including clinical interventions (eg, FMT therapy, probiotic intervention), microbial engineering and molecular design. BERT, Bidirectional Encoder Representations from Transformers; FMT, faecal microbiota transplantation; GPT, generative pretrained transformer; LLM, large language models; ML, machine learning.
In both natural ecosystems and human microbiomes, micro-organisms exist within highly interactive communities that exhibit intricate interspecific dynamics and functional synergies.107 Traditional approaches to community design rely on labour-intensive, trial-and-error experiments with numerous strain combinations. AI methods address this inefficiency by leveraging high-throughput omics data and curated knowledge to predict microbial interactions, assess community stability and optimise collective function.108 ML models can rapidly identify strain combinations with complementary metabolic capabilities,109 while DL models trained on synthetic and natural microbiome data sets can infer cooperative or antagonistic relationships.110 Reinforcement learning algorithms further enhance community design by iteratively simulating and refining ecological configurations.
At the individual strain level, genome editing technologies such as CRISPR have revolutionised microbial engineering.111 However, identifying optimal gene modifications within the vast combinatorial space of mutations and pathway designs remains a key bottleneck.112 AI-driven generative models, including DNNs and generative adversarial networks (GANs), facilitate large-scale prediction of gene editing outcomes and metabolic feasibility.113 These models integrate multi-omics data with literature-based knowledge to evaluate gene knockouts, overexpression strategies and multigene constructs, thus offering decision support for complex metabolic engineering tasks.114
At the molecular level, synthetic biology encompasses the design of genetic components (eg, promoters, terminators, ribosome binding sites),115,117 proteins, enzymes118 and metabolic modules.119 AI plays a critical role in accelerating this design process.120 LLMs enable the rapid generation of novel proteins and enzyme variants with optimised functionality under defined conditions.121 Deep generative models, such as GANs and VAEs, facilitate the exploration of novel sequences and structures for synthetic intermediates and small-molecule therapeutics.122 Furthermore, AI-based prediction of intermolecular interactions, including binding affinity and structural docking, significantly enhances the screening of enzyme substrates and protein-ligand interactions,123 thereby streamlining experimental validation and reducing the time from design to deployment.124
While AI-driven approaches show great promise in synthetic microbiology, several critical challenges persist. First, the experimental validation of in silico designs remains resource-intensive and often fails due to unforeseen regulatory crosstalk, host–microbe incompatibilities or emergent ecological behaviours. Second, the generalisability of trained models across different microbial environments and hosts remains limited, particularly when models are trained on biased or sparse data sets. This hinders their application across diverse microbial environments and hosts. Finally, the rapid development of synthetic microbiome engineering raises ethical and biosafety concerns,125 including ecological disruption, horizontal gene transfer and dual-use risks. Establishing regulatory frameworks and ethical principles is essential for the safe translation of AI-designed microbial systems into real-world applications.126
AI-enabled microbiome-based diagnostics and therapeutic strategies
Microbiome-based therapeutic strategies have emerged as pivotal components of precision medicine, offering innovative avenues for disease management and prevention.127 However, the dynamic heterogeneity of the microbiome, unresolved causality in host–microbe interactions, and systemic physiological differences between animal models and humans collectively contribute to a substantial translational gap between basic discoveries and clinical application.128 Bridging this gap requires a systems-level approach that integrates data-driven hypothesis generation with experimental validation, enabling a continuum from statistical association to causal inference and from laboratory findings to clinical implementation.129 By harnessing large-scale, high-dimensional data sets, AI can uncover complex, non-linear patterns, aiding in biomarker discovery,130 modelling host–microbiome interactions and predicting therapeutic responses. Recent advances have applied ML and DL to enable early diagnosis, personalised interventions, prognostic modelling, and tailored dietary or probiotic therapies.
Accurate disease classification and diagnosis represent one of the most well-established and clinically relevant applications of AI in microbiome research. Over the past decade, ML and DL models have demonstrated remarkable performance in identifying diagnostic biomarkers and supporting clinical decision-making131 (figure 5). These methods are particularly effective in conditions such as type 2 diabetes (T2D), IBD and colorectal cancer (CRC), where microbiome alterations are closely linked to disease onset and progression. For example, LaPierre et al employed various ML models to conduct a meta-analysis of microbiome data sets on T2D and obesity, revealing robust patterns across cohorts.132 Gou et al further developed an interpretable ML framework to identify T2D-associated microbiome features across three Chinese cohorts.133 Tataru et al proposed a predictive model trained on microbiome property data to improve IBD classification,134 while Pope et al developed a deep language model trained on large-scale unlabelled microbiome data sets for IBD prediction.135 In CRC research, interpretable ML models have been employed to identify microbiome-derived features relevant to disease classification, shedding light on molecular mechanisms underlying microbiome alterations during CRC progression.136 Beyond academic and experimental research, several AI-powered diagnostic platforms have begun to enter real-world use. BiomeSense (https://www.biomesense.com/) is a notable example, offering GutLab, a home-based, continuous microbiome monitoring system designed to provide real-time insights into gut health and disease risk through AI-driven analysis of longitudinal microbiome data. This system supports convenient, non-invasive diagnostics and is particularly suited for chronic disease monitoring and preventive care. Another company, Viome (https://www.viome.com/), has developed AI-based microbiome testing and wellness recommendation platforms, focusing on personalised nutrition and metabolic health.
Figure 5. Artificial intelligence (AI) in microbiome-based therapy. In predictive diagnosis, various models (ML, CNNs and RNNs) analyse microbiome data to predict diseases. In therapeutic intervention, AI optimises treatment strategies, such as donor selection for FMT and phage engineering for targeted treatments. In disease prognosis, the Cox-net model, applied to time-series microbiome data, forecasts patient prognosis, aiding in the evaluation of long-term treatment outcomes. In dietary intervention, k-mer-based methods (eg, SVMs) and LLMs are employed for probiotic identification, while tree-based models analyse postprandial responses in large cohorts to offer personalised dietary recommendations. AUROC, area under the receiver operating characteristic curve; CNN, convolutional neural network; FMT, faecal microbiota transplantation; LASSO, least absolute shrinkage and selection operator; LLMs, large language models; LM, language model; LSTM, long short-term memory network; ML, machine learning; RNN, recurrent neural network; SVM, support vector machine.
AI has also shown significant promise in microbiome-based interventions, particularly in faecal microbiota transplantation (FMT) and phage therapy, both of which represent innovative interventions for microbiome modulation and the treatment of microbiota-related disorders (figure 5). FMT, a key strategy for restoring gut microbiota balance, relies heavily on donor microbiota selection. AI models integrate large-scale microbiome data to assess microbiome compatibility between donors and recipients, optimising donor selection and microbial consortia to enhance treatment efficacy while minimising risks.137 For instance, AI-assisted modelling can predict the therapeutic potential of donor microbiota in disease-specific scenarios, thereby enabling personalised FMT protocols.138 Recent clinical advancements have further demonstrated the feasibility and efficacy of such strategies.139 A phase III clinical trial investigating faecal microbiota, live-jslm (RBL) for the treatment of recurrent Clostridioides difficile infection reported that the intervention not only restored microbial diversity but also achieved durable clinical remission through successful clonal engraftment of key microbial populations.140 In parallel, phage therapy, a highly specific antibacterial strategy targeting multidrug-resistant pathogens,141 has benefited greatly from the integration of AI. AI-assisted phage engineering optimises binding affinity and bactericidal efficacy, while simulation-based evaluations provide predictive insights into therapeutic outcomes, thereby enhancing clinical applications.142 Phagos (https://phagos.org/), a biotechnology company, has developed an AI-driven platform to streamline phage-host matching, reducing the traditional reliance on labour-intensive trial-and-error assays. Crucially, a recent multinational, multicentre study involving 100 cases of personalised bacteriophage therapy has provided strong clinical evidence for the real-world efficacy of phage therapy.143 This study reported high rates of infection resolution in complex, antibiotic-resistant cases, with personalised phage cocktails tailored to pathogen profiles using integrated computational and clinical workflows.
Beyond diagnosis and intervention, AI plays a crucial role in the prognostic evaluation of microbiome-based therapies (figure 5). For example, the Cox-net model has been widely applied in microbiome therapy studies as a survival analysis tool integrating regularisation techniques.144 By incorporating patient microbiome profiles and clinical parameters, AI models can predict survival risk and recurrence probability post-treatment, guiding personalised therapeutic adjustments.145 This data-driven approach helps elucidate the long-term impacts of microbiome interventions and their underlying mechanisms. Moreover, emerging commercial platforms are integrating microbiome-based prognostic modelling into clinical decision support. For example, Viome has expanded beyond diagnostics to include AI-driven personalised health assessments, including longitudinal risk scoring for metabolic and gastrointestinal disorders based on microbiome changes. These developments suggest that AI not only enhances short-term diagnostic and intervention strategies but also plays a central role in forecasting clinical trajectories and in evaluating the long-term impact of microbiome-based therapeutics.
Dietary interventions, including probiotic supplementation, represent a critical dimension of microbiome-based therapies due to their direct influence on microbial composition and metabolic function (figure 5). The gut microbiota plays a central role in host metabolism, and dietary patterns profoundly affect microbiome composition and metabolic responses.146 AI-driven integrative analyses of dietary, microbiome and clinical data sets have enabled the identification of personalised nutrition strategies and targeted probiotics capable of altering disease trajectories, with promising results in conditions such as prediabetes147 and obesity.148 To accelerate the discovery and functional characterisation of probiotics, computational tools have been developed that leverage AI models for large-scale microbial screening and predictive modelling. For example, Sun et al developed iProbiotics, a probiotic mining platform that leverages k-mer features within a support vector machine framework to enable rapid identification from whole-genome sequences.149 Meanwhile, Wu et al introduced metaProbiotics, a computational approach that applies language models to probiotic identification.150 A real-world example of AI-powered probiotic development is Pendulum Therapeutics (https://pendulumlife.com/), which integrates next-generation sequencing, functional genomics and AI-based screening pipelines to develop novel therapeutic probiotics targeting chronic diseases. Its flagship product, Pendulum Glucose Control, is the first clinically validated probiotic formulation shown to reduce blood glucose spikes in individuals with T2D. This formulation includes a proprietary blend of Akkermansia muciniphila, Clostridium butyricum and other butyrate-producing bacteria, which restore metabolic homoeostasis by enhancing gut-derived butyrate synthesis.151
While AI-driven microbiome-based therapies are rapidly evolving, their clinical translation is still emerging. Several companies, including Pendulum Therapeutics and BiomeSense, have advanced AI-developed microbiome therapeutics into early phase human trials. At the same time, regulatory agencies such as the US FDA have issued guidance for AI/ML-based Software as a Medical Device (https://www.fda.gov/medical-devices/digital-health-center-excellence/software-medical-device-samd), which will likely impact future approval pathways for microbiome-AI tools. In brief, the rigorous evaluation of efficacy, reproducibility and safety remains essential for real-world adoption and clinical trust.
Conclusion and perspectives
The rapid advancement of computational technologies has established AI as an indispensable tool in human microbiome research, reshaping the way we analyse, interpret and use high-dimensional biological data. Traditional approaches based on association inference and conventional bioinformatics pipelines often struggle to cope with the complex scale of modern microbiome data sets. In contrast, AI, particularly ML and DL, offers powerful tools capable of capturing non-linear relationships, integrating diverse data modalities and uncovering subtle biological patterns that might otherwise remain hidden.
However, despite these advancements, critical challenges persist.152 Overfitting is a major concern, particularly when models are trained on sparse, noisy or non-representative data sets,21 leading to poor generalisability across populations or environments.46 Reproducibility also suffers from inconsistent preprocessing and a lack of standardised benchmarks. While traditional bioinformatics methods have scalability limits, they still offer value in contexts that require mechanistic transparency or hypothesis testing. Moreover, the ‘black box’ nature of many AI models impedes biological interpretation and clinical trust. To address this, explainable AI techniques, such as LIME,153 SHAP,154 DeepLIFT155 and attention mechanisms,156 are increasingly employed to enhance interpretability and align predictions with biological relevance.
Equally important is the governance of microbiome data.157 Given its intrinsic link to human health, behaviour and even identity, microbiome data raise unique privacy concerns.158 Federated learning, a decentralised approach where models are trained across multiple institutions without sharing raw data, has emerged as a promising solution. Such strategies not only preserve individual privacy but also enable large-scale, collaborative learning across geographically and institutionally diverse cohorts. Moving forward, it will be essential to develop comprehensive data-sharing frameworks that balance accessibility with ethical integrity.
Translating AI models into clinical practice brings its own set of challenges.159 These include stringent regulatory requirements, the need for rigorous validation in diverse populations and integration into existing diagnostic workflows. Limited model interpretability further hampers clinician trust, particularly in critical tasks like risk prediction or therapeutic decision-making. Addressing these barriers requires developing clinically relevant, transparent and user-centred AI systems. To advance the field, several concrete steps are needed. First, the establishment of community-wide benchmarks and curated annotated data sets would facilitate more robust model evaluation and comparison. Second, interdisciplinary collaboration between microbiologists, data scientists, clinicians and ethicists is crucial to ensure responsible model development and deployment. Third, greater emphasis should be placed on designing interpretable, generalisable and resource-efficient AI models that can operate effectively across diverse populations and ecosystems.160
In summary, the convergence of AI with single-cell sequencing, multi-omics integration and knowledge-driven inference models will unlock new layers of microbiome biology. Advances in transfer learning and language-based pretraining hold promise for making AI models more data-efficient and biologically grounded. Ultimately, a sustainable and transparent AI ecosystem, built on ethical, technical and collaborative foundations, will accelerate the translation of microbiome science into precision diagnostics, personalised therapies and preventive health strategies.
Supplementary material
Footnotes
Funding: This work was supported by grants from the National Key R&D Program of China (2021YFA1301000, 2022YFA1303900) and the National Natural Science Foundation of China (32025009).
Provenance and peer review: Not commissioned; externally peer reviewed.
Patient consent for publication: Not applicable.
Ethics approval: Not applicable.
References
- 1.Martino C, Dilmore AH, Burcham ZM, et al. Microbiota succession throughout life from the cradle to the grave. Nat Rev Microbiol. 2022;20:707–20. doi: 10.1038/s41579-022-00768-z. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 2.Xiao L, Zhao F. Microbial transmission, colonisation and succession: from pregnancy to infancy. Gut. 2023;72:772–86. doi: 10.1136/gutjnl-2022-328970. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 3.Sommer F, Bäckhed F. The gut microbiota--masters of host development and physiology. Nat Rev Microbiol. 2013;11:227–38. doi: 10.1038/nrmicro2974. [DOI] [PubMed] [Google Scholar]
- 4.Iliev ID, Ananthakrishnan AN, Guo CJ. Microbiota in inflammatory bowel disease: mechanisms of disease and therapeutic opportunities. Nat Rev Microbiol. 2025;23:509–24. doi: 10.1038/s41579-025-01163-0. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 5.Celebi Sozener Z, Ozdel Ozturk B, Cerci P, et al. Epithelial barrier hypothesis: Effect of the external exposome on the microbiome and epithelial barriers in allergic disease. Allergy. 2022;77:1418–49. doi: 10.1111/all.15240. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 6.Hufnagl K, Pali-Schöll I, Roth-Walter F, et al. Dysbiosis of the gut and lung microbiome has a role in asthma. Semin Immunopathol. 2020;42:75–93. doi: 10.1007/s00281-019-00775-y. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 7.Sepich-Poore GD, Zitvogel L, Straussman R, et al. The microbiome and human cancer. Science. 2021;371:eabc4552. doi: 10.1126/science.abc4552. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 8.Xiao L, Zhou T, Zuo Z, et al. Spatiotemporal patterns of the pregnancy microbiome and links to reproductive disorders. Sci Bull (Beijing) 2024;69:1275–85. doi: 10.1016/j.scib.2024.02.001. [DOI] [PubMed] [Google Scholar]
- 9.Wu H, Lv B, Zhi L, et al. Microbiome-metabolome dynamics associated with impaired glucose control and responses to lifestyle changes. Nat Med. 2025;31:2222–31. doi: 10.1038/s41591-025-03642-6. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 10.Andreu-Sánchez S, Blanco-Míguez A, Wang D, et al. Global genetic diversity of human gut microbiome species is related to geographic location and host health. Cell. 2025;188:3942–59. doi: 10.1016/j.cell.2025.04.014. [DOI] [PubMed] [Google Scholar]
- 11.Douglas GM, Maffei VJ, Zaneveld JR, et al. PICRUSt2 for prediction of metagenome functions. Nat Biotechnol. 2020;38:685–8. doi: 10.1038/s41587-020-0548-6. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 12.Wang Y, Zhao Y, Bollas A, et al. Nanopore sequencing technology, bioinformatics and applications. Nat Biotechnol. 2021;39:1348–65. doi: 10.1038/s41587-021-01108-x. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 13.Liu Y-X, Qin Y, Chen T, et al. A practical guide to amplicon and metagenomic analysis of microbiome data. Protein Cell. 2021;12:315–30. doi: 10.1007/s13238-020-00724-8. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 14.Wood DE, Lu J, Langmead B. Improved metagenomic analysis with Kraken 2. Genome Biol. 2019;20:257. doi: 10.1186/s13059-019-1891-0. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 15.Bolyen E, Rideout JR, Dillon MR, et al. Reproducible, interactive, scalable and extensible microbiome data science using QIIME 2. Nat Biotechnol. 2019;37:852–7. doi: 10.1038/s41587-019-0209-9. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 16.Blanco-Míguez A, Beghini F, Cumbo F, et al. Extending and improving metagenomic taxonomic profiling with uncharacterized species using MetaPhlAn 4. Nat Biotechnol. 2023;41:1633–44. doi: 10.1038/s41587-023-01688-w. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 17.Li D, Liu CM, Luo R, et al. MEGAHIT: an ultra-fast single-node solution for large and complex metagenomics assembly via succinct de Bruijn graph. Bioinformatics. 2015;31:1674–6. doi: 10.1093/bioinformatics/btv033. [DOI] [PubMed] [Google Scholar]
- 18.Pavlopoulos GA, Baltoumas FA, Liu S, et al. Unraveling the functional dark matter through global metagenomics. Nature. 2023;622:594–602. doi: 10.1038/s41586-023-06583-7. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 19.Segata N, Izard J, Waldron L, et al. Metagenomic biomarker discovery and explanation. Genome Biol. 2011;12:R60. doi: 10.1186/gb-2011-12-6-r60. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 20.Kumar M, Ji B, Zengler K, et al. Modelling approaches for studying the microbiome. Nat Microbiol. 2019;4:1253–67. doi: 10.1038/s41564-019-0491-9. [DOI] [PubMed] [Google Scholar]
- 21.Huttenhower C, Finn RD, McHardy AC. Challenges and opportunities in sharing microbiome data and analyses. Nat Microbiol. 2023;8:1960–70. doi: 10.1038/s41564-023-01484-x. [DOI] [PubMed] [Google Scholar]
- 22.Katz K, Shutov O, Lapoint R, et al. The Sequence Read Archive: a decade more of explosive growth. Nucleic Acids Res. 2022;50:D387–90. doi: 10.1093/nar/gkab1053. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 23.Yuan D, Ahamed A, Burgin J, et al. The European Nucleotide Archive in 2023. Nucleic Acids Res. 2024;52:D92–7. doi: 10.1093/nar/gkad1067. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 24.Dai D, Zhu J, Sun C, et al. GMrepo v2: a curated human gut microbiome database with special focus on disease markers and cross-dataset comparison. Nucleic Acids Res. 2022;50:D777–84. doi: 10.1093/nar/gkab1019. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 25.Zhou T, Xiao L, Zuo Z, et al. MAMI: a comprehensive database of mother-infant microbiome and probiotic resources. Nucleic Acids Res. 2024;52:D738–46. doi: 10.1093/nar/gkad813. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 26.Hernández Medina R, Kutuzova S, Nielsen KN, et al. Machine learning and deep learning applications in microbiome research. ISME Commun. 2022;2:98. doi: 10.1038/s43705-022-00182-9. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 27.Parks DH, Chuvochina M, Rinke C, et al. GTDB: an ongoing census of bacterial and archaeal diversity through a phylogenetically consistent, rank normalized and complete genome-based taxonomy. Nucleic Acids Res. 2022;50:D785–94. doi: 10.1093/nar/gkab776. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 28.Kanehisa M, Goto S. KEGG: kyoto encyclopedia of genes and genomes. Nucleic Acids Res. 2000;28:27–30. doi: 10.1093/nar/28.1.27. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 29.Asnicar F, Thomas AM, Passerini A, et al. Machine learning for microbiologists. Nat Rev Microbiol. 2024;22:191–205. doi: 10.1038/s41579-023-00984-1. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 30.Devlin J, Chang M-W, Lee K, et al. Bert: pre-training of deep bidirectional transformers for language understanding. Proceedings of the 2019 conference of the North American chapter of the association for computational linguistics: human language technologies; 2019. pp. 4171–86. [Google Scholar]
- 31.Miller D, Stern A, Burstein D. Deciphering microbial gene function using natural language processing. Nat Commun. 2022;13:5731. doi: 10.1038/s41467-022-33397-4. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 32.Simon E, Swanson K, Zou J. Language models for biological research: a primer. Nat Methods. 2024;21:1422–9. doi: 10.1038/s41592-024-02354-y. [DOI] [PubMed] [Google Scholar]
- 33.Lin Z, Akin H, Rao R, et al. Evolutionary-scale prediction of atomic-level protein structure with a language model. Science. 2023;379:1123–30. doi: 10.1126/science.ade2574. [DOI] [PubMed] [Google Scholar]
- 34.Jumper J, Evans R, Pritzel A, et al. Highly accurate protein structure prediction with AlphaFold. Nature. 2021;596:583–9. doi: 10.1038/s41586-021-03819-2. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 35.Hwang Y, Cornman AL, Kellogg EH, et al. Genomic language model predicts protein co-regulation and function. Nat Commun. 2024;15:2880. doi: 10.1038/s41467-024-46947-9. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 36.Nguyen E, Poli M, Durrant MG, et al. Sequence modeling and design from molecular to genome scale with Evo. Science. 2024;386:eado9336. doi: 10.1126/science.ado9336. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 37.Shao B, Yan J. A long-context language model for deciphering and generating bacteriophage genomes. Nat Commun. 2024;15:9392. doi: 10.1038/s41467-024-53759-4. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 38.Zou B, Wang J, Ding Y, et al. A multi-modal deep language model for contaminant removal from metagenome-assembled genomes. Nat Mach Intell. 2024;6:1245–55. doi: 10.1038/s42256-024-00908-5. [DOI] [Google Scholar]
- 39.Shaw J, Yu YW. Rapid species-level metagenome profiling and containment estimation with sylph. Nat Biotechnol. 2025;43:1348–59. doi: 10.1038/s41587-024-02412-y. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 40.Pan S, Zhu C, Zhao XM, et al. A deep siamese neural network improves metagenome-assembled genomes in microbiome datasets across different environments. Nat Commun. 2022;13:2326. doi: 10.1038/s41467-022-29843-y. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 41.He Y, Fang P, Shan Y, et al. Generalized biological foundation model with unified nucleic acid and protein language. Nat Mach Intell. 2025;7:942–53. doi: 10.1038/s42256-025-01044-4. [DOI] [Google Scholar]
- 42.Singhal K, Azizi S, Tu T, et al. Large language models encode clinical knowledge. Nature. 2023;620:172–80. doi: 10.1038/s41586-023-06291-2. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 43.Li P, Luo H, Ji B, et al. Machine learning for data integration in human gut microbiome. Microb Cell Fact. 2022;21:241. doi: 10.1186/s12934-022-01973-4. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 44.Ling W, Lu J, Zhao N, et al. Batch effects removal for microbiome data via conditional quantile regression. Nat Commun. 2022;13:5418. doi: 10.1038/s41467-022-33071-9. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 45.Wang Y, Lê Cao K-A. PLSDA-batch: a multivariate framework to correct for batch effects in microbiome data. Brief Bioinformatics. 2023;24:bbac622. doi: 10.1093/bib/bbac622. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 46.Wang N, Cheng M, Ning K. Overcoming regional limitations: transfer learning for cross-regional microbial-based diagnosis of diseases. Gut. 2023;72:2004–6. doi: 10.1136/gutjnl-2022-328216. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 47.Zeevi D, Korem T, Zmora N, et al. Personalized Nutrition by Prediction of Glycemic Responses. Cell. 2015;163:1079–94. doi: 10.1016/j.cell.2015.11.001. [DOI] [PubMed] [Google Scholar]
- 48.Franzosa EA, Sirota-Madi A, Avila-Pacheco J, et al. Gut microbiome structure and metabolic activity in inflammatory bowel disease. Nat Microbiol. 2019;4:293–305. doi: 10.1038/s41564-018-0306-4. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 49.Lee SJ, Rho M. Multimodal deep learning applied to classify healthy and disease states of human microbiome. Sci Rep. 2022;12:824. doi: 10.1038/s41598-022-04773-3. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 50.García-Jiménez B, Muñoz J, Cabello S, et al. Predicting microbiomes through a deep latent space. Bioinformatics. 2021;37:1444–51. doi: 10.1093/bioinformatics/btaa971. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 51.Chen X, Liu L, Zhang W, et al. Human host status inference from temporal microbiome changes via recurrent neural networks. Brief Bioinform. 2021;22:bbab223. doi: 10.1093/bib/bbab223. [DOI] [PubMed] [Google Scholar]
- 52.Metwally AA, Yu PS, Reiman D, et al. Utilizing longitudinal microbiome taxonomic profiles to predict food allergy via Long Short-Term Memory networks. PLoS Comput Biol. 2019;15:e1006693. doi: 10.1371/journal.pcbi.1006693. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 53.Sharma D, Xu W. phyLoSTM: a novel deep learning model on disease prediction from longitudinal microbiome data. Bioinformatics. 2021;37:3707–14. doi: 10.1093/bioinformatics/btab482. [DOI] [PubMed] [Google Scholar]
- 54.Liang Q, Bible PW, Liu Y, et al. DeepMicrobes: taxonomic classification for metagenomics with deep learning. NAR Genom Bioinform . 2020;2:lqaa009. doi: 10.1093/nargab/lqaa009. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 55.Woloszynek S, Zhao Z, Chen J, et al. 16S rRNA sequence embeddings: Meaningful numeric feature representations of nucleotide sequences that are convenient for downstream analyses. PLoS Comput Biol. 2019;15:e1006721. doi: 10.1371/journal.pcbi.1006721. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 56.Tataru C, Eaton A, David MM. GMEmbeddings: An R Package to Apply Embedding Techniques to Microbiome Data. Front Bioinform . 2022;2:828703. doi: 10.3389/fbinf.2022.828703. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 57.Aakur SN, Indla V, Indla V, et al. Metagenome2Vec: building contextualized representations for scalable metagenome analysis. 2021 International Conference on Data Mining Workshops (ICDMW); Auckland, New Zealand. 2021. pp. 500–7. [DOI] [Google Scholar]
- 58.Zhao Z, Woloszynek S, Agbavor F, et al. Learning, visualizing and exploring 16S rRNA structure using an attention-based deep neural network. PLoS Comput Biol. 2021;17:e1009345. doi: 10.1371/journal.pcbi.1009345. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 59.Duan C, Zang Z, Xu Y, et al. FGeneBERT: function-driven pre-trained gene language model for metagenomics. Brief Bioinform. 2025;26:bbaf149. doi: 10.1093/bib/bbaf149. [DOI] [PMC free article] [PubMed] [Google Scholar] [Retracted]
- 60.Reiman D, Metwally AA, Sun J, et al. PopPhy-CNN: A Phylogenetic Tree Embedded Architecture for Convolutional Neural Networks to Predict Host Phenotype From Metagenomic Data. IEEE J Biomed Health Inform. 2020;24:2993–3001. doi: 10.1109/JBHI.2020.2993761. [DOI] [PubMed] [Google Scholar]
- 61.Fioravanti D, Giarratano Y, Maggio V, et al. Phylogenetic convolutional neural networks in metagenomics. BMC Bioinformatics. 2018;19:49. doi: 10.1186/s12859-018-2033-5. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 62.Shen WX, Liang SR, Jiang YY, et al. Enhanced metagenomic deep learning for disease prediction and consistent signature recognition by restructured microbiome 2D representations. Patterns (N Y) 2023;4:100658. doi: 10.1016/j.patter.2022.100658. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 63.Hamilton W, Ying Z, Leskovec J. Advances in neural information processing systems. 2017. Inductive representation learning on large graphs. [Google Scholar]
- 64.Guo S, Zhang H, Chu Y, et al. A neural network-based framework to understand the type 2 diabetes-related alteration of the human gut microbiome. Imeta . 2022;1:e20. doi: 10.1002/imt2.20. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 65.Lamurias A, Sereika M, Albertsen M, et al. Metagenomic binning with assembly graph embeddings. Bioinformatics. 2022;38:4481–7. doi: 10.1093/bioinformatics/btac557. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 66.Limeta A, Ji B, Levin M, et al. Meta-analysis of the gut microbiota in predicting response to cancer immunotherapy in metastatic melanoma. JCI Insight. 2020;5:e140940. doi: 10.1172/jci.insight.140940. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 67.Oh M, Zhang L. DeepMicro: deep representation learning for disease prediction based on microbiome data. Sci Rep. 2020;10:6026. doi: 10.1038/s41598-020-63159-5. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 68.Quinn TP, Erb I, Richardson MF, et al. Understanding sequencing data as compositions: an outlook and review. Bioinformatics. 2018;34:2870–8. doi: 10.1093/bioinformatics/bty175. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 69.Xu X, Xie Z, Yang Z, et al. A t-SNE Based Classification Approach to Compositional Microbiome Data. Front Genet. 2020;11:620143. doi: 10.3389/fgene.2020.620143. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 70.Armstrong G, Martino C, Rahman G, et al. Uniform Manifold Approximation and Projection (UMAP) Reveals Composite Patterns and Resolves Visualization Artifacts in Microbiome Data. mSystems. 2021;6:e00691-21. doi: 10.1128/mSystems.00691-21. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 71.Odrzywolek K, Karwowska Z, Majta J, et al. Deep embeddings to comprehend and visualize microbiome protein space. Sci Rep. 2022;12:10332. doi: 10.1038/s41598-022-14055-7. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 72.Ravel J, Gajer P, Abdo Z, et al. Vaginal microbiome of reproductive-age women. Proc Natl Acad Sci U S A. 2011;108 Suppl 1:4680–7. doi: 10.1073/pnas.1002611107. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 73.Ahlqvist E, Storm P, Käräjämäki A, et al. Novel subgroups of adult-onset diabetes and their association with outcomes: a data-driven cluster analysis of six variables. Lancet Diabetes Endocrinol. 2018;6:361–9. doi: 10.1016/S2213-8587(18)30051-2. [DOI] [PubMed] [Google Scholar]
- 74.Arumugam M, Raes J, Pelletier E, et al. Enterotypes of the human gut microbiome. Nature. 2011;473:174–80. doi: 10.1038/nature09944. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 75.France MT, Ma B, Gajer P, et al. VALENCIA: a nearest centroid classification method for vaginal microbial communities based on composition. Microbiome. 2020;8:166. doi: 10.1186/s40168-020-00934-6. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 76.Zhou Y, Xu ZZ, He Y, et al. Gut Microbiota Offers Universal Biomarkers across Ethnicity in Inflammatory Bowel Disease Diagnosis and Infliximab Response Prediction. mSystems. 2018;3:e00188-17. doi: 10.1128/mSystems.00188-17. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 77.Lo C, Marculescu R. MetaNN: accurate classification of host phenotypes from metagenomic data using neural networks. BMC Bioinformatics. 2019;20:314. doi: 10.1186/s12859-019-2833-2. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 78.van den Berg NI, Machado D, Santos S, et al. Ecological modelling approaches for predicting emergent properties in microbial communities. Nat Ecol Evol. 2022;6:855–65. doi: 10.1038/s41559-022-01746-7. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 79.Stein RR, Bucci V, Toussaint NC, et al. Ecological modeling from time-series inference: insight into dynamics and stability of intestinal microbiota. PLoS Comput Biol. 2013;9:e1003388. doi: 10.1371/journal.pcbi.1003388. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 80.Fisher CK, Mehta P. Identifying keystone species in the human gut microbiome from metagenomic timeseries using sparse linear regression. PLoS One. 2014;9:e102451. doi: 10.1371/journal.pone.0102451. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 81.Michel-Mata S, Wang X-W, Liu Y-Y, et al. Predicting microbiome compositions from species assemblages through deep learning. Imeta. 2022;1:e3. doi: 10.1002/imt2.3. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 82.Wang T, Wang X-W, Lee-Sarwar KA, et al. Predicting metabolomic profiles from microbial composition through neural ordinary differential equations. Nat Mach Intell. 2023;5:284–93. doi: 10.1038/s42256-023-00627-3. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 83.Mallick H, Franzosa EA, Mclver LJ, et al. Predictive metabolomic profiling of microbial communities using amplicon or metagenomic sequences. Nat Commun. 2019;10:3136. doi: 10.1038/s41467-019-10927-1. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 84.Hurley JC. Structural equation modelling the impact of antimicrobials on the human microbiome. Colonization resistance versus colonization susceptibility as case studies. J Antimicrob Chemother. 2023;78:328–37. doi: 10.1093/jac/dkac408. [DOI] [PubMed] [Google Scholar]
- 85.Newman NK, Macovsky MS, Rodrigues RR, et al. Transkingdom Network Analysis (TkNA): a systems framework for inferring causal factors underlying host-microbiota and other multi-omic interactions. Nat Protoc. 2024;19:1750–78. doi: 10.1038/s41596-024-00960-w. [DOI] [PubMed] [Google Scholar]
- 86.Raman AS, Gehrig JL, Venkatesh S, et al. A sparse covarying unit that describes healthy and impaired human gut microbiota development. Science. 2019;365:eaau4735. doi: 10.1126/science.aau4735. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 87.Shan X, Goyal A, Gregor R, et al. Annotation-free discovery of functional groups in microbial communities. Nat Ecol Evol. 2023;7:716–24. doi: 10.1038/s41559-023-02021-z. [DOI] [PubMed] [Google Scholar]
- 88.Wu C, Yang F, Zhong H, et al. Obesity-enriched gut microbe degrades myo-inositol and promotes lipid absorption. Cell Host Microbe. 2024;32:1301–14. doi: 10.1016/j.chom.2024.06.012. [DOI] [PubMed] [Google Scholar]
- 89.Wang X-W, Sun Z, Jia H, et al. Identifying keystone species in microbial communities using deep learning. Nat Ecol Evol. 2024;8:22–31. doi: 10.1038/s41559-023-02250-2. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 90.Santos CA, Morais MAB, Mandelli F, et al. A metagenomic ‘dark matter’ enzyme catalyses oxidative cellulose conversion. Nature. 2025;639:1076–83. doi: 10.1038/s41586-024-08553-z. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 91.Borgman J, Stark K, Carson J, et al. Deep Learning Encoding for Rapid Sequence Identification on Microbiome Data. Front Bioinform . 2022;2:871256. doi: 10.3389/fbinf.2022.871256. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 92.Ma Y, Guo Z, Xia B, et al. Identification of antimicrobial peptides from the human gut microbiome using deep learning. Nat Biotechnol. 2022;40:921–31. doi: 10.1038/s41587-022-01226-0. [DOI] [PubMed] [Google Scholar]
- 93.Santos-Júnior CD, Torres MDT, Duan Y, et al. Discovery of antimicrobial peptides in the global microbiome with machine learning. Cell. 2024;187:3761–78. doi: 10.1016/j.cell.2024.05.013. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 94.Torres MDT, Brooks EF, Cesaro A, et al. Mining human microbiomes reveals an untapped source of peptide antibiotics. Cell. 2024;187:5453–67. doi: 10.1016/j.cell.2024.07.027. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 95.Wong F, Zheng EJ, Valeri JA, et al. Discovery of a structural class of antibiotics with explainable deep learning. Nature. 2024;626:177–85. doi: 10.1038/s41586-023-06887-8. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 96.Liu G, Catacutan DB, Rathod K, et al. Deep learning-guided discovery of an antibiotic targeting Acinetobacter baumannii. Nat Chem Biol. 2023;19:1342–50. doi: 10.1038/s41589-023-01349-8. [DOI] [PubMed] [Google Scholar]
- 97.Flamholz ZN, Biller SJ, Kelly L. Large language models improve annotation of prokaryotic viral proteins. Nat Microbiol. 2024;9:537–49. doi: 10.1038/s41564-023-01584-8. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 98.Swanson K, Liu G, Catacutan DB, et al. Generative AI for designing and validating easily synthesizable and structurally novel antibiotics. Nat Mach Intell. 2024;6:338–53. doi: 10.1038/s42256-024-00809-7. [DOI] [Google Scholar]
- 99.Cameron DE, Bashor CJ, Collins JJ. A brief history of synthetic biology. Nat Rev Microbiol. 2014;12:381–90. doi: 10.1038/nrmicro3239. [DOI] [PubMed] [Google Scholar]
- 100.Yang Y, van Zwet E, Ignatiadis N, et al. A large-scale in silico replication of ecological and evolutionary studies. Nat Ecol Evol. 2024;8:2179–83. doi: 10.1038/s41559-024-02530-5. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 101.Yan Q, Ming Y, Liu J, et al. Microbial biotechnology: from synthetic biology to synthetic ecology. Adv Biotechnol. 2025;3:1. doi: 10.1007/s44307-024-00054-4. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 102.Consens ME, Dufault C, Wainberg M, et al. Transformers and genome language models. Nat Mach Intell. 2025;7:346–62. doi: 10.1038/s42256-025-01007-9. [DOI] [Google Scholar]
- 103.Devlin J, Chang M-W, Lee K, et al. BERT: pre-training of deep bidirectional transformers for language understanding. arxiv. 2018 https://arxiv.org/abs/1810.04805 Preprint. Available.
- 104.Radford A, Narasimhan K, Salimans T, et al. OpenAI Blog; 2018. Improving language understanding by generative pre-training.https://cdn.openai.com/research-covers/language-unsupervised/language_understanding_paper.pdf Available. [Google Scholar]
- 105.Vaswani A, et al. Attention is all you need. Advances in neural information processing systems. 2017;30 [Google Scholar]
- 106.Brixi G, Durrant MG, Ku J, et al. Genome modeling and design across all domains of life with evo 2. Genomics . 2025 doi: 10.1101/2025.02.18.638918. Preprint. [DOI] [PMC free article] [PubMed]
- 107.Widder S, Allen RJ, Pfeiffer T, et al. Challenges in microbial ecology: building predictive understanding of community function and dynamics. ISME J. 2016;10:2557–68. doi: 10.1038/ismej.2016.45. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 108.Jing J, Garbeva P, Raaijmakers JM, et al. Strategies for tailoring functional microbial synthetic communities. ISME J. 2024;18:wrae049. doi: 10.1093/ismejo/wrae049. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 109.Costello Z, Martin HG. A machine learning approach to predict metabolic pathway dynamics from time-series multiomics data. NPJ Syst Biol Appl. 2018;4:19. doi: 10.1038/s41540-018-0054-3. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 110.Camacho DM, Collins KM, Powers RK, et al. Next-Generation Machine Learning for Biological Networks. Cell. 2018;173:1581–92. doi: 10.1016/j.cell.2018.05.015. [DOI] [PubMed] [Google Scholar]
- 111.Doudna JA, Charpentier E. The new frontier of genome engineering with CRISPR-Cas9. Science. 2014;346:1258096. doi: 10.1126/science.1258096. [DOI] [PubMed] [Google Scholar]
- 112.Chia BS, Seah YFS, Wang B, et al. Engineering a New Generation of Gene Editors: Integrating Synthetic Biology and AI Innovations. ACS Synth Biol. 2025;14:636–47. doi: 10.1021/acssynbio.4c00686. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 113.de Jongh RPH, van Dijk ADJ, Julsing MK, et al. Designing Eukaryotic Gene Expression Regulation Using Machine Learning. Trends Biotechnol. 2020;38:191–201. doi: 10.1016/j.tibtech.2019.07.007. [DOI] [PubMed] [Google Scholar]
- 114.Jin W-B, Li T-T, Huo D, et al. Genetic manipulation of gut microbes enables single-gene interrogation in a complex microbiome. Cell. 2022;185:547–62. doi: 10.1016/j.cell.2021.12.035. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 115.Halperin SO, Tou CJ, Wong EB, et al. CRISPR-guided DNA polymerases enable diversification of all nucleotides in a tunable window. Nature. 2018;560:248–52. doi: 10.1038/s41586-018-0384-8. [DOI] [PubMed] [Google Scholar]
- 116.Castillo-Hair S, Fedak S, Wang B, et al. Optimizing 5’UTRs for mRNA-delivered gene editing using deep learning. Nat Commun. 2024;15:5284. doi: 10.1038/s41467-024-49508-2. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 117.Li J, Zhang P, Xi X, et al. Modeling and designing enhancers by introducing and harnessing transcription factor binding units. Nat Commun. 2025;16:1469. doi: 10.1038/s41467-025-56749-2. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 118.Lauko A, Pellock SJ, Sumida KH, et al. Computational design of serine hydrolases. Science. 2025;388:eadu2454. doi: 10.1126/science.adu2454. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 119.Grome MW, Nguyen MTA, Moonan DW, et al. Engineering a genomically recoded organism with one stop codon. Nature. 2025;639:512–21. doi: 10.1038/s41586-024-08501-x. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 120.Gosai SJ, Castro RI, Fuentes N, et al. Machine-guided design of cell-type-targeting cis-regulatory elements. Nature New Biol. 2024;634:1211–20. doi: 10.1038/s41586-024-08070-z. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 121.Hayes T, Rao R, Akin H, et al. Simulating 500 million years of evolution with a language model. Science. 2025;387:850–8. doi: 10.1126/science.ads0018. [DOI] [PubMed] [Google Scholar]
- 122.Jiménez-Luna J, Grisoni F, Schneider G. Drug discovery with explainable artificial intelligence. Nat Mach Intell. 2020;2:573–84. doi: 10.1038/s42256-020-00236-4. [DOI] [Google Scholar]
- 123.Johnson SR, Fu X, Viknander S, et al. Computational scoring and experimental evaluation of enzymes generated by neural networks. Nat Biotechnol. 2025;43:396–405. doi: 10.1038/s41587-024-02214-2. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 124.Sadybekov AV, Katritch V. Computational approaches streamlining drug discovery. Nature. 2023;616:673–85. doi: 10.1038/s41586-023-05905-z. [DOI] [PubMed] [Google Scholar]
- 125.Hardwick A, Cummings C, Graves J, et al. Can societal and ethical implications of precision microbiome engineering be applied to the built environment? A systematic review of the literature. Environ Syst Decis . 2024;44:215–38. doi: 10.1007/s10669-024-09965-y. [DOI] [Google Scholar]
- 126.Lange L, Berg G, Cernava T, et al. Microbiome ethics, guiding principles for microbiome research, use and knowledge management. Environ Microbiome. 2022;17:50. doi: 10.1186/s40793-022-00444-y. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 127.Ratiner K, Ciocan D, Abdeen SK, et al. Utilization of the microbiome in personalized medicine. Nat Rev Microbiol. 2024;22:291–308. doi: 10.1038/s41579-023-00998-9. [DOI] [PubMed] [Google Scholar]
- 128.Britton RA, Verdu EF, Di Rienzi SC, et al. Taking Microbiome Science to the Next Level: Recommendations to Advance the Emerging Field of Microbiome-Based Therapeutics and Diagnostics. Gastroenterology. 2024;167:1059–64. doi: 10.1053/j.gastro.2024.05.023. [DOI] [PubMed] [Google Scholar]
- 129.Turjeman S, Rozera T, Elinav E, et al. From big data and experimental models to clinical trials: Iterative strategies in microbiome research. Cell. 2025;188:1178–97. doi: 10.1016/j.cell.2025.01.038. [DOI] [PubMed] [Google Scholar]
- 130.Xiao L, Zhang F, Zhao F. Large-scale microbiome data integration enables robust biomarker identification. Nat Comput Sci . 2022;2:307–16. doi: 10.1038/s43588-022-00247-8. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 131.Lee J-H, Chin SM, Mach KE, et al. Translating microbiota analysis for clinical applications. Nat Rev Bioeng . 2024;2:284–6. doi: 10.1038/s44222-024-00168-3. [DOI] [Google Scholar]
- 132.LaPierre N, Ju CJ-T, Zhou G, et al. MetaPheno: A critical evaluation of deep learning and machine learning in metagenome-based disease prediction. Methods. 2019;166:74–82. doi: 10.1016/j.ymeth.2019.03.003. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 133.Gou W, Ling C-W, He Y, et al. Interpretable Machine Learning Framework Reveals Robust Gut Microbiome Features Associated With Type 2 Diabetes. Diabetes Care. 2021;44:358–66. doi: 10.2337/dc20-1536. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 134.Tataru CA, David MM. Decoding the language of microbiomes using word-embedding techniques, and applications in inflammatory bowel disease. PLoS Comput Biol. 2020;16:e1007859. doi: 10.1371/journal.pcbi.1007859. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 135.Pope Q, Varma R, Tataru C, et al. Learning a deep language model for microbiomes: the power of large scale unlabeled microbiome data. Microbiology. 2023 doi: 10.1101/2023.07.17.549267. Preprint. [DOI] [PMC free article] [PubMed]
- 136.Casimiro-Soriguer CS, Loucera C, Peña-Chilet M, et al. Towards a metagenomics machine learning interpretable model for understanding the transition from adenoma to colorectal cancer. Sci Rep. 2022;12:450. doi: 10.1038/s41598-021-04182-y. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 137.He R, Li P, Wang J, et al. The interplay of gut microbiota between donors and recipients determines the efficacy of fecal microbiota transplantation. Gut Microbes. 2022;14:2100197. doi: 10.1080/19490976.2022.2100197. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 138.Ianiro G, Punčochář M, Karcher N, et al. Variability of strain engraftment and predictability of microbiome composition after fecal microbiota transplantation across different diseases. Nat Med. 2022;28:1913–23. doi: 10.1038/s41591-022-01964-3. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 139.Tian S, Kim MS, Zhao J, et al. A designed synthetic microbiota provides insight to community function in Clostridioides difficile resistance. Cell Host Microbe. 2025;33:373–87. doi: 10.1016/j.chom.2025.02.007. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 140.Claypool J, Lindved G, Myers PN, et al. Microbiome compositional changes and clonal engraftment in a phase 3 trial of fecal microbiota, live-jslm for recurrent Clostridioides difficile infection. Gut Microbes. 2025;17:2520412. doi: 10.1080/19490976.2025.2520412. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 141.Fang Q, Yin X, He Y, et al. Safety and efficacy of phage application in bacterial decolonisation: a systematic review. Lancet Microbe. 2024;5:e489–99. doi: 10.1016/S2666-5247(24)00002-8. [DOI] [PubMed] [Google Scholar]
- 142.Gaborieau B, Vaysset H, Tesson F, et al. Prediction of strain level phage-host interactions across the Escherichia genus using only genomic information. Nat Microbiol. 2024;9:2847–61. doi: 10.1038/s41564-024-01832-5. [DOI] [PubMed] [Google Scholar]
- 143.Pirnay J-P, Djebara S, Steurs G, et al. Personalized bacteriophage therapy outcomes for 100 consecutive cases: a multicentre, multinational, retrospective observational study. Nat Microbiol. 2024;9:1434–53. doi: 10.1038/s41564-024-01705-x. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 144.Hermida LC, Gertz EM, Ruppin E. Predicting cancer prognosis and drug response from the tumor microbiome. Nat Commun. 2022;13:2896. doi: 10.1038/s41467-022-30512-3. [DOI] [PMC free article] [PubMed] [Google Scholar] [Retracted]
- 145.Porcari S, Benech N, Valles-Colomer M, et al. Key determinants of success in fecal microbiota transplantation: From microbiome to clinic. Cell Host Microbe. 2023;31:712–33. doi: 10.1016/j.chom.2023.03.020. [DOI] [PubMed] [Google Scholar]
- 146.Wang T, Holscher HD, Maslov S, et al. Predicting metabolite response to dietary intervention using deep learning. Nat Commun. 2025;16:815. doi: 10.1038/s41467-025-56165-6. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 147.Dwibedi C, Axelsson AS, Abrahamsson B, et al. Effect of broccoli sprout extract and baseline gut microbiota on fasting blood glucose in prediabetes: a randomized, placebo-controlled trial. Nat Microbiol. 2025;10:681–93. doi: 10.1038/s41564-025-01932-w. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 148.Zhang Y, Liu R, Chen Y, et al. Akkermansia muciniphila supplementation in patients with overweight/obese type 2 diabetes: Efficacy depends on its baseline levels in the gut. Cell Metab. 2025;37:592–605. doi: 10.1016/j.cmet.2024.12.010. [DOI] [PubMed] [Google Scholar]
- 149.Sun Y, Li H, Zheng L, et al. iProbiotics: a machine learning platform for rapid identification of probiotic properties from whole-genome primary sequences. Brief Bioinformatics. 2022;23 doi: 10.1093/bib/bbab477. [DOI] [PubMed] [Google Scholar]
- 150.Wu S, Feng T, Tang W, et al. metaProbiotics: a tool for mining probiotic from metagenomic binning data based on a language model. Brief Bioinformatics. 2024;25 doi: 10.1093/bib/bbae085. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 151.Goldman JD, Camiel LD. A New Medical Probiotic Formulation for the Nutritional Management of Type 2 Diabetes. Clin Diabetes. 2022;40:500–2. doi: 10.2337/cd22-0070. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 152.Moreno-Indias I, Lahti L, Nedyalkova M, et al. Statistical and Machine Learning Techniques in Human Microbiome Studies: Contemporary Challenges and Solutions. Front Microbiol. 2021;12:635781. doi: 10.3389/fmicb.2021.635781. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 153.Ribeiro MT, Singh S, Guestrin C. “Why should i trust you?”: explaining the predictions of any classifier. Proceedings of the 2016 Conference of the North American Chapter of the Association for Computational Linguistics; San Diego, California. 2016. pp. 1135–44. Available. [DOI] [Google Scholar]
- 154.Lundberg SM, Lee S-I. Advances in neural information processing systems. 2017. A unified approach to interpreting model predictions. [Google Scholar]
- 155.Shrikumar A, Greenside P, Kundaje A. Learning important features through propagating activation differences. International conference on machine learning; 2017. pp. 3145–53. [Google Scholar]
- 156.Hao Y, Dong L, Wei F, et al. Self-Attention Attribution: Interpreting Information Interactions Inside Transformer. AAAI. 2021;35:12963–71. doi: 10.1609/aaai.v35i14.17533. [DOI] [Google Scholar]
- 157.Reddy S. Generative AI in healthcare: an implementation science informed translational path on application, integration and governance. Implement Sci. 2024;19:27. doi: 10.1186/s13012-024-01357-9. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 158.Callaway E. Microbiome privacy risk. Nature New Biol. 2015;521:136. doi: 10.1038/521136a. [DOI] [PubMed] [Google Scholar]
- 159.Ray PP. ChatGPT: A comprehensive review on background, applications, key challenges, bias, ethics, limitations and future scope. Internet Things Cyber-Phys. Syst. 2023;3:121–54. doi: 10.1016/j.iotcps.2023.04.003. [DOI] [Google Scholar]
- 160.Chen V, Yang M, Cui W, et al. Applying interpretable machine learning in computational biology-pitfalls, recommendations and opportunities for new developments. Nat Methods. 2024;21:1454–61. doi: 10.1038/s41592-024-02359-7. [DOI] [PMC free article] [PubMed] [Google Scholar]
Associated Data
This section collects any data citations, data availability statements, or supplementary materials included in this article.





