RMOBI is a temporal network framework designed for tracking colocalization patterns between antimicrobial resistance genes (ARGs) and mobile genetic elements (MGEs) across donor and recipient gut microbiomes before and after Fecal Microbiota Transplantation (FMT). The framework integrates all publicly available FMT associated longitudinal shotgun metagenomic datasets from the NCBI Sequence Read Archive (SRA) to model ARG–MGE colocalizations and their temporal transitions, enabling users to examine how resistome–mobilome dynamics evolve across treatment phases. Through an interactive interface, users can filter the network by disease type, MGE group, patient stage (donor, pre-FMT, post-FMT) and by ARG or MGE to perform disease specific comparisons. RMOBI is free and open to all users without registration or login requirements
View VisualizationThe study data set comprised 263 fecal metagenomes from sequenced human clinical microbiome samples collected in 13 published fecal microbiota transplantation (FMT) studies, representing 60 patients and 52 donors distributed in three disease specific in silico cohorts. The first cohort included individuals with primary enteric disease, most commonly recurrent Clostridioides difficile infection (rCDI; patients = 34). The second cohort consisted of patients with primary enteric disease associated with multi drug resistant bacterial (MDRB; patients = 14) and third cohort represented a non-enteric condition, melanoma (Melanoma; patients = 12), in which FMT was administered as adjuvant therapy to enhance the chemotherapeutic response. Together, these cohorts provide a diverse clinical context in which FMT has been applied, enabling comparative analysis of resistome-mobilome dynamics across distinct disease backgrounds These datasets provide paired donor, pre-FMT, and post-FMT samples, enabling tracking of AMR dynamics.
As the input data file we provide a CSV file, where each row represents a unique ARG–MGE colocalization event observed in a patient sample. The file must contain the following columns:
Patient ID, Disease type, AMR ID, MGE ID, Donor, PreFMT, PostFMT(timepoints)
We have released the source code of the tool and data under the GNU GPLv3 license. Everything listed on this website can be found in our github repository (https://github.com/SlizovskiyLab/RMOBI).
├── Disease_Type
│ ├── Melanoma.csv
│ ├── MDRB.csv
│ └── RCDI.csv
├── MGE_Group
│ ├── Colicin_plasmid.csv
│ ├── Plasmid.csv
│ ├── ICE.csv
│ ├── Replicon.csv
│ ├── Likely IS_TE.csv
│ ├── Virus.csv
│ └── Prophage.csv
├── Temporal_Dynamics
│ ├── Disappear.csv
│ ├── Emerge.csv
│ ├── Persist.csv
│ └── Transfer.csv
└── Top_Entities
├── Top_args.csv
├── Top_mges.csv
└── Top_colocalizations.csv
©2026 Suhashi Nihara De Silva, Sakesh Andhavarapu, Alejandro Dale Kimball, Christina Boucher, Ilya B Slizovskiy. Released under the GNU General Public License v3.0 (GPLv3).