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

https://github.com/merck/gmcplite

Lightweight graph-based multiple comparison procedures
https://github.com/merck/gmcplite

Last synced: about 2 months ago
JSON representation

Lightweight graph-based multiple comparison procedures

Awesome Lists containing this project

README

          

# gMCPLite

[![R-CMD-check](https://github.com/Merck/gMCPLite/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/Merck/gMCPLite/actions/workflows/R-CMD-check.yaml)
[![test-coverage](https://github.com/Merck/gMCPLite/workflows/test-coverage/badge.svg)](https://github.com/Merck/gMCPLite/actions)
[![Codecov test coverage](https://codecov.io/gh/Merck/gMCPLite/branch/main/graph/badge.svg)](https://app.codecov.io/gh/Merck/gMCPLite?branch=main)

gMCPLite is a fork of gMCP for graph-based multiple comparison procedures,
with the following features:

- Kept a selected subset of the original functions.
- Removed the rJava dependency and the Java-based graphical interface.
- Added an `hGraph()` function for ggplot2 visualizations.
It bridges gMCP result objects and gsDesign to produce
multiple comparison graphs and sequential graph updates.

A [Shiny app](https://rinpharma.shinyapps.io/gmcp/) is also available to generate graphs of multiple comparisons and update graphs based on graphical approach.

## Installation

```r
# The easiest way to get gMCPLite is to install:
install.packages("gMCPLite")

# Alternatively, install development version from GitHub:
# install.packages("remotes")
remotes::install_github("Merck/gMCPLite")
```