load_mod: Load a metabolic model and extract the stoichiometric matrix

Description Usage Arguments Value Examples

View source: R/MetEdgesComp.R

Description

This function loads a model in SBML format and returns a stoichiometric matrix.

Usage

1
load_mod(infile)

Arguments

infile

Path to the input SBML file

Value

A stoichiometric matrix

Examples

1
2
3
## Not run: 
stoich_mat <- load_mod(system.file("extdata", "kidney.xml", package = "MetabolitesGraphs"))
## End(Not run)

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