diff options
author | Hao Chen | 2019-05-13 11:52:24 -0500 |
---|---|---|
committer | Hao Chen | 2019-05-13 11:52:24 -0500 |
commit | 4931c70884c7aa7bb3d4fba927597a2f89b4c9b0 (patch) | |
tree | f390648ca6752526db04eadd60283783fed53001 /templates/topAddictionGene.html | |
parent | d453c78f6d7e65667d8cbeabcdafd36ce1a9a475 (diff) | |
download | genecup-4931c70884c7aa7bb3d4fba927597a2f89b4c9b0.tar.gz |
reorg page layout
Diffstat (limited to 'templates/topAddictionGene.html')
-rw-r--r-- | templates/topAddictionGene.html | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/templates/topAddictionGene.html b/templates/topAddictionGene.html index 0608378..5709bba 100644 --- a/templates/topAddictionGene.html +++ b/templates/topAddictionGene.html @@ -1,8 +1,13 @@ {% extends "layout.html" %} {% block content %} - +<h3> Top 150 addiction related genes </h3> +<br> +These genes are ranked by the number of PubMed abstracts that contain the name of the gene and one or more addiction related keyword. +<hr> + +<ol> <li><a href="/showTopGene?topGene=FOS">FOS</a><br> <li><a href="/showTopGene?topGene=BDNF">BDNF</a><br> @@ -154,5 +159,6 @@ <li><a href="/showTopGene?topGene=GRM7">GRM7</a><br> <li><a href="/showTopGene?topGene=GRIA2">GRIA2</a><br> <li><a href="/showTopGene?topGene=DNMT1">DNMT1</a><br> +</ol> {% endblock %} |