Skip to content

Latest commit

 

History

History
executable file
·
46 lines (34 loc) · 1.83 KB

README.rst

File metadata and controls

executable file
·
46 lines (34 loc) · 1.83 KB

https://github.com/cdiener/micom/raw/master/micom.png

travis status appveyor status coverage pypi status

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.

Attribution

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 😄

Installation

micom is available on PyPi and can be installed via

pip install micom

Getting started

Documentation can be found at https://resendislab.github.io/micom .