View source: R/functions_wrapper.R
add_metabolite | R Documentation |
Adds a metabolite compartment to a model
The flow from the central compartment to the metabolite compartment will be unidirectional.
Presystemic indicate that the metabolite compartment will be directly connected to the DEPOT. If a depot compartment is not present, one will be created.
add_metabolite(model, drug_dvid = 1, presystemic = FALSE)
model |
(Model) Pharmpy model |
drug_dvid |
(numeric) DVID for drug (assuming all other DVIDs being for metabolites) |
presystemic |
(logical) Decide wether or not to add metabolite as a presystemetic fixed drug. |
(Model) Pharmpy model object
## Not run:
model <- load_example_model("pheno")
model <- add_metabolite(model)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.