{% include 'navbar.html' %} {% load static %} {% load rem_template_tags %} Region Query results

{% if no_data|length > 0 %}

There were no putative REMs found in the regions:

{% for empty in no_data %} {{empty}}
{% endfor %}

{% endif %} {% if invalid_list|length > 0 %}

These regions are not a valid input:

{% for invalid in invalid_list %} {{invalid}}
{% endfor %}

{% endif %}
{% if gP_link|length > 0 %} {% else %} {% endif %} {% if data|length > 0 %} {% for cellType in cell_types_list_upper %} {% endfor %} {% endif %} {% for item in data %} {% if gP_link|length > 0 %} {% else %} {% endif %} {% if item.regressionCoefficient > 0 %} {% else %} {% endif %} {% if item.REMsPerCREM > 0 %} {% else %} {% endif %} {% if item.REMsPerCREM > 0 %} {% else %} {% endif %} {% for cellType in cell_types_list %} {% endfor %} {% endfor %}
Results based on your query for the regions (overlap {{overlap}}%): {{query_string}}
REM ID Gene ID The row entries below will redirect you to the Ensembl entry of the respective geneGene symbol Click on the IDs below to receive a table with all REMs associated to the selected geneGene symbolChr Click on the chr row entries below to see the region in the UCSC Genome Browser REM start REM end Predicted function Model score Represents the importance of the REM for its associated gene over all cell types Cluster of REMs (CREM) ID We define REMs that overlap by at least 1 bp as cluster of REMs (CREMs) with a unique ID Number of REMs in the CREM REMs contained in the CREM. CREMs consist of a minimum of 2 REMs.{{cellType}} score (n={% get_cellType_attr data.0 cellType "samplecount" %}) Importance of a REM in a cell type-specific manner averaged over n samples {{cellType}} DNase signal (n={% get_cellType_attr data.0 cellType "samplecount" %}) Mean of the DNase1 signal in this cell type averaged over n samples
{{ item.REMID }} {{ item.geneID_id }}{{ item.geneSymbol }}{{ item.geneSymbol }}{{ item.chr }} {{ item.start }} {{ item.end }}activatingrepressing{{ item.normModelScore|floatformat:7 }} {{ item.CREMID }}No CREM{{ item.REMsPerCREM }}-{% get_cellType_attr item cellType "score" %} {% get_cellType_attr item cellType "activity" %}
{% include 'footer.html' %}