← 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-44853361-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=44853361&ref=G&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "17",
"pos": 44853361,
"ref": "G",
"alt": "C",
"effect": "stop_gained",
"transcript": "NM_004247.4",
"consequences": [
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFTUD2",
"gene_hgnc_id": 30858,
"hgvs_c": "c.2496C>G",
"hgvs_p": "p.Tyr832*",
"transcript": "NM_004247.4",
"protein_id": "NP_004238.3",
"transcript_support_level": null,
"aa_start": 832,
"aa_end": null,
"aa_length": 972,
"cds_start": 2496,
"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": "Y",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFTUD2",
"gene_hgnc_id": 30858,
"hgvs_c": "c.2496C>G",
"hgvs_p": "p.Tyr832*",
"transcript": "ENST00000426333.7",
"protein_id": "ENSP00000392094.1",
"transcript_support_level": 1,
"aa_start": 832,
"aa_end": null,
"aa_length": 972,
"cds_start": 2496,
"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": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFTUD2",
"gene_hgnc_id": 30858,
"hgvs_c": "c.2664C>G",
"hgvs_p": "p.Tyr888*",
"transcript": "ENST00000969864.1",
"protein_id": "ENSP00000639923.1",
"transcript_support_level": null,
"aa_start": 888,
"aa_end": null,
"aa_length": 1028,
"cds_start": 2664,
"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": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFTUD2",
"gene_hgnc_id": 30858,
"hgvs_c": "c.2520C>G",
"hgvs_p": "p.Tyr840*",
"transcript": "ENST00000880576.1",
"protein_id": "ENSP00000550635.1",
"transcript_support_level": null,
"aa_start": 840,
"aa_end": null,
"aa_length": 980,
"cds_start": 2520,
"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": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFTUD2",
"gene_hgnc_id": 30858,
"hgvs_c": "c.2502C>G",
"hgvs_p": "p.Tyr834*",
"transcript": "ENST00000925102.1",
"protein_id": "ENSP00000595161.1",
"transcript_support_level": null,
"aa_start": 834,
"aa_end": null,
"aa_length": 974,
"cds_start": 2502,
"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": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFTUD2",
"gene_hgnc_id": 30858,
"hgvs_c": "c.2502C>G",
"hgvs_p": "p.Tyr834*",
"transcript": "ENST00000969865.1",
"protein_id": "ENSP00000639924.1",
"transcript_support_level": null,
"aa_start": 834,
"aa_end": null,
"aa_length": 974,
"cds_start": 2502,
"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": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFTUD2",
"gene_hgnc_id": 30858,
"hgvs_c": "c.2496C>G",
"hgvs_p": "p.Tyr832*",
"transcript": "NM_001258353.2",
"protein_id": "NP_001245282.1",
"transcript_support_level": null,
"aa_start": 832,
"aa_end": null,
"aa_length": 972,
"cds_start": 2496,
"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": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFTUD2",
"gene_hgnc_id": 30858,
"hgvs_c": "c.2496C>G",
"hgvs_p": "p.Tyr832*",
"transcript": "ENST00000591382.5",
"protein_id": "ENSP00000467805.1",
"transcript_support_level": 2,
"aa_start": 832,
"aa_end": null,
"aa_length": 972,
"cds_start": 2496,
"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": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFTUD2",
"gene_hgnc_id": 30858,
"hgvs_c": "c.2496C>G",
"hgvs_p": "p.Tyr832*",
"transcript": "ENST00000880575.1",
"protein_id": "ENSP00000550634.1",
"transcript_support_level": null,
"aa_start": 832,
"aa_end": null,
"aa_length": 972,
"cds_start": 2496,
"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": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFTUD2",
"gene_hgnc_id": 30858,
"hgvs_c": "c.2496C>G",
"hgvs_p": "p.Tyr832*",
"transcript": "ENST00000880577.1",
"protein_id": "ENSP00000550636.1",
"transcript_support_level": null,
"aa_start": 832,
"aa_end": null,
"aa_length": 972,
"cds_start": 2496,
"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": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFTUD2",
"gene_hgnc_id": 30858,
"hgvs_c": "c.2496C>G",
"hgvs_p": "p.Tyr832*",
"transcript": "ENST00000969866.1",
"protein_id": "ENSP00000639925.1",
"transcript_support_level": null,
"aa_start": 832,
"aa_end": null,
"aa_length": 972,
"cds_start": 2496,
"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": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFTUD2",
"gene_hgnc_id": 30858,
"hgvs_c": "c.2466C>G",
"hgvs_p": "p.Tyr822*",
"transcript": "NM_001258354.2",
"protein_id": "NP_001245283.1",
"transcript_support_level": null,
"aa_start": 822,
"aa_end": null,
"aa_length": 962,
"cds_start": 2466,
"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": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFTUD2",
"gene_hgnc_id": 30858,
"hgvs_c": "c.2466C>G",
"hgvs_p": "p.Tyr822*",
"transcript": "ENST00000592576.5",
"protein_id": "ENSP00000465058.1",
"transcript_support_level": 2,
"aa_start": 822,
"aa_end": null,
"aa_length": 962,
"cds_start": 2466,
"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": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFTUD2",
"gene_hgnc_id": 30858,
"hgvs_c": "c.2460C>G",
"hgvs_p": "p.Tyr820*",
"transcript": "ENST00000925103.1",
"protein_id": "ENSP00000595162.1",
"transcript_support_level": null,
"aa_start": 820,
"aa_end": null,
"aa_length": 960,
"cds_start": 2460,
"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": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFTUD2",
"gene_hgnc_id": 30858,
"hgvs_c": "c.2448C>G",
"hgvs_p": "p.Tyr816*",
"transcript": "ENST00000880574.1",
"protein_id": "ENSP00000550633.1",
"transcript_support_level": null,
"aa_start": 816,
"aa_end": null,
"aa_length": 956,
"cds_start": 2448,
"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": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFTUD2",
"gene_hgnc_id": 30858,
"hgvs_c": "c.2433C>G",
"hgvs_p": "p.Tyr811*",
"transcript": "ENST00000925105.1",
"protein_id": "ENSP00000595164.1",
"transcript_support_level": null,
"aa_start": 811,
"aa_end": null,
"aa_length": 951,
"cds_start": 2433,
"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": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFTUD2",
"gene_hgnc_id": 30858,
"hgvs_c": "c.2496C>G",
"hgvs_p": "p.Tyr832*",
"transcript": "ENST00000969868.1",
"protein_id": "ENSP00000639927.1",
"transcript_support_level": null,
"aa_start": 832,
"aa_end": null,
"aa_length": 949,
"cds_start": 2496,
"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": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFTUD2",
"gene_hgnc_id": 30858,
"hgvs_c": "c.2394C>G",
"hgvs_p": "p.Tyr798*",
"transcript": "ENST00000969867.1",
"protein_id": "ENSP00000639926.1",
"transcript_support_level": null,
"aa_start": 798,
"aa_end": null,
"aa_length": 938,
"cds_start": 2394,
"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": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFTUD2",
"gene_hgnc_id": 30858,
"hgvs_c": "c.2391C>G",
"hgvs_p": "p.Tyr797*",
"transcript": "NM_001142605.2",
"protein_id": "NP_001136077.1",
"transcript_support_level": null,
"aa_start": 797,
"aa_end": null,
"aa_length": 937,
"cds_start": 2391,
"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": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFTUD2",
"gene_hgnc_id": 30858,
"hgvs_c": "c.2391C>G",
"hgvs_p": "p.Tyr797*",
"transcript": "ENST00000402521.7",
"protein_id": "ENSP00000385873.2",
"transcript_support_level": 2,
"aa_start": 797,
"aa_end": null,
"aa_length": 937,
"cds_start": 2391,
"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": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFTUD2",
"gene_hgnc_id": 30858,
"hgvs_c": "c.2496C>G",
"hgvs_p": "p.Tyr832*",
"transcript": "ENST00000925104.1",
"protein_id": "ENSP00000595163.1",
"transcript_support_level": null,
"aa_start": 832,
"aa_end": null,
"aa_length": 936,
"cds_start": 2496,
"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": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFTUD2",
"gene_hgnc_id": 30858,
"hgvs_c": "c.2355C>G",
"hgvs_p": "p.Tyr785*",
"transcript": "ENST00000969863.1",
"protein_id": "ENSP00000639922.1",
"transcript_support_level": null,
"aa_start": 785,
"aa_end": null,
"aa_length": 925,
"cds_start": 2355,
"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": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFTUD2",
"gene_hgnc_id": 30858,
"hgvs_c": "c.2307C>G",
"hgvs_p": "p.Tyr769*",
"transcript": "ENST00000880573.1",
"protein_id": "ENSP00000550632.1",
"transcript_support_level": null,
"aa_start": 769,
"aa_end": null,
"aa_length": 909,
"cds_start": 2307,
"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": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFTUD2",
"gene_hgnc_id": 30858,
"hgvs_c": "c.2166C>G",
"hgvs_p": "p.Tyr722*",
"transcript": "ENST00000969869.1",
"protein_id": "ENSP00000639928.1",
"transcript_support_level": null,
"aa_start": 722,
"aa_end": null,
"aa_length": 862,
"cds_start": 2166,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "EFTUD2",
"gene_hgnc_id": 30858,
"hgvs_c": "c.468+156C>G",
"hgvs_p": null,
"transcript": "ENST00000590124.5",
"protein_id": "ENSP00000467249.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 223,
"cds_start": null,
"cds_end": null,
"cds_length": 672,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000590124.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 24,
"intron_rank_end": null,
"gene_symbol": "EFTUD2",
"gene_hgnc_id": 30858,
"hgvs_c": "c.2466+156C>G",
"hgvs_p": null,
"transcript": "XM_047437084.1",
"protein_id": "XP_047293040.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 851,
"cds_start": null,
"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": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFTUD2",
"gene_hgnc_id": 30858,
"hgvs_c": "n.2791C>G",
"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": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFTUD2",
"gene_hgnc_id": 30858,
"hgvs_c": "n.2857C>G",
"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"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "EFTUD2",
"gene_hgnc_id": 30858,
"hgvs_c": "n.312+156C>G",
"hgvs_p": null,
"transcript": "ENST00000589769.1",
"protein_id": "ENSP00000465051.1",
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000589769.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "EFTUD2",
"gene_hgnc_id": 30858,
"hgvs_c": "n.1707+156C>G",
"hgvs_p": null,
"transcript": "ENST00000590977.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": "ENST00000590977.5"
}
],
"gene_symbol": "EFTUD2",
"gene_hgnc_id": 30858,
"dbsnp": "rs879253727",
"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": 0.6499999761581421,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "BayesDel_noAF",
"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": 0.65,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 6.901,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 11,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1,PM2,PP5",
"acmg_by_gene": [
{
"score": 11,
"benign_score": 0,
"pathogenic_score": 11,
"criteria": [
"PVS1",
"PM2",
"PP5"
],
"verdict": "Pathogenic",
"transcript": "NM_004247.4",
"gene_symbol": "EFTUD2",
"hgnc_id": 30858,
"effects": [
"stop_gained"
],
"inheritance_mode": "AD",
"hgvs_c": "c.2496C>G",
"hgvs_p": "p.Tyr832*"
}
],
"clinvar_disease": "Mandibulofacial dysostosis-microcephaly syndrome",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "no assertion criteria provided",
"clinvar_submissions_summary": "null",
"phenotype_combined": "Mandibulofacial dysostosis-microcephaly syndrome",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}