Skip to content

esqLABS/esqIVIVE

Repository files navigation

esqIVIVE

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

Installation

You can install the development version of esqIVIVE from GitHub with:

# install.packages("devtools")
devtools::install_github("esqLABS/esqIVIVE")

Example

This is a basic example which shows you how to solve a common problem:

library(esqIVIVE)
## basic example code

Contribute

Coding Standards

Contributors should comply with the Open Systems Pharmacology Coding Standards for R

Development Environment

To install all the dependencies required for development, run:

renv::install()

Testing

To run packages tests, execute

devtools::test()

Documentation Generation

pkgdown:::build_site_external()

About

No description, website, or topics provided.

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published