getSBMLCompartList | R Documentation |
Retrieve list of compartments included in a SBML model
getSBMLCompartList(sbmlm)
sbmlm |
An object of class |
If the SBML model contains a ListOfCompartments section, a list
is
returned:
id |
character vector containing the compartment id's. If no id is given for a
particular compartment, the corresponding value is set to |
name |
character vector containing the reaction names. If
not available, the value is set to the empty string |
outside |
character vector containing the outside argument of the compartments. If
not available, the value is set to the empty string |
All list elements have the same length.
If the SBML model does not contain a ListOfCompartments 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.