https://github.com/tiagoantao/ld-chart
A Javascript chart for Linkage Disequilibrium (based on three.js)
https://github.com/tiagoantao/ld-chart
javascript population-genomics threejs
Last synced: 3 months ago
JSON representation
A Javascript chart for Linkage Disequilibrium (based on three.js)
- Host: GitHub
- URL: https://github.com/tiagoantao/ld-chart
- Owner: tiagoantao
- License: agpl-3.0
- Created: 2018-04-12T16:06:43.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-02T02:11:42.000Z (about 7 years ago)
- Last Synced: 2025-01-26T06:25:40.299Z (5 months ago)
- Topics: javascript, population-genomics, threejs
- Language: JavaScript
- Size: 17.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LD-chart
A Javascript chart for Linkage Disequilibrium (based on three.js)## Installation
You will need a HTTP server for testing.
With node/npm:
```
npm -i g http-server
http-server
```With Python 3:
```
python -m http.server
```Get three.js:
```
bash get_js.sh
```