← 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-27366830-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=27366830&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 27366830,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "ENST00000347454.9",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EIF2B4",
"gene_hgnc_id": 3260,
"hgvs_c": "c.1120C>T",
"hgvs_p": "p.Arg374Cys",
"transcript": "NM_001034116.2",
"protein_id": "NP_001029288.1",
"transcript_support_level": null,
"aa_start": 374,
"aa_end": null,
"aa_length": 523,
"cds_start": 1120,
"cds_end": null,
"cds_length": 1572,
"cdna_start": 1144,
"cdna_end": null,
"cdna_length": 1644,
"mane_select": "ENST00000347454.9",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EIF2B4",
"gene_hgnc_id": 3260,
"hgvs_c": "c.1120C>T",
"hgvs_p": "p.Arg374Cys",
"transcript": "ENST00000347454.9",
"protein_id": "ENSP00000233552.6",
"transcript_support_level": 1,
"aa_start": 374,
"aa_end": null,
"aa_length": 523,
"cds_start": 1120,
"cds_end": null,
"cds_length": 1572,
"cdna_start": 1144,
"cdna_end": null,
"cdna_length": 1644,
"mane_select": "NM_001034116.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EIF2B4",
"gene_hgnc_id": 3260,
"hgvs_c": "c.1180C>T",
"hgvs_p": "p.Arg394Cys",
"transcript": "ENST00000451130.6",
"protein_id": "ENSP00000394869.2",
"transcript_support_level": 1,
"aa_start": 394,
"aa_end": null,
"aa_length": 543,
"cds_start": 1180,
"cds_end": null,
"cds_length": 1632,
"cdna_start": 1180,
"cdna_end": null,
"cdna_length": 1633,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EIF2B4",
"gene_hgnc_id": 3260,
"hgvs_c": "c.1117C>T",
"hgvs_p": "p.Arg373Cys",
"transcript": "ENST00000445933.6",
"protein_id": "ENSP00000394397.2",
"transcript_support_level": 1,
"aa_start": 373,
"aa_end": null,
"aa_length": 522,
"cds_start": 1117,
"cds_end": null,
"cds_length": 1569,
"cdna_start": 1137,
"cdna_end": null,
"cdna_length": 1608,
"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": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EIF2B4",
"gene_hgnc_id": 3260,
"hgvs_c": "n.*386C>T",
"hgvs_p": null,
"transcript": "ENST00000405940.6",
"protein_id": "ENSP00000384375.2",
"transcript_support_level": 1,
"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": 1570,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EIF2B4",
"gene_hgnc_id": 3260,
"hgvs_c": "n.*386C>T",
"hgvs_p": null,
"transcript": "ENST00000405940.6",
"protein_id": "ENSP00000384375.2",
"transcript_support_level": 1,
"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": 1570,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EIF2B4",
"gene_hgnc_id": 3260,
"hgvs_c": "c.1183C>T",
"hgvs_p": "p.Arg395Cys",
"transcript": "NM_001318965.2",
"protein_id": "NP_001305894.1",
"transcript_support_level": null,
"aa_start": 395,
"aa_end": null,
"aa_length": 544,
"cds_start": 1183,
"cds_end": null,
"cds_length": 1635,
"cdna_start": 1195,
"cdna_end": null,
"cdna_length": 1695,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EIF2B4",
"gene_hgnc_id": 3260,
"hgvs_c": "c.1183C>T",
"hgvs_p": "p.Arg395Cys",
"transcript": "ENST00000493344.6",
"protein_id": "ENSP00000429323.1",
"transcript_support_level": 5,
"aa_start": 395,
"aa_end": null,
"aa_length": 544,
"cds_start": 1183,
"cds_end": null,
"cds_length": 1635,
"cdna_start": 1496,
"cdna_end": null,
"cdna_length": 1949,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EIF2B4",
"gene_hgnc_id": 3260,
"hgvs_c": "c.1180C>T",
"hgvs_p": "p.Arg394Cys",
"transcript": "NM_172195.4",
"protein_id": "NP_751945.2",
"transcript_support_level": null,
"aa_start": 394,
"aa_end": null,
"aa_length": 543,
"cds_start": 1180,
"cds_end": null,
"cds_length": 1632,
"cdna_start": 1192,
"cdna_end": null,
"cdna_length": 1692,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EIF2B4",
"gene_hgnc_id": 3260,
"hgvs_c": "c.1117C>T",
"hgvs_p": "p.Arg373Cys",
"transcript": "NM_015636.4",
"protein_id": "NP_056451.3",
"transcript_support_level": null,
"aa_start": 373,
"aa_end": null,
"aa_length": 522,
"cds_start": 1117,
"cds_end": null,
"cds_length": 1569,
"cdna_start": 1141,
"cdna_end": null,
"cdna_length": 1641,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EIF2B4",
"gene_hgnc_id": 3260,
"hgvs_c": "c.1075C>T",
"hgvs_p": "p.Arg359Cys",
"transcript": "NM_001318966.2",
"protein_id": "NP_001305895.1",
"transcript_support_level": null,
"aa_start": 359,
"aa_end": null,
"aa_length": 508,
"cds_start": 1075,
"cds_end": null,
"cds_length": 1527,
"cdna_start": 1322,
"cdna_end": null,
"cdna_length": 1822,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EIF2B4",
"gene_hgnc_id": 3260,
"hgvs_c": "c.1027C>T",
"hgvs_p": "p.Arg343Cys",
"transcript": "NM_001318967.2",
"protein_id": "NP_001305896.1",
"transcript_support_level": null,
"aa_start": 343,
"aa_end": null,
"aa_length": 492,
"cds_start": 1027,
"cds_end": null,
"cds_length": 1479,
"cdna_start": 1137,
"cdna_end": null,
"cdna_length": 1637,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EIF2B4",
"gene_hgnc_id": 3260,
"hgvs_c": "c.535C>T",
"hgvs_p": "p.Arg179Cys",
"transcript": "NM_001318968.2",
"protein_id": "NP_001305897.1",
"transcript_support_level": null,
"aa_start": 179,
"aa_end": null,
"aa_length": 328,
"cds_start": 535,
"cds_end": null,
"cds_length": 987,
"cdna_start": 1125,
"cdna_end": null,
"cdna_length": 1625,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EIF2B4",
"gene_hgnc_id": 3260,
"hgvs_c": "c.502C>T",
"hgvs_p": "p.Arg168Cys",
"transcript": "NM_001318969.2",
"protein_id": "NP_001305898.1",
"transcript_support_level": null,
"aa_start": 168,
"aa_end": null,
"aa_length": 317,
"cds_start": 502,
"cds_end": null,
"cds_length": 954,
"cdna_start": 1118,
"cdna_end": null,
"cdna_length": 1618,
"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": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EIF2B4",
"gene_hgnc_id": 3260,
"hgvs_c": "n.694C>T",
"hgvs_p": null,
"transcript": "ENST00000417567.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": 761,
"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": "EIF2B4",
"gene_hgnc_id": 3260,
"hgvs_c": "n.3021C>T",
"hgvs_p": null,
"transcript": "ENST00000475582.5",
"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": 4293,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "GTF3C2-AS2",
"gene_hgnc_id": 55699,
"hgvs_c": "n.238-594G>A",
"hgvs_p": null,
"transcript": "ENST00000412749.2",
"protein_id": null,
"transcript_support_level": 3,
"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": 695,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "GTF3C2-AS2",
"gene_hgnc_id": 55699,
"hgvs_c": "n.303-594G>A",
"hgvs_p": null,
"transcript": "ENST00000847761.1",
"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": 759,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "GTF3C2-AS2",
"gene_hgnc_id": 55699,
"hgvs_c": "n.1746-594G>A",
"hgvs_p": null,
"transcript": "NR_183825.1",
"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": 2202,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "GTF3C2-AS2",
"gene_hgnc_id": 55699,
"hgvs_c": "n.669-594G>A",
"hgvs_p": null,
"transcript": "NR_183826.1",
"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": 1125,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "GTF3C2-AS2",
"gene_hgnc_id": 55699,
"hgvs_c": "n.764-594G>A",
"hgvs_p": null,
"transcript": "NR_183827.1",
"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": 1220,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "GTF3C2-AS2",
"gene_hgnc_id": 55699,
"hgvs_c": "n.905-594G>A",
"hgvs_p": null,
"transcript": "NR_183831.1",
"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": 1361,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "GTF3C2-AS2",
"gene_hgnc_id": 55699,
"hgvs_c": "n.1887-594G>A",
"hgvs_p": null,
"transcript": "NR_183833.1",
"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": 2343,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "GTF3C2-AS2",
"gene_hgnc_id": 55699,
"hgvs_c": "n.1807-594G>A",
"hgvs_p": null,
"transcript": "NR_183835.1",
"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": 2263,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "GTF3C2-AS2",
"gene_hgnc_id": 55699,
"hgvs_c": "n.247-594G>A",
"hgvs_p": null,
"transcript": "NR_183838.1",
"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": 703,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "GTF3C2-AS2",
"gene_hgnc_id": 55699,
"hgvs_c": "n.249-594G>A",
"hgvs_p": null,
"transcript": "NR_183839.1",
"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": 705,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "EIF2B4",
"gene_hgnc_id": 3260,
"dbsnp": "rs113994035",
"frequency_reference_population": 0.000048324262,
"hom_count_reference_population": 0,
"allele_count_reference_population": 78,
"gnomad_exomes_af": 0.000046515,
"gnomad_genomes_af": 0.0000657022,
"gnomad_exomes_ac": 68,
"gnomad_genomes_ac": 10,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.9546036124229431,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.695,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.0896,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.3,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 4.92,
"phylop100way_prediction": "Uncertain_significance",
"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": 5,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PP3_Strong,PP5",
"acmg_by_gene": [
{
"score": 5,
"benign_score": 0,
"pathogenic_score": 5,
"criteria": [
"PP3_Strong",
"PP5"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000347454.9",
"gene_symbol": "EIF2B4",
"hgnc_id": 3260,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1120C>T",
"hgvs_p": "p.Arg374Cys"
},
{
"score": 5,
"benign_score": 0,
"pathogenic_score": 5,
"criteria": [
"PP3_Strong",
"PP5"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000412749.2",
"gene_symbol": "GTF3C2-AS2",
"hgnc_id": 55699,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.238-594G>A",
"hgvs_p": null
}
],
"clinvar_disease": "Leukoencephalopathy with vanishing white matter 4,not provided",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "P:1 LP:1 US:1",
"phenotype_combined": "Leukoencephalopathy with vanishing white matter 4|not provided",
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"custom_annotations": null
}
],
"message": null
}