{% extends 'admin/my_base.html' %} {% block body %} {% if form %}

Predict GO terms from Neighborhoods

{{ form.csrf_token }}
{{ form.network_id.label }} {{ form.network_id(class_="form-control") }}
{{ form.description.label }} {{ form.description(class_="form-control") }}
{{ form.p_cutoff.label }} {{ form.p_cutoff(class_="form-control") }}
Help
Predict GO terms based on the co-expression network. GO-terms enriched in the direct (first-level) neighborhood of each gene in the networks are tested for enrichment and enriched terms are added to the source gene.
{% endif %} {% endblock %}