diff options
author | Hao Chen | 2019-05-20 06:03:27 -0500 |
---|---|---|
committer | Hao Chen | 2019-05-20 06:03:27 -0500 |
commit | 34a6fff465e1db989005866843318a805191e9d4 (patch) | |
tree | d52ca816142226fb8beeeb132bc9e96bd50d5b1e | |
parent | f59382c42757eef3744ca8f3c7a8085e527873f6 (diff) | |
download | genecup-34a6fff465e1db989005866843318a805191e9d4.tar.gz |
legend updated
-rwxr-xr-x | server.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -102,7 +102,7 @@ def search(): @app.route('/cytoscape') def cytoscape(): - message2="<h4> Gene vs Keywords</h4>This graph is interactive: <li>Click on a line to see the sentences <i>in a new window</i><li> Click on a gene to search its relations with top 200 addiction genes<li>Click on a keyword to see the terms included in the search <i> in a new window</i><p>" + message2="<b> This <i>Genes vs Keywords</i> graph is interactive: </b><li>Click on a line to see the indicated number of sentences <li> Click on a gene to search its relations with top 200 addiction genes<li>Click on a keyword to see the terms included in the search<li>Hover your pointer over a node will hide other links <li>Nodes can be moved around for better visibility, reload the page will restore the original layout<p>" with open(session['path']+"_cy","r") as f: elements=f.read() with open(session['path']+"_0link","r") as z: |