Description Usage Arguments Value Examples
Converts a stochiometric matrix to a reaction list.
1 | as.reactions(s_matrix, reversible = FALSE, r_names = NA)
|
s_matrix |
The stochiometric matrix to be converted. |
reversible |
Marks reversible reactions. FALSE denotes that all reactions are irreversible. Otherwise a boolean vector of length n_r defining the reversibility for each reaction. |
r_names |
If NA reaction names are generated as r1,...,rn. Can be a vector of length n_r denoting names for the reactions. |
A reaction list containing the reactions from S.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.