Description Usage Arguments Details Value Warning Note Author(s) References See Also Examples
This function converts a class SBMLR
model object into an SBML level 2 version 1 file.
1 | saveSBML(model,filename)
|
model |
The S3 SBMLR model object. |
filename |
The name of the SBML file |
The output file is SBML level 2.
No value returned.
SBML events and function definitions are NOT implemented.
The SBML file is written incrementally, rather than first
built as a DOM in R and then saved using xmlSave
.
Tom Radivoyevitch
Radivoyevitch, T. A two-way interface between limited Systems Biology Markup Language and R. BMC Bioinformatics 5, 190 (2004).
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.