Calculated plasma concentration AUC vs time according to the `gas_pbtk`
auc_httk_gas_pbtk(
params,
time,
dose,
route,
medium = "plasma",
this_chem = NULL,
this_species = NULL,
restrictive = TRUE
)
A vector of blood or plasma AUC values corresponding to `time`.
A named numeric vector of model parameter values.
A numeric vector of times, reflecting the time point when concentration is measured after the corresponding single bolus dose. Must be same length as `dose` and `iv.dose`, or length 1.
A numeric vector of doses, reflecting single bolus doses administered at time 0. Must be same length as `time` and `iv.dose`, or length 1. In this model, it is expected that this value represents a measurement of radioactive particles from a radiolabeling experiment.
A character vector, reflecting the route of administration of each single bolus dose: `'oral'` or `'iv'`. Must be same length as `time` and `dose`, or length 1.
A character vector reflecting the medium in which each resulting concentration is to be calculated: "blood" or "plasma". Default is "plasma". Must be same length as `time` and `dose`, or length 1.
A character vector naming the chemical for calculations in `httk`.
A character vector naming the species for calculations in `httk`.
A logical value (TRUE or FALSE. Default: FALSE) that says whether the assumption is that the clearance is restrictive or non-restrictive
These are given by [httk::parameterize_gas_pbtk()]. Furthermore, they are transformed to a vector during the prefitting process. The optimized parameters are `Clint` and `Funbound.plasma`. Because these optimized parameters impact `Clmetabolismc`, `Krbc2pu`, `Rblood2plasma` and `Fabsgut`, these are recalculated at the beginning of this function.
Gilberto Padilla Mercado
Other built-in model functions:
auc_1comp()
,
auc_2comp()
,
auc_flat()
,
cp_1comp()
,
cp_2comp()
,
cp_2comp_dt()
,
cp_flat()
,
cp_httk_gas_pbtk()
,
get_params_1comp()
,
get_params_2comp()
,
get_params_flat()
,
get_params_httk_gas_pbtk()
,
get_starts_1comp()
,
get_starts_2comp()
,
get_starts_flat()
,
get_starts_httk_gas_pbtk()
,
tkstats_2comp()
,
transformed_params_2comp()
Other httk model functions:
cp_httk_gas_pbtk()
,
get_params_httk_gas_pbtk()
,
get_starts_httk_gas_pbtk()