SBMLDocument-class {rsbml}R Documentation

"SBMLDocument" from libsbml

Description

Low-level libsbml document structure.

Instantiation

A virtual Class: No objects may be created from it.

Extends

Class "oldClass", directly.

Methods

rsbml_check
signature(object = "SBMLDocument"): semantically validates the document. Emits warnings describing the problems.
rsbml_dom
signature(doc = "SBMLDocument"): Constructs an S4 object model from a libsbml document.
rsbml_graph
signature(doc = "SBMLDocument"): Converts a libsbml document to a graph.
rsbml_problems
signature(object = "SBMLDocument"): reports problems encountered during parsing and/or validation.
rsbml_write
signature(object = "SBMLDocument"): writes this document to a file as SBML.
rsbml_xml
signature(object = "SBMLDocument"): converts this document to a string as SBML.

Author(s)

Michael Lawrence

References

http://sbml.org/documents/


[Package rsbml version 1.2-1 Index]