Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SafetyGraphics/safetyCharts
Charts for monitoring clinical trial safety designed for use with {safetyGraphics}
https://github.com/SafetyGraphics/safetyCharts
Last synced: 3 months ago
JSON representation
Charts for monitoring clinical trial safety designed for use with {safetyGraphics}
- Host: GitHub
- URL: https://github.com/SafetyGraphics/safetyCharts
- Owner: SafetyGraphics
- License: other
- Created: 2020-03-23T12:44:53.000Z (over 4 years ago)
- Default Branch: dev
- Last Pushed: 2023-08-23T14:00:42.000Z (about 1 year ago)
- Last Synced: 2023-11-20T15:21:16.676Z (12 months ago)
- Language: JavaScript
- Homepage:
- Size: 3.77 MB
- Stars: 5
- Watchers: 11
- Forks: 6
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-shiny-extensions - safetyCharts - Charts for monitoring clinical trial safety. (Visualization / Biological Data)
README
# safetyCharts
[![R build status](https://github.com/SafetyGraphics/safetyCharts/workflows/R-CMD-check/badge.svg)](https://github.com/SafetyGraphics/safetyCharts/actions)
The {safetyCharts} R package contains a set of charts used in clinical trial research. These charts are optimized for usage with the [{safetyGraphics} package](https://safetygraphics.github.io/safetyGraphics/) and shiny application, but can also easily be used as standalone displays.
# Chart Types
There are several types of charts included in this package:
- Static Displays - These are written as R functions that output static statistical displays. See the help files for each chart for more details. Saved in `\R`.
- [htmlwidgets](https://www.htmlwidgets.org/) - Interactive graphics written in javascript and configured for R using the [htmlwidgets](https://www.htmlwidgets.org/) package. Saved in `\inst\htmlwidgets`.
- Chart configuration Files - YAML files specifying chart details needed for safetyGraphics. Saved in `\inst\config`.For more information on using these charts with {safetyGraphics} see [this vignette](https://github.com/SafetyGraphics/safetyGraphics/wiki/ChartConfiguration).