.make.sbml | R Documentation |
This function creates a character vector that contains the biological model in SBML form. The return value can be written into a file to create an SBML document.
.make.sbml(
H,
Defaults,
Constant = NULL,
Parameter,
Input = NULL,
Expression = NULL,
Reaction,
Compound,
Output,
Comp
)
H |
model header, a Model identifying string |
Defaults |
A data.frame with default units |
Constant |
Table of Constants for this model [optional] |
Parameter |
Table of Parameters |
Input |
Table of input parameters, treated the same as normal Parameters |
Expression |
will be interpreted and transformed into somthing that SBML understands (optional) |
Reaction |
Table of reactions |
Compound |
Table of species (reacting compounds) |
Output |
Table of output functions (a model of measurement/observables) |
Comp |
Table of Compartments |
The input is an SBtab model as data.frames
SBML model as a character vector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.