Git Product home page Git Product logo

prostate-docker's Introduction

RAPS

Risk After Prostate Surgery Shiny Web Application, Dockerized.

raps

We have developed a tool called RAPS (Risks After Prostate Surgery) that uses a man’s personal characteristics to estimate his probability of: a) prostate cancer recurrence, and b) dying without recurrence within 10 years of radical prostatectomy for his cancer.

Docker Run Instructions

The application has been dockerized, meaning that it can be deployed locally with Docker. You should first install the docker engine and docker-compose for your platform, and then clone the repo, and run the application:

  git clone https://github.com/vsoch/prostate-docker
  cd prostate-docker
  docker-compose up -d

Then open up your browser to 127.0.0.1:3838 to use the application. If you want to edit and rebuild the image:

 docker-compose stop
 docker-compose rm
 docker build -t vanessa/prostate-raps .
 docker-compose up -d

or if you want to log directly into the container (to use the R installed with all packages, etc.), first use docker ps to get the container ID, and then use docker exec to connect to the container:

 docker exec -it (CONTAINER-ID) bash

If you are interested in the codebase to deploy to http://shinyapps.io please see the prostate repo. Please post to an issue if you have questions or other issues with the code.

prostate-docker's People

Contributors

vsoch avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.