← 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-27364857-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=27364857&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 27364857,
"ref": "G",
"alt": "A",
"effect": "synonymous_variant",
"transcript": "ENST00000347454.9",
"consequences": [
{
"aa_ref": "N",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EIF2B4",
"gene_hgnc_id": 3260,
"hgvs_c": "c.1233C>T",
"hgvs_p": "p.Asn411Asn",
"transcript": "NM_001034116.2",
"protein_id": "NP_001029288.1",
"transcript_support_level": null,
"aa_start": 411,
"aa_end": null,
"aa_length": 523,
"cds_start": 1233,
"cds_end": null,
"cds_length": 1572,
"cdna_start": 1257,
"cdna_end": null,
"cdna_length": 1644,
"mane_select": "ENST00000347454.9",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "N",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EIF2B4",
"gene_hgnc_id": 3260,
"hgvs_c": "c.1233C>T",
"hgvs_p": "p.Asn411Asn",
"transcript": "ENST00000347454.9",
"protein_id": "ENSP00000233552.6",
"transcript_support_level": 1,
"aa_start": 411,
"aa_end": null,
"aa_length": 523,
"cds_start": 1233,
"cds_end": null,
"cds_length": 1572,
"cdna_start": 1257,
"cdna_end": null,
"cdna_length": 1644,
"mane_select": "NM_001034116.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EIF2B4",
"gene_hgnc_id": 3260,
"hgvs_c": "c.1293C>T",
"hgvs_p": "p.Asn431Asn",
"transcript": "ENST00000451130.6",
"protein_id": "ENSP00000394869.2",
"transcript_support_level": 1,
"aa_start": 431,
"aa_end": null,
"aa_length": 543,
"cds_start": 1293,
"cds_end": null,
"cds_length": 1632,
"cdna_start": 1293,
"cdna_end": null,
"cdna_length": 1633,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EIF2B4",
"gene_hgnc_id": 3260,
"hgvs_c": "c.1230C>T",
"hgvs_p": "p.Asn410Asn",
"transcript": "ENST00000445933.6",
"protein_id": "ENSP00000394397.2",
"transcript_support_level": 1,
"aa_start": 410,
"aa_end": null,
"aa_length": 522,
"cds_start": 1230,
"cds_end": null,
"cds_length": 1569,
"cdna_start": 1250,
"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": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EIF2B4",
"gene_hgnc_id": 3260,
"hgvs_c": "n.*499C>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": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EIF2B4",
"gene_hgnc_id": 3260,
"hgvs_c": "n.*499C>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": "N",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EIF2B4",
"gene_hgnc_id": 3260,
"hgvs_c": "c.1296C>T",
"hgvs_p": "p.Asn432Asn",
"transcript": "NM_001318965.2",
"protein_id": "NP_001305894.1",
"transcript_support_level": null,
"aa_start": 432,
"aa_end": null,
"aa_length": 544,
"cds_start": 1296,
"cds_end": null,
"cds_length": 1635,
"cdna_start": 1308,
"cdna_end": null,
"cdna_length": 1695,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EIF2B4",
"gene_hgnc_id": 3260,
"hgvs_c": "c.1296C>T",
"hgvs_p": "p.Asn432Asn",
"transcript": "ENST00000493344.6",
"protein_id": "ENSP00000429323.1",
"transcript_support_level": 5,
"aa_start": 432,
"aa_end": null,
"aa_length": 544,
"cds_start": 1296,
"cds_end": null,
"cds_length": 1635,
"cdna_start": 1609,
"cdna_end": null,
"cdna_length": 1949,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EIF2B4",
"gene_hgnc_id": 3260,
"hgvs_c": "c.1293C>T",
"hgvs_p": "p.Asn431Asn",
"transcript": "NM_172195.4",
"protein_id": "NP_751945.2",
"transcript_support_level": null,
"aa_start": 431,
"aa_end": null,
"aa_length": 543,
"cds_start": 1293,
"cds_end": null,
"cds_length": 1632,
"cdna_start": 1305,
"cdna_end": null,
"cdna_length": 1692,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EIF2B4",
"gene_hgnc_id": 3260,
"hgvs_c": "c.1230C>T",
"hgvs_p": "p.Asn410Asn",
"transcript": "NM_015636.4",
"protein_id": "NP_056451.3",
"transcript_support_level": null,
"aa_start": 410,
"aa_end": null,
"aa_length": 522,
"cds_start": 1230,
"cds_end": null,
"cds_length": 1569,
"cdna_start": 1254,
"cdna_end": null,
"cdna_length": 1641,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EIF2B4",
"gene_hgnc_id": 3260,
"hgvs_c": "c.1188C>T",
"hgvs_p": "p.Asn396Asn",
"transcript": "NM_001318966.2",
"protein_id": "NP_001305895.1",
"transcript_support_level": null,
"aa_start": 396,
"aa_end": null,
"aa_length": 508,
"cds_start": 1188,
"cds_end": null,
"cds_length": 1527,
"cdna_start": 1435,
"cdna_end": null,
"cdna_length": 1822,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EIF2B4",
"gene_hgnc_id": 3260,
"hgvs_c": "c.1140C>T",
"hgvs_p": "p.Asn380Asn",
"transcript": "NM_001318967.2",
"protein_id": "NP_001305896.1",
"transcript_support_level": null,
"aa_start": 380,
"aa_end": null,
"aa_length": 492,
"cds_start": 1140,
"cds_end": null,
"cds_length": 1479,
"cdna_start": 1250,
"cdna_end": null,
"cdna_length": 1637,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EIF2B4",
"gene_hgnc_id": 3260,
"hgvs_c": "c.648C>T",
"hgvs_p": "p.Asn216Asn",
"transcript": "NM_001318968.2",
"protein_id": "NP_001305897.1",
"transcript_support_level": null,
"aa_start": 216,
"aa_end": null,
"aa_length": 328,
"cds_start": 648,
"cds_end": null,
"cds_length": 987,
"cdna_start": 1238,
"cdna_end": null,
"cdna_length": 1625,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EIF2B4",
"gene_hgnc_id": 3260,
"hgvs_c": "c.615C>T",
"hgvs_p": "p.Asn205Asn",
"transcript": "NM_001318969.2",
"protein_id": "NP_001305898.1",
"transcript_support_level": null,
"aa_start": 205,
"aa_end": null,
"aa_length": 317,
"cds_start": 615,
"cds_end": null,
"cds_length": 954,
"cdna_start": 1231,
"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": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EIF2B4",
"gene_hgnc_id": 3260,
"hgvs_c": "n.226C>T",
"hgvs_p": null,
"transcript": "ENST00000478311.1",
"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": 607,
"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-2567G>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-2567G>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-2567G>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-2567G>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-2567G>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": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "GTF3C2-AS2",
"gene_hgnc_id": 55699,
"hgvs_c": "n.93-220G>A",
"hgvs_p": null,
"transcript": "NR_183828.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": 900,
"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-2567G>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": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "GTF3C2-AS2",
"gene_hgnc_id": 55699,
"hgvs_c": "n.825-220G>A",
"hgvs_p": null,
"transcript": "NR_183832.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": 1632,
"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-2567G>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-2567G>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.1887-220G>A",
"hgvs_p": null,
"transcript": "NR_183836.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": 2694,
"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-2567G>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-2567G>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": "rs1058065",
"frequency_reference_population": 0.014145327,
"hom_count_reference_population": 201,
"allele_count_reference_population": 22832,
"gnomad_exomes_af": 0.0143851,
"gnomad_genomes_af": 0.0118428,
"gnomad_exomes_ac": 21029,
"gnomad_genomes_ac": 1803,
"gnomad_exomes_homalt": 186,
"gnomad_genomes_homalt": 15,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.6100000143051147,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.61,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.855,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.01,
"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,BS1,BS2",
"acmg_by_gene": [
{
"score": -21,
"benign_score": 21,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BP7",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000347454.9",
"gene_symbol": "EIF2B4",
"hgnc_id": 3260,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1233C>T",
"hgvs_p": "p.Asn411Asn"
},
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000412749.2",
"gene_symbol": "GTF3C2-AS2",
"hgnc_id": 55699,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.238-2567G>A",
"hgvs_p": null
}
],
"clinvar_disease": "Vanishing white matter disease,not provided,not specified",
"clinvar_classification": "Benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "B:5",
"phenotype_combined": "not specified|not provided|Vanishing white matter disease",
"pathogenicity_classification_combined": "Benign",
"custom_annotations": null
}
],
"message": null
}