Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fjossinet/quantnet
A web tool to link Quantitative values to Networks (biological interactions, ontologies,...)
https://github.com/fjossinet/quantnet
networkx pandas-python python tornado-framework
Last synced: 14 days ago
JSON representation
A web tool to link Quantitative values to Networks (biological interactions, ontologies,...)
- Host: GitHub
- URL: https://github.com/fjossinet/quantnet
- Owner: fjossinet
- License: other
- Created: 2016-05-17T08:43:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-05-27T08:31:42.000Z (over 8 years ago)
- Last Synced: 2024-11-06T12:19:29.380Z (2 months ago)
- Topics: networkx, pandas-python, python, tornado-framework
- Language: HTML
- Size: 8.75 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
QuantNet
========A Web tool to go from **Quant**itative values to biological **Net**works.
![Screen capture](capture.png)
You need to have Python installed on your computer with the following dependencies:
* networkx
* tornado
* ujson
* pandasYou need also to have the tool [bower](http://bower.io) installed on your computer.
To install the Web server dependencies, from the directory website/static, type:
bower install
This project contains sample data to quickly see how the tool is working. First you need to initialize these data. To do so type from the QuantNet directory;
./scripts/init.py
Once done (this can take a while), type:
./website/server.py
Now open your browser at [http://localhost:8080](http://localhost:8080) and enjoy!