micom is a Python package for metabolic modeling of microbial communities developed in the Human Systems Biology Group of Prof. Osbaldo Resendis Antonio at the National Institute of Genomic Medicine Mexico.
micom allows you to construct a community model from a list on input COBRA models and manages exchange fluxes between individuals and individuals with the environment. It explicitly accounts for different abundances of individuals in the community and can thus incorporate data from 16S rRNA sequencing experiments. It allows optimization with a variety of algorithms modeling the trade-off between egoistic growth rate maximization and cooperative objectives.
Micom is described in a recent preprint that you can cite. If you have any questions contact us at oresendis (at) inmegen.gob.mx. Thanks 😄
micom is available on PyPi and can be installed via
pip install micom
Documentation can be found at https://resendislab.github.io/micom .