{% extends 'base.html' %} {% load static l10n %} {% block content %} {% if feature.error == None %} {% if data %}
ID: {{ feature.uniquename }}
{% if feature.get_synonyms %}
Symbols: {{ feature.get_synonyms|join:', ' }}
{% endif %}
{% if feature.get_properties %}
{% for prop in feature.get_properties %}
{{ prop.0|title }}: {{ prop.1 }}
{% endfor %}
{% endif %}
DBxRefs: {% for dbxref in feature.get_dbxrefs %} {{ dbxref|safe }} {% endfor %}
{% endif %} {% if feature.get_relationship %}
{% for relative in feature.get_relationship %}
{{ relative.type.name|title }}: {{ 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 %}| Ontology | ID | Term |
|---|---|---|
| {{ term.cv }} | {{ term.db }}:{{ term.dbxref }} | {{ term.name }} |
| Protein database | Protein domain |
|---|---|
| {{ match.db }} | {{ match.subject_uniquename }} {{ match.subject_name }} |
Click header to load functional annotation...
{% endif %}| Program | Hit | Query start | Query end | Score | Evalue |
|---|---|---|---|---|---|
| {{ sim.program }} {{ sim.programversion }} | {{ sim.db_name }} {{ sim.uniquename|default:"" }} {% if sim.db_name == 'BLAST_SOURCE' and sim.sotype == 'polypeptide' %} {{ sim.name }} {% else %} {{ sim.name }} {% endif %} | {{ sim.query_start }} | {{ sim.query_end }} | {{ sim.score }} | {{ sim.evalue }} |
Click header to load similarity data...
{% endif %}| Source | Assay name | Assay description | Biomaterial name | Biomaterial description | Phenotype condition | Normalized score (TPM) |
|---|---|---|---|---|---|---|
| {{ exp.analysis__sourcename }} | {{ exp.assay_name }} | {{ exp.assay_description }} | {{ exp.biomaterial_name }} | {{ exp.biomaterial_description }} | {{ exp.treatment_name }} | {{ exp.normscore }} |
Click header to load expression data...
{% endif %}Click header to load orthologs...
{% endif %}Click header to load sequence...
{% endif %}Click header to load publications...
{% endif %}