An open API service indexing awesome lists of open source software.

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)

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
```