Description Usage Arguments Details Value References See Also Examples
Computes the redistribution coefficients between all enzymes
1 |
E_fun |
Numeric vector of concentrations |
correl_fun |
Character string indicating the abbreviation of the constraint applied on the system |
beta_fun |
Matrix of co-regulation coefficients |
The redistribution coefficients are influenced by the applied constraint.
For further details on how the redistribution coefficient is calculated, see Lion et al. (2004).
For cases with co-regulations (i.e. correl_fun
value is "RegPos"
, "RegNeg"
, "CRPos"
or "CRNeg"
), beta_fun
is obligatory. In other cases (i.e. correl_fun
value is "SC"
or "Comp"
), beta_fun
is ignored, that is why default is NULL
.
When beta_fun
is obligatory, it has to be a square matrix of size n
, where this number n
is the length of E_fun
.
Square matrix of size n
(where n
is the length of E_fun
, which is the number of enzymes) of the redistribution coefficients between all enzymes.
Lion, S., F. Gabriel, B. Bost, J. Fiévet, C. Dillmann, and D. De Vienne, 2004. An extension to the metabolic control theory taking into account correlations between enzyme concentrations. European Journal of Biochemistry 271:4375–4391.
See function is.correl.authorized
to have more information about constraints and on the usage of argument correl_fun
.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.