Metadata-Version: 2.1
Name: micom
Version: 0.21.3
Summary: Microbial community modeling based on cobrapy.
Home-page: https://github.com/micom-dev/micom
Author: Christian Diener
Author-email: mail@cdiener.com
License: Apache License 2.0
Keywords: microbiota modeling metabolism community
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
Requires-Dist: cobra (>=0.17.1)
Requires-Dist: optlang (>=1.4.4)
Requires-Dist: pandas (>=0.20.0)
Requires-Dist: tqdm (>=4.14)
Requires-Dist: loguru (>=0.3.2)
Requires-Dist: jinja2 (>=2.10.0)
Requires-Dist: scikit-learn (>=0.22.0)
Requires-Dist: scipy (>=1.0.0)
Requires-Dist: symengine (>=0.6.1)
Provides-Extra: dev
Provides-Extra: test
Requires-Dist: coverage ; extra == 'test'
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'

.. image:: https://github.com/micom-dev/micom/raw/master/docs/source/_static/micom.png
    :width: 640 px

|actions status| |coverage| |pypi status|

`MICOM` is a Python package for metabolic modeling of microbial
communities currently developed in the
`Gibbons Lab <https://gibbons.systemsbiology.org>`_ at the `Institute for Systems
Biology <https://systemsbiology.org>`_ and the
`Human Systems Biology Group <https://resendislab.github.io>`_ of
Prof. Osbaldo Resendis Antonio at the `National Institute of Genomic
Medicine Mexico <https://inmegen.gob.mx>`_.

`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 published in

::

      MICOM: Metagenome-Scale Modeling To Infer Metabolic Interactions in the Gut Microbiota
      Christian Diener, Sean M. Gibbons, Osbaldo Resendis-Antonio
      mSystems 5:e00606-19
      https://doi.org/10.1128/mSystems.00606-19

Please cite this publication when referencing MICOM. Thanks :smile:

Installation
------------

`MICOM` is available on PyPi and can be installed via

.. code:: bash

    pip install micom

Getting started
---------------

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

Getting help
------------

General questions on usage can be asked in Github Discussions
    https://github.com/micom-dev/micom/discussions

We are also available on the cobrapy Gitter channel
    https://gitter.im/opencobra/cobrapy

Questions specific to the MICOM Qiime2 plugin (q2-micom) can also be asked on the Qiime2 forum
    https://forum.qiime2.org/c/community-plugin-support/

Bugs can be reported at https://github.com/micom-dev/micom/issues.
If you do so please include the following:

- version of MICOM that was used
- solver that was used (CPLEX, Gurobi, OSQP)
- if possible a small reproducible example


.. |actions status| image:: https://github.com/micom-dev/micom/workflows/Python%20package/badge.svg
   :target: https://github.com/micom-dev/micom/actions
.. |coverage| image:: https://codecov.io/gh/micom-dev/micom/branch/master/graph/badge.svg
   :target: https://codecov.io/gh/micom-dev/micom
.. |pypi status| image:: https://img.shields.io/pypi/v/micom.svg
   :target: https://pypi.org/project/micom/


