Description Instantiation Slots Extends Methods Author(s) References
The central SBML element. Contains the Species,
Reactions, Compartments and other
components of the model. See the SBML specification, at the reference, for
further details.
Objects can be created by calls of the form new("Model", ...).
id:Object of class "character" uniquely identifying this component.
name:Object of class "character" naming this component.
functionDefinitions:Object of class "list" containing
FunctionDefinitions. The names of the list
correspond to the IDs of the elements.
unitDefinitions:Object of class "list" containing
UnitDefinitions. The names of the list
correspond to the IDs of the elements.
compartments:Object of class "list" containing
Compartments. The names of the list
correspond to the IDs of the elements.
species:Object of class "list" containing
Speciess. The names of the list
correspond to the IDs of the elements.
parameters:Object of class "list" containing
Parameters. The names of the list
correspond to the IDs of the elements.
rules:Object of class "list" containing
Rules.
reactions:Object of class "list" containing
Reactions. The names of the list
correspond to the IDs of the elements.
events:Object of class "list" containing
Events. The names of the list
correspond to the IDs of the elements.
layouts:Object of class "list" containing
Layouts. The names of the list
correspond to the IDs of the elements.
speciesTypes:Object of class "list" containing
SpeciesTypes. The names of the list
correspond to the IDs of the elements.
compartmentTypes:Object of class "list" containing
CompartmentTypes. The names of the list
correspond to the IDs of the elements.
constraints:Object of class "list" containing
Constraints. The names of the list
correspond to the IDs of the elements.
initialAssignments:Object of class "list" containing
InitialAssignments.
modelHistory:Object of class
ModelHistory recording the history of the
model.
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).
Class "SBase", directly.
signature(object = "Model"): gets the id slot
signature(object = "Model"): sets the id slot
signature(object = "Model"): gets the name slot
signature(object = "Model"): sets the name slot
signature(object = "Model"): gets the compartments slot
signature(object = "Model"): sets the compartments slot
signature(object = "Model"): gets the events slot
signature(object = "Model"): sets the events slot
signature(object = "Model"): gets the functionDefinitions slot
signature(object = "Model"): sets the functionDefinitions slot
signature(object = "Model"): gets the layouts slot
signature(object = "Model"): sets the layouts slot
signature(object = "Model"): gets the parameters slot
signature(object = "Model"): sets the parameters slot
signature(object = "Model"): gets the species slot
signature(object = "Model"): sets the species slot
signature(object = "Model"): gets the reactions slot
signature(object = "Model"): sets the reactions slot
signature(object = "Model"): gets the rules slot
signature(object = "Model"): sets the rules slot
signature(object = "Model"): gets the unitDefinitions slot
signature(object = "Model"): sets the unitDefinitions slot
signature(object = "Model"): gets the compartmentTypes slot
signature(object = "Model"): sets the compartmentTypes slot
signature(object = "Model"): gets the constraints slot
signature(object = "Model"): sets the constraints slot
signature(object = "Model"): gets the initialAssignments slot
signature(object = "Model"): sets the initialAssignments slot
signature(object = "Model"): gets the speciesTypes slot
signature(object = "Model"): sets the
speciesTypesslot
signature(object = "Model"): gets the modelHistory slot
signature(object = "Model"): sets the modelHistory slot
signature(object = "Model"):
calculates the stoichiometry matrix of the model
Michael Lawrence
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.