-
Notifications
You must be signed in to change notification settings - Fork 0
/
run129.mod
59 lines (47 loc) · 1.35 KB
/
run129.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
;; 1. Based on: run113
;; 2. Description: FINAL IV Arctigenin to AA + AG, IV, KL, KB
;; x1. Author: RZ
$PROBLEM METABOLISM OF ARCTIGENIN IN RATS AFTER IV - ADVAN6
$DATA Arctigenin_IV_for_nonmem.csv IGNORE=@
$INPUT ID TIME DV DOSE=AMT MDV CMT DL
$SUBROUTINE ADVAN6 TOL=6
$MODEL
COMP=(CENTRAL,DEFDOSE,DEFOBS) ; 1. Arctigenin (AR) central
COMP=(AG_LIVER) ; 2. AG Liver, equal to central
COMP=(AA_CENTR) ; 3. AA Central
$PK
K10= THETA(1)*EXP(ETA(1)) ; elimination rate constant of AR from central comp
K20= THETA(2)*EXP(ETA(2)) ; elimination rate constant of AG from Liver, not considering the transfer from Liver to Central
K30= THETA(3)*EXP(ETA(3)) ; elimination rate constant of AA from central comp
V1= THETA(4)*EXP(ETA(4))
S1= V1
S2= V1
S3= V1
KB= THETA(5)*EXP(ETA(5)) ; Metabolism rate constant in Blood
KL= THETA(6)*EXP(ETA(6)) ; Metabolism rate constant in Liver
$DES
DADT(1)=-K10*A(1)-KB*A(1)-KL*A(1)
DADT(2)= KL*A(1)-K20*A(2)
DADT(3)= KB*A(1)-K30*A(3)
$ERROR
Y = F + EPS(1)
$THETA
(0 FIX) ; K10
(0, 0.206) ; K20
(0, 0.132) ; K30
(0, 0.3) ; V1(L)
(0, 0.1) ; KB
(0, 0.1) ; KL
$OMEGA
0 FIX ; IIV K10
0 FIX ; IIV K20
0 FIX ; IIV K30
0 FIX ; IIV V1
0 FIX ; IIV KB
0 FIX ; IIV KL
$SIGMA
0.01 ; Residual error
$EST METHOD=0 MAXEVAL=999 NOABORT SIG=5 PRINT=1 POSTHOC
$COV
; Xpose
$TABLE ID TIME DV MDV CMT DL ONEHEADER NOPRINT FILE=sdtab129.tab