Metadata-Version: 2.1
Name: micom
Version: 0.9.13
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
Description: .. image:: https://github.com/micom-dev/micom/raw/master/docs/source/_static/micom.png
            :width: 640 px
        
        |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 <https://resendislab.github.io>`_ of
        Prof. Osbaldo Resendis Antonio at the `National Institute of Genomic
        Medicine Mexico <https://inmegen.gob.mx>`_ and the
        `Gibbons Lab <https://gibbons.systemsbiology.org>`_ at the `Institute for Systems
        Biology <https://systemsbiology.org>`_.
        
        `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 <https://doi.org/10.1101/361907>`_ that you can cite.
        If you have any questions contact us at `oresendis (at) inmegen.gob.mx`. 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 .
        
        .. |travis status| image:: https://travis-ci.org/micom-dev/micom.svg?branch=master
           :target: https://travis-ci.org/micom-dev/micom
        .. |appveyor status| image:: https://ci.appveyor.com/api/projects/status/uqcmw82uq9jtui0t?svg=true
           :target: https://ci.appveyor.com/project/cdiener/micom-uicdk
        .. |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/
        
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
Provides-Extra: dev
Provides-Extra: test
