getSBMLunitDefinitionsList: Get Unit Definitions List
Description
Retrieve list of unit definitions included in a SBML modelUsage
getSBMLunitDefinitionsList(sbmlm)
Arguments
sbmlm
An object of class sbmlPtr as returned by
getSBMLmodel. This is basically a pointer to a SBML model. Value
- If the SBML model contains a listOfUnitDefinitions section, a
list is
returned: - definition_idcharacter vector containing the unit definition id's. If no id is given for
a particular unit definition, the corresponding value is set to
"no_id". - definitiona list containing the units.
[object Object],[object Object],[object Object],[object Object]
If no unit is given for a particular unit definition, the corresponding
value is set to
NULL. - All list elements have the same length.
If the SBML model does not contain a listOfUnitDefinitions section,
NULL
is returned.
References
Bornstein, B. J., Keating, S. M., Jouraku, A., and Hucka M. (2008)
LibSBML: An API Library for SBML. Bioinformatics 24,
880--881.