Flanking Sequence Finder
Flanking Sequence finder is used to find the upstream & downstream sequence of specific gene.(Maximum value = 2000)
{% if error_message %}

Warning! {{ error_message }}

{% endif %}
All updates
{% if fasta_item %}
Upstream & Downstream Sequence Results

Upstream Sequence:

{{ fasta_item.up_stream_seq }}

Intron & Extron Sequence:

{{ fasta_item.intron_extron_seq }}

Downstream Sequence:

{{ fasta_item.down_stream_seq }}

{% endif %}