{% extends 'base.html' %} {% block content %} {% load staticfiles %} {% if experiment_name %}
?
Show all genes for which the eQTL profile correlates with that of the query gene above the set cut-off, the query gene is in the first row. Strongly correlating eQTL profiles could indicate that the genes are regulated by the same loci.
{% for gene in gene_list %} {% endfor %}
Gene ID (count={{ gene_list|length }}) Gene Name Pearson's Correlation Coefficient Position Description
{{ gene.gene_id }} {{ gene.gene_name }} {{ gene.correlation|floatformat:2 }} {{ gene.chr }}:{{ gene.start }} {{ gene.description }}
{% endif %} {% endblock %}