← 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: 11-61959526-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=61959526&ref=G&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "11",
"pos": 61959526,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "ENST00000378043.9",
"consequences": [
{
"aa_ref": "G",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BEST1",
"gene_hgnc_id": 12703,
"hgvs_c": "c.896G>A",
"hgvs_p": "p.Gly299Glu",
"transcript": "NM_004183.4",
"protein_id": "NP_004174.1",
"transcript_support_level": null,
"aa_start": 299,
"aa_end": null,
"aa_length": 585,
"cds_start": 896,
"cds_end": null,
"cds_length": 1758,
"cdna_start": 1009,
"cdna_end": null,
"cdna_length": 2210,
"mane_select": "ENST00000378043.9",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "E",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BEST1",
"gene_hgnc_id": 12703,
"hgvs_c": "c.896G>A",
"hgvs_p": "p.Gly299Glu",
"transcript": "ENST00000378043.9",
"protein_id": "ENSP00000367282.4",
"transcript_support_level": 1,
"aa_start": 299,
"aa_end": null,
"aa_length": 585,
"cds_start": 896,
"cds_end": null,
"cds_length": 1758,
"cdna_start": 1009,
"cdna_end": null,
"cdna_length": 2210,
"mane_select": "NM_004183.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BEST1",
"gene_hgnc_id": 12703,
"hgvs_c": "c.716G>A",
"hgvs_p": "p.Gly239Glu",
"transcript": "ENST00000449131.6",
"protein_id": "ENSP00000399709.2",
"transcript_support_level": 1,
"aa_start": 239,
"aa_end": null,
"aa_length": 604,
"cds_start": 716,
"cds_end": null,
"cds_length": 1815,
"cdna_start": 802,
"cdna_end": null,
"cdna_length": 4267,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BEST1",
"gene_hgnc_id": 12703,
"hgvs_c": "c.896G>A",
"hgvs_p": "p.Gly299Glu",
"transcript": "NM_001440571.1",
"protein_id": "NP_001427500.1",
"transcript_support_level": null,
"aa_start": 299,
"aa_end": null,
"aa_length": 664,
"cds_start": 896,
"cds_end": null,
"cds_length": 1995,
"cdna_start": 1009,
"cdna_end": null,
"cdna_length": 3420,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BEST1",
"gene_hgnc_id": 12703,
"hgvs_c": "c.743G>A",
"hgvs_p": "p.Gly248Glu",
"transcript": "NM_001440573.1",
"protein_id": "NP_001427502.1",
"transcript_support_level": null,
"aa_start": 248,
"aa_end": null,
"aa_length": 613,
"cds_start": 743,
"cds_end": null,
"cds_length": 1842,
"cdna_start": 856,
"cdna_end": null,
"cdna_length": 3267,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BEST1",
"gene_hgnc_id": 12703,
"hgvs_c": "c.716G>A",
"hgvs_p": "p.Gly239Glu",
"transcript": "NM_001139443.3",
"protein_id": "NP_001132915.1",
"transcript_support_level": null,
"aa_start": 239,
"aa_end": null,
"aa_length": 604,
"cds_start": 716,
"cds_end": null,
"cds_length": 1815,
"cdna_start": 821,
"cdna_end": null,
"cdna_length": 3232,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BEST1",
"gene_hgnc_id": 12703,
"hgvs_c": "c.578G>A",
"hgvs_p": "p.Gly193Glu",
"transcript": "NM_001363591.3",
"protein_id": "NP_001350520.1",
"transcript_support_level": null,
"aa_start": 193,
"aa_end": null,
"aa_length": 558,
"cds_start": 578,
"cds_end": null,
"cds_length": 1677,
"cdna_start": 802,
"cdna_end": null,
"cdna_length": 3213,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BEST1",
"gene_hgnc_id": 12703,
"hgvs_c": "c.563G>A",
"hgvs_p": "p.Gly188Glu",
"transcript": "NM_001440575.1",
"protein_id": "NP_001427504.1",
"transcript_support_level": null,
"aa_start": 188,
"aa_end": null,
"aa_length": 553,
"cds_start": 563,
"cds_end": null,
"cds_length": 1662,
"cdna_start": 668,
"cdna_end": null,
"cdna_length": 3079,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BEST1",
"gene_hgnc_id": 12703,
"hgvs_c": "c.716G>A",
"hgvs_p": "p.Gly239Glu",
"transcript": "NM_001300787.2",
"protein_id": "NP_001287716.1",
"transcript_support_level": null,
"aa_start": 239,
"aa_end": null,
"aa_length": 525,
"cds_start": 716,
"cds_end": null,
"cds_length": 1578,
"cdna_start": 821,
"cdna_end": null,
"cdna_length": 2022,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BEST1",
"gene_hgnc_id": 12703,
"hgvs_c": "c.1099G>A",
"hgvs_p": "p.Glu367Lys",
"transcript": "NM_001363592.2",
"protein_id": "NP_001350521.1",
"transcript_support_level": null,
"aa_start": 367,
"aa_end": null,
"aa_length": 435,
"cds_start": 1099,
"cds_end": null,
"cds_length": 1308,
"cdna_start": 1212,
"cdna_end": null,
"cdna_length": 3623,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BEST1",
"gene_hgnc_id": 12703,
"hgvs_c": "c.781G>A",
"hgvs_p": "p.Glu261Lys",
"transcript": "ENST00000526988.1",
"protein_id": "ENSP00000433195.1",
"transcript_support_level": 2,
"aa_start": 261,
"aa_end": null,
"aa_length": 329,
"cds_start": 781,
"cds_end": null,
"cds_length": 990,
"cdna_start": 942,
"cdna_end": null,
"cdna_length": 1263,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BEST1",
"gene_hgnc_id": 12703,
"hgvs_c": "c.53G>A",
"hgvs_p": "p.Gly18Glu",
"transcript": "XM_047427523.1",
"protein_id": "XP_047283479.1",
"transcript_support_level": null,
"aa_start": 18,
"aa_end": null,
"aa_length": 304,
"cds_start": 53,
"cds_end": null,
"cds_length": 915,
"cdna_start": 723,
"cdna_end": null,
"cdna_length": 1924,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BEST1",
"gene_hgnc_id": 12703,
"hgvs_c": "n.2527G>A",
"hgvs_p": null,
"transcript": "ENST00000524877.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5772,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BEST1",
"gene_hgnc_id": 12703,
"hgvs_c": "n.1099G>A",
"hgvs_p": null,
"transcript": "ENST00000524926.5",
"protein_id": "ENSP00000432681.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2404,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BEST1",
"gene_hgnc_id": 12703,
"hgvs_c": "n.1212G>A",
"hgvs_p": null,
"transcript": "NR_134580.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2413,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BEST1",
"gene_hgnc_id": 12703,
"hgvs_c": "c.-77G>A",
"hgvs_p": null,
"transcript": "NM_001363593.3",
"protein_id": "NP_001350522.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 340,
"cds_start": -4,
"cds_end": null,
"cds_length": 1023,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3416,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "BEST1",
"gene_hgnc_id": 12703,
"hgvs_c": "c.868-366G>A",
"hgvs_p": null,
"transcript": "NM_001440572.1",
"protein_id": "NP_001427501.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 637,
"cds_start": -4,
"cds_end": null,
"cds_length": 1914,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3339,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "BEST1",
"gene_hgnc_id": 12703,
"hgvs_c": "c.688-366G>A",
"hgvs_p": null,
"transcript": "NM_001440574.1",
"protein_id": "NP_001427503.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 577,
"cds_start": -4,
"cds_end": null,
"cds_length": 1734,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3151,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "BEST1",
"gene_hgnc_id": 12703,
"hgvs_c": "c.535-366G>A",
"hgvs_p": null,
"transcript": "NM_001440576.1",
"protein_id": "NP_001427505.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 526,
"cds_start": -4,
"cds_end": null,
"cds_length": 1581,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2998,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "BEST1",
"gene_hgnc_id": 12703,
"hgvs_c": "c.688-366G>A",
"hgvs_p": null,
"transcript": "NM_001300786.2",
"protein_id": "NP_001287715.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 498,
"cds_start": -4,
"cds_end": null,
"cds_length": 1497,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1941,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "BEST1",
"gene_hgnc_id": 12703,
"hgvs_c": "c.164-2729G>A",
"hgvs_p": null,
"transcript": "ENST00000534553.5",
"protein_id": "ENSP00000431189.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 55,
"cds_start": -4,
"cds_end": null,
"cds_length": 168,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1829,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "BEST1",
"gene_hgnc_id": 12703,
"hgvs_c": "c.714+2062G>A",
"hgvs_p": null,
"transcript": "XM_005274221.5",
"protein_id": "XP_005274278.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 270,
"cds_start": -4,
"cds_end": null,
"cds_length": 813,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4618,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "LOC107984334",
"gene_hgnc_id": null,
"hgvs_c": "n.161+206C>T",
"hgvs_p": null,
"transcript": "XR_001748245.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4775,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FTH1",
"gene_hgnc_id": 3976,
"hgvs_c": "c.*207C>T",
"hgvs_p": null,
"transcript": "ENST00000529191.5",
"protein_id": "ENSP00000431659.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 102,
"cds_start": -4,
"cds_end": null,
"cds_length": 309,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 530,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FTH1",
"gene_hgnc_id": 3976,
"hgvs_c": "c.*247C>T",
"hgvs_p": null,
"transcript": "ENST00000529631.5",
"protein_id": "ENSP00000431575.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 81,
"cds_start": -4,
"cds_end": null,
"cds_length": 246,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 507,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "BEST1",
"gene_hgnc_id": 12703,
"dbsnp": "rs28941468",
"frequency_reference_population": 6.840488e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84049e-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.7064782381057739,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.019999999552965164,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.987,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.9972,
"alphamissense_prediction": "Uncertain_significance",
"bayesdelnoaf_score": 0.59,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 9.795,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0.02,
"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": 15,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PM1,PM2,PM5,PP2,PP5_Very_Strong",
"acmg_by_gene": [
{
"score": 15,
"benign_score": 0,
"pathogenic_score": 15,
"criteria": [
"PM1",
"PM2",
"PM5",
"PP2",
"PP5_Very_Strong"
],
"verdict": "Pathogenic",
"transcript": "ENST00000378043.9",
"gene_symbol": "BEST1",
"hgnc_id": 12703,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.896G>A",
"hgvs_p": "p.Gly299Glu"
},
{
"score": 10,
"benign_score": 0,
"pathogenic_score": 10,
"criteria": [
"PM2",
"PP5_Very_Strong"
],
"verdict": "Pathogenic",
"transcript": "XR_001748245.2",
"gene_symbol": "LOC107984334",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.161+206C>T",
"hgvs_p": null
},
{
"score": 10,
"benign_score": 0,
"pathogenic_score": 10,
"criteria": [
"PM2",
"PP5_Very_Strong"
],
"verdict": "Pathogenic",
"transcript": "ENST00000529191.5",
"gene_symbol": "FTH1",
"hgnc_id": 3976,
"effects": [
"downstream_gene_variant"
],
"inheritance_mode": "AD,Unknown",
"hgvs_c": "c.*207C>T",
"hgvs_p": null
}
],
"clinvar_disease": "Retinal dystrophy,Vitelliform macular dystrophy 2,not provided",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "P:2 O:1",
"phenotype_combined": "Vitelliform macular dystrophy 2|not provided|Retinal dystrophy",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}