← Back to variant description
GeneBe API Showcase
This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.
API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.
Documentation & Advanced Usage
• Complete API documentation:docs.genebe.net/docs/api/overview/
• Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/
• Python client for pandas:pypi.org/project/genebe/
• Java CLI for VCF files:github.com/pstawinski/genebe-cli
• All tools documented at:docs.genebe.net
API Request Examples for Variant: 2-75493337-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=75493337&ref=G&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 75493337,
"ref": "G",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_032181.3",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVA1A",
"gene_hgnc_id": 25816,
"hgvs_c": "c.358C>G",
"hgvs_p": "p.Arg120Gly",
"transcript": "NM_001135032.2",
"protein_id": "NP_001128504.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 152,
"cds_start": 358,
"cds_end": null,
"cds_length": 459,
"cdna_start": 809,
"cdna_end": null,
"cdna_length": 1828,
"mane_select": "ENST00000393913.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001135032.2"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVA1A",
"gene_hgnc_id": 25816,
"hgvs_c": "c.358C>G",
"hgvs_p": "p.Arg120Gly",
"transcript": "ENST00000393913.8",
"protein_id": "ENSP00000377490.3",
"transcript_support_level": 1,
"aa_start": 120,
"aa_end": null,
"aa_length": 152,
"cds_start": 358,
"cds_end": null,
"cds_length": 459,
"cdna_start": 809,
"cdna_end": null,
"cdna_length": 1828,
"mane_select": "NM_001135032.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000393913.8"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVA1A",
"gene_hgnc_id": 25816,
"hgvs_c": "c.415C>G",
"hgvs_p": "p.Arg139Gly",
"transcript": "ENST00000910300.1",
"protein_id": "ENSP00000580359.1",
"transcript_support_level": null,
"aa_start": 139,
"aa_end": null,
"aa_length": 171,
"cds_start": 415,
"cds_end": null,
"cds_length": 516,
"cdna_start": 605,
"cdna_end": null,
"cdna_length": 1623,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910300.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVA1A",
"gene_hgnc_id": 25816,
"hgvs_c": "c.415C>G",
"hgvs_p": "p.Arg139Gly",
"transcript": "ENST00000910305.1",
"protein_id": "ENSP00000580364.1",
"transcript_support_level": null,
"aa_start": 139,
"aa_end": null,
"aa_length": 171,
"cds_start": 415,
"cds_end": null,
"cds_length": 516,
"cdna_start": 582,
"cdna_end": null,
"cdna_length": 1453,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910305.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVA1A",
"gene_hgnc_id": 25816,
"hgvs_c": "c.358C>G",
"hgvs_p": "p.Arg120Gly",
"transcript": "NM_001369524.1",
"protein_id": "NP_001356453.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 152,
"cds_start": 358,
"cds_end": null,
"cds_length": 459,
"cdna_start": 950,
"cdna_end": null,
"cdna_length": 1969,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369524.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVA1A",
"gene_hgnc_id": 25816,
"hgvs_c": "c.358C>G",
"hgvs_p": "p.Arg120Gly",
"transcript": "NM_001369525.1",
"protein_id": "NP_001356454.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 152,
"cds_start": 358,
"cds_end": null,
"cds_length": 459,
"cdna_start": 897,
"cdna_end": null,
"cdna_length": 1916,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369525.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVA1A",
"gene_hgnc_id": 25816,
"hgvs_c": "c.358C>G",
"hgvs_p": "p.Arg120Gly",
"transcript": "NM_032181.3",
"protein_id": "NP_115557.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 152,
"cds_start": 358,
"cds_end": null,
"cds_length": 459,
"cdna_start": 793,
"cdna_end": null,
"cdna_length": 1812,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_032181.3"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVA1A",
"gene_hgnc_id": 25816,
"hgvs_c": "c.358C>G",
"hgvs_p": "p.Arg120Gly",
"transcript": "ENST00000233712.5",
"protein_id": "ENSP00000233712.1",
"transcript_support_level": 2,
"aa_start": 120,
"aa_end": null,
"aa_length": 152,
"cds_start": 358,
"cds_end": null,
"cds_length": 459,
"cdna_start": 796,
"cdna_end": null,
"cdna_length": 1815,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000233712.5"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVA1A",
"gene_hgnc_id": 25816,
"hgvs_c": "c.358C>G",
"hgvs_p": "p.Arg120Gly",
"transcript": "ENST00000410071.5",
"protein_id": "ENSP00000386930.1",
"transcript_support_level": 3,
"aa_start": 120,
"aa_end": null,
"aa_length": 152,
"cds_start": 358,
"cds_end": null,
"cds_length": 459,
"cdna_start": 591,
"cdna_end": null,
"cdna_length": 777,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000410071.5"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVA1A",
"gene_hgnc_id": 25816,
"hgvs_c": "c.358C>G",
"hgvs_p": "p.Arg120Gly",
"transcript": "ENST00000410113.5",
"protein_id": "ENSP00000386435.1",
"transcript_support_level": 3,
"aa_start": 120,
"aa_end": null,
"aa_length": 152,
"cds_start": 358,
"cds_end": null,
"cds_length": 459,
"cdna_start": 896,
"cdna_end": null,
"cdna_length": 1747,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000410113.5"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVA1A",
"gene_hgnc_id": 25816,
"hgvs_c": "c.358C>G",
"hgvs_p": "p.Arg120Gly",
"transcript": "ENST00000910257.1",
"protein_id": "ENSP00000580316.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 152,
"cds_start": 358,
"cds_end": null,
"cds_length": 459,
"cdna_start": 504,
"cdna_end": null,
"cdna_length": 1522,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910257.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVA1A",
"gene_hgnc_id": 25816,
"hgvs_c": "c.358C>G",
"hgvs_p": "p.Arg120Gly",
"transcript": "ENST00000910258.1",
"protein_id": "ENSP00000580317.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 152,
"cds_start": 358,
"cds_end": null,
"cds_length": 459,
"cdna_start": 801,
"cdna_end": null,
"cdna_length": 1793,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910258.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVA1A",
"gene_hgnc_id": 25816,
"hgvs_c": "c.358C>G",
"hgvs_p": "p.Arg120Gly",
"transcript": "ENST00000910259.1",
"protein_id": "ENSP00000580318.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 152,
"cds_start": 358,
"cds_end": null,
"cds_length": 459,
"cdna_start": 615,
"cdna_end": null,
"cdna_length": 1634,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910259.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVA1A",
"gene_hgnc_id": 25816,
"hgvs_c": "c.358C>G",
"hgvs_p": "p.Arg120Gly",
"transcript": "ENST00000910260.1",
"protein_id": "ENSP00000580319.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 152,
"cds_start": 358,
"cds_end": null,
"cds_length": 459,
"cdna_start": 1658,
"cdna_end": null,
"cdna_length": 2673,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910260.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVA1A",
"gene_hgnc_id": 25816,
"hgvs_c": "c.358C>G",
"hgvs_p": "p.Arg120Gly",
"transcript": "ENST00000910261.1",
"protein_id": "ENSP00000580320.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 152,
"cds_start": 358,
"cds_end": null,
"cds_length": 459,
"cdna_start": 703,
"cdna_end": null,
"cdna_length": 1695,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910261.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVA1A",
"gene_hgnc_id": 25816,
"hgvs_c": "c.358C>G",
"hgvs_p": "p.Arg120Gly",
"transcript": "ENST00000910262.1",
"protein_id": "ENSP00000580321.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 152,
"cds_start": 358,
"cds_end": null,
"cds_length": 459,
"cdna_start": 670,
"cdna_end": null,
"cdna_length": 1689,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910262.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVA1A",
"gene_hgnc_id": 25816,
"hgvs_c": "c.358C>G",
"hgvs_p": "p.Arg120Gly",
"transcript": "ENST00000910263.1",
"protein_id": "ENSP00000580322.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 152,
"cds_start": 358,
"cds_end": null,
"cds_length": 459,
"cdna_start": 781,
"cdna_end": null,
"cdna_length": 1800,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910263.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVA1A",
"gene_hgnc_id": 25816,
"hgvs_c": "c.358C>G",
"hgvs_p": "p.Arg120Gly",
"transcript": "ENST00000910264.1",
"protein_id": "ENSP00000580323.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 152,
"cds_start": 358,
"cds_end": null,
"cds_length": 459,
"cdna_start": 871,
"cdna_end": null,
"cdna_length": 1890,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910264.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVA1A",
"gene_hgnc_id": 25816,
"hgvs_c": "c.358C>G",
"hgvs_p": "p.Arg120Gly",
"transcript": "ENST00000910265.1",
"protein_id": "ENSP00000580324.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 152,
"cds_start": 358,
"cds_end": null,
"cds_length": 459,
"cdna_start": 794,
"cdna_end": null,
"cdna_length": 1809,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910265.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVA1A",
"gene_hgnc_id": 25816,
"hgvs_c": "c.358C>G",
"hgvs_p": "p.Arg120Gly",
"transcript": "ENST00000910266.1",
"protein_id": "ENSP00000580325.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 152,
"cds_start": 358,
"cds_end": null,
"cds_length": 459,
"cdna_start": 710,
"cdna_end": null,
"cdna_length": 1729,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910266.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVA1A",
"gene_hgnc_id": 25816,
"hgvs_c": "c.358C>G",
"hgvs_p": "p.Arg120Gly",
"transcript": "ENST00000910267.1",
"protein_id": "ENSP00000580326.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 152,
"cds_start": 358,
"cds_end": null,
"cds_length": 459,
"cdna_start": 739,
"cdna_end": null,
"cdna_length": 1758,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910267.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVA1A",
"gene_hgnc_id": 25816,
"hgvs_c": "c.358C>G",
"hgvs_p": "p.Arg120Gly",
"transcript": "ENST00000910268.1",
"protein_id": "ENSP00000580327.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 152,
"cds_start": 358,
"cds_end": null,
"cds_length": 459,
"cdna_start": 693,
"cdna_end": null,
"cdna_length": 1710,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910268.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVA1A",
"gene_hgnc_id": 25816,
"hgvs_c": "c.358C>G",
"hgvs_p": "p.Arg120Gly",
"transcript": "ENST00000910269.1",
"protein_id": "ENSP00000580328.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 152,
"cds_start": 358,
"cds_end": null,
"cds_length": 459,
"cdna_start": 683,
"cdna_end": null,
"cdna_length": 1702,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910269.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVA1A",
"gene_hgnc_id": 25816,
"hgvs_c": "c.358C>G",
"hgvs_p": "p.Arg120Gly",
"transcript": "ENST00000910270.1",
"protein_id": "ENSP00000580329.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 152,
"cds_start": 358,
"cds_end": null,
"cds_length": 459,
"cdna_start": 944,
"cdna_end": null,
"cdna_length": 1963,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910270.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVA1A",
"gene_hgnc_id": 25816,
"hgvs_c": "c.358C>G",
"hgvs_p": "p.Arg120Gly",
"transcript": "ENST00000910271.1",
"protein_id": "ENSP00000580330.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 152,
"cds_start": 358,
"cds_end": null,
"cds_length": 459,
"cdna_start": 748,
"cdna_end": null,
"cdna_length": 1767,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910271.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVA1A",
"gene_hgnc_id": 25816,
"hgvs_c": "c.358C>G",
"hgvs_p": "p.Arg120Gly",
"transcript": "ENST00000910272.1",
"protein_id": "ENSP00000580331.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 152,
"cds_start": 358,
"cds_end": null,
"cds_length": 459,
"cdna_start": 950,
"cdna_end": null,
"cdna_length": 1817,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910272.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVA1A",
"gene_hgnc_id": 25816,
"hgvs_c": "c.358C>G",
"hgvs_p": "p.Arg120Gly",
"transcript": "ENST00000910273.1",
"protein_id": "ENSP00000580332.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 152,
"cds_start": 358,
"cds_end": null,
"cds_length": 459,
"cdna_start": 903,
"cdna_end": null,
"cdna_length": 1931,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910273.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVA1A",
"gene_hgnc_id": 25816,
"hgvs_c": "c.358C>G",
"hgvs_p": "p.Arg120Gly",
"transcript": "ENST00000910274.1",
"protein_id": "ENSP00000580333.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 152,
"cds_start": 358,
"cds_end": null,
"cds_length": 459,
"cdna_start": 1102,
"cdna_end": null,
"cdna_length": 2122,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910274.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVA1A",
"gene_hgnc_id": 25816,
"hgvs_c": "c.358C>G",
"hgvs_p": "p.Arg120Gly",
"transcript": "ENST00000910275.1",
"protein_id": "ENSP00000580334.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 152,
"cds_start": 358,
"cds_end": null,
"cds_length": 459,
"cdna_start": 967,
"cdna_end": null,
"cdna_length": 1959,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910275.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVA1A",
"gene_hgnc_id": 25816,
"hgvs_c": "c.358C>G",
"hgvs_p": "p.Arg120Gly",
"transcript": "ENST00000910276.1",
"protein_id": "ENSP00000580335.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 152,
"cds_start": 358,
"cds_end": null,
"cds_length": 459,
"cdna_start": 1165,
"cdna_end": null,
"cdna_length": 2184,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910276.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVA1A",
"gene_hgnc_id": 25816,
"hgvs_c": "c.358C>G",
"hgvs_p": "p.Arg120Gly",
"transcript": "ENST00000910277.1",
"protein_id": "ENSP00000580336.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 152,
"cds_start": 358,
"cds_end": null,
"cds_length": 459,
"cdna_start": 611,
"cdna_end": null,
"cdna_length": 1603,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910277.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVA1A",
"gene_hgnc_id": 25816,
"hgvs_c": "c.358C>G",
"hgvs_p": "p.Arg120Gly",
"transcript": "ENST00000910278.1",
"protein_id": "ENSP00000580337.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 152,
"cds_start": 358,
"cds_end": null,
"cds_length": 459,
"cdna_start": 793,
"cdna_end": null,
"cdna_length": 1808,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910278.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVA1A",
"gene_hgnc_id": 25816,
"hgvs_c": "c.358C>G",
"hgvs_p": "p.Arg120Gly",
"transcript": "ENST00000910279.1",
"protein_id": "ENSP00000580338.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 152,
"cds_start": 358,
"cds_end": null,
"cds_length": 459,
"cdna_start": 512,
"cdna_end": null,
"cdna_length": 1362,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910279.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVA1A",
"gene_hgnc_id": 25816,
"hgvs_c": "c.358C>G",
"hgvs_p": "p.Arg120Gly",
"transcript": "ENST00000910280.1",
"protein_id": "ENSP00000580339.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 152,
"cds_start": 358,
"cds_end": null,
"cds_length": 459,
"cdna_start": 813,
"cdna_end": null,
"cdna_length": 1833,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910280.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVA1A",
"gene_hgnc_id": 25816,
"hgvs_c": "c.358C>G",
"hgvs_p": "p.Arg120Gly",
"transcript": "ENST00000910282.1",
"protein_id": "ENSP00000580341.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 152,
"cds_start": 358,
"cds_end": null,
"cds_length": 459,
"cdna_start": 686,
"cdna_end": null,
"cdna_length": 1535,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910282.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVA1A",
"gene_hgnc_id": 25816,
"hgvs_c": "c.358C>G",
"hgvs_p": "p.Arg120Gly",
"transcript": "ENST00000910283.1",
"protein_id": "ENSP00000580342.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 152,
"cds_start": 358,
"cds_end": null,
"cds_length": 459,
"cdna_start": 800,
"cdna_end": null,
"cdna_length": 1792,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910283.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVA1A",
"gene_hgnc_id": 25816,
"hgvs_c": "c.358C>G",
"hgvs_p": "p.Arg120Gly",
"transcript": "ENST00000910284.1",
"protein_id": "ENSP00000580343.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 152,
"cds_start": 358,
"cds_end": null,
"cds_length": 459,
"cdna_start": 544,
"cdna_end": null,
"cdna_length": 1572,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910284.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVA1A",
"gene_hgnc_id": 25816,
"hgvs_c": "c.358C>G",
"hgvs_p": "p.Arg120Gly",
"transcript": "ENST00000910285.1",
"protein_id": "ENSP00000580344.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 152,
"cds_start": 358,
"cds_end": null,
"cds_length": 459,
"cdna_start": 4962,
"cdna_end": null,
"cdna_length": 5981,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910285.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVA1A",
"gene_hgnc_id": 25816,
"hgvs_c": "c.358C>G",
"hgvs_p": "p.Arg120Gly",
"transcript": "ENST00000910286.1",
"protein_id": "ENSP00000580345.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 152,
"cds_start": 358,
"cds_end": null,
"cds_length": 459,
"cdna_start": 892,
"cdna_end": null,
"cdna_length": 1884,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910286.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVA1A",
"gene_hgnc_id": 25816,
"hgvs_c": "c.358C>G",
"hgvs_p": "p.Arg120Gly",
"transcript": "ENST00000910287.1",
"protein_id": "ENSP00000580346.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 152,
"cds_start": 358,
"cds_end": null,
"cds_length": 459,
"cdna_start": 799,
"cdna_end": null,
"cdna_length": 1791,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910287.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVA1A",
"gene_hgnc_id": 25816,
"hgvs_c": "c.358C>G",
"hgvs_p": "p.Arg120Gly",
"transcript": "ENST00000910288.1",
"protein_id": "ENSP00000580347.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 152,
"cds_start": 358,
"cds_end": null,
"cds_length": 459,
"cdna_start": 818,
"cdna_end": null,
"cdna_length": 1810,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910288.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVA1A",
"gene_hgnc_id": 25816,
"hgvs_c": "c.358C>G",
"hgvs_p": "p.Arg120Gly",
"transcript": "ENST00000910289.1",
"protein_id": "ENSP00000580348.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 152,
"cds_start": 358,
"cds_end": null,
"cds_length": 459,
"cdna_start": 786,
"cdna_end": null,
"cdna_length": 1637,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910289.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVA1A",
"gene_hgnc_id": 25816,
"hgvs_c": "c.358C>G",
"hgvs_p": "p.Arg120Gly",
"transcript": "ENST00000910290.1",
"protein_id": "ENSP00000580349.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 152,
"cds_start": 358,
"cds_end": null,
"cds_length": 459,
"cdna_start": 2158,
"cdna_end": null,
"cdna_length": 3175,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910290.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVA1A",
"gene_hgnc_id": 25816,
"hgvs_c": "c.358C>G",
"hgvs_p": "p.Arg120Gly",
"transcript": "ENST00000910291.1",
"protein_id": "ENSP00000580350.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 152,
"cds_start": 358,
"cds_end": null,
"cds_length": 459,
"cdna_start": 2908,
"cdna_end": null,
"cdna_length": 3927,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910291.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVA1A",
"gene_hgnc_id": 25816,
"hgvs_c": "c.358C>G",
"hgvs_p": "p.Arg120Gly",
"transcript": "ENST00000910292.1",
"protein_id": "ENSP00000580351.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 152,
"cds_start": 358,
"cds_end": null,
"cds_length": 459,
"cdna_start": 507,
"cdna_end": null,
"cdna_length": 1525,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910292.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVA1A",
"gene_hgnc_id": 25816,
"hgvs_c": "c.358C>G",
"hgvs_p": "p.Arg120Gly",
"transcript": "ENST00000910293.1",
"protein_id": "ENSP00000580352.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 152,
"cds_start": 358,
"cds_end": null,
"cds_length": 459,
"cdna_start": 648,
"cdna_end": null,
"cdna_length": 1640,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910293.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVA1A",
"gene_hgnc_id": 25816,
"hgvs_c": "c.358C>G",
"hgvs_p": "p.Arg120Gly",
"transcript": "ENST00000910294.1",
"protein_id": "ENSP00000580353.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 152,
"cds_start": 358,
"cds_end": null,
"cds_length": 459,
"cdna_start": 559,
"cdna_end": null,
"cdna_length": 1578,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910294.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVA1A",
"gene_hgnc_id": 25816,
"hgvs_c": "c.358C>G",
"hgvs_p": "p.Arg120Gly",
"transcript": "ENST00000910295.1",
"protein_id": "ENSP00000580354.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 152,
"cds_start": 358,
"cds_end": null,
"cds_length": 459,
"cdna_start": 613,
"cdna_end": null,
"cdna_length": 1605,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910295.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVA1A",
"gene_hgnc_id": 25816,
"hgvs_c": "c.358C>G",
"hgvs_p": "p.Arg120Gly",
"transcript": "ENST00000910296.1",
"protein_id": "ENSP00000580355.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 152,
"cds_start": 358,
"cds_end": null,
"cds_length": 459,
"cdna_start": 759,
"cdna_end": null,
"cdna_length": 1778,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910296.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVA1A",
"gene_hgnc_id": 25816,
"hgvs_c": "c.358C>G",
"hgvs_p": "p.Arg120Gly",
"transcript": "ENST00000910297.1",
"protein_id": "ENSP00000580356.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 152,
"cds_start": 358,
"cds_end": null,
"cds_length": 459,
"cdna_start": 593,
"cdna_end": null,
"cdna_length": 1612,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910297.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVA1A",
"gene_hgnc_id": 25816,
"hgvs_c": "c.358C>G",
"hgvs_p": "p.Arg120Gly",
"transcript": "ENST00000910298.1",
"protein_id": "ENSP00000580357.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 152,
"cds_start": 358,
"cds_end": null,
"cds_length": 459,
"cdna_start": 592,
"cdna_end": null,
"cdna_length": 1620,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910298.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVA1A",
"gene_hgnc_id": 25816,
"hgvs_c": "c.358C>G",
"hgvs_p": "p.Arg120Gly",
"transcript": "ENST00000910302.1",
"protein_id": "ENSP00000580361.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 152,
"cds_start": 358,
"cds_end": null,
"cds_length": 459,
"cdna_start": 520,
"cdna_end": null,
"cdna_length": 1538,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910302.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVA1A",
"gene_hgnc_id": 25816,
"hgvs_c": "c.358C>G",
"hgvs_p": "p.Arg120Gly",
"transcript": "ENST00000910303.1",
"protein_id": "ENSP00000580362.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 152,
"cds_start": 358,
"cds_end": null,
"cds_length": 459,
"cdna_start": 490,
"cdna_end": null,
"cdna_length": 1510,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910303.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVA1A",
"gene_hgnc_id": 25816,
"hgvs_c": "c.358C>G",
"hgvs_p": "p.Arg120Gly",
"transcript": "ENST00000910304.1",
"protein_id": "ENSP00000580363.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 152,
"cds_start": 358,
"cds_end": null,
"cds_length": 459,
"cdna_start": 496,
"cdna_end": null,
"cdna_length": 1347,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910304.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVA1A",
"gene_hgnc_id": 25816,
"hgvs_c": "c.358C>G",
"hgvs_p": "p.Arg120Gly",
"transcript": "ENST00000956454.1",
"protein_id": "ENSP00000626513.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 152,
"cds_start": 358,
"cds_end": null,
"cds_length": 459,
"cdna_start": 798,
"cdna_end": null,
"cdna_length": 1817,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956454.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVA1A",
"gene_hgnc_id": 25816,
"hgvs_c": "c.358C>G",
"hgvs_p": "p.Arg120Gly",
"transcript": "ENST00000956455.1",
"protein_id": "ENSP00000626514.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 152,
"cds_start": 358,
"cds_end": null,
"cds_length": 459,
"cdna_start": 980,
"cdna_end": null,
"cdna_length": 1998,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956455.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVA1A",
"gene_hgnc_id": 25816,
"hgvs_c": "c.358C>G",
"hgvs_p": "p.Arg120Gly",
"transcript": "ENST00000956456.1",
"protein_id": "ENSP00000626515.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 152,
"cds_start": 358,
"cds_end": null,
"cds_length": 459,
"cdna_start": 568,
"cdna_end": null,
"cdna_length": 1560,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956456.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVA1A",
"gene_hgnc_id": 25816,
"hgvs_c": "c.358C>G",
"hgvs_p": "p.Arg120Gly",
"transcript": "ENST00000956457.1",
"protein_id": "ENSP00000626516.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 152,
"cds_start": 358,
"cds_end": null,
"cds_length": 459,
"cdna_start": 900,
"cdna_end": null,
"cdna_length": 1751,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956457.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVA1A",
"gene_hgnc_id": 25816,
"hgvs_c": "c.358C>G",
"hgvs_p": "p.Arg120Gly",
"transcript": "ENST00000956458.1",
"protein_id": "ENSP00000626517.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 152,
"cds_start": 358,
"cds_end": null,
"cds_length": 459,
"cdna_start": 833,
"cdna_end": null,
"cdna_length": 1851,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956458.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVA1A",
"gene_hgnc_id": 25816,
"hgvs_c": "c.358C>G",
"hgvs_p": "p.Arg120Gly",
"transcript": "ENST00000432649.5",
"protein_id": "ENSP00000398249.1",
"transcript_support_level": 3,
"aa_start": 120,
"aa_end": null,
"aa_length": 141,
"cds_start": 358,
"cds_end": null,
"cds_length": 428,
"cdna_start": 499,
"cdna_end": null,
"cdna_length": 569,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000432649.5"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVA1A",
"gene_hgnc_id": 25816,
"hgvs_c": "c.322C>G",
"hgvs_p": "p.Arg108Gly",
"transcript": "ENST00000410010.1",
"protein_id": "ENSP00000386835.1",
"transcript_support_level": 5,
"aa_start": 108,
"aa_end": null,
"aa_length": 140,
"cds_start": 322,
"cds_end": null,
"cds_length": 423,
"cdna_start": 433,
"cdna_end": null,
"cdna_length": 696,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000410010.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVA1A",
"gene_hgnc_id": 25816,
"hgvs_c": "c.259C>G",
"hgvs_p": "p.Arg87Gly",
"transcript": "ENST00000910281.1",
"protein_id": "ENSP00000580340.1",
"transcript_support_level": null,
"aa_start": 87,
"aa_end": null,
"aa_length": 119,
"cds_start": 259,
"cds_end": null,
"cds_length": 360,
"cdna_start": 830,
"cdna_end": null,
"cdna_length": 1848,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910281.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVA1A",
"gene_hgnc_id": 25816,
"hgvs_c": "c.259C>G",
"hgvs_p": "p.Arg87Gly",
"transcript": "ENST00000910299.1",
"protein_id": "ENSP00000580358.1",
"transcript_support_level": null,
"aa_start": 87,
"aa_end": null,
"aa_length": 119,
"cds_start": 259,
"cds_end": null,
"cds_length": 360,
"cdna_start": 459,
"cdna_end": null,
"cdna_length": 1479,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910299.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVA1A",
"gene_hgnc_id": 25816,
"hgvs_c": "c.259C>G",
"hgvs_p": "p.Arg87Gly",
"transcript": "ENST00000910301.1",
"protein_id": "ENSP00000580360.1",
"transcript_support_level": null,
"aa_start": 87,
"aa_end": null,
"aa_length": 119,
"cds_start": 259,
"cds_end": null,
"cds_length": 360,
"cdna_start": 416,
"cdna_end": null,
"cdna_length": 1408,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910301.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVA1A",
"gene_hgnc_id": 25816,
"hgvs_c": "c.259C>G",
"hgvs_p": "p.Arg87Gly",
"transcript": "ENST00000940185.1",
"protein_id": "ENSP00000610244.1",
"transcript_support_level": null,
"aa_start": 87,
"aa_end": null,
"aa_length": 119,
"cds_start": 259,
"cds_end": null,
"cds_length": 360,
"cdna_start": 729,
"cdna_end": null,
"cdna_length": 1747,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000940185.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVA1A",
"gene_hgnc_id": 25816,
"hgvs_c": "c.259C>G",
"hgvs_p": "p.Arg87Gly",
"transcript": "ENST00000940186.1",
"protein_id": "ENSP00000610245.1",
"transcript_support_level": null,
"aa_start": 87,
"aa_end": null,
"aa_length": 119,
"cds_start": 259,
"cds_end": null,
"cds_length": 360,
"cdna_start": 782,
"cdna_end": null,
"cdna_length": 1645,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000940186.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "EVA1A",
"gene_hgnc_id": 25816,
"hgvs_c": "n.411-23967C>G",
"hgvs_p": null,
"transcript": "ENST00000485891.1",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 479,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000485891.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "EVA1A",
"gene_hgnc_id": 25816,
"hgvs_c": "n.521-23967C>G",
"hgvs_p": null,
"transcript": "ENST00000490746.5",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 589,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000490746.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVA1A",
"gene_hgnc_id": 25816,
"hgvs_c": "c.*55C>G",
"hgvs_p": null,
"transcript": "ENST00000452003.1",
"protein_id": "ENSP00000388105.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 100,
"cds_start": null,
"cds_end": null,
"cds_length": 303,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 434,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000452003.1"
}
],
"gene_symbol": "EVA1A",
"gene_hgnc_id": 25816,
"dbsnp": "rs773887250",
"frequency_reference_population": 6.8407405e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84074e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.5116441249847412,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.286,
"revel_prediction": "Benign",
"alphamissense_score": 0.8264,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.15,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 1.004,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_032181.3",
"gene_symbol": "EVA1A",
"hgnc_id": 25816,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.358C>G",
"hgvs_p": "p.Arg120Gly"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}