Skip to content

researchapps/cSCCscore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cSCCscore

This is the Squamous Cell Skin Cancer (cSCC) Recurrence Web Prediction Tool.

Usage

If you want to use the tool, it is deployed at https://researchapps.github.io/cSCCscore. For reproducibility, we also have packaged the tool in a Docker container. If you are familiar with Docker, you can run the container as follows:

docker run -d -p 80:80 vanessa/cscc

and then open your browser to http://127.0.0.1 to see the application.

Resources

This tool is developed by @vsoch from the Stanford University Research Computer Center.

Development

The static tool is being served from Github pages. The algorithm steps are included in the docs folder, and for the implementation see notes in the index.html. Calculated values are provided in the javascript console (right click and inspect in the browser) for help with debugging. The Docker image is an automated build on Docker Hub, and can also be built from this repository base as follows:

docker build -t vanessa/cscc .

If you have any questions or other issues please open an issue.

About

probability of developing a new squamous cell skin cancer in the next three years

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published