# add exchange reactions (allowing input) for the metabolites
# malate and oxalacetate
data(Ec_core)
mod <- addExchReact(Ec_core,
met = c("mal_L[c]", "oaa[c]"),
lb = c(-20, -20))
findExchReact(mod)
Run the code above in your browser using DataLab