The goal of esqIVIVE is to perform extrapolation of in vitro ADME parameters and in vitro effect concentrations to in vivo. The herein extrapolations have been developed focusing on the integration with OSP tools.
In the near future the codes will be transformed in a package . As of now the public can use the code as is, examples are provided. Currently there are available codes to calculate:
- the fraction unbound in in vitro hepatic models (microsomes and hepatocytes)
- the calculation or extrapolation of in vitro hepatic clearance : https://github.com/esqLABS/esqIVIVE/blob/main/R/clearance_IVIVE.R
- the calculation or extrapolation of in vitro hepatic metabolic Vmax and Km
- the calculation of fraction unbound in plasma using protein-specific affinity constant
You can install the development version of esqIVIVE from GitHub with:
# install.packages("devtools")
devtools::install_github("esqLABS/esqIVIVE")
This is a basic example which shows you how to solve a common problem:
library(esqIVIVE)
## basic example code
Contributors should comply with the Open Systems Pharmacology Coding Standards for R
To install all the dependencies required for development, run:
renv::install()
To run packages tests, execute
devtools::test()
pkgdown:::build_site_external()