diff options
author | Hao Chen | 2019-05-20 05:47:50 -0500 |
---|---|---|
committer | Hao Chen | 2019-05-20 05:47:50 -0500 |
commit | d87ecb28847fc6c3d8b93673f1f0371b77ee22ee (patch) | |
tree | 8d1404e617fcffc7c4264cf6db3459e790829c46 /templates/index.html | |
parent | d883f2e9e6151d0bc5c1e25924253221312b4959 (diff) | |
download | genecup-d87ecb28847fc6c3d8b93673f1f0371b77ee22ee.tar.gz |
add EBI GWAS
Diffstat (limited to 'templates/index.html')
-rw-r--r-- | templates/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/index.html b/templates/index.html index f5b6aea..bbdebfa 100644 --- a/templates/index.html +++ b/templates/index.html @@ -8,9 +8,9 @@ <table> <tr><td > <p> - RatsPub searches PubMed to find <i>sentences</i> that contain the query terms (i.e., gene symbols) and <a href="https://github.com/chen42/RatsPub/blob/master/ratspub_keywords.py">drug addiction-related keywords</a>. These gene-keyword relationships are presented as an interactive graph that can efficiently answer the question <b>"What do we know about these genes and addiction?" </b> + RatsPub searches PubMed to find <i>sentences</i> that contain the query terms (i.e., gene symbols) and <a href="https://github.com/chen42/RatsPub/blob/master/ratspub_keywords.py">drug addiction-related keywords</a>. These gene-keyword relationships are presented as an interactive graph that can efficiently answer the question <b>"What do we know about these genes and addiction?". </b> To better answer this question, data from <a href="https://www.ebi.ac.uk/gwas/">EBI GWAS catalog </a>are also included in the search. -<p> In addition, clicking gene names in the graph will launch a new search for sentences containing the target gene and 200 addiction-related genes. These results help to answer the question <b>"Are there genes that can link my gene of interest to addiction?" </b> +<p> The graph has many interactive elements. For example, clicking gene names will launch a new search for sentences containing the target gene and 200 addiction-related genes. These results help to answer the question <b>"Are there genes that can link my gene of interest to addiction?" </b> </td> <td > <div class='img'><img src="/static/ratspub.png" class="img-fluid"> |