| MathSBML Home Page | MathSBML Site Map |
createModel[] returns the sbml for the given model.
createModel[filename] writes the sbml for the given model to the specified file.
createSymbolicModel[] returns symbolic sbml for the given model.
createModel, createSymbolicModel are new in 2.1.5. Options added in versions 2.3 and 2.6.6| Option | Default | Description |
| "annotations" | True | Whether or nto to include annotations |
| "comments" | True | Whether or not to include comments (in header) |
| "notes" | True | Whether or not to include notes |
| removeEmptySBML | True | Remove empty empty <listOf__ /> tags |