getSBMLunitDefinitionsList | R Documentation |
Retrieve list of unit definitions included in a SBML model
getSBMLunitDefinitionsList(sbmlm)
sbmlm |
An object of class |
If the SBML model contains a listOfUnitDefinitions section, a list
is
returned:
definition_id |
character vector containing the unit definition id's. If no id is given for
a particular unit definition, the corresponding value is set to
|
definition |
a list containing the units.
If no unit is given for a particular unit definition, the corresponding
value is set to |
All list elements have the same length.
If the SBML model does not contain a listOfUnitDefinitions section, NULL
is returned.
Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
Maintainer: Mayo Roettger <mayo.roettger@hhu.de>
Bornstein, B. J., Keating, S. M., Jouraku, A., and Hucka M. (2008) LibSBML: An API Library for SBML. Bioinformatics 24, 880–881.
getSBMLmodel
, sbmlPtr
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.