Retrieve list of unit definitions included in a SBML model
getSBMLunitDefinitionsList(sbmlm)
An object of class '>sbmlPtr
as returned by
getSBMLmodel
. This is basically a pointer to a SBML model.
If the SBML model contains a listOfUnitDefinitions section, a list
is
returned:
character 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"
.
a list containing the units.
character vector containing the unit kind's involved as
unit definitions. If no kind is given for a particular unit, the
corresponding value is set to "no_kind"
.
integer vector containing the scale. If no scale is given for a
particular unit, the corresponding value is set to 0
.
integer vector containing the exponent. If no exponent is given for a
particular unit, the corresponding value is set to 1
.
numeric vector containing the multiplier. If no multiplier is given for
a particular species, the corresponding value is set to 1
.
NULL
.Bornstein, B. J., Keating, S. M., Jouraku, A., and Hucka M. (2008) LibSBML: An API Library for SBML. Bioinformatics 24, 880--881.
getSBMLmodel
, '>sbmlPtr