From 3dba78248d81fc97d5347fa167828ba3a8f95cd8 Mon Sep 17 00:00:00 2001 From: Hao Chen Date: Tue, 21 May 2019 05:35:29 -0500 Subject: minor adj --- templates/about.html | 3 ++- templates/index.html | 16 ++++++++-------- 2 files changed, 10 insertions(+), 9 deletions(-) (limited to 'templates') diff --git a/templates/about.html b/templates/about.html index 4d944e9..ebd8554 100644 --- a/templates/about.html +++ b/templates/about.html @@ -2,7 +2,8 @@ {% extends "layout.html" %} {% block content %} -
RatsPub searches PubMed to find abstracts containing genes of interest and a list of curated addiction-related keywords. The abstracts corresponding to these returned PMIDs are then retrieve from a local archive of the PubMed. No limit on the date of publication is set. Each abstract is then broken down into sentences, which are then filtered by gene names and keywords. diff --git a/templates/index.html b/templates/index.html index 7df2a4e..f9a4fc1 100644 --- a/templates/index.html +++ b/templates/index.html @@ -7,21 +7,21 @@
- - RatsPub searches PubMed to find sentences that contain the query terms (i.e., gene symbols) and drug addiction-related keywords. These gene-keyword relationships are presented as an interactive graph that can efficiently answer the question "What do we know about these genes and addiction?". Data from EBI GWAS catalog are also included in the search to better answer this question. + + RatsPub searches PubMed to find sentences that contain the query terms (i.e., gene symbols) and drug addiction-related keywords. These gene-keyword relationships are presented as an interactive graph that can efficiently answer the question "What do we know about these genes and addiction?". Data from EBI GWAS catalog are also included in the search to better answer this question. 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 "Are there genes that can link my gene of interest to addiction?" + + Up to 100 gene symbols can be searched at a time. Gene symbols can be separated by either a space or a semicolon. Gene alias will not be automatically included because the large number of false matches associated with gene synonyms retrieved from databases. |
- |
- - Up to 100 gene symbols can be searched at a time. Gene symbols can be separated by either a space or a semicolon. Gene alias will not be automatically included because the large number of false matches associated with gene synonyms retrieved from databases. - |
- Example: Rgma Nrxn3; Chrna3
+ Example: Rgma Nrxn3 Chrna3