{% extends 'base.html' %} {% block title %} Profile comparison {% endblock %} {% block container %}
{% if profiles %} {% if cluster %}

Profile comparison: {{ cluster.name }} ({{ cluster.method.method }})

{% import "macros/cluster_actions.html" as ca %}

View as: {{ ca.cluster_actions(cluster.id, exclude=["profile"]) }}

{% if normalize == 1 %} Normalization: Enabled | (disable) {% else %} Normalization: Disabled | (enable) {% endif %}

{% else %}

Profile comparison

{% endif %}
{% if data %}
Download


{% endif %} {% else %}

Compare Profiles

Use this tool to simultaniously display the expression profiles of multiple genes of interest.

Select genes
{{ form.csrf_token }} {{form.species_id(class_="form-control") }}
{{form.probes(class_="form-control") }}
{{ form.normalize.label }}  {{form.normalize(checked=True) }}
{% if example and example.probes %} {% endif %}
Help
  • First select a species of interest
  • Enter a list of gene identifiers (or probe ids) for the genes of interest, separated by spaces, tabs or newlines.
  • By default profiles are normalized against the most expressed gene in each profile (recommended). The checkbox allow you to disable this feature.
  • Click Show profiles
{% endif %}
{% endblock %} {% block extrajs %} {% if profiles %} {% endif %} {% if example and example.probes %} {% endif %} {% endblock %}