Welcome to NyctiDB - the BioVL library that collects some of the models inside FermProc software implemented and solved in Python.
Along their benefits, mechanistic models:
· Summary of knowledge about the process.
· Possibility to try different scenarios.
In order to create a template, we follow the next steps:
-
Create a class.
1.1 Initialize variables, constants, and parameters.
1.2 Create a process matrix in which it is enclosed the kinetic reaction.
1.3 Create a process matrix in which it is enclosed the kinetic reaction.
1.4 Solution of the model through a solver such as the "odeint" module of scipy.integrate for ODE.
In this repository, you can find different models for the aerobic or anaerobic growth of microorganisms. The models are implemented as an object and they are based on determistic principles. In this library you can find:
Herbert-Monod in aerobic conditions
Herbert-Monod in anaerobic conditions
Aerobic growth of Saccharomyces cerevisiae in glucose (with metabolic switch controlled by the Cabtree Effect/Overflow and glucose inhibition)