{% extends "base.html" %} {% set active_page = "snp-converter" %} {% set page_title = "SNP Converter" %} {% block content %}

Please insert the dbSNP rs number below. Mutalyzer will retrieve the HGVS description of the SNP specified on the reference sequence(s) used by dbSNP.

Example: rs9919552


Help
{% if lastpost %}

SNP converter results:

{% for m in messages %}

{{ m.description|e }}

{% endfor %}

{{ summary|e }}

dbSNP rs ID:

{{ lastpost|e }}

HGVS descriptions:

{% for i in snp %} {{ i|e }}
{% endfor %}

{% endif %} {% endblock content %}