Description Usage Arguments Value See Also Examples
Get the equality constraints for a given set of known equlibrium constants.
1 | constrain_by_Keq(r, name = "Keq", mats = NULL)
|
r |
A reaction list. |
name |
Name of the annotation that contains the constants. |
mats |
A vector of mass-action terms to integrate with the equalities. Useful if you want to constrain the flux cone rather than a k-cone. Default is NULL (do not use mass-action terms). |
A n_r x n_e matrix containing the n_e constraints.
polytope_basis
how to add those to polytope
computation.
1 2 3 4 | data(eryth)
x <- eryth
x[[4]]$Keq <- 10
co <- constrain_by_Keq(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.