doubleGeneDel(model, geneList1, geneList2, allComb = FALSE,
exLethal = TRUE, tol = SYBIL_SETTINGS("TOLERANCE"), ...)
modelorg
.allGenes(model)
).allGenes(model)
).TRUE
, all possible pairwise combinations of geneList1 and geneList2 were deleted.
If set to FALSE
, geneList1 and geneList2 must have the same length. Every pair c(geneList1[i], geneList2[i]) will be deletedoptimizer
.optsol_genedel
.doubleGeneDel
studies the effect of deletion of pairs of genes on
the current objective function (e.g. biomass production).
The first step is the calculation of a reference solution, which is
the wild type solution. Then n further optimizations are performed (n:
number of required optimizations) with $v_i = 0$ for $i = 1,\dots,n$.modelorg
, optsol
,
optsol_genedel
,
checkOptSol
, optimizer
and
SYBIL_SETTINGS
.data(Ec_core)
Ec_ofd <- doubleGeneDel(Ec_core)
Run the code above in your browser using DataLab