View source: R/model-tQ-formula.R
tQ_formula | R Documentation |
set-up a tQ enzyme kinetics model formula to define a
an ordinary differential equation model that with kcat
, kM
model
parameters for use in the tQ_model.
tQ_formula(
series_index_variable = "series_index",
treatment_variable = "time",
treatment_units = "seconds",
ET_variable = "ET",
ET_units = "mg/ml",
ST_variable = "ST",
ST_units = "mg/ml",
response_variable = "P",
response_units = "mg/ml",
predictors = 1,
...
)
series_index_variable |
|
treatment_variable |
|
treatment_units |
|
ET_variable |
|
ET_units |
|
ST_variable |
|
ST_units |
|
response_variable |
|
response_units |
|
predictors |
|
... |
additional arguments passed to |
a bpformula
, which is a subclass of brms::brmsformula and can be
passed to tQ_model()
.
Choi, B., Rempala, G.A. & Kim, J.K. Beyond the Michaelis-Menten equation: Accurate and efficient estimation of enzyme kinetic parameters. Sci Rep 7, 17018 (2017). https://doi.org/10.1038/s41598-017-17072-z
tQ_model, tQ_prior, tQ_init, tQ_stanvar and brms::brmsformula, which this function wraps.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.