{% extends "layout.html" %} {% block content %} {{ message | safe }}
GeneCup is a tool to efficiently and comprehensively answer the question "What do we know about these genes and the topic I study?". GeneCup answers this question by searching PubMed to find sentences containing gene symbols and a custom list of keywords. These keywords are organized into a user defined ontology, which groups related keywords together for better organization of the results. Human GWAS findings from NHGRI-EBI GWAS catalog are also included in the search. These gene-keyword relationships are presented as an interactive graph and a table. As an example, we present a curated ontology for drug addiction with over 300 keywords organized into seven categories. A user account (free) is needed to create custom ontologies and save the search results.
Example: Rgma Nrxn3.
{%if ("name" not in session) %} By default, the addiction ontology is used. Custom ontologies can be created in user accounts. Please choose keyword categories to be included in the search. {% else %} Welcome back, {{session['name']}}. Your previous searches and custom ontologies are available from the links. The {{ontol}} ontology is selected. Please choose categories to be included in the search. Expect a longer wait time when you include Human GWAS category. {% endif %}