- Model files are under
model:- Voriconazole PBPK model
voriPBPK.cpp - Extended voriconazole PBPK model
voriPBPK_ext.cpp - MAPK QSP model
mapkQSP.cpp
- Voriconazole PBPK model
- Digitized observed data are under
data:- Observed voriconazole data for adult IV
Adult_IV.csv, Pediatric IVPediatric_IV.csv, adult oralAdult_PO.csv, and pediatric oralPediatric_PO.csvhttps://www.ncbi.nlm.nih.gov/pubmed/25245942 - Virtual population data
s10vpop_pk.RDSfor MAPK QSP model https://www.ncbi.nlm.nih.gov/pubmed/28649441 - Tissue composition data
tissue_comp_PT.csvfor tissue:plasma partition coefficient calculation via the Poulin and Theil method https://www.ncbi.nlm.nih.gov/pubmed/11782904
- Observed voriconazole data for adult IV
- Scripts for running simulations and reproducing manuscript figures are under
script
- Make the folder:
scriptyour working directory - Run
pkgSetup.Rto install required packages - To reproduce the plot in Figure 1, run
mrgsolveIntro_script.R - To reproduce Figure 3, run
voriPBPK_script.R - To reproduce Figure 5, run
mapkQSP_script.R
To better capture oral voriconazole PK, an extension to the original model was added to include a mechanistic absorption model with an intestinal clearance component. The permeability was optimized and the intestinal clearance was scaled from hepatic clearance guided by relative enzyme expression data https://www.jstage.jst.go.jp/article/yakushi/123/5/123_5_369/_article. The extended model is saved as voriPBPK_ext.cpp and the script to run the oral voriconazole simulations is voriPBPK_ext_script.R.