{%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%}
| # | Index | Locus | Chr | cM | Mb | {%for sample in samples%}{{sample}} | {%endfor%}
|---|---|---|---|---|---|---|
| {{record.index}} | {{record.Name}} | {{record.Chr}} | {{record.cM}} | {{record.Mb}} | {%for sample in samples%}{{record.data[sample]}} | {%endfor%}|
| There are no records | ||||||
The numerical values in the table above are mapped from the following allele symbols:
| 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. | ||
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.