TissueTMDD is a shiny that provide an interactive way to run simulations of drug-target binding in tissue interstitial space.
Using TissueTMDD, you can:
- Setup simulation parameters,
- Run simulations,
- Compare simulations,
- Export and import simulation settings
Try the Web Application Here
- Git Installation and GitHub setup (instructions),
- R Installation (>= 4.3.0),
- (optional) RTools Installation (for Windows users, instructions).
# install.packages("remotes")
remotes::install_github("esqLABS/TissueTMDD@release")
To install the latest development version, use:
# install.packages("remotes")
remotes::install_github("esqLABS/TissueTMDD")
library(TissueTMDD)
run_app()
Please note that the TissueTMDD project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.