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!
This Shiny App depends on the following packages.
To build the docker image simply run:
docker build -t starblissgui .
To run docker container:
docker run -p 3838:3838 starblissgui