-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrun118.mod
77 lines (67 loc) · 2 KB
/
run118.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
;; 1. Based on: run117
;; 2. Description: FINAL IG Arctigenin to AA + AG, IG, mean Cl 2, All unrealse some pars
;; x1. Author: RZ
$PROBLEM METABOLISM OF ARCTIGENIN IN RATS AFTER IV - ADVAN6
$DATA Arctigenin_IG_for_nonmem.csv IGNORE=@
$INPUT ID TIME DV DOSE=AMT MDV CMT DL
$SUBROUTINE ADVAN6 TOL=6
$MODEL
COMP=(LUMEN DEFDOSE) ; 1. intestine lumen
COMP=(AG_CENTR) ; 2. AG in central
COMP=(AA_CENTR) ; 3. AA in Central
COMP=(INTESTIN) ; 4. Intestine compartment
;COMP=(AG_INTES) ; 5. AG in intestine
COMP=(AG_PER) ; 5. AG in perp
COMP=(AA_PER) ; 6. AA in perp
$PK
Ka = THETA(1)*EXP(ETA(1)) ; absorption rate of AR
K20= THETA(2) ; elimination rate of AG from Central
K30= THETA(3) ; elimination rate of AA from central comp
;K52= THETA(4) ; AG from intestine to central
;K63= THETA(5) ; AR from intestine to central
V2= THETA(4) ; volume of central
;V4= THETA(7) ; volume of intestine
S2= V2
S3= V2
Ki= THETA(5) ; scale factor for blood hydrolysis
Kb= THETA(6) ; scale factor for liver glucuronidation
;Fi3= THETA(10) ; scale factor for intestine glucuronidation
;Km1= THETA(11) ; AA blood hydrolysis
;Vm1= THETA(12)
;Km2= THETA(13) ; AG liver glucuronidation
;Vm2= THETA(14)
;Km3= THETA(15) ; AG intestine glucuronidation
;Vm3= THETA(16)
K52= THETA(7)
K25= THETA(8)
K63= THETA(9)
K36= THETA(10)
$DES
DADT(1)=-Ka*A(1)
DADT(2)= Ki*A(4)-K20*A(2)-K25*A(2)+K52*A(5)
DADT(3)= Kb*A(4)-K30*A(3)-K36*A(3)+K63*A(6)
DADT(4)= Ka*A(1)-Ki*A(4)-Kb*A(4)
DADT(5)= K25*A(2)-K52*A(5)
DADT(6)= K36*A(3)-K63*A(6)
$ERROR
Y = F+ERR(1)
$THETA
(0, 5) ; Ka
(0, 0.45) ; K20
(0, 1.93) ; K30
(0, 16) ; V2
(0, 1.5) ; Ki
(0, 6.01) ; Kb
(0, 0.124) ; K52
(0, 0.225) ; K25
(0, 1.36) ; K63
(0, 7.45) ; K36
$OMEGA
0 FIX
$SIGMA
0.000432 ; Residual error
$EST METHOD=0 MAXEVAL=999 NOABORT SIG=5 PRINT=1
$COV
; Xpose
$TABLE ID TIME DV MDV CMT DL ONEHEADER NOPRINT FILE=sdtab118.tab
$TABLE ID Ka K20 K30 V2 ONEHEADER NOPRINT FILE=patab118.tab