This tool is available at https://pigrenok.github.io/epigenetics-clocks-phenotypes/.
You can have it all on your computer and use this tool without access to the internet.
You need to have docker running on your computer.
Then you need to clone this repository (require Internet access):
git clone https://github.com/Pigrenok/epigenetics-clocks-phenotypes.git
cd epigenetics-clocks-phenotypes
Then in Linux you just need to run
./run.sh
It will launch nginx:latest
docker container with passing the repo directory to the root directory of nginx server and opening port 8005.
After that you can go to http://localhost:8005
in your browser and will get the interactive table locally.
Make sure you run .\run.sh
for the first time with internet access as Docker need to download nginx
docker image.
In other OS, you need to understand how to launch docker container with nginx:latest
image, binding the repo directory to /usr/share/nginx/html
inside the container and forwarding port 80 from inside the container to port 8005 (or any other) on your machine.
This interactive table is part of the review paper: !!!ENTER REFERENCE!!!
It includes data gathered in this paper and in previous review paper: !!!ENTER OBLAK REFERENCE!!!
The raw data is available in the [csv]
The code for interactive table implementation is licenced under BSD 3-clause licence
The data itself is share under CC-BY-4.0