Ensembl Variant Lookup Tool

Welcome to the Ensembl Variant Lookup tool.

Use this tool to retrieve information about genetic variants based on their rsid.


{% if error_message %}

{{ error_message }}

{% endif %}

Example of Usage

To look up information for a specific variant,
enter its rsid in the form above and click "Fetch Variant."
For example, you can enter "rs201937405" (without quotes "")
submit the form to retrieve details about this genetic variant.




eg: rs759213998, rs201937405


Gene Lookup

(ATTENTION: this could take a bit of time to complete)
To look up information for a specific gene,
enter its name in the form below and click "Fetch Gene Info."
For example, you can enter "BRCA1" (without quotes "")
submit the form to retrieve details about this gene.

{% if error_message %}

{{ error_message }}

{% endif %}
{% if variant_data %}

Variant Data

Below is the information for the specified rsid:

{% for key, value in variant_data.items() %} {% endfor %}
Key Value
{{ key }} {{ value }}
{% endif %}