Skip to content

Latest commit

 

History

History
63 lines (43 loc) · 1.52 KB

README.md

File metadata and controls

63 lines (43 loc) · 1.52 KB

TissueTMDD

Lifecycle: experimental

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 ↗️

Installation

Prerequisites

  • Git Installation and GitHub setup (instructions),
  • R Installation (>= 4.3.0),
  • (optional) RTools Installation (for Windows users, instructions).

Install TissueTMDD

# install.packages("remotes")
remotes::install_github("esqLABS/TissueTMDD@release")

To install the latest development version, use:

# install.packages("remotes")
remotes::install_github("esqLABS/TissueTMDD")

Run the App

library(TissueTMDD)
run_app()

Code of Conduct

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.