{% extends "base.html" %} {% block head_title %}SGD Gene Detail - {{ genename }}{% endblock %} {% block title %}SGD Gene Detail - {{ genename }}{% endblock %} {% block scripts %} {% endblock scripts %} {% block content %}

Gene Information

{{ genename }}

Aliases: {{ genename.Other_name }}

Description: {{ genename.Description }}

Phenotype: {{ genename.Phenotype }}

Phenotypes ({{ phenotypes.count }})

{% for phenotype in phenotypes %} {% endfor %}
Phenotype Experiment Mutant Type Chemical Condition Details
{{ phenotype.Phenotype }} {{ phenotype.Experiment_Type }} {{ phenotype.Mutant_Type }} {{ phenotype.Chemical }} {{ phenotype.Condition }} {{ phenotype.Details }}
Physical Interactions ({{ interactions_physical_bait.count }} Bait and {{interactions_physical_hit.count }} Hits) {% for interaction in interactions_physical_bait %} {% endfor %} {% for interaction in interactions_physical_hit %} {% endfor %}
Bait Hit Experiment Screen Type Notes
{{ interaction.Standard_Gene_Name_Bait }} {{ interaction.Standard_Gene_Name_Hit }} {{ interaction.Experiment_Type }} {{ interaction.Genetic_or_Physical_Interaction }} {{ interaction.Manually_Curated_or_High_Throughput }} {{ interaction.Notes }}
{{ interaction.Standard_Gene_Name_Bait }} {{ interaction.Standard_Gene_Name_Hit }} {{ interaction.Experiment_Type }} {{ interaction.Genetic_or_Physical_Interaction }} {{ interaction.Manually_Curated_or_High_Throughput }} {{ interaction.Notes }}

Genetic Interactions ({{ interactions_genetic_bait.count }} Bait and {{interactions_genetic_hit.count }} Hits)

{% for interaction in interactions_genetic_bait %} {% endfor %} {% for interaction in interactions_genetic_hit %} {% endfor %}
Bait Hit Experiment Screen Type Notes
{{ interaction.Standard_Gene_Name_Bait }} {{ interaction.Standard_Gene_Name_Hit }} {{ interaction.Experiment_Type }} {{ interaction.Genetic_or_Physical_Interaction }} {{ interaction.Manually_Curated_or_High_Throughput }} {{ interaction.Notes }}
{{ interaction.Standard_Gene_Name_Bait }} {{ interaction.Standard_Gene_Name_Hit }} {{ interaction.Experiment_Type }} {{ interaction.Genetic_or_Physical_Interaction }} {{ interaction.Manually_Curated_or_High_Throughput }} {{ interaction.Notes }}
{% endblock content %}