Description Usage Arguments Value See Also Examples
Calculates the stochiometric matrix for a list of reactions.
1 2 | stoichiometry(reacts, reversible = FALSE, const = NULL,
sparse = FALSE)
|
reacts |
The reaction list to be used. |
reversible |
Whether the stochiometric matrix can include reversible reactions. |
const |
A vector of species names that are assumed to be invariant and will be dropped from the stochiometric matrix. The default is not to drop any species. |
sparse |
Whether the stoichiometric matrix should saved in a sparse
format. Reguires the |
The stochiometric matrix with dimension n_s x n_r.
read_reactions
to read a reaction list from a file.
1 2 | data(eryth)
S <- stoichiometry(eryth)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.