← 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-67001366-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=16&pos=67001366&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "16",
"pos": 67001366,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001364782.1",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES4A",
"gene_hgnc_id": 26741,
"hgvs_c": "c.595C>T",
"hgvs_p": "p.Arg199Cys",
"transcript": "NM_001364782.1",
"protein_id": "NP_001351711.1",
"transcript_support_level": null,
"aa_start": 199,
"aa_end": null,
"aa_length": 561,
"cds_start": 595,
"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": "R",
"aa_alt": "C",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES4A",
"gene_hgnc_id": 26741,
"hgvs_c": "c.595C>T",
"hgvs_p": "p.Arg199Cys",
"transcript": "ENST00000648724.3",
"protein_id": "ENSP00000497868.2",
"transcript_support_level": null,
"aa_start": 199,
"aa_end": null,
"aa_length": 561,
"cds_start": 595,
"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": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES4A",
"gene_hgnc_id": 26741,
"hgvs_c": "c.301C>T",
"hgvs_p": "p.Arg101Cys",
"transcript": "ENST00000540579.6",
"protein_id": "ENSP00000441907.1",
"transcript_support_level": 1,
"aa_start": 101,
"aa_end": null,
"aa_length": 463,
"cds_start": 301,
"cds_end": null,
"cds_length": 1392,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000540579.6"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES4A",
"gene_hgnc_id": 26741,
"hgvs_c": "c.484C>T",
"hgvs_p": "p.Arg162Cys",
"transcript": "ENST00000538199.5",
"protein_id": "ENSP00000441103.1",
"transcript_support_level": 1,
"aa_start": 162,
"aa_end": null,
"aa_length": 454,
"cds_start": 484,
"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": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES4A",
"gene_hgnc_id": 26741,
"hgvs_c": "c.736C>T",
"hgvs_p": "p.Arg246Cys",
"transcript": "ENST00000862247.1",
"protein_id": "ENSP00000532306.1",
"transcript_support_level": null,
"aa_start": 246,
"aa_end": null,
"aa_length": 608,
"cds_start": 736,
"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": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES4A",
"gene_hgnc_id": 26741,
"hgvs_c": "c.727C>T",
"hgvs_p": "p.Arg243Cys",
"transcript": "ENST00000862245.1",
"protein_id": "ENSP00000532304.1",
"transcript_support_level": null,
"aa_start": 243,
"aa_end": null,
"aa_length": 605,
"cds_start": 727,
"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": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES4A",
"gene_hgnc_id": 26741,
"hgvs_c": "c.715C>T",
"hgvs_p": "p.Arg239Cys",
"transcript": "ENST00000948592.1",
"protein_id": "ENSP00000618651.1",
"transcript_support_level": null,
"aa_start": 239,
"aa_end": null,
"aa_length": 600,
"cds_start": 715,
"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": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES4A",
"gene_hgnc_id": 26741,
"hgvs_c": "c.595C>T",
"hgvs_p": "p.Arg199Cys",
"transcript": "ENST00000862243.1",
"protein_id": "ENSP00000532302.1",
"transcript_support_level": null,
"aa_start": 199,
"aa_end": null,
"aa_length": 566,
"cds_start": 595,
"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": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES4A",
"gene_hgnc_id": 26741,
"hgvs_c": "c.607C>T",
"hgvs_p": "p.Arg203Cys",
"transcript": "ENST00000862242.1",
"protein_id": "ENSP00000532301.1",
"transcript_support_level": null,
"aa_start": 203,
"aa_end": null,
"aa_length": 565,
"cds_start": 607,
"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": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES4A",
"gene_hgnc_id": 26741,
"hgvs_c": "c.727C>T",
"hgvs_p": "p.Arg243Cys",
"transcript": "ENST00000862246.1",
"protein_id": "ENSP00000532305.1",
"transcript_support_level": null,
"aa_start": 243,
"aa_end": null,
"aa_length": 562,
"cds_start": 727,
"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": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES4A",
"gene_hgnc_id": 26741,
"hgvs_c": "c.595C>T",
"hgvs_p": "p.Arg199Cys",
"transcript": "ENST00000862250.1",
"protein_id": "ENSP00000532309.1",
"transcript_support_level": null,
"aa_start": 199,
"aa_end": null,
"aa_length": 560,
"cds_start": 595,
"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": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES4A",
"gene_hgnc_id": 26741,
"hgvs_c": "c.715C>T",
"hgvs_p": "p.Arg239Cys",
"transcript": "ENST00000862244.1",
"protein_id": "ENSP00000532303.1",
"transcript_support_level": null,
"aa_start": 239,
"aa_end": null,
"aa_length": 558,
"cds_start": 715,
"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": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES4A",
"gene_hgnc_id": 26741,
"hgvs_c": "c.595C>T",
"hgvs_p": "p.Arg199Cys",
"transcript": "ENST00000862248.1",
"protein_id": "ENSP00000532307.1",
"transcript_support_level": null,
"aa_start": 199,
"aa_end": null,
"aa_length": 534,
"cds_start": 595,
"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": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES4A",
"gene_hgnc_id": 26741,
"hgvs_c": "c.595C>T",
"hgvs_p": "p.Arg199Cys",
"transcript": "ENST00000862249.1",
"protein_id": "ENSP00000532308.1",
"transcript_support_level": null,
"aa_start": 199,
"aa_end": null,
"aa_length": 518,
"cds_start": 595,
"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": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES4A",
"gene_hgnc_id": 26741,
"hgvs_c": "c.595C>T",
"hgvs_p": "p.Arg199Cys",
"transcript": "NM_173815.7",
"protein_id": "NP_776176.5",
"transcript_support_level": null,
"aa_start": 199,
"aa_end": null,
"aa_length": 468,
"cds_start": 595,
"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": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES4A",
"gene_hgnc_id": 26741,
"hgvs_c": "c.595C>T",
"hgvs_p": "p.Arg199Cys",
"transcript": "ENST00000540947.6",
"protein_id": "ENSP00000444052.2",
"transcript_support_level": 2,
"aa_start": 199,
"aa_end": null,
"aa_length": 468,
"cds_start": 595,
"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": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES4A",
"gene_hgnc_id": 26741,
"hgvs_c": "c.301C>T",
"hgvs_p": "p.Arg101Cys",
"transcript": "NM_001190201.2",
"protein_id": "NP_001177130.1",
"transcript_support_level": null,
"aa_start": 101,
"aa_end": null,
"aa_length": 463,
"cds_start": 301,
"cds_end": null,
"cds_length": 1392,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001190201.2"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES4A",
"gene_hgnc_id": 26741,
"hgvs_c": "c.313C>T",
"hgvs_p": "p.Arg105Cys",
"transcript": "NM_001190202.2",
"protein_id": "NP_001177131.1",
"transcript_support_level": null,
"aa_start": 105,
"aa_end": null,
"aa_length": 374,
"cds_start": 313,
"cds_end": null,
"cds_length": 1125,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001190202.2"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES4A",
"gene_hgnc_id": 26741,
"hgvs_c": "c.313C>T",
"hgvs_p": "p.Arg105Cys",
"transcript": "ENST00000535696.1",
"protein_id": "ENSP00000441644.1",
"transcript_support_level": 2,
"aa_start": 105,
"aa_end": null,
"aa_length": 374,
"cds_start": 313,
"cds_end": null,
"cds_length": 1125,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000535696.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES4A",
"gene_hgnc_id": 26741,
"hgvs_c": "c.13C>T",
"hgvs_p": "p.Arg5Cys",
"transcript": "NM_001318506.2",
"protein_id": "NP_001305435.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 367,
"cds_start": 13,
"cds_end": null,
"cds_length": 1104,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001318506.2"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES4A",
"gene_hgnc_id": 26741,
"hgvs_c": "c.796C>T",
"hgvs_p": "p.Arg266Cys",
"transcript": "XM_011523021.3",
"protein_id": "XP_011521323.1",
"transcript_support_level": null,
"aa_start": 266,
"aa_end": null,
"aa_length": 628,
"cds_start": 796,
"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": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES4A",
"gene_hgnc_id": 26741,
"hgvs_c": "c.784C>T",
"hgvs_p": "p.Arg262Cys",
"transcript": "XM_011523023.3",
"protein_id": "XP_011521325.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 624,
"cds_start": 784,
"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": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES4A",
"gene_hgnc_id": 26741,
"hgvs_c": "c.796C>T",
"hgvs_p": "p.Arg266Cys",
"transcript": "XM_011523025.3",
"protein_id": "XP_011521327.1",
"transcript_support_level": null,
"aa_start": 266,
"aa_end": null,
"aa_length": 601,
"cds_start": 796,
"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": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES4A",
"gene_hgnc_id": 26741,
"hgvs_c": "c.784C>T",
"hgvs_p": "p.Arg262Cys",
"transcript": "XM_017023160.2",
"protein_id": "XP_016878649.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 597,
"cds_start": 784,
"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": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES4A",
"gene_hgnc_id": 26741,
"hgvs_c": "c.676C>T",
"hgvs_p": "p.Arg226Cys",
"transcript": "XM_011523026.3",
"protein_id": "XP_011521328.1",
"transcript_support_level": null,
"aa_start": 226,
"aa_end": null,
"aa_length": 588,
"cds_start": 676,
"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": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES4A",
"gene_hgnc_id": 26741,
"hgvs_c": "c.796C>T",
"hgvs_p": "p.Arg266Cys",
"transcript": "XM_011523027.3",
"protein_id": "XP_011521329.1",
"transcript_support_level": null,
"aa_start": 266,
"aa_end": null,
"aa_length": 585,
"cds_start": 796,
"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": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES4A",
"gene_hgnc_id": 26741,
"hgvs_c": "c.784C>T",
"hgvs_p": "p.Arg262Cys",
"transcript": "XM_017023161.2",
"protein_id": "XP_016878650.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 581,
"cds_start": 784,
"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": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES4A",
"gene_hgnc_id": 26741,
"hgvs_c": "c.640C>T",
"hgvs_p": "p.Arg214Cys",
"transcript": "XM_011523028.3",
"protein_id": "XP_011521330.1",
"transcript_support_level": null,
"aa_start": 214,
"aa_end": null,
"aa_length": 576,
"cds_start": 640,
"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": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES4A",
"gene_hgnc_id": 26741,
"hgvs_c": "c.796C>T",
"hgvs_p": "p.Arg266Cys",
"transcript": "XM_017023163.2",
"protein_id": "XP_016878652.1",
"transcript_support_level": null,
"aa_start": 266,
"aa_end": null,
"aa_length": 558,
"cds_start": 796,
"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": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES4A",
"gene_hgnc_id": 26741,
"hgvs_c": "c.784C>T",
"hgvs_p": "p.Arg262Cys",
"transcript": "XM_017023164.2",
"protein_id": "XP_016878653.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 554,
"cds_start": 784,
"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": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES4A",
"gene_hgnc_id": 26741,
"hgvs_c": "c.796C>T",
"hgvs_p": "p.Arg266Cys",
"transcript": "XM_011523029.3",
"protein_id": "XP_011521331.1",
"transcript_support_level": null,
"aa_start": 266,
"aa_end": null,
"aa_length": 535,
"cds_start": 796,
"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": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES4A",
"gene_hgnc_id": 26741,
"hgvs_c": "c.784C>T",
"hgvs_p": "p.Arg262Cys",
"transcript": "XM_017023165.2",
"protein_id": "XP_016878654.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 531,
"cds_start": 784,
"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": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES4A",
"gene_hgnc_id": 26741,
"hgvs_c": "c.664C>T",
"hgvs_p": "p.Arg222Cys",
"transcript": "XM_011523030.3",
"protein_id": "XP_011521332.1",
"transcript_support_level": null,
"aa_start": 222,
"aa_end": null,
"aa_length": 514,
"cds_start": 664,
"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": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES4A",
"gene_hgnc_id": 26741,
"hgvs_c": "c.796C>T",
"hgvs_p": "p.Arg266Cys",
"transcript": "XM_017023166.2",
"protein_id": "XP_016878655.1",
"transcript_support_level": null,
"aa_start": 266,
"aa_end": null,
"aa_length": 508,
"cds_start": 796,
"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": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES4A",
"gene_hgnc_id": 26741,
"hgvs_c": "c.301C>T",
"hgvs_p": "p.Arg101Cys",
"transcript": "XM_024450235.2",
"protein_id": "XP_024306003.1",
"transcript_support_level": null,
"aa_start": 101,
"aa_end": null,
"aa_length": 343,
"cds_start": 301,
"cds_end": null,
"cds_length": 1032,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024450235.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES4A",
"gene_hgnc_id": 26741,
"hgvs_c": "n.357C>T",
"hgvs_p": null,
"transcript": "ENST00000535543.5",
"protein_id": "ENSP00000444182.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": "ENST00000535543.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES4A",
"gene_hgnc_id": 26741,
"hgvs_c": "n.372C>T",
"hgvs_p": null,
"transcript": "ENST00000543561.1",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000543561.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES4A",
"gene_hgnc_id": 26741,
"hgvs_c": "n.*128C>T",
"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"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES4A",
"gene_hgnc_id": 26741,
"hgvs_c": "n.*128C>T",
"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": "rs372544040",
"frequency_reference_population": 0.000003099007,
"hom_count_reference_population": 0,
"allele_count_reference_population": 5,
"gnomad_exomes_af": 0.00000273727,
"gnomad_genomes_af": 0.00000657419,
"gnomad_exomes_ac": 4,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.6935889720916748,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.07999999821186066,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.468,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.168,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.19,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.579,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.08,
"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": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001364782.1",
"gene_symbol": "CES4A",
"hgnc_id": 26741,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.595C>T",
"hgvs_p": "p.Arg199Cys"
}
],
"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
}