← 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-61962762-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=61962762&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "11",
"pos": 61962762,
"ref": "T",
"alt": "C",
"effect": "synonymous_variant",
"transcript": "NM_001440571.1",
"consequences": [
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BEST1",
"gene_hgnc_id": 12703,
"hgvs_c": "c.1608T>C",
"hgvs_p": "p.Thr536Thr",
"transcript": "NM_004183.4",
"protein_id": "NP_004174.1",
"transcript_support_level": null,
"aa_start": 536,
"aa_end": null,
"aa_length": 585,
"cds_start": 1608,
"cds_end": null,
"cds_length": 1758,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000378043.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_004183.4"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BEST1",
"gene_hgnc_id": 12703,
"hgvs_c": "c.1608T>C",
"hgvs_p": "p.Thr536Thr",
"transcript": "ENST00000378043.9",
"protein_id": "ENSP00000367282.4",
"transcript_support_level": 1,
"aa_start": 536,
"aa_end": null,
"aa_length": 585,
"cds_start": 1608,
"cds_end": null,
"cds_length": 1758,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_004183.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000378043.9"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BEST1",
"gene_hgnc_id": 12703,
"hgvs_c": "c.1428T>C",
"hgvs_p": "p.Thr476Thr",
"transcript": "ENST00000449131.6",
"protein_id": "ENSP00000399709.2",
"transcript_support_level": 1,
"aa_start": 476,
"aa_end": null,
"aa_length": 604,
"cds_start": 1428,
"cds_end": null,
"cds_length": 1815,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000449131.6"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BEST1",
"gene_hgnc_id": 12703,
"hgvs_c": "c.1608T>C",
"hgvs_p": "p.Thr536Thr",
"transcript": "NM_001440571.1",
"protein_id": "NP_001427500.1",
"transcript_support_level": null,
"aa_start": 536,
"aa_end": null,
"aa_length": 664,
"cds_start": 1608,
"cds_end": null,
"cds_length": 1995,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440571.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BEST1",
"gene_hgnc_id": 12703,
"hgvs_c": "c.1527T>C",
"hgvs_p": "p.Thr509Thr",
"transcript": "NM_001440572.1",
"protein_id": "NP_001427501.1",
"transcript_support_level": null,
"aa_start": 509,
"aa_end": null,
"aa_length": 637,
"cds_start": 1527,
"cds_end": null,
"cds_length": 1914,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440572.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BEST1",
"gene_hgnc_id": 12703,
"hgvs_c": "c.1455T>C",
"hgvs_p": "p.Thr485Thr",
"transcript": "NM_001440573.1",
"protein_id": "NP_001427502.1",
"transcript_support_level": null,
"aa_start": 485,
"aa_end": null,
"aa_length": 613,
"cds_start": 1455,
"cds_end": null,
"cds_length": 1842,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440573.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BEST1",
"gene_hgnc_id": 12703,
"hgvs_c": "c.1428T>C",
"hgvs_p": "p.Thr476Thr",
"transcript": "NM_001139443.3",
"protein_id": "NP_001132915.1",
"transcript_support_level": null,
"aa_start": 476,
"aa_end": null,
"aa_length": 604,
"cds_start": 1428,
"cds_end": null,
"cds_length": 1815,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001139443.3"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BEST1",
"gene_hgnc_id": 12703,
"hgvs_c": "c.1347T>C",
"hgvs_p": "p.Thr449Thr",
"transcript": "NM_001440574.1",
"protein_id": "NP_001427503.1",
"transcript_support_level": null,
"aa_start": 449,
"aa_end": null,
"aa_length": 577,
"cds_start": 1347,
"cds_end": null,
"cds_length": 1734,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440574.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BEST1",
"gene_hgnc_id": 12703,
"hgvs_c": "c.1290T>C",
"hgvs_p": "p.Thr430Thr",
"transcript": "NM_001363591.3",
"protein_id": "NP_001350520.1",
"transcript_support_level": null,
"aa_start": 430,
"aa_end": null,
"aa_length": 558,
"cds_start": 1290,
"cds_end": null,
"cds_length": 1677,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001363591.3"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BEST1",
"gene_hgnc_id": 12703,
"hgvs_c": "c.1275T>C",
"hgvs_p": "p.Thr425Thr",
"transcript": "NM_001440575.1",
"protein_id": "NP_001427504.1",
"transcript_support_level": null,
"aa_start": 425,
"aa_end": null,
"aa_length": 553,
"cds_start": 1275,
"cds_end": null,
"cds_length": 1662,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440575.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BEST1",
"gene_hgnc_id": 12703,
"hgvs_c": "c.1194T>C",
"hgvs_p": "p.Thr398Thr",
"transcript": "NM_001440576.1",
"protein_id": "NP_001427505.1",
"transcript_support_level": null,
"aa_start": 398,
"aa_end": null,
"aa_length": 526,
"cds_start": 1194,
"cds_end": null,
"cds_length": 1581,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440576.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BEST1",
"gene_hgnc_id": 12703,
"hgvs_c": "c.1428T>C",
"hgvs_p": "p.Thr476Thr",
"transcript": "NM_001300787.2",
"protein_id": "NP_001287716.1",
"transcript_support_level": null,
"aa_start": 476,
"aa_end": null,
"aa_length": 525,
"cds_start": 1428,
"cds_end": null,
"cds_length": 1578,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001300787.2"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BEST1",
"gene_hgnc_id": 12703,
"hgvs_c": "c.1347T>C",
"hgvs_p": "p.Thr449Thr",
"transcript": "NM_001300786.2",
"protein_id": "NP_001287715.1",
"transcript_support_level": null,
"aa_start": 449,
"aa_end": null,
"aa_length": 498,
"cds_start": 1347,
"cds_end": null,
"cds_length": 1497,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001300786.2"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BEST1",
"gene_hgnc_id": 12703,
"hgvs_c": "c.636T>C",
"hgvs_p": "p.Thr212Thr",
"transcript": "NM_001363593.3",
"protein_id": "NP_001350522.1",
"transcript_support_level": null,
"aa_start": 212,
"aa_end": null,
"aa_length": 340,
"cds_start": 636,
"cds_end": null,
"cds_length": 1023,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001363593.3"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BEST1",
"gene_hgnc_id": 12703,
"hgvs_c": "c.765T>C",
"hgvs_p": "p.Thr255Thr",
"transcript": "XM_047427523.1",
"protein_id": "XP_047283479.1",
"transcript_support_level": null,
"aa_start": 255,
"aa_end": null,
"aa_length": 304,
"cds_start": 765,
"cds_end": null,
"cds_length": 915,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047427523.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BEST1",
"gene_hgnc_id": 12703,
"hgvs_c": "c.*503T>C",
"hgvs_p": null,
"transcript": "NM_001363592.2",
"protein_id": "NP_001350521.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 435,
"cds_start": null,
"cds_end": null,
"cds_length": 1308,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001363592.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BEST1",
"gene_hgnc_id": 12703,
"hgvs_c": "c.*503T>C",
"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": null,
"cds_end": null,
"cds_length": 168,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000534553.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BEST1",
"gene_hgnc_id": 12703,
"hgvs_c": "c.*409T>C",
"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": null,
"cds_end": null,
"cds_length": 813,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005274221.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "FTH1",
"gene_hgnc_id": 3976,
"hgvs_c": "c.261+2607A>G",
"hgvs_p": null,
"transcript": "ENST00000530019.5",
"protein_id": "ENSP00000433470.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 113,
"cds_start": null,
"cds_end": null,
"cds_length": 344,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000530019.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "FTH1",
"gene_hgnc_id": 3976,
"hgvs_c": "c.115-2835A>G",
"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": null,
"cds_end": null,
"cds_length": 309,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000529191.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "FTH1",
"gene_hgnc_id": 3976,
"hgvs_c": "c.115-2858A>G",
"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": null,
"cds_end": null,
"cds_length": 246,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000529631.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BEST1",
"gene_hgnc_id": 12703,
"hgvs_c": "n.5450T>C",
"hgvs_p": null,
"transcript": "ENST00000524877.5",
"protein_id": null,
"transcript_support_level": 2,
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000524877.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BEST1",
"gene_hgnc_id": 12703,
"hgvs_c": "n.*503T>C",
"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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000524926.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BEST1",
"gene_hgnc_id": 12703,
"hgvs_c": "n.1924T>C",
"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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_134580.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BEST1",
"gene_hgnc_id": 12703,
"hgvs_c": "n.*503T>C",
"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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000524926.5"
}
],
"gene_symbol": "BEST1",
"gene_hgnc_id": 12703,
"dbsnp": "rs1800009",
"frequency_reference_population": 0.39451456,
"hom_count_reference_population": 138198,
"allele_count_reference_population": 636696,
"gnomad_exomes_af": 0.390536,
"gnomad_genomes_af": 0.432776,
"gnomad_exomes_ac": 570908,
"gnomad_genomes_ac": 65788,
"gnomad_exomes_homalt": 122866,
"gnomad_genomes_homalt": 15332,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.8199999928474426,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.82,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -1.122,
"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": -21,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BP7,BA1",
"acmg_by_gene": [
{
"score": -21,
"benign_score": 21,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BP7",
"BA1"
],
"verdict": "Benign",
"transcript": "NM_001440571.1",
"gene_symbol": "BEST1",
"hgnc_id": 12703,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.1608T>C",
"hgvs_p": "p.Thr536Thr"
},
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000529191.5",
"gene_symbol": "FTH1",
"hgnc_id": 3976,
"effects": [
"intron_variant"
],
"inheritance_mode": "AD,Unknown",
"hgvs_c": "c.115-2835A>G",
"hgvs_p": null
}
],
"clinvar_disease": " Recessive,Autosomal dominant vitreoretinochoroidopathy,Iron Overload,Retinal dystrophy,Retinitis Pigmentosa,Retinitis pigmentosa,Vitelliform macular dystrophy 2,not provided,not specified",
"clinvar_classification": "Benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "B:12 O:1",
"phenotype_combined": "not provided|not specified|Retinitis Pigmentosa, Recessive|Iron Overload|Vitelliform macular dystrophy 2|Autosomal dominant vitreoretinochoroidopathy|Retinitis pigmentosa|Retinal dystrophy",
"pathogenicity_classification_combined": "Benign",
"custom_annotations": null
}
],
"message": null
}