Interactive Safety Graphics

Open source interactive graphics for monitoring safety in clinical trial research.

View the Project on GitHub

Beta Testing Guide

Objective

Gather technical and clinical feedback for the new interactive eDish tool being created by the ASA/DIA Interactive Safety Graphics (ISG) working group.

Summary of the eDish Tool

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.

Testing Process Overview

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

Evaluation 1: Evaluating the web-based eDish Graphic

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.

Step-By-Step

[Total Time Required: 30 minutes to 1 hour]

  1. Open the eDish graphic in your web-browser at this link. We recommend avoiding Internet Explorer if at all possible. Chrome, Firefox and Safari should all work great.
  2. Download the clinical workflow document at this link, and use it’s guidance (in combination with your own clinical expertise) to review the data shown in the chart.
  3. Complete the survey.

Evaluation 2: Evaluating the safetyGraphics R package

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.

Step-by-Step

[Total Time Required: 1 hour for technical users, 30 minutes for clinical users]

  1. All Users - Identify a lab data set to use for the test. The data should be “long” (one record per person per visit per lab test) instead of wide. If you’ve got ADaM or SDTM data, that’s ideal. For convienience, we’ve also provided several suitable data sets below.
  2. Technical User - Install the most recent versions of R and RStudio if you haven’t already.
  3. Technical User - We’ll be using the latest development version of safetyGraphics R package to create a standalone version of the eDish chart using your data. We strongly recommend reviewing this “Shiny Application User Guide” Vignette before getting started.
  4. Technical User - Install the R package from github using the 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.
  5. All Users - Share the exported html graphic with the testing team at your organization, and ask them to follow the clinical workflow for this tool.
  6. All Users - Fill out the survey.

Technical Notes

install.packages("devtools")
library("devtools")
devtools::install_github("ASA-DIA-InteractiveSafetyGraphics/safetyGraphics")
library("safetyGraphics")
safetyGraphicsApp()

Disclaimer

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.

Questions?

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!