Description Usage Arguments Value Examples
This function loads a model in SBML format and returns a stoichiometric matrix.
1 | load_mod(infile)
|
infile |
Path to the input SBML file |
A stoichiometric matrix
1 2 3 | ## Not run:
stoich_mat <- load_mod(system.file("extdata", "kidney.xml", package = "MetabolitesGraphs"))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.