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

https://github.com/lren-chuv/2d-biological-rules

2D view of relations between proteins, genes, brain regions, diseases, etc.
https://github.com/lren-chuv/2d-biological-rules

web-analytics

Last synced: 7 months ago
JSON representation

2D view of relations between proteins, genes, brain regions, diseases, etc.

Awesome Lists containing this project

README

          

## What is it ?

This is a 2D viewer for the biological rules.

## Prerequisites

* [npm](https://www.npmjs.com/)

## Installation

Run : `npm install`.

## Run

Open app/index.html with web-browser.

## Troubleshooting

When accessing the application locally, your web-browser may not allow you the access cross-origin resources. In this case, you can serve the application for example by running (in the app folder) : `python -m SimpleHTTPServer`. The application will then be available at something like [http://localhost:8000](http://localhost:8000).