Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.08 KB

README.md

File metadata and controls

24 lines (18 loc) · 1.08 KB

DosePredict

In drug development, dose prediction is routinely conducted quantitative data analysis. It involves combining available relevant preclinical and/or clinical data collectively to conduct modeling and simulation analyses where various dose prediction scenarios are considered. As further data emerge during drug development, dose prediction may undergo several rounds of refinement. In this project, we present DosePredict, a Shiny-based graphical user interface software that can be used for the conduct of dose predictions.

Citations

Accepted for publication: The Journal of Clinical Pharmacology 2020

Installation

Install R package dependencies:

install.packages(c("shiny","shinyjs","shinyBS","shinythemes","shinydashboard","mrgsolve","deSolve","magrittr","ggplot2","plotly","PKNCA","data.table","dplyr","RColorBrewer","rmarkdown","knitr","reshape2"))

Run the application from the R command line:

shiny::runGitHub('malekokour1/DosePredict')

User Guide