{% extends "base.html" %} {% block head %} {% endblock %} {% block main_body %} Transcription Factor Search Panel Transcription Factor Selection {% for i in tf %} {{ i }} {% endfor %} Species Selection {% for i in spe %} {% if i.full_supports %} {{ i.latin_name }} {% endif %} {% endfor %} Gene search function requires a gene family name input for the query task. The result includes a set of gene list. You are free to download them in FASTA format. Submit All updates {% if tf_result %} Transcription Factor Search Result | {{ tf_result | length }} hits | Download DNA or protein in FASTA format {% for i in tf_result %} {{ i.gene_id }} {% endfor %} All updates {% endif %} {% endblock %}