getSBMLerrors: Get SBML Errors

Description Usage Arguments Value Author(s) References See Also

View source: R/sybilSBML.R

Description

Retrieve list of errors in a SBML file.

Usage

1
  getSBMLerrors(sbmlf)

Arguments

sbmlf

An object of class sbmlPtr as returned by openSBMLfile. This is basically a pointer to a SBML document.

Value

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:

id

A single integer value containing the error id.

line

A single integer value containing the row number of the SBML file producing the error.

column

A single integer value containing the column number of the SBML file producing the error.

message

A single character string containing the error message.

If the SBML document does not contain errors, TRUE is returned.

Author(s)

Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>

Maintainer: Mayo Roettger <mayo.roettger@hhu.de>

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

openSBMLfile, validateSBMLdocument, sbmlPtr


sybilSBML documentation built on March 31, 2020, 5:08 p.m.