General linear model
Recall that NONMEM supports general linear ODE model $$ \frac{dA(t)}{dt}=K^TA(t). $$
Here \(K\) is a \(n\times n\) matrix that could depend on \(x\). \(K(i, j)\) quantifies the first-order distribution of drug from compartment number i to compartment number j. NONMEM provides ADVAN5 and ADVAN7 for this type of model. In particular, ADVAN7 targets problems in which \(K\) has real eigenvalues, suitable for most PK applications.
In $PK block, reserved variable Kmn denotes the rate constant that
quantifies the first-order distribution of drug from compartment
number m to compartment number n is Kmn. The variable Km0 may be used instead of Kmn, where n is the
number of the output compartment. When the number of compartments
exceeds 10, the syntax Kmn=k may be ambiguous. The letter T may be
used to separate the two compartment numbers KmTn. The rate constants
are numbered (these numbers are used internally by the ADVAN)
according to the order in which they appear in the abbreviated code.
See $MODEL record for a description of compartment numbering.
In the following example we use ADVAN7 to replicate the one-compartment model ADVAN2.
|
|
CALLFL=1indicates$PKblock is only evaluated once per subject, at the first record of each subject.- Subscript "0" for K is for output compartment, thus \(K_{20}\) is the rate of drug transport from central to a virtual output compartment, representing elimination rate constant.
- The use of the DEFDOSE attribute on the following
$MODELrecord specifies that if the CMT data item is null on a given dose event record, then the dose(s) specified by that record are to be placed in the depot compartment. The use of the INITIALOFF attribute specifies that the depot compartment is to be off until a dose is placed in it. - The use of the DEFOBS attribute on the
$MODELrecord specifies that if the CMT data item is null on a given observation event record, then the quantity F which is available as a right-hand quantity in$ERRORis to be the scaled drug amount in the central compartment.
Similarly, we can use ADVAN7 to implement a three-compartment model with first-order absorption, where elimination occurs from a central compartment and one of two peripheral compartments.
|
|
Other parameterizations are possible, as long as the above set of micro-constants is
defined, e.g., the definitions of K20 and S2 can be replaced by the following.
|
|