dmod_obs_2_petab_obs | R Documentation |
Function that takes an eqnvec object from dMod and converts it to the desired PEtab format including renaming of scaling and offset- parameters.
dmod_obs_2_petab_obs(obs, param_identifier = c("scale", "offset"))
obs |
eqnvec |
param_identifier |
vector of strings identifying parameters that should
be replaced in the PEtab format. The passed phrases must be appear in all
parameters that should be replaced and in none that not. Per default it is
assumed that there are (only) |
data.table formatted as required by PEtab
Severin Bang <severin.bang@physik.uni-freiburg.de>
## generate 'eqnvec' object with four parameters variably formatted observ <- eqnvec(test = "parafoo + meter_bar * cyberglarb(zorbhyper)") ## define what the parameter identiyfyers are identifiers <- c("foo", "bar", "glarb", "zorb") ## execute function out <- dmod_obs_2_petab_obs(obs = observ, param_identifier = identifiers)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.