cameo.api package¶
Submodules¶
cameo.api.designer module¶
This module implements the high-level interface function design
.
cameo.api.hosts module¶
This module provides reference models for a number of supported host organisms (currently Escherichia coli and Sacharomyces cerevisiae).
cameo.api.products module¶
This module provides access to supported target products.
Module contents¶
This package implement the high-level user interface of cameo.
Examples
- Compute strain designs for the target product vanillin.
- $ api.design(product=’vanillin’)
- Search in the list of available target products.
- $ api.products.search(‘vanillin’)
- The available host organism models for E. coli.
- $ api.hosts.ecoli.models