Open source interactive graphics for monitoring safety in clinical trial research.
Gather technical and clinical feedback for the new interactive eDish tool being created by the ASA/DIA Interactive Safety Graphics (ISG) working group.
Evaluation of Drug-Induced Serious Hepatotoxicity (eDISH) plots are a key tool used to assess liver toxicity in clinical trials. Our tool implements the standard eDish workflow as a free and open source interactive graphic paired with a thoroughly documented clinical workflow. The graphic itself was created using javascript and will run in any modern web browser. We’ve also created an R package to make it as easy as possible for users to create eDish charts for using their own clinical data.
In addition to attend kick-off and wrap-up meetings, we’ve broken the testing process in to 2 separate evaluations of the eDish tool:
More details on each Phase is provided below
First, we’d like to get some clinical feedback on the graphic using a demo data set. For this phase, we’re asking that clinical users use the clinical workflow document to access safety signals in a data set that we provide. More technical testers, can skip this testing phase.
[Total Time Required: 30 minutes to 1 hour]
Next, we’d like you to evaluate the safetyGraphics R package. In general, we think that it will be easiest for a technical user (with experience using R and RStudio) to configure the chart and then share a simple html version of the graphic with clinical users.
[Total Time Required: 1 hour for technical users, 30 minutes for clinical users]
devtools
package, open up the app, load a data set, update the settings as needed, and export a copy of the eDish plot. See the technical notes below if you run in to problems.safetyGraphics
Shiny App. Just click below to download the file to your computer, and then upload it in to the app as described in the vignette:
install.packages("devtools")
library("devtools")
devtools::install_github("ASA-DIA-InteractiveSafetyGraphics/safetyGraphics")
library("safetyGraphics")
safetyGraphicsApp()
safetyGraphics
requires a fairly recent version of R (>v3.5).safetyGraphics
library. Although you will be viewing the data in a web browser, both the shiny application and the exported reports are hosted on your computer as described here.The workflow incorporated in this tool is not comprehensive. It only addresses evaluation of labs and does not take into account adverse events, for instance. We plan to expand the workflow reflected in this tool in future versions.
The R package is very much under development so if you find problems please let us know. Email us, file an issue on github or send a meeting invite and we’ll talk you through it!