miRNA Search Panel
miRNA class
- Please enter the miRNA name like mir-238. - If there is no input, it will return you with first 20 Precursor sequences of all miRNAs
{% if mirnas %}
{% for mirna in mirnas %}
{{ mirna.target_name }}

Precursor sequence : {{ mirna.sequence }}

{% endfor %}
{% endif %} All updates