powered by
Convert models from linear elimination to Michaelis-Menten elimination
convertMM( ui, central = "central", elimination = "kel", vm = "vm", km = "km", vc = "vc" )
new model changing linear elimination to Michaelis-Menten elimination
model to convert
the central compartment where the elimination is present
variable for the elimination constant in the model
variable name for Vmax in the model
variable name for Km in the model
variable name for Vc in the model
Matthew L. Fidler
readModelDb("PK_1cmt_des") |> convertMM() readModelDb("PK_2cmt_des") |> convertMM() readModelDb("PK_3cmt_des") |> convertMM() readModelDb("PK_3cmt_des") |> removeDepot() |> convertMM()
Run the code above in your browser using DataLab