{%extends "genotypes/base.html"%} {%from "flash_messages.html" import flash_all_messages%} {%from "populations/macro-display-population-card.html" import display_population_card%} {%block title%}Genotypes{%endblock%} {%block pagetitle%}Genotypes{%endblock%} {%block lvl4_breadcrumbs%} {%endblock%} {%block contents%} {{flash_all_messages()}}

The genotype encoding used for the "{{population.FullName}}" population from the "{{species.FullName}}" species is as shown in the table below.

Genotype Encoding {%for row in genocode%} {%else%} {%endfor%}
Allele Type Allele Symbol Allele Value
{{row.AlleleType}} {{row.AlleleSymbol}} {{row.DatabaseValue if row.DatabaseValue is not none else "NULL"}}
There is no explicit genotype encoding defined for this population.

Some Important Concepts to Consider/Remember

Possible references

There are a total of {{total_markers}} genotype markers for this species.

{%if start_from > 0%} Previous {%endif%}
Displaying markers {{start_from+1}} to {{start_from + count}} of {{total_markers}}
{%if start_from + count < total_markers%} Next {%endif%}
{%for marker in markers%} {%else%} {%endfor%}
# Marker Name Chr Location (Mb) Source Source2
{{marker.sequence_number}} {{marker.Marker_Name}} {{marker.Chr}} {{marker.Mb}} {{marker.Source}} {{marker.Source2}}
No markers to display!
{%endblock%} {%block sidebarcontents%} {{display_population_card(species, population)}} {%endblock%}