is.beta.accurate: Verification of beta matrix accuracy

Description Usage Arguments Details Value See Also Examples

View source: R/is.beta.accurate.R

Description

Verifies if the the matrix beta_fun of co-regulation coefficients is accurate for other functions

Usage

1
is.beta.accurate(beta_fun, n_fun, correl_fun)

Arguments

beta_fun

Numeric matrix of co-regulation coefficients

n_fun

Number of enzymes in the system

correl_fun

Character string indicating the constraint applied on the system

Details

Different tests are performed on matrix beta_fun to verify its accuracy.

Value

Return TRUE if all conditions are respected, else stop

See Also

To verify vector of global co-regulation coefficients, see function is.B.accurate.

Examples

1
2
beta <- matrix(c(1,10,5,0.1,1,0.5,0.2,2,1),nrow=3)
is.beta.accurate(beta,3,"CRPos")

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