Skip to contents

User Functions

exported functions

ABCMCMC()
Performs and Approximate Bayesian Computation Sampling of Model Parameters
checkFitWithPreviousExperiments()
ABC acceptance of currently sampled values given old data (Prior)
checkModel()
checkModel tries to establish the simulation file for a given model
dCopulaPrior()
copulaPrior creates a prior probability density function
dNormalPrior()
dNormalPrior creates the density function of a multivariate normal distribution with independent components
dUniformPrior()
dUniformPrior creates a uniform density function
fitCopula()
Makes a Probability Density Estimate (from a sample)
getMCMCPar()
Selects MCMC scheme specific setup parameters
importReactionsSSA()
Functions to construct and run the stochastic simulation using GillespieSSA2 package
makeGillespieModel()
Create a list of reactions for GillespieSSA2
makeIndepCopula()
Copula Formulation for Uniform Prior Distributions
makeObjective()
creates Objective functions from ingredients
makeObjectiveSSA()
Function that creates the objective function
parUpdate()
Updates Parameter Values
plotSimualtionsFromSBtab()
Simulate and plot Data and Simulation
preCalibration()
Determine a starting value for ABC's delta
rCopulaPrior()
rCopulaPrior returns a function that generates random values from the copula model
rNormalPrior()
rNormalPrior returns a random vector generator
rUniformPrior()
rUniformPrior returns a random vector generator
sensitivity()
Global Sensitivity Analysis
sensitivity.graph()
plot the sensitivity matrix
simulator.c()
This creates a closure that simulates Experiments using the ODE Model
uqsa_example()
Load an example model for this package

Internal Functions

not exported functions

convert.parameter()
Convert ODE parameter to Gillespie parameter
match.coefficients()
find the coefficients in a formula
match.names()
Find the variable names in a formula
observable.mean.in.bin()
The mean value of an observable value given a parameter bin
parameter.from.kinetic.law()
Attempt to find multiplicative reaction rate coefficients
parse.formula()
Splits a formula into a left and right side
parse.kinetic()
Find forward and backward component in a reaction kinetic
propensity()
propensity creates a propensity formula
sum.of.bin.variance()
Weighted Sum of Bin-specific variances
uqsa uqsa-package
uqsa: Uncertainty Quanitification and Global Sensitivity Analysis via ABC sampling
getDose()
Get the values of the input for a series of dose response experiments
plotDoseResponse()
Plot dose response simulations with experimental data
plotTimeSeries()
Plot time series simulations with experimental data