Assessing microbiome engraftment extent following fecal microbiota transplant with q2-fmt

Chloe Herman,Evan Bolyen,Anthony Simard,Liz Gehret,J. Gregory Caporaso
2024-11-27
Abstract:We present q2-fmt, a QIIME 2 plugin that provides diverse methods for assessing the extent of microbiome engraftment following fecal microbiota transplant. The methods implemented here were informed by a recent literature review on approaches for assessing FMT engraftment, and cover aspects of engraftment including Chimeric Asymmetric Community Coalescence, Donated Microbiome Indicator Features, and Temporal Stability. q2-fmt is free for all use, and detailed documentation illustrating worked examples on a real-world data set are provided in the project's documentation.
Other Quantitative Biology
What problem does this paper attempt to address?
The problem that this paper attempts to solve is: **How to standardize the assessment of the engraftment extent of the microbiota after fecal microbiota transplant (FMT)**. Specifically, researchers hope to develop a comprehensive and consistent method to quantify the changes in the recipient microbiota after FMT in order to determine whether FMT is successful and its therapeutic effect. ### Problem Background FMT is a treatment method that transplants the fecal microbiota of a healthy donor into a patient to restore or reconstruct the patient's gut microbiota. Although FMT has shown significant efficacy in certain diseases (such as recurrent Clostridium difficile infection), the current methods for assessing the engraftment extent of the microbiota after FMT are not standardized. This makes it difficult for researchers to determine whether FMT is effective for a specific disease or whether the reason for failure is that the microbiota fails to engraft successfully. ### Solution To this end, the authors developed a QIIME 2 plugin named **q2 - fmt**, which provides multiple methods to assess the engraftment extent of the microbiota after FMT. These methods cover the following aspects: 1. **Chimeric Asymmetric Community Coalescence (CACC)**: - Quantify the degree of transformation of the recipient microbiota composition towards the donor microbiota composition after FMT. - Use "raincloud plots" and related statistical analysis to track the changes in the microbiota composition over time. 2. **Donated Microbiome Indicator Features (DMIF)**: - Track the presence of specific features in the donor microbiota (such as specific amplicon sequence variants or genera of interest) in the recipient microbiota. - Identify significantly over - expressed features in the donor microbiota by methods such as ANCOMBC (Analysis of Composition of Microbiomes with Bias Correction). 3. **Temporal Stability**: - Track the temporal stability of the microbiota after FMT, that is, the degree to which the recipient microbiota maintains similarity to the donor microbiota. - Evaluate the long - term impact of the microbiota after FMT through longitudinal data analysis. ### Method Implementation - **Chimeric Asymmetric Community Coalescence (CACC)**: - Use the `qiime fmt cc` command to generate "raincloud plots" and calculate the changes in the microbiota composition over time. - Inputs include alpha - diversity or beta - diversity metrics (QIIME 2 semantic types: `SampleData[AlphaDiversity]` or `DistanceMatrix`). - **Proportional Engraftment of Donor Features (PEDF)**: - Calculate the proportion of donor features in the recipient sample. The formula is as follows: \[ PEDF=\frac{\text{The number of donor features observed in the recipient sample}}{\text{The total number of donor features}} \] - Provide heat maps and raincloud plots to visualize the changes in PEDF over time. - **Proportion of Recipients with Donor Feature (PRDF)**: - Defined as the proportion of recipients that successfully engraft a specific feature. The formula is as follows: \[ PRDF = \frac{\text{The number of recipients that engraft a certain feature}}{\text{The number of recipients that contain this feature in the donor}} \] - **Proportion of Persistent Recipient Features (PPRF)**: - Calculate the proportion that still exists after FMT.