Description Usage Arguments Details Value Author(s) Examples
This function provides a path from rsbml to SBMLR. The latter, being S3, is less cluttered with empty fields/slots than the former. The advantage of the S4 object is that it comes from more robust SBML reading: rsbml uses libsbml to parse SBML, SBMLR uses the R package XML.
1 | S4toS3(dom)
|
dom |
An S4 DOM object of class SBML produced by rsbml. |
Carried over are compartments, species, global parameters, rules and reactions.
A corresponding SBMLR model object, i.e. an S3 list of lists type of object.
Tom Radivoyevitch
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.