{% extends "layout.html" %} {% block body %}
There are {{ ref_count }} new references to review
{% for row in ref_list %} {% set pmid = row.pubmed_id %}
{{ row.citation }}
{% if row.fulltext_url %}
{% endif %}
(PMID: {{ pmid }})
Abstract:
{{ row.abstract }}
Auto-extract genes from abstract
High Priority
Comment:
Delay
Comment:
HTP Phenotype Data
(Omics)
Comment:
Other HTP Data
(Omics)
Comment:
GO Information
(Primary Literature)
*
Genes:
Comment:
Classical Phenotype Information
(Primary Literature)
*
Genes:
Comment:
Headline Information
(Primary Literature)
*
Genes:
Comment:
Other Primary Information
(Primary Literature)
*
Genes:
Review
(Reviews)
Genes:
Additional Literature
(Additional Literature)
*
Genes:
{% endfor %}
{% for row in ref_list %} {% set pmid = row.pubmed_id %} {% endfor %} {% endblock body %}