simHum
implements all neccessary functions for the individuals to update the complete environment.
simHum(object, arena, j, sublb, bacnum)
"simHum"(object, arena, j, sublb, bacnum)
arena
parameter with all new positions of individuals on the grid and all new substrate concentrations.
constrain
to the substrate environment, then flux balance analysis is computed with optimizeLP
, after this the substrate concentrations are updated with consume
, then the cell growth is implemented with cellgrowth
, the potential new phenotypes are added with checkPhen
, finally the conditional function lysis
is performed. Can be used as a wrapper for all important cell functions in a function similar to simEnv
.
Human-class
, Arena-class
, simEnv
, constrain
, optimizeLP
, consume
, cellgrowth
, checkPhen
and lysis