- |
- {{ loop.index }} |
-
-
- {{ trait.name }}
-
- |
- {% if target_dataset.type == 'ProbeSet' %}
- {{ trait.symbol }} |
- {{ trait.description_display }} |
- {{ trait.location_repr }} |
- {{ '%0.3f' % trait.mean|float }} |
- {{ '%0.3f'|format(trait.sample_r) }} |
- {{ trait.num_overlap }} |
- {{ '%0.3e'|format(trait.sample_p) }} |
- {% if trait.lit_corr == "" or trait.lit_corr == 0.000 %}
- -- |
- {% else %}
- {{ '%0.3f'|format(trait.lit_corr) }} |
- {% endif %}
- {% if trait.tissue_corr == "" or trait.tissue_corr == 0.000 %}
- -- |
- -- |
- {% else %}
- {{ '%0.3f'|format(trait.tissue_corr) }} |
- {{ '%0.3e'|format(trait.tissue_pvalue) }} |
- {% endif %}
- {% if trait.LRS_score_repr != "N/A" %}{{ '%0.1f' % trait.LRS_score_repr|float }}{% else %}N/A{% endif %} |
- {{ trait.LRS_location_repr }} |
- {% if trait.additive != "" %}{{ '%0.3f' % trait.additive|float }}{% else %}N/A{% endif %} |
- {% elif target_dataset.type == "Publish" %}
- {% if trait.abbreviation %}
- {% if trait.abbreviation|length > 20 %}{{ trait.abbreviation[:20] }}...{% else %}{{ trait.abbreviation }}{% endif %} |
- {% else %}
- N/A |
- {% endif %}
- {% if trait.description_display|length > 70 %}{{ trait.description_display[:70] }}...{% else %}{{ trait.description_display }}{% endif %} |
- {% if trait.authors %}
- {% set authors_list = trait.authors.split(',') %}
- {% if authors_list|length > 6 %}{{ authors_list[:6]|join(', ') }}, et al.{% else %}{{ trait.authors }}{% endif %} |
- {% else %}
- N/A |
- {% endif %}
-
- {% if trait.pubmed_text != "N/A" %}
-
- {{ trait.pubmed_text }}
-
- {% else %}
- {{ trait.pubmed_text }}
- {% endif %}
- |
- {{ '%0.3f'|format(trait.sample_r) }} |
- {{ trait.num_overlap }} |
- {{ '%0.3e'|format(trait.sample_p) }} |
- {{ trait.LRS_score_repr }} |
- {{ trait.LRS_location_repr }} |
- {% if trait.additive != "" %}{{ '%0.3f' % trait.additive|float }}{% else %}N/A{% endif %} |
- {% elif target_dataset.type == "Geno" %}
- {{ trait.location_repr }} |
- {{ '%0.3f'|format(trait.sample_r) }} |
- {{ trait.num_overlap }} |
- {{ '%0.3e'|format(trait.sample_p) }} |
- {% endif %}
-
- {% endfor %}
+