Skip to content

Commit 86876e5

Browse files
author
Xing Han Lu
committed
Add data section of demos readme
1 parent 575eff0 commit 86876e5

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

demos/README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,21 @@ The following demos were created in addition to the existing usage files:
55

66
## Requirements
77

8-
The examples here use the official dash-cytoscape distribution rather than the repository version. If you wish to use the local version, please move the demo into the parent folder, and run from there.
8+
The examples here use the PyPi release of dash-cytoscape currently installed, rather than the latest development version. If you wish to use the latter, please move your demo (and its associated data files) into the parent folder, and run from there.
99

1010
To run `usage-phylogeny.py`, you need to install biopython:
1111
```commandline
1212
$ pip install biopython
1313
```
1414

15+
## Data
16+
17+
The phylogeny data was taken from the [Biopython Github Repo](https://github.com/biopython/biopython/blob/master/Tests/PhyloXML/apaf.xml).
18+
19+
The sample network for social science was taken from the [Google Plus Ego dataset](http://snap.stanford.edu/data/) collected by the SNAP Group at Stanford.
20+
21+
All the other datasets were taken from the [Cytoscape.js Official Documentation Demos](https://github.com/cytoscape/cytoscape.js/tree/master/documentation/demos).
22+
1523
## Demos reproduced from Cytoscape.js
1624

1725
The demos in this folder were all originally written in JavaScript, using the Cytoscape.js library. They were rewritten in Python as extensive example of the Dash Cytoscape API.

0 commit comments

Comments
 (0)