{% extends 'base.html' %} {% block content %} {% load staticfiles %} {% if experiment_name %}
| Gene ID (count={{ gene_list|length }}) | Gene Name | Pearson's Correlation Coefficient | Description | ||
|---|---|---|---|---|---|
| {{ gene.gene_id }} | {{ gene.gene_name }} | {{ gene.correlation|floatformat:2 }} | {{ gene.description }} | ||