{%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()}}

Genotype Encoding

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

{%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.
{%if genocode | length < 1%}
define genotype encoding
{%endif%}

Genotype Dataset

{%if dataset is not none%}

Dataset Details

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.

Genotype Markers

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.

{%for marker in markers%} {%endfor%}
# Index Marker Name Chr Location (Mb) Source Source2
{%else%}

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.

create new genotype dataset

{%endif%}

Notes

Genetic Markers: Some Important Concepts to Consider/Remember

  • Reference vs. Non-reference alleles
  • In GenoCode table, items are ordered by InbredSet

Possible references

  • https://mr-dictionary.mrcieu.ac.uk/term/genotype/
  • https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7363099/

Genotype Dataset

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.

{%endblock%} {%block javascript%} {%endblock%}