{% extends "base_template.html" %} {% load static %} {% load humanize %} {% block title %}OMAMO - finding model organism for specific biological processes {% endblock %} {% block meta_description %}Find the best simple model organism for a specific biological process of interest{% endblock %} {% block meta_hook %} {% endblock %} {% block js_hook %}{{ block.super }} {% endblock js_hook %} {% block css_hook %}{{ block.super }} {% endblock css_hook %} {% block content %}
{% if not result_tab %}

OMAMO is a web tool that allows the user to find the best simple model organism for a biological process of interest. The set of species consists 50 less complex organisms including bacteria, unicellular eukaryotes and fungi. Read more in our OMAMO publication.

Please enter the biological process as a GO ID or a GO term.

{% endif %}
Quick start Examples

Examples: {% block search_examples %} GO:0006281 - DNA repairGO:0009060 - aerobic respiration {% endblock search_examples %}

{% if not result_tab %}
Explore Gene Ontology

No idea which Gene Ontology term best describes your process of interest? Explore Gene Ontology

{% endif %} {% if suggested_go_terms %}

Your search term {{ goterm }} - {{ goterm.name }} has not been assigned to any of the species in the database. Consider searching for {% if suggest_reason == "too general" %} a more specific Gene Ontology term describing the process: {% else %} a more general Gene Ontology term describing your process of interest: {% endif %}

{% endif %}
{% if result_tab %}
{{ result|json_script:"model_orgs" }}

{{ goterm }} - {{ goterm.name }}

Definition: {{ goterm.definition }}

Domains Species Taxon No. of orthologs Avg GO func. similarity Score
{% endif %}
{{ go_auto_data | json_script:"go_data" }} {% endblock content %}