
Last chance! 50% off unlimited learning
Sale ends in
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:
sample
SOSDesign
.type
"species"
.id
id
of the SBML element for
the time course.time
value
sens
:"matrix"
with results from sensitivity
analysis, not yet supported. "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. SOSExperiment
for running a simulation and
obtaining an instance of this class.