{%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}}

publication information

Use the form below to update the publication information for this phenotype.

Enter your publication's PubMed ID.
Enter the authors.
Enter your publication's title.
Enter the abstract for your publication.
Enter the name of the journal where your work was published.
Enter the volume in the following format …
Enter the journal volume where your work was published.
Select the month when the work was published. This cannot be before, say 1600 and cannot be in the future!
Enter the year your work was published. This cannot be before, say 1600 and cannot be in the future!
{%endblock%} {%block sidebarcontents%} {{display_population_card(species, population)}} {%endblock%}