Description Usage Arguments Value Examples
This function creates the edges list necessary to build the metabolites graph. It merges the metabolites produced and consumed by each reaction into a new dataframe.
1 | edges_list(infile)
|
infile |
stoichiometric matrix |
A dataframe with metabolites edges list
1 2 3 4 | ## Not run:
edges_list <- edges_list(stoich_mat)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.