Metadata-Version: 2.0
Name: micom
Version: 0.5.3
Summary: Microbial community modeling based on cobrapy.
Home-page: https://github.com/cdiener/micom
Author: Christian Diener
Author-email: mail@cdiener.com
License: Apache License 2.0
Keywords: microbiota modeling metabolism community
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: cobra (>=0.8.2)
Requires-Dist: optlang (>=1.2.0)
Requires-Dist: pandas (>=0.20.0)
Requires-Dist: tqdm (>=4.14)
Provides-Extra: dev
Provides-Extra: test
Requires-Dist: coverage; extra == 'test'
Requires-Dist: pytest; extra == 'test'
Requires-Dist: pytest-benchmark; extra == 'test'

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

|travis status| |appveyor status| |coverage| |pypi status|

*Please note that this is still a pre-release and might still lack
functionalities.*

`micom` is a Python package for metabolic modeling of microbial
communities.

`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.

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

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

.. code:: bash

    pip install micom

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

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

.. |travis status| image:: https://travis-ci.org/cdiener/micom.svg?branch=master
   :target: https://travis-ci.org/cdiener/micom
.. |appveyor status| image:: https://ci.appveyor.com/api/projects/status/m2vu008h7n35ji2g/branch/master?svg=true
   :target: https://ci.appveyor.com/project/cdiener/micom/branch/master
.. |coverage| image:: https://codecov.io/gh/cdiener/micom/branch/master/graph/badge.svg
   :target: https://codecov.io/gh/cdiener/micom
.. |pypi status| image:: https://img.shields.io/pypi/v/micom.svg
   :target: https://pypi.org/project/micom/


