{% extends 'analysispage.html' %} {% block title %}Gene Lists{% endblock %} {% block desc %}

This page shows all of the gene lists that are available in your account.

{% endblock %} {% block right %} Add a new gene list {% endblock %} {% block innercontent %}

My Gene Lists

You are the curator for the following gene lists. Click on the gene list to edit or delete it.

{% with user_lists as gene_lists %} {% include 'gene_lists/table.html' %} {% endwith %}

Public Gene Lists

The following gene lists have been made public by other users:

{% with public_lists as gene_lists %} {% with True as show_user %} {% include 'gene_lists/table.html' %} {% endwith %} {% endwith %}
{% endblock %}