which_reaction: Finds all reaction indices using the given subtrates and...

Description Usage Arguments Value Examples

Description

Finds all reaction indices using the given subtrates and products.

Usage

1
which_reaction(r, S = "", P = "")

Arguments

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.

Value

A data frame with two columns, the first specifying the index of the reaction and the second the metabolites found for that reaction.

Examples

1
2
data(eryth)
which_reaction(eryth, P = c("pyr", "atp"))

cdiener/dycone documentation built on May 13, 2019, 2:41 p.m.