Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 780 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 780 Bytes

hypeR-shiny

hypeR

A web interface for interacting with the R package hypeR.

Use the interface

https://hyper-shiny.shinyapps.io/wapp/

Run your own instance

Hint
Make sure you have R > 4.0 and have installed the required packages in app.R
git clone https://github.com/montilab/hypeR-shiny
cd hypeR-shiny
R
shiny::runApp()