{% extends 'base.html' %} {% block content %} {% load staticfiles %} {% if experiment_name %}
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 }} |