MetExtract | R Documentation |
This function loads a metabolic model in SBML format and returns a list object containing the model and data frames of reactants and products for each reaction.
MetExtract(infile)
infile |
Path to the input SBML file |
model and data frames of reactants and products for each reaction. The output values are stored in a list.
## Not run: out <- MetExtract(system.file("extdata", "kidney.xml", package = "Met2Graph")) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.