Description Usage Arguments Value Examples
Finds all reaction indices using the given subtrates and products.
1 | which_reaction(r, S = "", P = "")
|
r |
A reaction list. |
S |
a list of substrates to be searched or empty string. |
P |
a list of products to be searched or empty string. |
A data frame with two columns, the first specifying the index of the reaction and the second the metabolites found for that reaction.
1 2 | data(eryth)
which_reaction(eryth, P = c("pyr", "atp"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.