← 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: 17-44862853-CTG-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=44862853&ref=CTG&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "17",
"pos": 44862853,
"ref": "CTG",
"alt": "C",
"effect": "frameshift_variant",
"transcript": "NM_004247.4",
"consequences": [
{
"aa_ref": "Q",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFTUD2",
"gene_hgnc_id": 30858,
"hgvs_c": "c.1465_1466delCA",
"hgvs_p": "p.Gln489fs",
"transcript": "NM_004247.4",
"protein_id": "NP_004238.3",
"transcript_support_level": null,
"aa_start": 489,
"aa_end": null,
"aa_length": 972,
"cds_start": 1465,
"cds_end": null,
"cds_length": 2919,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000426333.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_004247.4"
},
{
"aa_ref": "Q",
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFTUD2",
"gene_hgnc_id": 30858,
"hgvs_c": "c.1465_1466delCA",
"hgvs_p": "p.Gln489fs",
"transcript": "ENST00000426333.7",
"protein_id": "ENSP00000392094.1",
"transcript_support_level": 1,
"aa_start": 489,
"aa_end": null,
"aa_length": 972,
"cds_start": 1465,
"cds_end": null,
"cds_length": 2919,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_004247.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000426333.7"
},
{
"aa_ref": "Q",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFTUD2",
"gene_hgnc_id": 30858,
"hgvs_c": "c.1465_1466delCA",
"hgvs_p": "p.Gln489fs",
"transcript": "ENST00000969864.1",
"protein_id": "ENSP00000639923.1",
"transcript_support_level": null,
"aa_start": 489,
"aa_end": null,
"aa_length": 1028,
"cds_start": 1465,
"cds_end": null,
"cds_length": 3087,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000969864.1"
},
{
"aa_ref": "Q",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFTUD2",
"gene_hgnc_id": 30858,
"hgvs_c": "c.1465_1466delCA",
"hgvs_p": "p.Gln489fs",
"transcript": "ENST00000880576.1",
"protein_id": "ENSP00000550635.1",
"transcript_support_level": null,
"aa_start": 489,
"aa_end": null,
"aa_length": 980,
"cds_start": 1465,
"cds_end": null,
"cds_length": 2943,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880576.1"
},
{
"aa_ref": "Q",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFTUD2",
"gene_hgnc_id": 30858,
"hgvs_c": "c.1471_1472delCA",
"hgvs_p": "p.Gln491fs",
"transcript": "ENST00000925102.1",
"protein_id": "ENSP00000595161.1",
"transcript_support_level": null,
"aa_start": 491,
"aa_end": null,
"aa_length": 974,
"cds_start": 1471,
"cds_end": null,
"cds_length": 2925,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925102.1"
},
{
"aa_ref": "Q",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFTUD2",
"gene_hgnc_id": 30858,
"hgvs_c": "c.1471_1472delCA",
"hgvs_p": "p.Gln491fs",
"transcript": "ENST00000969865.1",
"protein_id": "ENSP00000639924.1",
"transcript_support_level": null,
"aa_start": 491,
"aa_end": null,
"aa_length": 974,
"cds_start": 1471,
"cds_end": null,
"cds_length": 2925,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000969865.1"
},
{
"aa_ref": "Q",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFTUD2",
"gene_hgnc_id": 30858,
"hgvs_c": "c.1465_1466delCA",
"hgvs_p": "p.Gln489fs",
"transcript": "NM_001258353.2",
"protein_id": "NP_001245282.1",
"transcript_support_level": null,
"aa_start": 489,
"aa_end": null,
"aa_length": 972,
"cds_start": 1465,
"cds_end": null,
"cds_length": 2919,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001258353.2"
},
{
"aa_ref": "Q",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFTUD2",
"gene_hgnc_id": 30858,
"hgvs_c": "c.1465_1466delCA",
"hgvs_p": "p.Gln489fs",
"transcript": "ENST00000591382.5",
"protein_id": "ENSP00000467805.1",
"transcript_support_level": 2,
"aa_start": 489,
"aa_end": null,
"aa_length": 972,
"cds_start": 1465,
"cds_end": null,
"cds_length": 2919,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000591382.5"
},
{
"aa_ref": "Q",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFTUD2",
"gene_hgnc_id": 30858,
"hgvs_c": "c.1465_1466delCA",
"hgvs_p": "p.Gln489fs",
"transcript": "ENST00000880575.1",
"protein_id": "ENSP00000550634.1",
"transcript_support_level": null,
"aa_start": 489,
"aa_end": null,
"aa_length": 972,
"cds_start": 1465,
"cds_end": null,
"cds_length": 2919,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880575.1"
},
{
"aa_ref": "Q",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFTUD2",
"gene_hgnc_id": 30858,
"hgvs_c": "c.1465_1466delCA",
"hgvs_p": "p.Gln489fs",
"transcript": "ENST00000880577.1",
"protein_id": "ENSP00000550636.1",
"transcript_support_level": null,
"aa_start": 489,
"aa_end": null,
"aa_length": 972,
"cds_start": 1465,
"cds_end": null,
"cds_length": 2919,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880577.1"
},
{
"aa_ref": "Q",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFTUD2",
"gene_hgnc_id": 30858,
"hgvs_c": "c.1465_1466delCA",
"hgvs_p": "p.Gln489fs",
"transcript": "ENST00000969866.1",
"protein_id": "ENSP00000639925.1",
"transcript_support_level": null,
"aa_start": 489,
"aa_end": null,
"aa_length": 972,
"cds_start": 1465,
"cds_end": null,
"cds_length": 2919,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000969866.1"
},
{
"aa_ref": "Q",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFTUD2",
"gene_hgnc_id": 30858,
"hgvs_c": "c.1435_1436delCA",
"hgvs_p": "p.Gln479fs",
"transcript": "NM_001258354.2",
"protein_id": "NP_001245283.1",
"transcript_support_level": null,
"aa_start": 479,
"aa_end": null,
"aa_length": 962,
"cds_start": 1435,
"cds_end": null,
"cds_length": 2889,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001258354.2"
},
{
"aa_ref": "Q",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFTUD2",
"gene_hgnc_id": 30858,
"hgvs_c": "c.1435_1436delCA",
"hgvs_p": "p.Gln479fs",
"transcript": "ENST00000592576.5",
"protein_id": "ENSP00000465058.1",
"transcript_support_level": 2,
"aa_start": 479,
"aa_end": null,
"aa_length": 962,
"cds_start": 1435,
"cds_end": null,
"cds_length": 2889,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000592576.5"
},
{
"aa_ref": "Q",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFTUD2",
"gene_hgnc_id": 30858,
"hgvs_c": "c.1429_1430delCA",
"hgvs_p": "p.Gln477fs",
"transcript": "ENST00000925103.1",
"protein_id": "ENSP00000595162.1",
"transcript_support_level": null,
"aa_start": 477,
"aa_end": null,
"aa_length": 960,
"cds_start": 1429,
"cds_end": null,
"cds_length": 2883,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925103.1"
},
{
"aa_ref": "Q",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFTUD2",
"gene_hgnc_id": 30858,
"hgvs_c": "c.1465_1466delCA",
"hgvs_p": "p.Gln489fs",
"transcript": "ENST00000880574.1",
"protein_id": "ENSP00000550633.1",
"transcript_support_level": null,
"aa_start": 489,
"aa_end": null,
"aa_length": 956,
"cds_start": 1465,
"cds_end": null,
"cds_length": 2871,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880574.1"
},
{
"aa_ref": "Q",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFTUD2",
"gene_hgnc_id": 30858,
"hgvs_c": "c.1402_1403delCA",
"hgvs_p": "p.Gln468fs",
"transcript": "ENST00000925105.1",
"protein_id": "ENSP00000595164.1",
"transcript_support_level": null,
"aa_start": 468,
"aa_end": null,
"aa_length": 951,
"cds_start": 1402,
"cds_end": null,
"cds_length": 2856,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925105.1"
},
{
"aa_ref": "Q",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFTUD2",
"gene_hgnc_id": 30858,
"hgvs_c": "c.1465_1466delCA",
"hgvs_p": "p.Gln489fs",
"transcript": "ENST00000969868.1",
"protein_id": "ENSP00000639927.1",
"transcript_support_level": null,
"aa_start": 489,
"aa_end": null,
"aa_length": 949,
"cds_start": 1465,
"cds_end": null,
"cds_length": 2850,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000969868.1"
},
{
"aa_ref": "Q",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFTUD2",
"gene_hgnc_id": 30858,
"hgvs_c": "c.1465_1466delCA",
"hgvs_p": "p.Gln489fs",
"transcript": "ENST00000969867.1",
"protein_id": "ENSP00000639926.1",
"transcript_support_level": null,
"aa_start": 489,
"aa_end": null,
"aa_length": 938,
"cds_start": 1465,
"cds_end": null,
"cds_length": 2817,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000969867.1"
},
{
"aa_ref": "Q",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFTUD2",
"gene_hgnc_id": 30858,
"hgvs_c": "c.1360_1361delCA",
"hgvs_p": "p.Gln454fs",
"transcript": "NM_001142605.2",
"protein_id": "NP_001136077.1",
"transcript_support_level": null,
"aa_start": 454,
"aa_end": null,
"aa_length": 937,
"cds_start": 1360,
"cds_end": null,
"cds_length": 2814,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001142605.2"
},
{
"aa_ref": "Q",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFTUD2",
"gene_hgnc_id": 30858,
"hgvs_c": "c.1360_1361delCA",
"hgvs_p": "p.Gln454fs",
"transcript": "ENST00000402521.7",
"protein_id": "ENSP00000385873.2",
"transcript_support_level": 2,
"aa_start": 454,
"aa_end": null,
"aa_length": 937,
"cds_start": 1360,
"cds_end": null,
"cds_length": 2814,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000402521.7"
},
{
"aa_ref": "Q",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFTUD2",
"gene_hgnc_id": 30858,
"hgvs_c": "c.1465_1466delCA",
"hgvs_p": "p.Gln489fs",
"transcript": "ENST00000925104.1",
"protein_id": "ENSP00000595163.1",
"transcript_support_level": null,
"aa_start": 489,
"aa_end": null,
"aa_length": 936,
"cds_start": 1465,
"cds_end": null,
"cds_length": 2811,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925104.1"
},
{
"aa_ref": "Q",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFTUD2",
"gene_hgnc_id": 30858,
"hgvs_c": "c.1465_1466delCA",
"hgvs_p": "p.Gln489fs",
"transcript": "ENST00000969863.1",
"protein_id": "ENSP00000639922.1",
"transcript_support_level": null,
"aa_start": 489,
"aa_end": null,
"aa_length": 925,
"cds_start": 1465,
"cds_end": null,
"cds_length": 2778,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000969863.1"
},
{
"aa_ref": "Q",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFTUD2",
"gene_hgnc_id": 30858,
"hgvs_c": "c.1276_1277delCA",
"hgvs_p": "p.Gln426fs",
"transcript": "ENST00000880573.1",
"protein_id": "ENSP00000550632.1",
"transcript_support_level": null,
"aa_start": 426,
"aa_end": null,
"aa_length": 909,
"cds_start": 1276,
"cds_end": null,
"cds_length": 2730,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880573.1"
},
{
"aa_ref": "Q",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFTUD2",
"gene_hgnc_id": 30858,
"hgvs_c": "c.1276_1277delCA",
"hgvs_p": "p.Gln426fs",
"transcript": "ENST00000969869.1",
"protein_id": "ENSP00000639928.1",
"transcript_support_level": null,
"aa_start": 426,
"aa_end": null,
"aa_length": 862,
"cds_start": 1276,
"cds_end": null,
"cds_length": 2589,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000969869.1"
},
{
"aa_ref": "Q",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFTUD2",
"gene_hgnc_id": 30858,
"hgvs_c": "c.1465_1466delCA",
"hgvs_p": "p.Gln489fs",
"transcript": "XM_047437084.1",
"protein_id": "XP_047293040.1",
"transcript_support_level": null,
"aa_start": 489,
"aa_end": null,
"aa_length": 851,
"cds_start": 1465,
"cds_end": null,
"cds_length": 2556,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437084.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFTUD2",
"gene_hgnc_id": 30858,
"hgvs_c": "n.343_344delCA",
"hgvs_p": null,
"transcript": "ENST00000585616.5",
"protein_id": null,
"transcript_support_level": 4,
"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": "pseudogene",
"feature": "ENST00000585616.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFTUD2",
"gene_hgnc_id": 30858,
"hgvs_c": "n.483_484delCA",
"hgvs_p": null,
"transcript": "ENST00000585794.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": "ENST00000585794.5"
},
{
"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": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFTUD2",
"gene_hgnc_id": 30858,
"hgvs_c": "n.741_742delCA",
"hgvs_p": null,
"transcript": "ENST00000586276.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": "ENST00000586276.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFTUD2",
"gene_hgnc_id": 30858,
"hgvs_c": "n.520_521delCA",
"hgvs_p": null,
"transcript": "ENST00000586654.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": "ENST00000586654.5"
},
{
"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": "EFTUD2",
"gene_hgnc_id": 30858,
"hgvs_c": "n.460_461delCA",
"hgvs_p": null,
"transcript": "ENST00000587914.1",
"protein_id": null,
"transcript_support_level": 4,
"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": "ENST00000587914.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFTUD2",
"gene_hgnc_id": 30858,
"hgvs_c": "n.1193_1194delCA",
"hgvs_p": null,
"transcript": "ENST00000590367.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": "ENST00000590367.5"
}
],
"gene_symbol": "EFTUD2",
"gene_hgnc_id": 30858,
"dbsnp": "rs1555565807",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": null,
"computational_prediction_selected": null,
"computational_source_selected": null,
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": null,
"bayesdelnoaf_prediction": null,
"phylop100way_score": 9.552,
"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": 12,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1,PM2,PP5_Moderate",
"acmg_by_gene": [
{
"score": 12,
"benign_score": 0,
"pathogenic_score": 12,
"criteria": [
"PVS1",
"PM2",
"PP5_Moderate"
],
"verdict": "Pathogenic",
"transcript": "NM_004247.4",
"gene_symbol": "EFTUD2",
"hgnc_id": 30858,
"effects": [
"frameshift_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1465_1466delCA",
"hgvs_p": "p.Gln489fs"
}
],
"clinvar_disease": "Inborn genetic diseases",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "P:1",
"phenotype_combined": "Inborn genetic diseases",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}