{%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%} {%endblock%} {%block contents%} {{flash_all_messages()}}

edit phenotype data

The forms provided in this page help you update the data for the phenotypes, and the publication information for the phenotype, respectively.

Basic metadata

phenotype data

{%if population.Family in families_with_se_and_n%} {%endif%} {%for item in phenotype.data%} {%if population.Family in families_with_se_and_n%} {%endif%} {%endfor%}
# Sample ValueStandard-Error Number of Samples
{{loop.index}} {{item.StrainName}}
{%endblock%} {%block sidebarcontents%} {{display_population_card(species, population)}} {%endblock%}