{% include 'navbar.html' %} {% load static %} {% load rem_template_tags %}
| REM ID | Gene |
{% if gP_link|length > 0 %}
Gene |
{% else %}
Gene symbol | {% endif %}REM start | REM end | Predicted function | Model |
{{cellType}} |
{{cellType}} DNase |
{% endfor %}
{% endif %}
||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ item.REMID }} | {{ item.geneID_id }} | {% if gP_link|length > 0 %}{{ item.geneSymbol }} | {% else %}{{ item.geneSymbol }} | {% endif %}{{ item.chr }} | {{ item.start }} | {{ item.end }} | {% if item.regressionCoefficient > 0 %}activating | {% else %}repressing | {% endif %}{{ item.normModelScore|floatformat:7 }} | {% if item.REMsPerCREM > 0 %}{{ item.CREMID }} | {% else %}No CREM | {% endif %} {% if item.REMsPerCREM > 0 %}{{ item.REMsPerCREM }} | {% else %}- | {% endif %} {% for cellType in cell_types_list %}{% get_cellType_attr item cellType "score" %} | {% get_cellType_attr item cellType "activity" %} | {% endfor %}