← 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: 3-184319426-GGTGTGTGTGT-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=184319426&ref=GGTGTGTGTGT&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "3",
"pos": 184319426,
"ref": "GGTGTGTGTGT",
"alt": "G",
"effect": "intron_variant",
"transcript": "NM_001194946.2",
"consequences": [
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "EIF4G1",
"gene_hgnc_id": 3296,
"hgvs_c": "c.425-232_425-223delGTGTGTGTGT",
"hgvs_p": null,
"transcript": "NM_198241.3",
"protein_id": "NP_937884.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1599,
"cds_start": null,
"cds_end": null,
"cds_length": 4800,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000346169.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_198241.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "EIF4G1",
"gene_hgnc_id": 3296,
"hgvs_c": "c.425-262_425-253delGTGTGTGTGT",
"hgvs_p": null,
"transcript": "ENST00000346169.7",
"protein_id": "ENSP00000316879.5",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1599,
"cds_start": null,
"cds_end": null,
"cds_length": 4800,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_198241.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000346169.7"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "EIF4G1",
"gene_hgnc_id": 3296,
"hgvs_c": "c.446-262_446-253delGTGTGTGTGT",
"hgvs_p": null,
"transcript": "ENST00000352767.7",
"protein_id": "ENSP00000338020.4",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1606,
"cds_start": null,
"cds_end": null,
"cds_length": 4821,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000352767.7"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "EIF4G1",
"gene_hgnc_id": 3296,
"hgvs_c": "c.446-262_446-253delGTGTGTGTGT",
"hgvs_p": null,
"transcript": "ENST00000382330.7",
"protein_id": "ENSP00000371767.3",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1606,
"cds_start": null,
"cds_end": null,
"cds_length": 4821,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000382330.7"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "EIF4G1",
"gene_hgnc_id": 3296,
"hgvs_c": "c.425-262_425-253delGTGTGTGTGT",
"hgvs_p": null,
"transcript": "ENST00000342981.8",
"protein_id": "ENSP00000343450.4",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1600,
"cds_start": null,
"cds_end": null,
"cds_length": 4803,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000342981.8"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "EIF4G1",
"gene_hgnc_id": 3296,
"hgvs_c": "c.305-262_305-253delGTGTGTGTGT",
"hgvs_p": null,
"transcript": "ENST00000411531.5",
"protein_id": "ENSP00000395974.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1560,
"cds_start": null,
"cds_end": null,
"cds_length": 4683,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000411531.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "EIF4G1",
"gene_hgnc_id": 3296,
"hgvs_c": "c.305-262_305-253delGTGTGTGTGT",
"hgvs_p": null,
"transcript": "ENST00000414031.5",
"protein_id": "ENSP00000391935.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1559,
"cds_start": null,
"cds_end": null,
"cds_length": 4680,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000414031.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "EIF4G1",
"gene_hgnc_id": 3296,
"hgvs_c": "c.-68-262_-68-253delGTGTGTGTGT",
"hgvs_p": null,
"transcript": "ENST00000350481.9",
"protein_id": "ENSP00000317600.8",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1435,
"cds_start": null,
"cds_end": null,
"cds_length": 4308,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000350481.9"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "EIF4G1",
"gene_hgnc_id": 3296,
"hgvs_c": "c.-69+184_-69+193delGTGTGTGTGT",
"hgvs_p": null,
"transcript": "ENST00000444861.5",
"protein_id": "ENSP00000398145.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 756,
"cds_start": null,
"cds_end": null,
"cds_length": 2271,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000444861.5"
},
{
"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": 29,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "EIF4G1",
"gene_hgnc_id": 3296,
"hgvs_c": "n.-68-262_-68-253delGTGTGTGTGT",
"hgvs_p": null,
"transcript": "ENST00000442406.5",
"protein_id": "ENSP00000400351.1",
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000442406.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "EIF4G1",
"gene_hgnc_id": 3296,
"hgvs_c": "c.446-232_446-223delGTGTGTGTGT",
"hgvs_p": null,
"transcript": "NM_001194946.2",
"protein_id": "NP_001181875.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1606,
"cds_start": null,
"cds_end": null,
"cds_length": 4821,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001194946.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "EIF4G1",
"gene_hgnc_id": 3296,
"hgvs_c": "c.446-232_446-223delGTGTGTGTGT",
"hgvs_p": null,
"transcript": "NM_001194947.2",
"protein_id": "NP_001181876.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1606,
"cds_start": null,
"cds_end": null,
"cds_length": 4821,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001194947.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "EIF4G1",
"gene_hgnc_id": 3296,
"hgvs_c": "c.446-262_446-253delGTGTGTGTGT",
"hgvs_p": null,
"transcript": "ENST00000424196.5",
"protein_id": "ENSP00000416255.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 1606,
"cds_start": null,
"cds_end": null,
"cds_length": 4821,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000424196.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "EIF4G1",
"gene_hgnc_id": 3296,
"hgvs_c": "c.425-232_425-223delGTGTGTGTGT",
"hgvs_p": null,
"transcript": "NM_182917.4",
"protein_id": "NP_886553.3",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1600,
"cds_start": null,
"cds_end": null,
"cds_length": 4803,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_182917.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "EIF4G1",
"gene_hgnc_id": 3296,
"hgvs_c": "c.425-262_425-253delGTGTGTGTGT",
"hgvs_p": null,
"transcript": "ENST00000891266.1",
"protein_id": "ENSP00000561325.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1599,
"cds_start": null,
"cds_end": null,
"cds_length": 4800,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000891266.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "EIF4G1",
"gene_hgnc_id": 3296,
"hgvs_c": "c.425-262_425-253delGTGTGTGTGT",
"hgvs_p": null,
"transcript": "ENST00000891267.1",
"protein_id": "ENSP00000561326.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1599,
"cds_start": null,
"cds_end": null,
"cds_length": 4800,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000891267.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "EIF4G1",
"gene_hgnc_id": 3296,
"hgvs_c": "c.425-262_425-253delGTGTGTGTGT",
"hgvs_p": null,
"transcript": "ENST00000891269.1",
"protein_id": "ENSP00000561328.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1599,
"cds_start": null,
"cds_end": null,
"cds_length": 4800,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000891269.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "EIF4G1",
"gene_hgnc_id": 3296,
"hgvs_c": "c.425-262_425-253delGTGTGTGTGT",
"hgvs_p": null,
"transcript": "ENST00000891270.1",
"protein_id": "ENSP00000561329.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1599,
"cds_start": null,
"cds_end": null,
"cds_length": 4800,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000891270.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "EIF4G1",
"gene_hgnc_id": 3296,
"hgvs_c": "c.425-262_425-253delGTGTGTGTGT",
"hgvs_p": null,
"transcript": "ENST00000891271.1",
"protein_id": "ENSP00000561330.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1599,
"cds_start": null,
"cds_end": null,
"cds_length": 4800,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000891271.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "EIF4G1",
"gene_hgnc_id": 3296,
"hgvs_c": "c.425-262_425-253delGTGTGTGTGT",
"hgvs_p": null,
"transcript": "ENST00000891268.1",
"protein_id": "ENSP00000561327.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1598,
"cds_start": null,
"cds_end": null,
"cds_length": 4797,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000891268.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "EIF4G1",
"gene_hgnc_id": 3296,
"hgvs_c": "c.425-262_425-253delGTGTGTGTGT",
"hgvs_p": null,
"transcript": "ENST00000915015.1",
"protein_id": "ENSP00000585074.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1598,
"cds_start": null,
"cds_end": null,
"cds_length": 4797,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915015.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "EIF4G1",
"gene_hgnc_id": 3296,
"hgvs_c": "c.425-262_425-253delGTGTGTGTGT",
"hgvs_p": null,
"transcript": "ENST00000915017.1",
"protein_id": "ENSP00000585076.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1598,
"cds_start": null,
"cds_end": null,
"cds_length": 4797,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915017.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "EIF4G1",
"gene_hgnc_id": 3296,
"hgvs_c": "c.425-262_425-253delGTGTGTGTGT",
"hgvs_p": null,
"transcript": "ENST00000947102.1",
"protein_id": "ENSP00000617161.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1598,
"cds_start": null,
"cds_end": null,
"cds_length": 4797,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947102.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "EIF4G1",
"gene_hgnc_id": 3296,
"hgvs_c": "c.425-262_425-253delGTGTGTGTGT",
"hgvs_p": null,
"transcript": "ENST00000915012.1",
"protein_id": "ENSP00000585071.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1597,
"cds_start": null,
"cds_end": null,
"cds_length": 4794,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915012.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "EIF4G1",
"gene_hgnc_id": 3296,
"hgvs_c": "c.425-262_425-253delGTGTGTGTGT",
"hgvs_p": null,
"transcript": "ENST00000915013.1",
"protein_id": "ENSP00000585072.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1597,
"cds_start": null,
"cds_end": null,
"cds_length": 4794,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915013.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "EIF4G1",
"gene_hgnc_id": 3296,
"hgvs_c": "c.425-262_425-253delGTGTGTGTGT",
"hgvs_p": null,
"transcript": "ENST00000915014.1",
"protein_id": "ENSP00000585073.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1597,
"cds_start": null,
"cds_end": null,
"cds_length": 4794,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915014.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "EIF4G1",
"gene_hgnc_id": 3296,
"hgvs_c": "c.425-262_425-253delGTGTGTGTGT",
"hgvs_p": null,
"transcript": "ENST00000915018.1",
"protein_id": "ENSP00000585077.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1586,
"cds_start": null,
"cds_end": null,
"cds_length": 4761,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915018.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "EIF4G1",
"gene_hgnc_id": 3296,
"hgvs_c": "c.359-262_359-253delGTGTGTGTGT",
"hgvs_p": null,
"transcript": "ENST00000435046.7",
"protein_id": "ENSP00000404754.3",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1577,
"cds_start": null,
"cds_end": null,
"cds_length": 4734,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000435046.7"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "EIF4G1",
"gene_hgnc_id": 3296,
"hgvs_c": "c.338-262_338-253delGTGTGTGTGT",
"hgvs_p": null,
"transcript": "ENST00000915019.1",
"protein_id": "ENSP00000585078.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1570,
"cds_start": null,
"cds_end": null,
"cds_length": 4713,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915019.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "EIF4G1",
"gene_hgnc_id": 3296,
"hgvs_c": "c.425-262_425-253delGTGTGTGTGT",
"hgvs_p": null,
"transcript": "ENST00000915021.1",
"protein_id": "ENSP00000585080.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1566,
"cds_start": null,
"cds_end": null,
"cds_length": 4701,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915021.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "EIF4G1",
"gene_hgnc_id": 3296,
"hgvs_c": "c.305-232_305-223delGTGTGTGTGT",
"hgvs_p": null,
"transcript": "NM_001291157.2",
"protein_id": "NP_001278086.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1559,
"cds_start": null,
"cds_end": null,
"cds_length": 4680,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001291157.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "EIF4G1",
"gene_hgnc_id": 3296,
"hgvs_c": "c.425-262_425-253delGTGTGTGTGT",
"hgvs_p": null,
"transcript": "ENST00000915022.1",
"protein_id": "ENSP00000585081.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1547,
"cds_start": null,
"cds_end": null,
"cds_length": 4644,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915022.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "EIF4G1",
"gene_hgnc_id": 3296,
"hgvs_c": "c.425-262_425-253delGTGTGTGTGT",
"hgvs_p": null,
"transcript": "ENST00000915016.1",
"protein_id": "ENSP00000585075.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1546,
"cds_start": null,
"cds_end": null,
"cds_length": 4641,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915016.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "EIF4G1",
"gene_hgnc_id": 3296,
"hgvs_c": "c.338-262_338-253delGTGTGTGTGT",
"hgvs_p": null,
"transcript": "ENST00000915023.1",
"protein_id": "ENSP00000585082.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1542,
"cds_start": null,
"cds_end": null,
"cds_length": 4629,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915023.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "EIF4G1",
"gene_hgnc_id": 3296,
"hgvs_c": "c.164-262_164-253delGTGTGTGTGT",
"hgvs_p": null,
"transcript": "ENST00000427845.5",
"protein_id": "ENSP00000407682.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1513,
"cds_start": null,
"cds_end": null,
"cds_length": 4542,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000427845.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "EIF4G1",
"gene_hgnc_id": 3296,
"hgvs_c": "c.164-232_164-223delGTGTGTGTGT",
"hgvs_p": null,
"transcript": "NM_198244.3",
"protein_id": "NP_937887.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1512,
"cds_start": null,
"cds_end": null,
"cds_length": 4539,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_198244.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "EIF4G1",
"gene_hgnc_id": 3296,
"hgvs_c": "c.164-262_164-253delGTGTGTGTGT",
"hgvs_p": null,
"transcript": "ENST00000392537.6",
"protein_id": "ENSP00000376320.2",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 1512,
"cds_start": null,
"cds_end": null,
"cds_length": 4539,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000392537.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "EIF4G1",
"gene_hgnc_id": 3296,
"hgvs_c": "c.338-262_338-253delGTGTGTGTGT",
"hgvs_p": null,
"transcript": "ENST00000915020.1",
"protein_id": "ENSP00000585079.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1493,
"cds_start": null,
"cds_end": null,
"cds_length": 4482,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915020.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "EIF4G1",
"gene_hgnc_id": 3296,
"hgvs_c": "c.-68-232_-68-223delGTGTGTGTGT",
"hgvs_p": null,
"transcript": "NM_198242.3",
"protein_id": "NP_937885.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1435,
"cds_start": null,
"cds_end": null,
"cds_length": 4308,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_198242.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "EIF4G1",
"gene_hgnc_id": 3296,
"hgvs_c": "c.248-262_248-253delGTGTGTGTGT",
"hgvs_p": null,
"transcript": "ENST00000426123.5",
"protein_id": "ENSP00000403269.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 902,
"cds_start": null,
"cds_end": null,
"cds_length": 2710,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000426123.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "EIF4G1",
"gene_hgnc_id": 3296,
"hgvs_c": "c.446-262_446-253delGTGTGTGTGT",
"hgvs_p": null,
"transcript": "ENST00000421110.5",
"protein_id": "ENSP00000413159.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 868,
"cds_start": null,
"cds_end": null,
"cds_length": 2608,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000421110.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "EIF4G1",
"gene_hgnc_id": 3296,
"hgvs_c": "c.425-262_425-253delGTGTGTGTGT",
"hgvs_p": null,
"transcript": "ENST00000450424.5",
"protein_id": "ENSP00000391412.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 832,
"cds_start": null,
"cds_end": null,
"cds_length": 2501,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000450424.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "EIF4G1",
"gene_hgnc_id": 3296,
"hgvs_c": "c.275-262_275-253delGTGTGTGTGT",
"hgvs_p": null,
"transcript": "ENST00000456033.5",
"protein_id": "ENSP00000415943.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 159,
"cds_start": null,
"cds_end": null,
"cds_length": 480,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000456033.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "EIF4G1",
"gene_hgnc_id": 3296,
"hgvs_c": "c.392-262_392-253delGTGTGTGTGT",
"hgvs_p": null,
"transcript": "ENST00000440448.5",
"protein_id": "ENSP00000407240.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 142,
"cds_start": null,
"cds_end": null,
"cds_length": 431,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000440448.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "EIF4G1",
"gene_hgnc_id": 3296,
"hgvs_c": "c.-51-1203_-51-1194delGTGTGTGTGT",
"hgvs_p": null,
"transcript": "ENST00000444134.5",
"protein_id": "ENSP00000407244.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 126,
"cds_start": null,
"cds_end": null,
"cds_length": 382,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000444134.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "EIF4G1",
"gene_hgnc_id": 3296,
"hgvs_c": "c.164-262_164-253delGTGTGTGTGT",
"hgvs_p": null,
"transcript": "ENST00000427141.6",
"protein_id": "ENSP00000411214.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 91,
"cds_start": null,
"cds_end": null,
"cds_length": 276,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000427141.6"
},
{
"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": 17,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "EIF4G1",
"gene_hgnc_id": 3296,
"hgvs_c": "n.148-262_148-253delGTGTGTGTGT",
"hgvs_p": null,
"transcript": "ENST00000413967.5",
"protein_id": "ENSP00000390755.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000413967.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EIF4G1",
"gene_hgnc_id": 3296,
"hgvs_c": "n.-198_-189delGTGTGTGTGT",
"hgvs_p": null,
"transcript": "ENST00000484862.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000484862.5"
}
],
"gene_symbol": "EIF4G1",
"gene_hgnc_id": 3296,
"dbsnp": "rs1168140244",
"frequency_reference_population": 0.0001239311,
"hom_count_reference_population": 0,
"allele_count_reference_population": 14,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.000123931,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 14,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": null,
"computational_prediction_selected": null,
"computational_source_selected": null,
"splice_score_selected": null,
"splice_prediction_selected": null,
"splice_source_selected": null,
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": null,
"bayesdelnoaf_prediction": null,
"phylop100way_score": 2.738,
"phylop100way_prediction": "Benign",
"spliceai_max_score": null,
"spliceai_max_prediction": null,
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -4,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BS2",
"acmg_by_gene": [
{
"score": -4,
"benign_score": 4,
"pathogenic_score": 0,
"criteria": [
"BS2"
],
"verdict": "Likely_benign",
"transcript": "NM_001194946.2",
"gene_symbol": "EIF4G1",
"hgnc_id": 3296,
"effects": [
"intron_variant"
],
"inheritance_mode": "Unknown,AD",
"hgvs_c": "c.446-232_446-223delGTGTGTGTGT",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}