
Last chance! 50% off unlimited learning
Sale ends in
oneGeneDel
,
doubleGeneDel
, oneFluxDel
,
doubleFluxDel
and fluxVar
.multiDel(model, nProc = 2, todo = "oneGeneDel", del1 = NA, del2 = NA, ...)
modelorg
."oneGeneDel"
,
"doubleGeneDel"
, "oneFluxDel"
,
"doubleFluxDel"
or "fluxVar"
.doubleGeneDel
or doubleFluxDel
).oneGeneDel
,
doubleGeneDel
, oneFluxDel
,
nProc
(or less, depending of the numbers of available
cores), each element containing the return value of the function called (on
object of a class extending optsol
).nProc
should be the number of
cores to use. This number is veryfied via a call to detectCores
(of
detectCores
, if nProc > detectCores()
evaluates to TRUE
.
The arguments del1
and del2
are split into lists, each list
element containing nProc/del1
elements. These are passed to
mclapply
.mclapply
, optsol
, oneGeneDel
,
doubleGeneDel
, oneFluxDel
,
doubleFluxDel
and fluxVar
.## The examples here require the packages glpkAPI and parallel to be
## installed.
## perform single gene deletion analysis using the E. coli core
## metabolic model
data(Ec_core)
ad <- multiDel(Ec_core)
mapply(checkOptSol, ad)
Run the code above in your browser using DataLab