edges_list: Extract produced and consumed metabolites (met) for each...

Description Usage Arguments Value Examples

View source: R/MetEdgesComp.R

Description

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.

Usage

1
edges_list(infile)

Arguments

infile

stoichiometric matrix

Value

A dataframe with metabolites edges list

Examples

1
2
3
4
## Not run: 
edges_list <- edges_list(stoich_mat)

## End(Not run)

cds-group/MetabolitesGraphs documentation built on Dec. 19, 2021, 2:52 p.m.