-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME.Rmd
170 lines (117 loc) · 5.64 KB
/
README.Rmd
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
---
title: ""
output: github_document
---
# model depot <img src = "vignette/img/mrgsolve_hex.png" align="right" width="120px"></img>
mrgsolve has a function called `modlib()` that returns path
to a library of precoded models that can be accessed like this
```{r, eval=FALSE}
mod <- mread("pk1", modlib())
```
or more concisely
```{r, eval=FALSE}
mod <- modlib("pk1")
```
__depot__ works just like `modlib()`, but the models come in a
separate package housed here. For example
```{r, eval = FALSE}
mod <- depot("gcsf")
```
Please see the vignettes for the models listed below. More models to come.
# Installation
```{r, eval=FALSE}
remotes::install_github("mrgsolve/depot", subdir = "pkg")
```
## Models
## azithro
- Type: Population PK
- Links: [model](pkg/inst/models/azithro.cpp) [vignette](vignette/azithro.md)
__Reference__ Zhao Q, Tensfeldt TG, Chandra R, Mould DR. _Population
pharmacokinetics of azithromycin and chloroquine in healthy adults and paediatric
malaria subjects following oral administration of fixed-dose azithromycin and
chloroquine combination tablets_. Malar J. 2014 Jan 29;13:36.
doi:10.1186/1475-2875-13-36. PubMed PMID: 24472224; PubMed Central
PMCID: PMC3909452.
## cipro
- Type: PBPK
- Links: [model](pkg/inst/models/cipro.cpp) [vignette](vignette/cipro.md)
__Reference__ Sadiq MW, Nielsen EI, Khachman D, Conil JM, Georges B, Houin G, Laffont CM,
Karlsson MO, Friberg LE. A whole-body physiologically based pharmacokinetic
(WB-PBPK) model of ciprofloxacin: a step towards predicting bacterial killing at
sites of infection. J Pharmacokinet Pharmacodyn. 2017 Apr;44(2):69-79. doi:
10.1007/s10928-016-9486-9. Epub 2016 Aug 30. PubMed PMID: 27578330; PubMed
Central PMCID: PMC5376394.
## gcsf
- Type: TMDD
- Links: [model](pkg/inst/models/gcsf.cpp) [vignette](vignette/gcsf.md)
__Reference__ Krzyzanski W, Wiczling P, Lowe P, Pigeolet E, Fink M, Berghout A, Balser S.
Population modeling of filgrastim PK-PD in healthy adults following intravenous
and subcutaneous administrations. J Clin Pharmacol.
2010 Sep;50(9 Suppl):101S-112S. doi: 10.1177/0091270010376966.
PubMed PMID: 20881223.
## sunit
- Type: Population PK
- Links:[model](pkg/inst/models/sunit.cpp) [vignette](vignette/sunit.md)
__Reference__ Houk BE, Bello CL, Kang D, Amantea M. A population pharmacokinetic
meta-analysis of sunitinib malate (SU11248) and its primary metabolite
(SU12662) in healthy volunteers and oncology patients. Clin Cancer Res.
2009 Apr 1;15(7):2497-506. doi: 10.1158/1078-0432.CCR-08-1893. Epub 2009
Mar 3. PubMed PMID: 19258444.
## secukinumab
- Type: PK/PD
- Links: [model](pkg/inst/models/secukinumab.cpp) [vignette](vignette/secukinumab.md)
__Reference__ FDA Clin Pharm Review 125504Orig1s000ClinPharmR.pdf
- Clinical Pharmacology Reviewer: Jie Wang, Ph.D.
- Pharmcometrics Reviewer: Jee Eun Lee, Ph.D.
- Pharmacometrics Team Leader: Jeffry Florian, Ph.D.
- Clinical Pharmacology Team Leader: Yow-Ming Wang, Ph.D.
https://www.accessdata.fda.gov/drugsatfda_docs/nda/2015/125504Orig1s000ClinPharmR.pdf
## rifampicin
- Type: PBPK
- Links: [model](pkg/inst/models/rifampicin.cpp) [vignette](vignette/rifampicin.md)
__Reference__ Asaumi R, Toshimoto K, Tobe Y, Hashizume K, Nunoya KI, Imawaka H, Lee W,
Sugiyama Y. Comprehensive PBPK Model of Rifampicin for Quantitative Prediction of
Complex Drug-Drug Interactions: CYP3A/2C9 Induction and OATP Inhibition Effects.
CPT Pharmacometrics Syst Pharmacol. 2018 Mar;7(3):186-196. doi:
10.1002/psp4.12275. Epub 2018 Feb 5. PubMed PMID: 29368402; PubMed Central PMCID:
PMC5869557.
## moxi
- Type: Population PK
- Links: [model](pkg/inst/models/moxi.cpp) [vignette](vignette/moxi.md)
__Reference__ Wicha SG, Haak T, Zink K, Kees F, Kloft C, Kees MG. Population
pharmacokinetics and target attainment analysis of moxifloxacin in patients with
diabetic foot infections. J Clin Pharmacol. 2015 Jun;55(6):639-46.
doi:10.1002/jcph.464. Epub 2015 Feb 13. PubMed PMID: 25600294.
## opg
- Type: PK/PD
- Links: [model](pkg/inst/models/opg.cpp) [vignette](vignette/opg.md)
__Reference__ Zierhut ML, Gastonguay MR, Martin SW, Vicini P, Bekker PJ, Holloway D, Leese
PT, Peterson MC. Population PK-PD model for Fc-osteoprotegerin in healthy
postmenopausal women. J Pharmacokinet Pharmacodyn. 2008 Aug;35(4):379-99.
doi: 10.1007/s10928-008-9093-5. Epub 2008 Jul 17. PubMed PMID: 18633695.
## epo
- Type: TMDD
- Links: [model](pkg/inst/models/epo.cpp) [vignette](vignette/epo.md)
__Reference__ Yan X, Lowe PJ, Fink M, Berghout A, Balser S, Krzyzanski W. Population
pharmacokinetic and pharmacodynamic model-based comparability assessment of a
recombinant human Epoetin Alfa and the Biosimilar HX575. J Clin Pharmacol. 2012
Nov;52(11):1624-44. doi: 10.1177/0091270011421911. Epub 2011 Dec 12.
PubMed PMID: 22162538; PubMed Central PMCID: PMC3483448.
## pbpk
- Type: PBPK
- Links: [model](pkg/inst/models/pbpk.cpp) [vignette](vignette/pbpk.md)
__Note__: this is the general PBPK model coded in the Supplementary Data.
__Reference__ Jones H, Rowland-Yeo K. Basic concepts in physiologically based
pharmacokinetic modeling in drug discovery and development. CPT Pharmacometrics
Syst Pharmacol. 2013 Aug 14;2:e63. doi: 10.1038/psp.2013.41. PubMed PMID:
23945604; PubMed Central PMCID: PMC3828005.
## tmdd
- Type: TMDD
- Links: [model](pkg/inst/models/tmdd.cpp) [vignette](vignette/tmdd.md)
__Note__: this is one example of a full TMDD model. It is not specific to
any drug.
__Reference__ Peletier LA, Gabrielsson J. Dynamics of target-mediated drug
disposition: characteristic profiles and parameter identification.
J Pharmacokinet Pharmacodyn. 2012 Oct;39(5):429-51.
doi: 10.1007/s10928-012-9260-6. Epub 2012 Aug 1. PMID: 22851162;
PMCID: PMC3446204.