{%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()}} {%if dataset is defined and dataset is not none%}

Genotype Data

{%for sample in samples%} {%endfor%} {%for record in genotype_records%} {%for sample in samples%} {%endfor%} {%else%} {%endfor%}
# Index Locus Chr cM Mb{{sample}}
{{record.index}} {{record.Name}} {{record.Chr}} {{record.cM}} {{record.Mb}}{{record.data[sample]}}
There are no records

Genotype Encoding

The numerical values in the table above are mapped from the following allele symbols:

{%for row in genocode%} {%else%} {%endfor%}
Allele Type Allele Symbol Mapped To
{{row.AlleleType}} {{row.AlleleSymbol}} {{row.DatabaseValue if row.DatabaseValue is not none}}
There is no genotype encoding defined for this data.
{%else%}

We need to create a dataset to hold the genotype information for this species/population, before we can proceed to upload the genotype data.

Please click the button below to create the dataset.

create genotype dataset
{%endif%} {%endblock%} {%block javascript%} {%endblock%}