Size: 81
Comment:
|
Size: 1131
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 3: | Line 3: |
{{attachment:jsWebSite.png}} Cytoscape.js is a '''!JavaScript library''' for interactive network visualization. It is a building block for web applications and is '''NOT''' a complete web application. If you want to share your network visualization created with Cytoscape, you can build your own website using Cytoscape.js and this new '''''Export to Cytoscape.js''''' feature. === Differences and Common Aspects === Although Cytoscape and Cytoscape.js are two completely independent software packages, they are sharing higher level concepts. ==== Cytoscape ==== * Desktop application written in Java programming language * Need Desktop or Laptop computers to run * High performance application for large scale network analysis and visualization ==== Cytoscape.js ==== * JavaScript Library == Data Exchange between Cytoscape and Cytoscape.js == |
|
Line 4: | Line 22: |
Since Cytoscape.js is a JavaScript library, its basic data exchange format is JSON. === Export Styles to Cytoscape.js === === Import Cytoscape.js data into Cytoscape === |
What is Cytoscape.js?
Cytoscape.js is a JavaScript library for interactive network visualization. It is a building block for web applications and is NOT a complete web application. If you want to share your network visualization created with Cytoscape, you can build your own website using Cytoscape.js and this new Export to Cytoscape.js feature.
Differences and Common Aspects
Although Cytoscape and Cytoscape.js are two completely independent software packages, they are sharing higher level concepts.
Cytoscape
* Desktop application written in Java programming language * Need Desktop or Laptop computers to run * High performance application for large scale network analysis and visualization
Cytoscape.js
* JavaScript Library
Data Exchange between Cytoscape and Cytoscape.js
Export Network and Table to Cytoscape.js
Since Cytoscape.js is a JavaScript library, its basic data exchange format is JSON.
Export Styles to Cytoscape.js