ModelSEEDpy API

The detailed documentation of all user-operable classes and functions in the ModelSEEDpy library are provided.

core

The core sub-library permits parsing and manipulating metabolic models:

from modelseedpy.core import *

community

The community sub-library compatibilizes transport reactions of individual models for a community model and simulates interactions amongst community members:

from modelseedpy.community import *

fbapkg

The fbapkg sub-library constrains and investigates metabolic models through Flux Balance Analysis methods:

from modelseedpy.fbapkg import *

ml

The ml sub-library supports parsing features from genomes, with accessibility to KBase:

from modelseedpy.ml import *