You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 9/15/2014 - Version 1.0.1 released. Node locations (x, y) will be added as node property when user select Network and View.
5
+
3
6
4
7
## What is this for?
5
-
This is a [Cytoscape 3]() App for exporting network and its data table to [D3.js](http://d3js.org/) compatible JSON. D3.js is a general data visualization JavaScript library, and some of its presets support network/tree style data. This App directly creates JSON file for those presets from Cytoscape network and data tables.
8
+
This is a [Cytoscape](http://www.cytoscape.org/) App for exporting network and its data table to [D3.js](http://d3js.org/) compatible JSON. D3.js is a general data visualization JavaScript library, and some of its presets support network/tree style data. This App directly creates JSON file for those presets from Cytoscape network and data tables.
6
9
7
10
Currently, this App supports:
8
11
9
12
* Network JSON for force layout ([example](http://bl.ocks.org/mbostock/4062045))
10
13
* Tree JSON ([example](http://mbostock.github.io/d3/talk/20111018/tree.html))
11
14
12
15
## How to Use
13
-
Build, and install the JAR file from Cytoscape's App manager. You can export your network and its data table as JSON from *File-->Export-->Network*.
16
+
Build, and install the JAR file from Cytoscape's App manager or simply install from Cytoscape App Store. You can export your network and its data table as JSON from *File→Export→Network*.
14
17
15
18
**For Tree data, you need to select root node manually (simply click the root node before exporting)**.
0 commit comments