Structure of the S4 class Organism representing the organisms present in the environment.
lbndA numeric vector containing the lower bounds of the model structure.
ubndA numeric vector containing the upper bounds of the model structure.
typeA character vector containing the description of the organism.
mediumA character vector containing all exchange reactions of the organism.
lpobjA sybil optimization object containing the linear programing problem.
fbasolA list with the solutions of the flux balance analysis.
lyseA boolean variable indicating if the organism should lyse after death.
featA list containing conditional features for the object (contains at the momement only biomass components for lysis).
deathrateA numeric value giving the factor by which the biomass should be reduced in every iteration if no growth is possible (default (E.coli): 0.21 pg)
minweightA numeric value giving the growth limit at which the organism dies. (default (E.coli): 0.083 pg)
growtypeA character vector giving the functional type for growth (linear or exponential).
kineticsA List containing Km and v_max values for each reactions.
speedA integer vector representing the speed by which bacterium is moving (given by cell per iteration).
cellareaA numeric value indicating the surface that one organism occupies (default (E.coli): 4.42 mu_m^2)
maxweightA numeric value giving the maximal dry weight of single organism (default (E.coli): 1.172 pg)
cellweight_meanA numeric giving the mean of starting biomass (default (E.coli): 0.489 pg)
cellweight_sdA numeric giving the standard derivation of starting biomass (default (E.coli): 0.132 pg)
modelObject of class sybil::modelorg containging the genome sclae metabolic model
algoAlgorithm to be used during optimization (default fba)
rbiomassName of biomass reactions which is used for growth model (set automatically but needs input if objective is not biomass optimization)
limit_growthIf true then a upper bound on growth will be set, see maxweight (default: True).
coupling_constraintsList with coupling parameters.
predatorName of organism which can kill this one.