{%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%}
There are a total of {{total_markers}} currently registered genetic markers for the "{{species.FullName}}" species. You can click this link to view the genetic markers .
The genotype encoding used for the "{{population.FullName}}" population from the "{{species.FullName}}" species is as shown in the table below.
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. |
The genotype data is organised under various genotype datasets. You can click on the link for the relevant dataset to view a little more information about it.
{%if dataset is not none%}Name | Full Name |
---|---|
{{dataset.Name}} | {{dataset.FullName}} |
There is no genotype dataset defined for this population.
{%endif%}NOTE: Currently the GN2 (and related) system(s) expect a single genotype dataset. If there is more than one, the system apparently fails in unpredictable ways.
Fix this to allow multiple datasets, each with a different assembly from all the rest.