Learn R Programming

sybilSBML (version 2.0.4)

getSBMLnumCompart: Get Number of Compartments

Description

Retrieve number of compartments of a SBML model.

Usage

getSBMLnumCompart(sbmlm)

Arguments

sbmlm
An object of class sbmlPtr as returned by getSBMLmodel. This is basically a pointer to a SBML model.

Value

  • A single integer value containing the number of compartments of a SBML model.

References

Bornstein, B. J., Keating, S. M., Jouraku, A., and Hucka M. (2008) LibSBML: An API Library for SBML. Bioinformatics 24, 880--881.

See Also

getSBMLmodel, sbmlPtr