Single Gene Deletion Experiment
Predict the metabolic phenotype of single-gene knock out mutants.
oneGeneDel(model, geneList, lb = rep(0, length(geneList)), ub = rep(0, length(geneList)), checkOptSolObj = FALSE, ...)
model |
An object of class |
geneList |
A character vector containing the set of genes to be deleted one by one. |
lb |
A numeric vector of the same length as |
ub |
A numeric vector of the same length as |
checkOptSolObj |
A single logical value. If set to |
... |
Further arguments passed to |
The function oneGeneDel
studies the effect of genetic perturbations
by single gene deletions on the phenotype of the metabolic network. The
function performs n optimizations with n being the length of the
character vector in argument geneList
. For each gene deletion j
the set of fluxes effected by the deletion of gene given in geneList[j]
is constrained to zero flux. If the deletion of a certain gene has an effect,
is tested with the function geneDel
. Each optimization
corresponds to the deletion of one gene.
An object of class optsol_genedel
.
Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
Maintainer: Mayo Roettger <mayo.roettger@hhu.de>
# load example data set data(Ec_core) # compute phenotypes of genetic perturbations via # FBA (default) Ec_ogd <- oneGeneDel(Ec_core) # or MOMA (linearized version) Ec_ogd <- oneGeneDel(Ec_core, algorithm = "lmoma")
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.