{% include 'navbar.html' %} {% load static %}
| REM ID | Gene |
{% if gP_link|length > 0 %}
Gene |
{% else %}
Gene symbol | {% endif %}REM start | REM end | Predicted function | Model |
||
|---|---|---|---|---|---|---|---|---|---|
| {{ item.REMID_id }} | {{ item.REMID_id__geneID }} | {% if gP_link|length > 0 %}{{ item.REMID_id__geneID__geneSymbol }} | {% else %}{{ item.REMID_id__geneID__geneSymbol }} | {% endif %}{{ item.chr }} | {{ item.REMID_id__start }} | {{ item.REMID_id__end }} | {% if item.REMID_id__regressionCoefficient > 0 %}activating | {% else %}repressing | {% endif %}{{ item.REMID_id__normModelScore|floatformat:7 }} |