{% extends 'base.html' %} {% block content %} {% load staticfiles %}
| Found: {{ Genes|length }} gene{% if Genes|length != 1 %}s{% endif %} and {{ GOterms|length }} GO term{% if GOterms|length != 1 %}s{% endif %} |
| ID | Name | Description |
|---|---|---|
| {% if mode == 'correlation' %} {{ gene.gene_id }} {% elif mode == 'coregulation' %} {{ gene.gene_id }} {% else %} {{ gene.gene_id }} {% endif %} | {{ gene.gene_name }} | {{ gene.description }} |
| ID | Name | Description |
|---|---|---|
| {{ GOterm.accession }} | {{ GOterm.name }} | {{ GOterm.definition }} |