| SOSResult-class {rsbml} | R Documentation |
A result from simulating an
SOSExperiment. Contains the time course for each
of the model variables: the Species quantities,
Compartment sizes, Parameter
values, and Reaction rates.
data:"data.frame" containing the time course
data. Each row contains the value at a single time point for a
single time course. Has the following columns:
sampleSOSDesign.type"species".idid of the SBML element for
the time course.timevaluesens:"matrix" with results from sensitivity
analysis, not yet supported.
Class "ExperimentResult", directly.
signature(x = "SOSResult"): converts this object
to a time course object of class ts. This allows analysis of
the results with existing R infrastructure for time course analysis.signature(object = "SOSResult"): returns
a subset containing only the Compartment size
courses.signature(object = "SOSResult"): returns
a subset containing only the global Parameter
value courses.signature(object = "SOSResult"): returns
a subset containing only the Reaction rate courses.signature(object = "SOSResult"): returns
a subset containing only the Species quantity
courses. Michael Lawrence
See http://www.tbi.univie.ac.at/~raim/odeSolver/ for more information on the SBML ODE Solver library.
SOSExperiment for running a simulation and
obtaining an instance of this class.