{%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}} |
Cross-Reference ID | {{phenotype.xref_id}} |
Collation | {{dataset.FullName}} |
# | Sample | Value | Symbol | SE | N |
---|---|---|---|---|---|
{{loop.index}} | {{item.StrainName}} | {{item.value}} | {{item.Symbol or "-"}} | {{item.error or "-"}} | {{item.count or "-"}} |
You do not currently have privileges to view this phenotype in greater detail.
{%endif%}