{% extends 'base.html' %} {% load static %} {% block content %} {% if feature.error == None %} {% if data %}
ID: {{ feature.uniquename }}
{% if feature.get_dbxrefs %}DBxRefs: {{ feature.get_dbxrefs|join:', ' }}
{% endif %} {% if feature.get_display %}Display: {{ feature.get_display }}
{% endif %} {% if feature.get_product %}Product: {{ feature.get_product }}
{% endif %} {% if feature.get_description %}Description: {{ feature.get_description }}
{% endif %} {% if feature.get_note %}Note: {{ feature.get_note }}
{% endif %} {% if feature.get_relationship %}
{% for relative in feature.get_relationship %}
{{ relative.type.name }}: {{ relative.uniquename }} {{ relative.get_display|default_if_none:'' }}
{% endfor %}
{{ location.ref|safe }}:{{ location.start|safe }}..{{ location.end|safe }} {{ location.strand|safe }}
{% if location.jbrowse_url %} {% endif %} {% endfor %}Assay source | Assay name | Assay description | Biomaterial name | Biomaterial description | Treatment | Score normalized (TPM) |
---|---|---|---|---|---|---|
{{ value.analysis__sourcename|safe }} | {{ value.assay_name|safe }} | {{ value.assay_description|safe }} | {{ value.biomaterial_name|safe }} | {{ value.biomaterial_description|safe }} | {{ value.treatment_name|safe }} | {{ value.normscore|safe|floatformat:2 }} |