Skip to content

Commit b87165f

Browse files
committed
README updated.
1 parent 1479e4c commit b87165f

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

README.md

+10-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
1-
cytoscape-d3
1+
Cytoscape to D3.js Exporter
22
============
33

44
## What is this for?
5-
This is a Cytoscape 3 App for exporting network and table data in D3.js network 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.
66

7-
Currently, this app supports:
7+
Currently, this App supports:
88

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)**.
1116

12-
For Tree data, you need to select root node manually (simply click the root node before exporting).

0 commit comments

Comments
 (0)