PKModelDesign
Helper object to construct pharmacokinetic model
Description
Use the PKModelDesign object to construct a SimBiology® model for PK modeling. The PKModelDesign object lets
you specify the number of compartments, the type of dosing, and method of elimination
which you then use to construct the SimBiology model object with the necessary compartments, species, reactions, rules,
and events.
pkm = PKModelDesign;
Use the addCompartment method to add a compartment with a specified
dosing and elimination. addCompartment adds each subsequent
compartment and connects it to the previous compartment using a reversible reaction.
This reaction models the flux between compartments in a PK model.
The construct method uses the PKModelDesign
object to create a SimBiology model object.
The PKModelDesign class is a subclass of the
hgsetget class, which is a subclass of the
handle class. For more information on the inherited methods see
hgsetget and handle.
Construction
PKModelDesign | Create PKModelDesign object |
Method Summary
| delete | Delete SimBiology object |
| get | Get SimBiology object properties |
| set | Set SimBiology object properties |
Property Summary
| PKCompartments | Hold compartments in PK model |
See Also
Create Pharmacokinetic Models in the
SimBiology User's Guide, PKCompartment object
Version History
Introduced in R2009a