Retrieve list of compartments included in a SBML model
getSBMLCompartList(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 ListOfCompartments section, a list
is
returned:
character vector containing the compartment id's. If no id is given for a
particular compartment, the corresponding value is set to "no_id"
.
character vector containing the reaction names. If
not available, the value is set to the empty string ""
.
character vector containing the outside argument of the compartments. If
not available, the value is set to the empty string ""
.
Bornstein, B. J., Keating, S. M., Jouraku, A., and Hucka M. (2008) LibSBML: An API Library for SBML. Bioinformatics 24, 880--881.
getSBMLmodel
, '>sbmlPtr