Description Usage Arguments Details Value Author(s) See Also Examples
This function converts an SBML level 2 file into a corresponding
R model structure of class SBMLR
.
1 | readSBML(filename)
|
filename |
An SBML level 2 model input file. |
A limited subset of SBML level 2 models is currently supported, e.g. events and function definitions are not covered.
A corresponding SBMLR model object in R.
Tom Radivoyevitch
1 2 3 4 | library(SBMLR)
curtoX=readSBML(file.path(system.file(package="SBMLR"), "models/curto.xml"))
curtoR=readSBMLR(file.path(system.file(package="SBMLR"), "models/curto.r"))
curtoX==curtoR
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.