{% from "base_macro.html" import header %} {% block content %} {{ header("Mapping", '{}: {}'.format(this_trait.name, this_trait.description_fmt)) }}
Index | {{ score_type }} | Chr | {% if mapping_scale == "centimorgan" %}cM | {% else %}Mb | {% endif %}Locus | |
---|---|---|---|---|---|---|
{{ loop.index }} | {% if score_type == "LOD" %}{{ '%0.2f' | format(marker.lod_score|float) }} | {% else %}{{ '%0.2f' | format(marker.lrs_value|float) }} | {% endif %}{{marker.chr}} | {{ '%0.6f' | format(marker.Mb|float) }} | {{ marker.name }} |