https://github.com/nicgirault/spot-my-gene
A d3 librairy to display differential gene expression analysis and find the gene of your dreams!
https://github.com/nicgirault/spot-my-gene
Last synced: 7 months ago
JSON representation
A d3 librairy to display differential gene expression analysis and find the gene of your dreams!
- Host: GitHub
- URL: https://github.com/nicgirault/spot-my-gene
- Owner: nicgirault
- License: gpl-3.0
- Created: 2016-03-05T11:17:31.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-31T19:41:56.000Z (over 9 years ago)
- Last Synced: 2025-03-07T13:47:29.169Z (8 months ago)
- Language: JavaScript
- Size: 438 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# spot-my-gene [](https://circleci.com/gh/nicgirault/spot-my-gene)
A d3 librairy to display differential gene expression analysis and find the gene of your dreams!

The demo is [here](https://nicgirault.github.io/spot-my-gene)
### Installation
```shell
bower install --save spot-my-gene
```
### API
This section is not ready yet. For now, please refer to the src-demo folder and demo folders to understand how to use this librairy.
### Contribution
```shell
npm install
npm test
```