-
Notifications
You must be signed in to change notification settings - Fork 12
Home
keiono edited this page Oct 9, 2014
·
13 revisions
Cytoscape is a de-facto standard network visualization application in life science field. And Cytoscape.js is a JavaScript library for visualizing network data in web browsers. From version 3.1.0, Cytoscape can export network data to cytoscape.js format. This document is an introduction to web application development with cytoscape.js for developers who wants to visualize exported cytoscape.js data from Cytoscape desktop.
npm install -g yo
git clone https://github.com/cytoscape/cyjs-sample
npm install
bower install
grunt serve