diff options
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 %} |