getSBMLerrors | R Documentation |
Retrieve list of errors in a SBML file.
getSBMLerrors(sbmlf)
sbmlf |
An object of class |
If the SBML document contains errors, a list
is returned:
infos |
a list of infos. |
warnings |
a list of warnings. |
errors |
a list of errors. |
fatals |
a list of fatals. |
Each elements of the lists above, is again a list:
A single integer value containing the error id.
A single integer value containing the row number of the SBML file producing the error.
A single integer value containing the column number of the SBML file producing the error.
A single character string containing the error message.
If the SBML document does not contain errors, TRUE
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.
openSBMLfile
, validateSBMLdocument
,
sbmlPtr
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.