{% for motif in motifs %}
{{motif.id}} ({{motif.best}})
Motif and consensus
|
|
{{motif.match_id}} |
{{motif.match_pval}} |
|
{{motif.consensus}} |
Database match
|
Significance and enrichment
{% for i in range(0, motif.bg.keys()|length, 2) %}
{% for j in range(2) %}
{% if i + j < motif.bg.keys()|length %}
{% endif %}
|
{% endfor %}
{% for j in range(2) %}
{% if i + j < motif.bg.keys()|length %}
{{ bg_types[i + j] }} |
enrichment |
{{motif.bg[bg_types[i + j]]['e']}} |
p-value |
{{motif.bg[bg_types[i + j]]['p']}} |
ROC_AUC |
{{motif.bg[bg_types[i + j]]['auc']}} |
MNCP |
{{motif.bg[bg_types[i + j]]['mncp']}} |
{% endif %}
|
{% endfor %}
|
{% endfor %}
Positional Preference Plot
(
Fullscreen)
{% endfor %}