Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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}

Awesome Lists containing this project

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).