Create shareable and interactive trelliscope displays for visualizing omics data and statistics results.
Clone the git repo, open the global.R, ui.R, or server.R file in RStudio, and click the "Run App" button.
Go to our application website
First build the base docker file using Dockerfile-base, and then build the MODE dockerfile using Dockerfile. Make sure to update the dockerfiles with whatever you named your containers.
docker build -f Dockerfile-base --no-cache -t <name>
docker build -t Dockerfile --no-cache -t <name>