getSBMLReactionsList | R Documentation |
Retrieve list of reactions included in a SBML model.
If sybilSBML was built with a libSBML version, that was not including the FBC plugin, FBC constraints are ignored. Please make sure that you build sybilSBML with the libSBML version containing the FBC plugin (check out installation details).
If sybilSBML was built with a libSBML version, that was not including the Groups plugin, Groups are ignored. Please make sure that you build sybilSBML with the libSBML version containing the Groups plugin (check out installation details).
getSBMLReactionsList(sbmlm)
sbmlm |
An object of class |
If the SBML model contains a ListOfReactions section, a list
is
returned:
id |
character vector containing the reaction id's. If no id is given for a
particular reaction, the corresponding value is set to |
name |
character vector containing the reaction names. If
not available, the value is set to the empty string |
reversible |
logical vector containing the reversible flag of the reactions. If no
reversible flag is given for a particular reaction, the corresponding value
is set to |
notes |
character vector containing the note strings. If no note is given for a
particular reaction, the corresponding value is set to the empty string
|
annotation |
character vector containing the annotation strings. If no annotation is
given for a particular reaction, the corresponding value is set to the empty
string |
reactants |
a list containing the reactions reactants.
If no reactant is given for a particular reaction, the corresponding value
is set to |
products |
a list containing the reactions products.
If no product is given for a particular reaction, the corresponding value
is set to |
kinetic_law |
a list containing the reactions parameters.
If no parameter is given for a particular reaction, the corresponding value
is set to |
All list elements have the same length.
If the SBML model does not contain a ListOfReactions 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.