Description Slots Extends Methods Author(s) References See Also
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
:A "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:
sample
A factor, the run number, only exists if there
were multiple runs, see SOSDesign
.
type
A factor, the SBML element type for the time course,
e.g. "species"
.
id
A factor, the id
of the SBML element for
the time course.
time
The numeric time value for the time point.
value
The actual numeric value for the time course at that time.
sens
:A "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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.