← 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-27364492-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=27364492&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 27364492,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_001318965.2",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EIF2B4",
"gene_hgnc_id": 3260,
"hgvs_c": "c.1480C>T",
"hgvs_p": "p.Pro494Ser",
"transcript": "NM_001034116.2",
"protein_id": "NP_001029288.1",
"transcript_support_level": null,
"aa_start": 494,
"aa_end": null,
"aa_length": 523,
"cds_start": 1480,
"cds_end": null,
"cds_length": 1572,
"cdna_start": 1504,
"cdna_end": null,
"cdna_length": 1644,
"mane_select": "ENST00000347454.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001034116.2"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EIF2B4",
"gene_hgnc_id": 3260,
"hgvs_c": "c.1480C>T",
"hgvs_p": "p.Pro494Ser",
"transcript": "ENST00000347454.9",
"protein_id": "ENSP00000233552.6",
"transcript_support_level": 1,
"aa_start": 494,
"aa_end": null,
"aa_length": 523,
"cds_start": 1480,
"cds_end": null,
"cds_length": 1572,
"cdna_start": 1504,
"cdna_end": null,
"cdna_length": 1644,
"mane_select": "NM_001034116.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000347454.9"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EIF2B4",
"gene_hgnc_id": 3260,
"hgvs_c": "c.1540C>T",
"hgvs_p": "p.Pro514Ser",
"transcript": "ENST00000451130.6",
"protein_id": "ENSP00000394869.2",
"transcript_support_level": 1,
"aa_start": 514,
"aa_end": null,
"aa_length": 543,
"cds_start": 1540,
"cds_end": null,
"cds_length": 1632,
"cdna_start": 1540,
"cdna_end": null,
"cdna_length": 1633,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000451130.6"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EIF2B4",
"gene_hgnc_id": 3260,
"hgvs_c": "c.1477C>T",
"hgvs_p": "p.Pro493Ser",
"transcript": "ENST00000445933.6",
"protein_id": "ENSP00000394397.2",
"transcript_support_level": 1,
"aa_start": 493,
"aa_end": null,
"aa_length": 522,
"cds_start": 1477,
"cds_end": null,
"cds_length": 1569,
"cdna_start": 1497,
"cdna_end": null,
"cdna_length": 1608,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000445933.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EIF2B4",
"gene_hgnc_id": 3260,
"hgvs_c": "n.*746C>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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1570,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000405940.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EIF2B4",
"gene_hgnc_id": 3260,
"hgvs_c": "n.*746C>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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1570,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000405940.6"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EIF2B4",
"gene_hgnc_id": 3260,
"hgvs_c": "c.1561C>T",
"hgvs_p": "p.Pro521Ser",
"transcript": "ENST00000945158.1",
"protein_id": "ENSP00000615217.1",
"transcript_support_level": null,
"aa_start": 521,
"aa_end": null,
"aa_length": 550,
"cds_start": 1561,
"cds_end": null,
"cds_length": 1653,
"cdna_start": 1568,
"cdna_end": null,
"cdna_length": 1701,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945158.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EIF2B4",
"gene_hgnc_id": 3260,
"hgvs_c": "c.1543C>T",
"hgvs_p": "p.Pro515Ser",
"transcript": "NM_001318965.2",
"protein_id": "NP_001305894.1",
"transcript_support_level": null,
"aa_start": 515,
"aa_end": null,
"aa_length": 544,
"cds_start": 1543,
"cds_end": null,
"cds_length": 1635,
"cdna_start": 1555,
"cdna_end": null,
"cdna_length": 1695,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001318965.2"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EIF2B4",
"gene_hgnc_id": 3260,
"hgvs_c": "c.1543C>T",
"hgvs_p": "p.Pro515Ser",
"transcript": "ENST00000493344.6",
"protein_id": "ENSP00000429323.1",
"transcript_support_level": 5,
"aa_start": 515,
"aa_end": null,
"aa_length": 544,
"cds_start": 1543,
"cds_end": null,
"cds_length": 1635,
"cdna_start": 1856,
"cdna_end": null,
"cdna_length": 1949,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000493344.6"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EIF2B4",
"gene_hgnc_id": 3260,
"hgvs_c": "c.1540C>T",
"hgvs_p": "p.Pro514Ser",
"transcript": "NM_172195.4",
"protein_id": "NP_751945.2",
"transcript_support_level": null,
"aa_start": 514,
"aa_end": null,
"aa_length": 543,
"cds_start": 1540,
"cds_end": null,
"cds_length": 1632,
"cdna_start": 1552,
"cdna_end": null,
"cdna_length": 1692,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_172195.4"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EIF2B4",
"gene_hgnc_id": 3260,
"hgvs_c": "c.1516C>T",
"hgvs_p": "p.Pro506Ser",
"transcript": "ENST00000920939.1",
"protein_id": "ENSP00000590998.1",
"transcript_support_level": null,
"aa_start": 506,
"aa_end": null,
"aa_length": 535,
"cds_start": 1516,
"cds_end": null,
"cds_length": 1608,
"cdna_start": 1543,
"cdna_end": null,
"cdna_length": 1673,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920939.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EIF2B4",
"gene_hgnc_id": 3260,
"hgvs_c": "c.1501C>T",
"hgvs_p": "p.Pro501Ser",
"transcript": "ENST00000945157.1",
"protein_id": "ENSP00000615216.1",
"transcript_support_level": null,
"aa_start": 501,
"aa_end": null,
"aa_length": 530,
"cds_start": 1501,
"cds_end": null,
"cds_length": 1593,
"cdna_start": 1512,
"cdna_end": null,
"cdna_length": 1641,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945157.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EIF2B4",
"gene_hgnc_id": 3260,
"hgvs_c": "c.1498C>T",
"hgvs_p": "p.Pro500Ser",
"transcript": "ENST00000945155.1",
"protein_id": "ENSP00000615214.1",
"transcript_support_level": null,
"aa_start": 500,
"aa_end": null,
"aa_length": 529,
"cds_start": 1498,
"cds_end": null,
"cds_length": 1590,
"cdna_start": 1518,
"cdna_end": null,
"cdna_length": 1649,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945155.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EIF2B4",
"gene_hgnc_id": 3260,
"hgvs_c": "c.1477C>T",
"hgvs_p": "p.Pro493Ser",
"transcript": "NM_015636.4",
"protein_id": "NP_056451.3",
"transcript_support_level": null,
"aa_start": 493,
"aa_end": null,
"aa_length": 522,
"cds_start": 1477,
"cds_end": null,
"cds_length": 1569,
"cdna_start": 1501,
"cdna_end": null,
"cdna_length": 1641,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_015636.4"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EIF2B4",
"gene_hgnc_id": 3260,
"hgvs_c": "c.1477C>T",
"hgvs_p": "p.Pro493Ser",
"transcript": "ENST00000920928.1",
"protein_id": "ENSP00000590987.1",
"transcript_support_level": null,
"aa_start": 493,
"aa_end": null,
"aa_length": 522,
"cds_start": 1477,
"cds_end": null,
"cds_length": 1569,
"cdna_start": 1492,
"cdna_end": null,
"cdna_length": 1909,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920928.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EIF2B4",
"gene_hgnc_id": 3260,
"hgvs_c": "c.1477C>T",
"hgvs_p": "p.Pro493Ser",
"transcript": "ENST00000920929.1",
"protein_id": "ENSP00000590988.1",
"transcript_support_level": null,
"aa_start": 493,
"aa_end": null,
"aa_length": 522,
"cds_start": 1477,
"cds_end": null,
"cds_length": 1569,
"cdna_start": 1563,
"cdna_end": null,
"cdna_length": 1703,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920929.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EIF2B4",
"gene_hgnc_id": 3260,
"hgvs_c": "c.1474C>T",
"hgvs_p": "p.Pro492Ser",
"transcript": "ENST00000920931.1",
"protein_id": "ENSP00000590990.1",
"transcript_support_level": null,
"aa_start": 492,
"aa_end": null,
"aa_length": 521,
"cds_start": 1474,
"cds_end": null,
"cds_length": 1566,
"cdna_start": 1551,
"cdna_end": null,
"cdna_length": 1691,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920931.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EIF2B4",
"gene_hgnc_id": 3260,
"hgvs_c": "c.1474C>T",
"hgvs_p": "p.Pro492Ser",
"transcript": "ENST00000945153.1",
"protein_id": "ENSP00000615212.1",
"transcript_support_level": null,
"aa_start": 492,
"aa_end": null,
"aa_length": 521,
"cds_start": 1474,
"cds_end": null,
"cds_length": 1566,
"cdna_start": 1498,
"cdna_end": null,
"cdna_length": 1627,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945153.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EIF2B4",
"gene_hgnc_id": 3260,
"hgvs_c": "c.1435C>T",
"hgvs_p": "p.Pro479Ser",
"transcript": "NM_001318966.2",
"protein_id": "NP_001305895.1",
"transcript_support_level": null,
"aa_start": 479,
"aa_end": null,
"aa_length": 508,
"cds_start": 1435,
"cds_end": null,
"cds_length": 1527,
"cdna_start": 1682,
"cdna_end": null,
"cdna_length": 1822,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001318966.2"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EIF2B4",
"gene_hgnc_id": 3260,
"hgvs_c": "c.1432C>T",
"hgvs_p": "p.Pro478Ser",
"transcript": "ENST00000945152.1",
"protein_id": "ENSP00000615211.1",
"transcript_support_level": null,
"aa_start": 478,
"aa_end": null,
"aa_length": 507,
"cds_start": 1432,
"cds_end": null,
"cds_length": 1524,
"cdna_start": 1455,
"cdna_end": null,
"cdna_length": 1588,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945152.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EIF2B4",
"gene_hgnc_id": 3260,
"hgvs_c": "c.1387C>T",
"hgvs_p": "p.Pro463Ser",
"transcript": "NM_001318967.2",
"protein_id": "NP_001305896.1",
"transcript_support_level": null,
"aa_start": 463,
"aa_end": null,
"aa_length": 492,
"cds_start": 1387,
"cds_end": null,
"cds_length": 1479,
"cdna_start": 1497,
"cdna_end": null,
"cdna_length": 1637,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001318967.2"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EIF2B4",
"gene_hgnc_id": 3260,
"hgvs_c": "c.1387C>T",
"hgvs_p": "p.Pro463Ser",
"transcript": "ENST00000945151.1",
"protein_id": "ENSP00000615210.1",
"transcript_support_level": null,
"aa_start": 463,
"aa_end": null,
"aa_length": 492,
"cds_start": 1387,
"cds_end": null,
"cds_length": 1479,
"cdna_start": 1410,
"cdna_end": null,
"cdna_length": 1547,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945151.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EIF2B4",
"gene_hgnc_id": 3260,
"hgvs_c": "c.1384C>T",
"hgvs_p": "p.Pro462Ser",
"transcript": "ENST00000878175.1",
"protein_id": "ENSP00000548234.1",
"transcript_support_level": null,
"aa_start": 462,
"aa_end": null,
"aa_length": 491,
"cds_start": 1384,
"cds_end": null,
"cds_length": 1476,
"cdna_start": 1466,
"cdna_end": null,
"cdna_length": 1606,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878175.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EIF2B4",
"gene_hgnc_id": 3260,
"hgvs_c": "c.1381C>T",
"hgvs_p": "p.Pro461Ser",
"transcript": "ENST00000878177.1",
"protein_id": "ENSP00000548236.1",
"transcript_support_level": null,
"aa_start": 461,
"aa_end": null,
"aa_length": 490,
"cds_start": 1381,
"cds_end": null,
"cds_length": 1473,
"cdna_start": 1400,
"cdna_end": null,
"cdna_length": 1535,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878177.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EIF2B4",
"gene_hgnc_id": 3260,
"hgvs_c": "c.1330C>T",
"hgvs_p": "p.Pro444Ser",
"transcript": "ENST00000920932.1",
"protein_id": "ENSP00000590991.1",
"transcript_support_level": null,
"aa_start": 444,
"aa_end": null,
"aa_length": 473,
"cds_start": 1330,
"cds_end": null,
"cds_length": 1422,
"cdna_start": 1357,
"cdna_end": null,
"cdna_length": 1497,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920932.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EIF2B4",
"gene_hgnc_id": 3260,
"hgvs_c": "c.1327C>T",
"hgvs_p": "p.Pro443Ser",
"transcript": "ENST00000878178.1",
"protein_id": "ENSP00000548237.1",
"transcript_support_level": null,
"aa_start": 443,
"aa_end": null,
"aa_length": 472,
"cds_start": 1327,
"cds_end": null,
"cds_length": 1419,
"cdna_start": 1340,
"cdna_end": null,
"cdna_length": 1475,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878178.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EIF2B4",
"gene_hgnc_id": 3260,
"hgvs_c": "c.1327C>T",
"hgvs_p": "p.Pro443Ser",
"transcript": "ENST00000920937.1",
"protein_id": "ENSP00000590996.1",
"transcript_support_level": null,
"aa_start": 443,
"aa_end": null,
"aa_length": 472,
"cds_start": 1327,
"cds_end": null,
"cds_length": 1419,
"cdna_start": 1348,
"cdna_end": null,
"cdna_length": 1488,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920937.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EIF2B4",
"gene_hgnc_id": 3260,
"hgvs_c": "c.1324C>T",
"hgvs_p": "p.Pro442Ser",
"transcript": "ENST00000945154.1",
"protein_id": "ENSP00000615213.1",
"transcript_support_level": null,
"aa_start": 442,
"aa_end": null,
"aa_length": 471,
"cds_start": 1324,
"cds_end": null,
"cds_length": 1416,
"cdna_start": 1347,
"cdna_end": null,
"cdna_length": 1475,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945154.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EIF2B4",
"gene_hgnc_id": 3260,
"hgvs_c": "c.1300C>T",
"hgvs_p": "p.Pro434Ser",
"transcript": "ENST00000920938.1",
"protein_id": "ENSP00000590997.1",
"transcript_support_level": null,
"aa_start": 434,
"aa_end": null,
"aa_length": 463,
"cds_start": 1300,
"cds_end": null,
"cds_length": 1392,
"cdna_start": 1324,
"cdna_end": null,
"cdna_length": 1460,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920938.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EIF2B4",
"gene_hgnc_id": 3260,
"hgvs_c": "c.1297C>T",
"hgvs_p": "p.Pro433Ser",
"transcript": "ENST00000920940.1",
"protein_id": "ENSP00000590999.1",
"transcript_support_level": null,
"aa_start": 433,
"aa_end": null,
"aa_length": 462,
"cds_start": 1297,
"cds_end": null,
"cds_length": 1389,
"cdna_start": 1321,
"cdna_end": null,
"cdna_length": 1449,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920940.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EIF2B4",
"gene_hgnc_id": 3260,
"hgvs_c": "c.1288C>T",
"hgvs_p": "p.Pro430Ser",
"transcript": "ENST00000878176.1",
"protein_id": "ENSP00000548235.1",
"transcript_support_level": null,
"aa_start": 430,
"aa_end": null,
"aa_length": 459,
"cds_start": 1288,
"cds_end": null,
"cds_length": 1380,
"cdna_start": 1323,
"cdna_end": null,
"cdna_length": 1452,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878176.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EIF2B4",
"gene_hgnc_id": 3260,
"hgvs_c": "c.1285C>T",
"hgvs_p": "p.Pro429Ser",
"transcript": "ENST00000920934.1",
"protein_id": "ENSP00000590993.1",
"transcript_support_level": null,
"aa_start": 429,
"aa_end": null,
"aa_length": 458,
"cds_start": 1285,
"cds_end": null,
"cds_length": 1377,
"cdna_start": 1312,
"cdna_end": null,
"cdna_length": 1452,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920934.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EIF2B4",
"gene_hgnc_id": 3260,
"hgvs_c": "c.1285C>T",
"hgvs_p": "p.Pro429Ser",
"transcript": "ENST00000945156.1",
"protein_id": "ENSP00000615215.1",
"transcript_support_level": null,
"aa_start": 429,
"aa_end": null,
"aa_length": 458,
"cds_start": 1285,
"cds_end": null,
"cds_length": 1377,
"cdna_start": 1309,
"cdna_end": null,
"cdna_length": 1436,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945156.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EIF2B4",
"gene_hgnc_id": 3260,
"hgvs_c": "c.1093C>T",
"hgvs_p": "p.Pro365Ser",
"transcript": "ENST00000920935.1",
"protein_id": "ENSP00000590994.1",
"transcript_support_level": null,
"aa_start": 365,
"aa_end": null,
"aa_length": 394,
"cds_start": 1093,
"cds_end": null,
"cds_length": 1185,
"cdna_start": 1120,
"cdna_end": null,
"cdna_length": 1260,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920935.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EIF2B4",
"gene_hgnc_id": 3260,
"hgvs_c": "c.1090C>T",
"hgvs_p": "p.Pro364Ser",
"transcript": "ENST00000920930.1",
"protein_id": "ENSP00000590989.1",
"transcript_support_level": null,
"aa_start": 364,
"aa_end": null,
"aa_length": 393,
"cds_start": 1090,
"cds_end": null,
"cds_length": 1182,
"cdna_start": 1172,
"cdna_end": null,
"cdna_length": 1313,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920930.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EIF2B4",
"gene_hgnc_id": 3260,
"hgvs_c": "c.1057C>T",
"hgvs_p": "p.Pro353Ser",
"transcript": "ENST00000920936.1",
"protein_id": "ENSP00000590995.1",
"transcript_support_level": null,
"aa_start": 353,
"aa_end": null,
"aa_length": 382,
"cds_start": 1057,
"cds_end": null,
"cds_length": 1149,
"cdna_start": 1086,
"cdna_end": null,
"cdna_length": 1222,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920936.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EIF2B4",
"gene_hgnc_id": 3260,
"hgvs_c": "c.1054C>T",
"hgvs_p": "p.Pro352Ser",
"transcript": "ENST00000920933.1",
"protein_id": "ENSP00000590992.1",
"transcript_support_level": null,
"aa_start": 352,
"aa_end": null,
"aa_length": 381,
"cds_start": 1054,
"cds_end": null,
"cds_length": 1146,
"cdna_start": 1081,
"cdna_end": null,
"cdna_length": 1221,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920933.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EIF2B4",
"gene_hgnc_id": 3260,
"hgvs_c": "c.895C>T",
"hgvs_p": "p.Pro299Ser",
"transcript": "NM_001318968.2",
"protein_id": "NP_001305897.1",
"transcript_support_level": null,
"aa_start": 299,
"aa_end": null,
"aa_length": 328,
"cds_start": 895,
"cds_end": null,
"cds_length": 987,
"cdna_start": 1485,
"cdna_end": null,
"cdna_length": 1625,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001318968.2"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EIF2B4",
"gene_hgnc_id": 3260,
"hgvs_c": "c.862C>T",
"hgvs_p": "p.Pro288Ser",
"transcript": "NM_001318969.2",
"protein_id": "NP_001305898.1",
"transcript_support_level": null,
"aa_start": 288,
"aa_end": null,
"aa_length": 317,
"cds_start": 862,
"cds_end": null,
"cds_length": 954,
"cdna_start": 1478,
"cdna_end": null,
"cdna_length": 1618,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001318969.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EIF2B4",
"gene_hgnc_id": 3260,
"hgvs_c": "n.473C>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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 607,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000478311.1"
},
{
"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-2932G>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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 695,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000412749.2"
},
{
"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-2932G>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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 759,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000847761.1"
},
{
"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-2932G>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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2202,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_183825.1"
},
{
"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-2932G>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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1125,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_183826.1"
},
{
"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-2932G>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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1220,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_183827.1"
},
{
"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-585G>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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 900,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_183828.1"
},
{
"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-2932G>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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1361,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_183831.1"
},
{
"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-585G>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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1632,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_183832.1"
},
{
"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-2932G>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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2343,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_183833.1"
},
{
"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-2932G>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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2263,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_183835.1"
},
{
"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-585G>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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2694,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_183836.1"
},
{
"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-2932G>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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 703,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_183838.1"
},
{
"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-2932G>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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 705,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_183839.1"
}
],
"gene_symbol": "EIF2B4",
"gene_hgnc_id": 3260,
"dbsnp": "rs1439905855",
"frequency_reference_population": 6.840441e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84044e-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.8576448559761047,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.842,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.2002,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.39,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 8.046,
"phylop100way_prediction": "Pathogenic",
"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": 6,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PM1,PM2,PP3_Moderate",
"acmg_by_gene": [
{
"score": 6,
"benign_score": 0,
"pathogenic_score": 6,
"criteria": [
"PM1",
"PM2",
"PP3_Moderate"
],
"verdict": "Likely_pathogenic",
"transcript": "NM_001318965.2",
"gene_symbol": "EIF2B4",
"hgnc_id": 3260,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1543C>T",
"hgvs_p": "p.Pro515Ser"
},
{
"score": 4,
"benign_score": 0,
"pathogenic_score": 4,
"criteria": [
"PM2",
"PP3_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000412749.2",
"gene_symbol": "GTF3C2-AS2",
"hgnc_id": 55699,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.238-2932G>A",
"hgvs_p": null
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}