Skip to content
/ explosig Public

ExploSig: web-based interactive visualization of mutation signatures and somatic mutation data

License

Notifications You must be signed in to change notification settings

lrgr/explosig

Repository files navigation

Build Status

ExploSig

interactive exploration of mutation signatures in human cancer

Hosted: https://explosig.lrgr.io

Docker Setup

We recommend using the docker configuration at explosig-docker to run ExploSig and ExploSig Server locally.

Build for production

yarn build && docker build -f prod.Dockerfile -t lrgr/explosig .

Build for development

docker build -f dev.Dockerfile -t lrgr/explosig-dev .

Develop

After building the containers, run them with explosig-docker, then open http://localhost:8000.

Related tools