← Revision 6 as of 2013-11-27 00:04:21
Size: 1131
Comment:
|
← Revision 7 as of 2013-11-27 00:14:39 →
Size: 1691
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 12: | Line 12: |
* Desktop application written in Java programming language * Need Desktop or Laptop computers to run * High performance application for large scale network analysis and visualization |
* Desktop application for network visualization written in Java programming language * Needs desktop or laptop computers to run * Users have to install Java runtime * High performance application for large scale network analysis and visualization * Expandable by Apps * Use Styles to map data (attributes) to visual properties, such as node color, edge width, node shape, etc. |
Line 17: | Line 20: |
* JavaScript Library |
* A JavaScript library for network visualization, not a complete web application nor mobile app * Runs on most of modern web browsers, including tablets and smart phones * No plugins are required to run. Modern web browser is the only requirement * Need to write code to set up your web site or web application * Use CSS-based Styles to map data to visual properties |
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 for network visualization written in Java programming language
- Needs desktop or laptop computers to run
- Users have to install Java runtime
- High performance application for large scale network analysis and visualization
- Expandable by Apps
- Use Styles to map data (attributes) to visual properties, such as node color, edge width, node shape, etc.
Cytoscape.js
A JavaScript library for network visualization, not a complete web application nor mobile app
- Runs on most of modern web browsers, including tablets and smart phones
- No plugins are required to run. Modern web browser is the only requirement
- Need to write code to set up your web site or web application
- Use CSS-based Styles to map data to visual properties
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