LUNET is a web based visualization tool dedicated to the visual analysis of multivariate networks. This project is distributed under specific conditions of use. See the License section for details.
It consists of:
- lunet-flask: a Flask backend API, relying on networkX for network manipulations
- lunet-vis: a React and D3.js front-end for visualization
Have Docker and docker-compose installed. If it is not already the case, follow the process as explained here
Clone this repository locally to be able to access all files.
At the project's root:
bash run.sh
The app is then reachable locally
Within the app repository:
docker compose down
A more complete documentation of LUNET is available for users in our Wiki pages. There, one can find descriptions of the functionalities, file format requirements and tips.
If you use LUNET in your research, please cite:
LUNET: multivariate network visualization made accessible to biologists Éloi DURANT, Nora AL-NAAMI, Christophe PERIN, Alexandre SORIANO, Wajdi DHIFLI, Mohamed ELATI, Mohammad GHONIEM (Submitted to Bioinformatics)
This project is licensed under the terms specified in the License.txt file.
See the License.txt file for full details regarding permissions, limitations, and conditions of use.
