ClusteRsy
a user-friendly software for transcriptome analysis and biomarker discovery
There are two ways you can run this software. The easiest way to run the app is by our docker image.
Docker
We have prepared a docker image, this is easy to set up and the software will be up and running in no time at all! Please follow the instructions below.
How to run the docker image
-
First you need to download Docker to your local machine.
-
Open up your terminal then run the following command
docker pull liuigem/clustersy_app
- Once the download is complete you can simply run the app by running the following command in the terminal
docker run -d --rm -p 3838:3838 liuigem/clustersy_app
The docker image is now running locally and it can be found either in the docker desktop application or visit your preferred web browser and then type:
http://localhost:3838/
ClusteRsy should now be up and running!
Running the app using R
Please see our README file on GitHub where all the steps are included.