{% extends 'base.html' %} {% load static %} {% block title %} EXPath Tool 2.0{% endblock %} {% block content %}

It allows users to search the significantly differentially expressed genes or transcripts under the given conditions in the project.
NOTE: The execution time of a given task depends on the size of input datasets.
Generally, per 10,000 genes / transcripts require 9~10 seconds to execute.

Step1 Please specify a control and a treatment:

Control:

{% for condition in user_conditions %}
{% endfor %}

Treatment:

{% for condition in user_conditions %}
{% endfor %}
{% endblock %}