← 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: 16-66995747-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=16&pos=66995747&ref=C&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "16",
"pos": 66995747,
"ref": "C",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_001364782.1",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES4A",
"gene_hgnc_id": 26741,
"hgvs_c": "c.178C>G",
"hgvs_p": "p.Pro60Ala",
"transcript": "NM_001364782.1",
"protein_id": "NP_001351711.1",
"transcript_support_level": null,
"aa_start": 60,
"aa_end": null,
"aa_length": 561,
"cds_start": 178,
"cds_end": null,
"cds_length": 1686,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000648724.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001364782.1"
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES4A",
"gene_hgnc_id": 26741,
"hgvs_c": "c.178C>G",
"hgvs_p": "p.Pro60Ala",
"transcript": "ENST00000648724.3",
"protein_id": "ENSP00000497868.2",
"transcript_support_level": null,
"aa_start": 60,
"aa_end": null,
"aa_length": 561,
"cds_start": 178,
"cds_end": null,
"cds_length": 1686,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001364782.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000648724.3"
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES4A",
"gene_hgnc_id": 26741,
"hgvs_c": "c.67C>G",
"hgvs_p": "p.Pro23Ala",
"transcript": "ENST00000538199.5",
"protein_id": "ENSP00000441103.1",
"transcript_support_level": 1,
"aa_start": 23,
"aa_end": null,
"aa_length": 454,
"cds_start": 67,
"cds_end": null,
"cds_length": 1365,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000538199.5"
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES4A",
"gene_hgnc_id": 26741,
"hgvs_c": "c.178C>G",
"hgvs_p": "p.Pro60Ala",
"transcript": "ENST00000862247.1",
"protein_id": "ENSP00000532306.1",
"transcript_support_level": null,
"aa_start": 60,
"aa_end": null,
"aa_length": 608,
"cds_start": 178,
"cds_end": null,
"cds_length": 1827,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862247.1"
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES4A",
"gene_hgnc_id": 26741,
"hgvs_c": "c.178C>G",
"hgvs_p": "p.Pro60Ala",
"transcript": "ENST00000862245.1",
"protein_id": "ENSP00000532304.1",
"transcript_support_level": null,
"aa_start": 60,
"aa_end": null,
"aa_length": 605,
"cds_start": 178,
"cds_end": null,
"cds_length": 1818,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862245.1"
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES4A",
"gene_hgnc_id": 26741,
"hgvs_c": "c.178C>G",
"hgvs_p": "p.Pro60Ala",
"transcript": "ENST00000948592.1",
"protein_id": "ENSP00000618651.1",
"transcript_support_level": null,
"aa_start": 60,
"aa_end": null,
"aa_length": 600,
"cds_start": 178,
"cds_end": null,
"cds_length": 1803,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948592.1"
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES4A",
"gene_hgnc_id": 26741,
"hgvs_c": "c.178C>G",
"hgvs_p": "p.Pro60Ala",
"transcript": "ENST00000862243.1",
"protein_id": "ENSP00000532302.1",
"transcript_support_level": null,
"aa_start": 60,
"aa_end": null,
"aa_length": 566,
"cds_start": 178,
"cds_end": null,
"cds_length": 1701,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862243.1"
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES4A",
"gene_hgnc_id": 26741,
"hgvs_c": "c.178C>G",
"hgvs_p": "p.Pro60Ala",
"transcript": "ENST00000862242.1",
"protein_id": "ENSP00000532301.1",
"transcript_support_level": null,
"aa_start": 60,
"aa_end": null,
"aa_length": 565,
"cds_start": 178,
"cds_end": null,
"cds_length": 1698,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862242.1"
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES4A",
"gene_hgnc_id": 26741,
"hgvs_c": "c.178C>G",
"hgvs_p": "p.Pro60Ala",
"transcript": "ENST00000862246.1",
"protein_id": "ENSP00000532305.1",
"transcript_support_level": null,
"aa_start": 60,
"aa_end": null,
"aa_length": 562,
"cds_start": 178,
"cds_end": null,
"cds_length": 1689,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862246.1"
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES4A",
"gene_hgnc_id": 26741,
"hgvs_c": "c.178C>G",
"hgvs_p": "p.Pro60Ala",
"transcript": "ENST00000862250.1",
"protein_id": "ENSP00000532309.1",
"transcript_support_level": null,
"aa_start": 60,
"aa_end": null,
"aa_length": 560,
"cds_start": 178,
"cds_end": null,
"cds_length": 1683,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862250.1"
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES4A",
"gene_hgnc_id": 26741,
"hgvs_c": "c.178C>G",
"hgvs_p": "p.Pro60Ala",
"transcript": "ENST00000862244.1",
"protein_id": "ENSP00000532303.1",
"transcript_support_level": null,
"aa_start": 60,
"aa_end": null,
"aa_length": 558,
"cds_start": 178,
"cds_end": null,
"cds_length": 1677,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862244.1"
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES4A",
"gene_hgnc_id": 26741,
"hgvs_c": "c.178C>G",
"hgvs_p": "p.Pro60Ala",
"transcript": "ENST00000862248.1",
"protein_id": "ENSP00000532307.1",
"transcript_support_level": null,
"aa_start": 60,
"aa_end": null,
"aa_length": 534,
"cds_start": 178,
"cds_end": null,
"cds_length": 1605,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862248.1"
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES4A",
"gene_hgnc_id": 26741,
"hgvs_c": "c.178C>G",
"hgvs_p": "p.Pro60Ala",
"transcript": "ENST00000862249.1",
"protein_id": "ENSP00000532308.1",
"transcript_support_level": null,
"aa_start": 60,
"aa_end": null,
"aa_length": 518,
"cds_start": 178,
"cds_end": null,
"cds_length": 1557,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862249.1"
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES4A",
"gene_hgnc_id": 26741,
"hgvs_c": "c.178C>G",
"hgvs_p": "p.Pro60Ala",
"transcript": "NM_173815.7",
"protein_id": "NP_776176.5",
"transcript_support_level": null,
"aa_start": 60,
"aa_end": null,
"aa_length": 468,
"cds_start": 178,
"cds_end": null,
"cds_length": 1407,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_173815.7"
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES4A",
"gene_hgnc_id": 26741,
"hgvs_c": "c.178C>G",
"hgvs_p": "p.Pro60Ala",
"transcript": "ENST00000540947.6",
"protein_id": "ENSP00000444052.2",
"transcript_support_level": 2,
"aa_start": 60,
"aa_end": null,
"aa_length": 468,
"cds_start": 178,
"cds_end": null,
"cds_length": 1407,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000540947.6"
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES4A",
"gene_hgnc_id": 26741,
"hgvs_c": "c.247C>G",
"hgvs_p": "p.Pro83Ala",
"transcript": "XM_011523021.3",
"protein_id": "XP_011521323.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 628,
"cds_start": 247,
"cds_end": null,
"cds_length": 1887,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011523021.3"
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES4A",
"gene_hgnc_id": 26741,
"hgvs_c": "c.247C>G",
"hgvs_p": "p.Pro83Ala",
"transcript": "XM_011523023.3",
"protein_id": "XP_011521325.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 624,
"cds_start": 247,
"cds_end": null,
"cds_length": 1875,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011523023.3"
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES4A",
"gene_hgnc_id": 26741,
"hgvs_c": "c.247C>G",
"hgvs_p": "p.Pro83Ala",
"transcript": "XM_011523025.3",
"protein_id": "XP_011521327.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 601,
"cds_start": 247,
"cds_end": null,
"cds_length": 1806,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011523025.3"
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES4A",
"gene_hgnc_id": 26741,
"hgvs_c": "c.247C>G",
"hgvs_p": "p.Pro83Ala",
"transcript": "XM_017023160.2",
"protein_id": "XP_016878649.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 597,
"cds_start": 247,
"cds_end": null,
"cds_length": 1794,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017023160.2"
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES4A",
"gene_hgnc_id": 26741,
"hgvs_c": "c.247C>G",
"hgvs_p": "p.Pro83Ala",
"transcript": "XM_011523026.3",
"protein_id": "XP_011521328.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 588,
"cds_start": 247,
"cds_end": null,
"cds_length": 1767,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011523026.3"
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES4A",
"gene_hgnc_id": 26741,
"hgvs_c": "c.247C>G",
"hgvs_p": "p.Pro83Ala",
"transcript": "XM_011523027.3",
"protein_id": "XP_011521329.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 585,
"cds_start": 247,
"cds_end": null,
"cds_length": 1758,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011523027.3"
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES4A",
"gene_hgnc_id": 26741,
"hgvs_c": "c.247C>G",
"hgvs_p": "p.Pro83Ala",
"transcript": "XM_017023161.2",
"protein_id": "XP_016878650.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 581,
"cds_start": 247,
"cds_end": null,
"cds_length": 1746,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017023161.2"
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES4A",
"gene_hgnc_id": 26741,
"hgvs_c": "c.211C>G",
"hgvs_p": "p.Pro71Ala",
"transcript": "XM_011523028.3",
"protein_id": "XP_011521330.1",
"transcript_support_level": null,
"aa_start": 71,
"aa_end": null,
"aa_length": 576,
"cds_start": 211,
"cds_end": null,
"cds_length": 1731,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011523028.3"
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES4A",
"gene_hgnc_id": 26741,
"hgvs_c": "c.247C>G",
"hgvs_p": "p.Pro83Ala",
"transcript": "XM_017023163.2",
"protein_id": "XP_016878652.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 558,
"cds_start": 247,
"cds_end": null,
"cds_length": 1677,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017023163.2"
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES4A",
"gene_hgnc_id": 26741,
"hgvs_c": "c.247C>G",
"hgvs_p": "p.Pro83Ala",
"transcript": "XM_017023164.2",
"protein_id": "XP_016878653.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 554,
"cds_start": 247,
"cds_end": null,
"cds_length": 1665,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017023164.2"
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES4A",
"gene_hgnc_id": 26741,
"hgvs_c": "c.247C>G",
"hgvs_p": "p.Pro83Ala",
"transcript": "XM_011523029.3",
"protein_id": "XP_011521331.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 535,
"cds_start": 247,
"cds_end": null,
"cds_length": 1608,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011523029.3"
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES4A",
"gene_hgnc_id": 26741,
"hgvs_c": "c.247C>G",
"hgvs_p": "p.Pro83Ala",
"transcript": "XM_017023165.2",
"protein_id": "XP_016878654.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 531,
"cds_start": 247,
"cds_end": null,
"cds_length": 1596,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017023165.2"
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES4A",
"gene_hgnc_id": 26741,
"hgvs_c": "c.247C>G",
"hgvs_p": "p.Pro83Ala",
"transcript": "XM_011523030.3",
"protein_id": "XP_011521332.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 514,
"cds_start": 247,
"cds_end": null,
"cds_length": 1545,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011523030.3"
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES4A",
"gene_hgnc_id": 26741,
"hgvs_c": "c.247C>G",
"hgvs_p": "p.Pro83Ala",
"transcript": "XM_017023166.2",
"protein_id": "XP_016878655.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 508,
"cds_start": 247,
"cds_end": null,
"cds_length": 1527,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017023166.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"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": "CES4A",
"gene_hgnc_id": 26741,
"hgvs_c": "n.118C>G",
"hgvs_p": null,
"transcript": "ENST00000567587.6",
"protein_id": "ENSP00000458664.2",
"transcript_support_level": 5,
"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": "ENST00000567587.6"
}
],
"gene_symbol": "CES4A",
"gene_hgnc_id": 26741,
"dbsnp": "rs772475063",
"frequency_reference_population": 0.00005677605,
"hom_count_reference_population": 0,
"allele_count_reference_population": 83,
"gnomad_exomes_af": 0.0000567761,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 83,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.9798746705055237,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.649,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.4732,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.1,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 6.3,
"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": 4,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PP3_Strong",
"acmg_by_gene": [
{
"score": 4,
"benign_score": 0,
"pathogenic_score": 4,
"criteria": [
"PP3_Strong"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001364782.1",
"gene_symbol": "CES4A",
"hgnc_id": 26741,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.178C>G",
"hgvs_p": "p.Pro60Ala"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}