{%extends "genotypes/base.html"%} {%from "flash_messages.html" import flash_all_messages%} {%block title%}Genotypes{%endblock%} {%block pagetitle%}Genotypes{%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.
| 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. | ||||||
| Name | Full Name |
|---|---|
| {{dataset.Name}} | {{dataset.FullName}} |
To see more information regarding this dataset (e.g. which markers have sample allele data, the allele data itself, etc) click on the "Full Name" link above.
The table below lists all of the markers that exist for species {{species.SpeciesName}} ({{species.FullName}}), regardless of whether (or not) we have corresponding sample allele data for a particular marker.
| # | Index | Marker Name | Chr | Location (Mb) | Source | Source2 |
|---|---|---|---|---|---|---|
Your genotype data will need to be under a dataset. Unfortunately there is currently no dataset defined for this population.
Click the button below to define the genotype dataset for this population.
NOTE: Currently the GN2 (and related) system(s) expect a single genotype dataset per population. If there is more than one, the system apparently fails in unpredictable ways.