Skip to content
/ MIMIC Public

Modelling and Inference of MICrobiomes Project (MIMIC) is a Python package dedicated to simulate, model, and predict microbial communities interactions

License

Notifications You must be signed in to change notification settings

ucl-cssb/MIMIC

Repository files navigation

Modelling and Inference of MICrobiomes Project (MIMIC)

Overview

MIMIC: A Comprehensive Python Package for Simulating, Inferring, and Predicting Microbial Community Interactions

The study of microbial communities is vital for understanding their impact on environmental, health, and technological domains. The Modelling and Inference of MICrobiomes Project (MIMIC) introduces a Python package designed to advance the simulation, inference, and prediction of microbial community interactions and dynamics. Addressing the complex nature of microbial ecosystems, MIMIC integrates a suite of mathematical models, including previously used approaches such as Generalized Lotka-Volterra (gLV), Gaussian Processes (GP), and Vector Autoregression (VAR) plus newly developed models for integrating multiomic data, to offer a comprehensive framework for analysing microbial dynamics. By leveraging Bayesian inference and machine learning techniques, MIMIC accurately infers the dynamics of microbial communities from empirical data, facilitating a deeper understanding of their complex biological processes, unveiling possible unknown ecological interactions, and enabling the design of microbial communities. Such insights could help to advance microbial ecology research, optimizing biotechnological applications, and contributing to environmental sustainability and public health strategies. MIMIC is designed for flexibility and ease of use, aiming to support researchers and practitioners in microbial ecology and microbiome research. This software package contributes to microbial ecology research and supports ecological predictions and applications, benefiting the scientific and applied microbiology communities.

Structure

The repository is organized into the following main directories:

  • `AUTHORS.rst`: A list of authors and contributors to the project.
  • `build/`: Contains files generated by the build process.
  • `CONTRIBUTING.rst`: Guidelines for contributing to the project.
  • `docs/`: Contains the project's documentation.
  • `examples/`: Contains example scripts and notebooks demonstrating how to use the package.
  • `HISTORY.rst`: A log of changes made in each version of the project.
  • `LICENSE`: The license for the project.
  • `mimic/`: The main directory for the project's source code.
  • `README.rst`: The main README file for the project, providing an overview and basic usage examples.
  • `requirements.txt`: A list of Python dependencies required to run the project.
  • `setup.py`: The build script for the project.
  • `tests/`: Contains unit tests for the project's code.

Installation

Prerequisites

Conda package manager is recommended due to dependencies on PyMC.

Python Packages

The Python packages needed to run this package are listed in the requirements.txt file in the same workspace. To install them, run:

pip install -r requirements.txt

Compilers

  • g++ compiler is needed for the PyMC3 package.

Steps

  1. Clone the repository.
  2. Create a new conda environment using the environment.yml file.
  3. Activate the new environment.
  4. Install required packages using pip install -r requirements.txt from the root directory of the repository.
  5. Install the package using pip install -e . from the root directory of the repository.
  6. Run the code using the instructions below.
  7. Deactivate the environment when finished.

Usage

To get started with MIMIC, you can explore a variety of detailed examples and comprehensive documentation.

The documentation is regularly updated with the latest information on usage, features, and examples to help you effectively utilize the MIMIC package in your research or applications.

Contributing

We welcome contributions to the MIMIC project. Please refer to our Contribution Guidelines for more information.

License

This project is licensed under the LICENSE.

Acknowledgements

This project is based on methods proposed in this paper.

Contact

For questions or feedback, please contact us.

About

Modelling and Inference of MICrobiomes Project (MIMIC) is a Python package dedicated to simulate, model, and predict microbial communities interactions

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages