-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
27 lines (27 loc) · 1.16 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Package: volcanoPlot
Type: Package
Title: Volcano Plot for Clinical Trial Adverse Events
Version: 1.0.0
Authors@R: c(
person("Jeremy", "Wildfire", email = "[email protected]", role = c("cre","aut")),
person("Becca", "Krouse", role="aut"),
person("Natalia","Andriychuk", role="aut"),
person("Anh","Tran", role = "aut"),
person("Isaac","Zhao", role="aut"))
Maintainer: Jeremy Wildfire <[email protected]>
Description: Interactive adverse event (AE) volcano plot for monitoring clinical trial safety. This tool allows users to view the overall distribution of AEs in a clinical trial using standard (e.g. MedDRA preferred term) or custom (e.g. Gender) categories using a volcano plot similar to proposal by Zink et al. (2013) <doi:10.1177/1740774513485311>. This tool provides a stand-along shiny application and flexible shiny modules allowing this tool to be used as a part of more robust safety monitoring framework like the Shiny app from the 'safetyGraphics' R package.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Imports:
fmsb,
dplyr,
DT,
ggplot2,
tidyr,
shiny,
purrr
Suggests:
safetyGraphics,
safetyData