Organism-class
Constructor of the S4 class Organism-class
Organism(
model,
algo = "fba",
ex = "EX_",
ex_comp = NA,
csuffix = "\\[c\\]",
esuffix = "\\[e\\]",
lyse = FALSE,
feat = list(),
typename = NA,
setExInf = TRUE,
setAllExInf = FALSE,
coupling_constraints = list(),
predator = "",
...
)
Object of class sybil::modelorg containging the genome sclae metabolic model
A single character string giving the name of the algorithm to use. See SYBIL_SETTINGS
Identifier for exchange reactions
Defining exchange reactions whose compounds should be added to the medium of the arena (default: all)
suffix for intern metabolites used by lysis function.
suffix for external metabolites used by lysis function.
A boolean variable indicating if the organism should lyse after death.
A list containing conditional features for the object (contains at the momement only biomass components for lysis).
A string defining the name (set to model name in default case)
Enable if all lower bounds of exchange reaction which are set to zero (i.e. no uptake possible!) should be set to -infitity (default: true)
Enable if all lower bounds of exchange reaction should be set to -infitity (default: false)
List with coupling parameters.
Name of organism which can kill this one.
Arguments of Organism-class
Object of class Organism