Awesome
starBlissGUI
A GUI for the starBliss package made with RShiny. Check it out on ShinyApps.io here or build the Docker Image with the instructions below!
Dependencies
This Shiny App depends on the following packages.
Building the Docker Image
To build the docker image simply run:
docker build -t starblissgui .
To run docker container:
docker run -p 3838:3838 starblissgui