Description Usage Arguments Value Examples
This function add a new column with enzymes matching the correspondent reaction
1 | add_enzymes(edges_list, rxn_gene)
|
edges_list |
dataframe with metabolites edges list |
rx_gene |
RXN-GENE dataframe extracted from Homo Sapiens generic GEM |
A dataframe with reactions, metabolites edges, and enzymes
1 2 3 4 | ## Not run:
data(rxn_gene)
edges_list_w_enzymes <- add_enzymes(edges_list, rxn_gene)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.