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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
Feb 2, 2019
Feb 2, 2019
Jan 21, 2020
May 28, 2018
Sep 18, 2019
Feb 2, 2019
Feb 2, 2019
Oct 31, 2018
Jan 30, 2019
Feb 6, 2020
Oct 31, 2018
Sep 18, 2019
Dec 30, 2019
Sep 18, 2019
May 4, 2018
Jan 21, 2020

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