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

https://github.com/ijlyttle/accdegtestshiny

Shiny interface to accDegTest R package
https://github.com/ijlyttle/accdegtestshiny

Last synced: about 1 month ago
JSON representation

Shiny interface to accDegTest R package

Awesome Lists containing this project

README

          

# accDegTestShiny

This repository is for a shiny app to demonstrate the capabilities of the accDegTest package.

## Installation

```R
install.packages("shiny")

# if devtools not installed:
# install.packages("devtools")
devtools::install_github("ebailey78/shinyBS")
devtools::install_github("rcqls/accDegTest")
devtools::install_github("ijlyttle/accDegTestShiny")
```

## Authors

* Rémy Drouilhet
* Alex Shum
* Ian Lyttle