Description Usage Arguments Details Value See Also Examples
View source: R/is.beta.accurate.R
Verifies if the the matrix beta_fun of co-regulation coefficients is accurate for other functions
1 | is.beta.accurate(beta_fun, n_fun, correl_fun)
|
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 |
Different tests are performed on matrix beta_fun to verify its accuracy.
Is there regulation in correl_fun? If yes, beta_fun is necessary.
Does beta_fun have a correct size? Compare nrow(beta_fun) and ncol(beta_fun) to number of enzymes n_fun. If difference, stops.
Is there negative regulation in correl_fun? If yes, does beta_fun include a negative regulation? If difference, stops.
Each element of beta_fun diagonal needs to be equal to 1.
Return TRUE if all conditions are respected, else stop
To verify vector of global co-regulation coefficients, see function is.B.accurate.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.