Description Usage Arguments Details Value Author(s) See Also
A blocked Reaction in a metabolic network can not be used by the network, given the stiochiometric matrix of the network and a set of input and output fluxes.
1 2 3 4 5 6 7 | blockedReact(model,
tol = SYBIL_SETTINGS("TOLERANCE"),
exex = TRUE,
fld = FALSE,
retOptSol = FALSE,
verboseMode = 2,
...)
|
model |
An object of class |
tol |
Tolerance value. |
exex |
Boolean, if set to |
fld |
Boolean. Save the resulting flux distributions. |
retOptSol |
Boolean. Return an object of class
|
verboseMode |
An integer value indicating the amount of output to stdout:
0: nothing, 1: status messages, 2: like 1 plus a progress indicator. |
... |
Further arguments passed to |
A reaction i is considered to be ‘blocked’, if its calculated
reaction rate v[i] is
-tol < v[i] < tol.
Reaction rates are calculated via linear optimization: maximizing and
minimizing each reaction rate. If the difference of the maximum and the
minimum is not larger than tol
, that particular reaction is blocked,
given the current side conditions (exchange fluxes).
If argument retOptsol
is set to TRUE
, an object of class
optsol_blockedReact
is returned, otherwise a logical
vector with length equal to the number of reactions of the network. If element
i
equals TRUE
, reaction i
is blocked.
Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
Maintainer: Mayo Roettger <mayo.roettger@hhu.de>
modelorg
,
optsol_blockedReact
and
SYBIL_SETTINGS
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.