Learn R Programming

rsbml (version 2.30.0)

InitialAssignment-class: SBML Type "InitialAssignment"

Description

Calculates the value of a symbol when the model is initialized.

Arguments

Objects from the Class

Objects can be created by calls of the form new("InitialAssignment", ...).

Slots

symbol:
Object of class "character" to which the value is assigned.
math:
Object of class "expression" that evaluates to the assigned value.
metaId:
Object of class "character" that is an XML ID "described" by an RDF resource. This links an SBML element to an RDF resource. RDF may appear anywhere in an SBML element, but is usually placed inside the annotation element.
notes:
Object of class "character" containing user-readable XHTML notes about an element.
annotation:
Object of class "character" containing additional machine-readable information about an element, usually as RDF, such as BioPAX. This is where application-specific data belongs.
cvTerms:
Object of class "list" containing instances of CVTerm associated with this element.
sboTerm:
Object of class "integer" identifying a term in the Systems Biology Ontology (SBO).

Extends

Class "SBase", directly.

Methods

math
signature(object = "InitialAssignment"): gets the math slot.
math<-
signature(object = "InitialAssignment"): sets the math slot.
symbol
signature(object = "InitialAssignment"): gets the symbol slot.
symbol<-
signature(object = "InitialAssignment"): sets the symbol slot.

References

http://sbml.org/documents/

See Also

AssignmentRule, which can set a value at any time but cannot set constants.