MetExtract: MetExtract.R

View source: R/Met2Graph.R

MetExtractR Documentation

MetExtract.R

Description

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.

Usage

MetExtract(infile)

Arguments

infile

Path to the input SBML file

Value

model and data frames of reactants and products for each reaction. The output values are stored in a list.

Examples

## Not run: 
out <- MetExtract(system.file("extdata", "kidney.xml", package = "Met2Graph"))
## End(Not run)

cds-group/Met2Graph documentation built on July 5, 2022, 2:15 p.m.