predict_eff_allE0: Prediction of effective equilibrium for all possible initial...

Description Usage Arguments Details Value

View source: R/predict_eff_allE0.R

Description

Gives the effective equilibrium for relative concentrations for various initial concentrations

Usage

1
predict_eff_allE0(B_fun,A_fun,correl_fun,Etot_fun=100,X_fun=1, tol=0.00000001)

Arguments

B_fun

Numeric vector of global co-regulation coefficients. Same length as E_ini_fun.

A_fun

Numeric vector of activities

correl_fun

Character string indicating the abbreviation of the constraint applied on the system

Etot_fun

Numeric value of total concentration

X_fun

Numeric value. Default is 1

tol

Tolerance for function uniroot

Details

Effective equilibrium is computed with function predict_eff.

WARNING: Function predict_eff_allE0 is only available for three enzymes! Length of A_fun and B_fun need to be 3.

Each relative concentration is taken between 0 and 1 by 0.01, then triplet of relative concentrations are sorted to have a sum equal to 1. Then relative concentrations are multiplied by Etot_fun to have initial concentrations.

For parameter correl_fun, authorized input are "RegNeg", "CRPos" and "CRNeg".

Value

Invisible list of 3 elements:


SimEvolEnzCons documentation built on Oct. 29, 2021, 1:07 a.m.