This repository is the disease page of RSDB to display Cutis marmorata telangiectatica congenita (CMTC) for the source code for the network (starts from line 529) in the src/CMTC.html and the network json file in the 130.json file.
- Install Docker
[email protected]:CMDM-Lab/rsdb_publication.git
or directly download- Unzip the archive file if directly downloading the file.
- Open terminal and run
docker build . -t rsdb-publication-image
to build the docker image. - Run
docker run -p 7777:80 rsdb-publication-image
to start a web server - Open http://localhost:7777/CMTC.html to see the network
- Open the CMTC.html or 130.json in the src folder with a text editor to see the source code and the network file.
For more network files, please go to RSDB website: https://rsdb.cmdm.tw.
- Use search or browse to the specific info page. For example, the Dermatofibrosarcoma protuberans https://rsdb.cmdm.tw/diseases/140
- Replace the plural entities in the url with the singular form (diseases → disease, genes → gene, or chemicals → chemical) and add a file extension ".json" on the end of the url. The url will be https://rsdb.cmdm.tw/disease/140.json
- Press enter to display the network file.