← 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: X-49075239-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=X&pos=49075239&ref=G&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "X",
"pos": 49075239,
"ref": "G",
"alt": "C",
"effect": "stop_gained",
"transcript": "ENST00000376372.9",
"consequences": [
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "c.870C>G",
"hgvs_p": "p.Tyr290*",
"transcript": "NM_001029896.2",
"protein_id": "NP_001025067.1",
"transcript_support_level": null,
"aa_start": 290,
"aa_end": null,
"aa_length": 360,
"cds_start": 870,
"cds_end": null,
"cds_length": 1083,
"cdna_start": 1024,
"cdna_end": null,
"cdna_length": 1598,
"mane_select": "ENST00000376372.9",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "c.870C>G",
"hgvs_p": "p.Tyr290*",
"transcript": "ENST00000376372.9",
"protein_id": "ENSP00000365551.3",
"transcript_support_level": 1,
"aa_start": 290,
"aa_end": null,
"aa_length": 360,
"cds_start": 870,
"cds_end": null,
"cds_length": 1083,
"cdna_start": 1024,
"cdna_end": null,
"cdna_length": 1598,
"mane_select": "NM_001029896.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "c.873C>G",
"hgvs_p": "p.Tyr291*",
"transcript": "ENST00000356463.7",
"protein_id": "ENSP00000348848.3",
"transcript_support_level": 1,
"aa_start": 291,
"aa_end": null,
"aa_length": 361,
"cds_start": 873,
"cds_end": null,
"cds_length": 1086,
"cdna_start": 1312,
"cdna_end": null,
"cdna_length": 1688,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "c.873C>G",
"hgvs_p": "p.Tyr291*",
"transcript": "ENST00000376368.7",
"protein_id": "ENSP00000365546.2",
"transcript_support_level": 1,
"aa_start": 291,
"aa_end": null,
"aa_length": 361,
"cds_start": 873,
"cds_end": null,
"cds_length": 1086,
"cdna_start": 1069,
"cdna_end": null,
"cdna_length": 1381,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ENSG00000288053",
"gene_hgnc_id": null,
"hgvs_c": "c.521+125C>G",
"hgvs_p": null,
"transcript": "ENST00000376358.4",
"protein_id": "ENSP00000365536.3",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 292,
"cds_start": -4,
"cds_end": null,
"cds_length": 879,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1432,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "c.903C>G",
"hgvs_p": "p.Tyr301*",
"transcript": "ENST00000322995.13",
"protein_id": "ENSP00000365543.5",
"transcript_support_level": 5,
"aa_start": 301,
"aa_end": null,
"aa_length": 371,
"cds_start": 903,
"cds_end": null,
"cds_length": 1116,
"cdna_start": 1068,
"cdna_end": null,
"cdna_length": 1444,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "c.873C>G",
"hgvs_p": "p.Tyr291*",
"transcript": "NM_007075.4",
"protein_id": "NP_009006.2",
"transcript_support_level": null,
"aa_start": 291,
"aa_end": null,
"aa_length": 361,
"cds_start": 873,
"cds_end": null,
"cds_length": 1086,
"cdna_start": 1369,
"cdna_end": null,
"cdna_length": 1943,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "c.870C>G",
"hgvs_p": "p.Tyr290*",
"transcript": "ENST00000634944.1",
"protein_id": "ENSP00000488972.1",
"transcript_support_level": 5,
"aa_start": 290,
"aa_end": null,
"aa_length": 360,
"cds_start": 870,
"cds_end": null,
"cds_length": 1083,
"cdna_start": 1171,
"cdna_end": null,
"cdna_length": 1745,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "c.828C>G",
"hgvs_p": "p.Tyr276*",
"transcript": "ENST00000634838.1",
"protein_id": "ENSP00000489268.1",
"transcript_support_level": 5,
"aa_start": 276,
"aa_end": null,
"aa_length": 346,
"cds_start": 828,
"cds_end": null,
"cds_length": 1041,
"cdna_start": 976,
"cdna_end": null,
"cdna_length": 1545,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "c.765C>G",
"hgvs_p": "p.Tyr255*",
"transcript": "ENST00000485908.6",
"protein_id": "ENSP00000419897.1",
"transcript_support_level": 5,
"aa_start": 255,
"aa_end": null,
"aa_length": 325,
"cds_start": 765,
"cds_end": null,
"cds_length": 978,
"cdna_start": 943,
"cdna_end": null,
"cdna_length": 1301,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "c.753C>G",
"hgvs_p": "p.Tyr251*",
"transcript": "ENST00000396681.9",
"protein_id": "ENSP00000379913.5",
"transcript_support_level": 5,
"aa_start": 251,
"aa_end": null,
"aa_length": 321,
"cds_start": 753,
"cds_end": null,
"cds_length": 966,
"cdna_start": 922,
"cdna_end": null,
"cdna_length": 1146,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "c.669C>G",
"hgvs_p": "p.Tyr223*",
"transcript": "ENST00000635003.1",
"protein_id": "ENSP00000489080.1",
"transcript_support_level": 3,
"aa_start": 223,
"aa_end": null,
"aa_length": 293,
"cds_start": 669,
"cds_end": null,
"cds_length": 882,
"cdna_start": 803,
"cdna_end": null,
"cdna_length": 1376,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "c.657C>G",
"hgvs_p": "p.Tyr219*",
"transcript": "ENST00000634559.1",
"protein_id": "ENSP00000488986.1",
"transcript_support_level": 5,
"aa_start": 219,
"aa_end": null,
"aa_length": 289,
"cds_start": 657,
"cds_end": null,
"cds_length": 870,
"cdna_start": 816,
"cdna_end": null,
"cdna_length": 1192,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "c.648C>G",
"hgvs_p": "p.Tyr216*",
"transcript": "ENST00000367375.8",
"protein_id": "ENSP00000356345.4",
"transcript_support_level": 5,
"aa_start": 216,
"aa_end": null,
"aa_length": 286,
"cds_start": 648,
"cds_end": null,
"cds_length": 861,
"cdna_start": 649,
"cdna_end": null,
"cdna_length": 996,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "c.810C>G",
"hgvs_p": "p.Tyr270*",
"transcript": "ENST00000635666.1",
"protein_id": "ENSP00000489128.1",
"transcript_support_level": 5,
"aa_start": 270,
"aa_end": null,
"aa_length": 275,
"cds_start": 810,
"cds_end": null,
"cds_length": 830,
"cdna_start": 927,
"cdna_end": null,
"cdna_length": 947,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "c.564C>G",
"hgvs_p": "p.Tyr188*",
"transcript": "ENST00000634736.1",
"protein_id": "ENSP00000489561.1",
"transcript_support_level": 5,
"aa_start": 188,
"aa_end": null,
"aa_length": 195,
"cds_start": 564,
"cds_end": null,
"cds_length": 590,
"cdna_start": 731,
"cdna_end": null,
"cdna_length": 757,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "c.57C>G",
"hgvs_p": "p.Tyr19*",
"transcript": "ENST00000486337.6",
"protein_id": "ENSP00000419453.2",
"transcript_support_level": 5,
"aa_start": 19,
"aa_end": null,
"aa_length": 85,
"cds_start": 57,
"cds_end": null,
"cds_length": 258,
"cdna_start": 58,
"cdna_end": null,
"cdna_length": 422,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "n.526C>G",
"hgvs_p": null,
"transcript": "ENST00000433252.7",
"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": 1096,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "n.2027C>G",
"hgvs_p": null,
"transcript": "ENST00000465806.6",
"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": 2610,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"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": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "n.567C>G",
"hgvs_p": null,
"transcript": "ENST00000634852.1",
"protein_id": null,
"transcript_support_level": 5,
"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": 763,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 9,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "c.725+306C>G",
"hgvs_p": null,
"transcript": "ENST00000473974.5",
"protein_id": "ENSP00000417211.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 256,
"cds_start": -4,
"cds_end": null,
"cds_length": 771,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1077,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "c.323+125C>G",
"hgvs_p": null,
"transcript": "ENST00000475977.2",
"protein_id": "ENSP00000417754.2",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 122,
"cds_start": -4,
"cds_end": null,
"cds_length": 369,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 794,
"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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "c.*125C>G",
"hgvs_p": null,
"transcript": "ENST00000475880.6",
"protein_id": "ENSP00000418919.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 240,
"cds_start": -4,
"cds_end": null,
"cds_length": 725,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 872,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"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": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "n.*120C>G",
"hgvs_p": null,
"transcript": "ENST00000480412.2",
"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": 437,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "n.*603C>G",
"hgvs_p": null,
"transcript": "ENST00000635344.1",
"protein_id": "ENSP00000489553.1",
"transcript_support_level": 5,
"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": 737,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"dbsnp": "rs782557596",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.032999999821186066,
"computational_prediction_selected": "Benign",
"computational_source_selected": "REVEL",
"splice_score_selected": 0.6399999856948853,
"splice_prediction_selected": "Pathogenic",
"splice_source_selected": "max_spliceai",
"revel_score": 0.033,
"revel_prediction": "Benign",
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.46,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": -0.137,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.64,
"spliceai_max_prediction": "Pathogenic",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 19,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1,PM2,PP3,PP5_Very_Strong",
"acmg_by_gene": [
{
"score": 19,
"benign_score": 0,
"pathogenic_score": 19,
"criteria": [
"PVS1",
"PM2",
"PP3",
"PP5_Very_Strong"
],
"verdict": "Pathogenic",
"transcript": "ENST00000376372.9",
"gene_symbol": "WDR45",
"hgnc_id": 28912,
"effects": [
"stop_gained"
],
"inheritance_mode": "XL,AD",
"hgvs_c": "c.870C>G",
"hgvs_p": "p.Tyr290*"
},
{
"score": 11,
"benign_score": 0,
"pathogenic_score": 11,
"criteria": [
"PM2",
"PP3",
"PP5_Very_Strong"
],
"verdict": "Pathogenic",
"transcript": "ENST00000376358.4",
"gene_symbol": "ENSG00000288053",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.521+125C>G",
"hgvs_p": null
}
],
"clinvar_disease": "Neurodegeneration with brain iron accumulation 5,not provided",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "P:2",
"phenotype_combined": "not provided|Neurodegeneration with brain iron accumulation 5",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}