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
Copy file name to clipboardexpand all lines: README.md
+10-6
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,16 @@
1
-
cytoscape-d3
1
+
Cytoscape to D3.js Exporter
2
2
============
3
3
4
4
## What is this for?
5
-
This is a Cytoscape 3 App for exporting network and table data in D3.jsnetwork format.
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.
6
6
7
-
Currently, this app supports:
7
+
Currently, this App supports:
8
8
9
-
* Network JSON for force layout
10
-
* Tree JSON
9
+
* Network JSON for force layout ([example](http://bl.ocks.org/mbostock/4062045))
10
+
* Tree JSON ([example](http://mbostock.github.io/d3/talk/20111018/tree.html))
11
+
12
+
## 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*.
14
+
15
+
**For Tree data, you need to select root node manually (simply click the root node before exporting)**.
11
16
12
-
For Tree data, you need to select root node manually (simply click the root node before exporting).
0 commit comments