{% extends 'base.html' %} {% block title %} Export Condition {% endblock %} {% block container %}

Export expression levels

Export all expressed genes in a certain condition/tissue.

Options
{{form.csrf_token}} {{form.species(class_="form-control") }}
{{form.methods(class_="form-control", disabled=True) }}
{{form.conditions(class_="form-control", disabled=True) }}
Help
  • This tool allows you to export the expression level of all genes in a certain condition/tissue.
  • First select the species, then the type of profile (method) and finally the desired condition/tissue. Click Export genes and wait for the download to start.
  • Note: This process might take a few minutes, don't close the browser window while waiting for the request to process.
{% endblock %} {% block extrajs %} {% endblock %}