{%extends "phenotypes/base.html"%} {%from "flash_messages.html" import flash_all_messages%} {%from "populations/macro-display-population-card.html" import display_population_card%} {%block title%}Phenotypes{%endblock%} {%block pagetitle%}Phenotypes{%endblock%} {%block lvl4_breadcrumbs%}
Phenotype | {{phenotype.Post_publication_description or phenotype.Pre_publication_abbreviation or phenotype.Original_description}} |
Database | {{dataset.FullName}} |
Units | {{phenotype.Units}} |
{{key}} | {{value}} |
No publication data found. |
# | Sample | Value | {%if has_se%}SE: {{has_se}} | N | {%endif%}
---|---|---|---|---|
{{loop.index}} | {{item.StrainName}} | {{item.value}} | {%if has_se%}{{item.error or "-"}} | {{item.count or "-"}} | {%endif%}
You do not currently have privileges to view this phenotype in greater detail.
{%endif%}