We have set up a Docker image linked to RStudio with Giotto pre-installed. Follow these instructions to create your own Docker container and run Giotto:
docker pull delron01/giotto:latest
docker run --rm -p 8787:8787 -e PASSWORD=mypassword delron01/giotto:latest
Open the browser of your choice and enter localhost:yourport
.
yourport
is either 8787
or the port you assigned it in step 2.You will be directed to an RStudio login.
Username: rstudio
Password: mypassword
Run the following:
{R}
library(Giotto)
Now you can run any analysis with Giotto!
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.