← 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-55810529-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=16&pos=55810529&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "16",
"pos": 55810529,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_001025195.2",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES1",
"gene_hgnc_id": 1863,
"hgvs_c": "c.1306C>T",
"hgvs_p": "p.Arg436Trp",
"transcript": "NM_001025195.2",
"protein_id": "NP_001020366.1",
"transcript_support_level": null,
"aa_start": 436,
"aa_end": null,
"aa_length": 568,
"cds_start": 1306,
"cds_end": null,
"cds_length": 1707,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000360526.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001025195.2"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES1",
"gene_hgnc_id": 1863,
"hgvs_c": "c.1306C>T",
"hgvs_p": "p.Arg436Trp",
"transcript": "ENST00000360526.8",
"protein_id": "ENSP00000353720.4",
"transcript_support_level": 1,
"aa_start": 436,
"aa_end": null,
"aa_length": 568,
"cds_start": 1306,
"cds_end": null,
"cds_length": 1707,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001025195.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000360526.8"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES1",
"gene_hgnc_id": 1863,
"hgvs_c": "c.1303C>T",
"hgvs_p": "p.Arg435Trp",
"transcript": "ENST00000361503.8",
"protein_id": "ENSP00000355193.4",
"transcript_support_level": 1,
"aa_start": 435,
"aa_end": null,
"aa_length": 567,
"cds_start": 1303,
"cds_end": null,
"cds_length": 1704,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000361503.8"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES1",
"gene_hgnc_id": 1863,
"hgvs_c": "c.1300C>T",
"hgvs_p": "p.Arg434Trp",
"transcript": "ENST00000422046.6",
"protein_id": "ENSP00000390492.2",
"transcript_support_level": 1,
"aa_start": 434,
"aa_end": null,
"aa_length": 566,
"cds_start": 1300,
"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": "ENST00000422046.6"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES1",
"gene_hgnc_id": 1863,
"hgvs_c": "c.1372C>T",
"hgvs_p": "p.Arg458Trp",
"transcript": "ENST00000905505.1",
"protein_id": "ENSP00000575564.1",
"transcript_support_level": null,
"aa_start": 458,
"aa_end": null,
"aa_length": 590,
"cds_start": 1372,
"cds_end": null,
"cds_length": 1773,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905505.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES1",
"gene_hgnc_id": 1863,
"hgvs_c": "c.1306C>T",
"hgvs_p": "p.Arg436Trp",
"transcript": "ENST00000905502.1",
"protein_id": "ENSP00000575561.1",
"transcript_support_level": null,
"aa_start": 436,
"aa_end": null,
"aa_length": 586,
"cds_start": 1306,
"cds_end": null,
"cds_length": 1761,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905502.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES1",
"gene_hgnc_id": 1863,
"hgvs_c": "c.1303C>T",
"hgvs_p": "p.Arg435Trp",
"transcript": "ENST00000905506.1",
"protein_id": "ENSP00000575565.1",
"transcript_support_level": null,
"aa_start": 435,
"aa_end": null,
"aa_length": 585,
"cds_start": 1303,
"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": "ENST00000905506.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES1",
"gene_hgnc_id": 1863,
"hgvs_c": "c.1306C>T",
"hgvs_p": "p.Arg436Trp",
"transcript": "ENST00000969258.1",
"protein_id": "ENSP00000639317.1",
"transcript_support_level": null,
"aa_start": 436,
"aa_end": null,
"aa_length": 580,
"cds_start": 1306,
"cds_end": null,
"cds_length": 1743,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000969258.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES1",
"gene_hgnc_id": 1863,
"hgvs_c": "c.1300C>T",
"hgvs_p": "p.Arg434Trp",
"transcript": "ENST00000905493.1",
"protein_id": "ENSP00000575552.1",
"transcript_support_level": null,
"aa_start": 434,
"aa_end": null,
"aa_length": 578,
"cds_start": 1300,
"cds_end": null,
"cds_length": 1737,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905493.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES1",
"gene_hgnc_id": 1863,
"hgvs_c": "c.1327C>T",
"hgvs_p": "p.Arg443Trp",
"transcript": "ENST00000905507.1",
"protein_id": "ENSP00000575566.1",
"transcript_support_level": null,
"aa_start": 443,
"aa_end": null,
"aa_length": 575,
"cds_start": 1327,
"cds_end": null,
"cds_length": 1728,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905507.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES1",
"gene_hgnc_id": 1863,
"hgvs_c": "c.1324C>T",
"hgvs_p": "p.Arg442Trp",
"transcript": "ENST00000969257.1",
"protein_id": "ENSP00000639316.1",
"transcript_support_level": null,
"aa_start": 442,
"aa_end": null,
"aa_length": 574,
"cds_start": 1324,
"cds_end": null,
"cds_length": 1725,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000969257.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES1",
"gene_hgnc_id": 1863,
"hgvs_c": "c.1303C>T",
"hgvs_p": "p.Arg435Trp",
"transcript": "NM_001025194.2",
"protein_id": "NP_001020365.1",
"transcript_support_level": null,
"aa_start": 435,
"aa_end": null,
"aa_length": 567,
"cds_start": 1303,
"cds_end": null,
"cds_length": 1704,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001025194.2"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES1",
"gene_hgnc_id": 1863,
"hgvs_c": "c.1303C>T",
"hgvs_p": "p.Arg435Trp",
"transcript": "ENST00000905467.1",
"protein_id": "ENSP00000575526.1",
"transcript_support_level": null,
"aa_start": 435,
"aa_end": null,
"aa_length": 567,
"cds_start": 1303,
"cds_end": null,
"cds_length": 1704,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905467.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES1",
"gene_hgnc_id": 1863,
"hgvs_c": "c.1303C>T",
"hgvs_p": "p.Arg435Trp",
"transcript": "ENST00000905504.1",
"protein_id": "ENSP00000575563.1",
"transcript_support_level": null,
"aa_start": 435,
"aa_end": null,
"aa_length": 567,
"cds_start": 1303,
"cds_end": null,
"cds_length": 1704,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905504.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES1",
"gene_hgnc_id": 1863,
"hgvs_c": "c.1300C>T",
"hgvs_p": "p.Arg434Trp",
"transcript": "NM_001266.5",
"protein_id": "NP_001257.4",
"transcript_support_level": null,
"aa_start": 434,
"aa_end": null,
"aa_length": 566,
"cds_start": 1300,
"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": "NM_001266.5"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES1",
"gene_hgnc_id": 1863,
"hgvs_c": "c.1300C>T",
"hgvs_p": "p.Arg434Trp",
"transcript": "ENST00000905508.1",
"protein_id": "ENSP00000575567.1",
"transcript_support_level": null,
"aa_start": 434,
"aa_end": null,
"aa_length": 566,
"cds_start": 1300,
"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": "ENST00000905508.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES1",
"gene_hgnc_id": 1863,
"hgvs_c": "c.1300C>T",
"hgvs_p": "p.Arg434Trp",
"transcript": "ENST00000969256.1",
"protein_id": "ENSP00000639315.1",
"transcript_support_level": null,
"aa_start": 434,
"aa_end": null,
"aa_length": 566,
"cds_start": 1300,
"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": "ENST00000969256.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES1",
"gene_hgnc_id": 1863,
"hgvs_c": "c.1297C>T",
"hgvs_p": "p.Arg433Trp",
"transcript": "ENST00000905485.1",
"protein_id": "ENSP00000575544.1",
"transcript_support_level": null,
"aa_start": 433,
"aa_end": null,
"aa_length": 565,
"cds_start": 1297,
"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": "ENST00000905485.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES1",
"gene_hgnc_id": 1863,
"hgvs_c": "c.1297C>T",
"hgvs_p": "p.Arg433Trp",
"transcript": "ENST00000905490.1",
"protein_id": "ENSP00000575549.1",
"transcript_support_level": null,
"aa_start": 433,
"aa_end": null,
"aa_length": 565,
"cds_start": 1297,
"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": "ENST00000905490.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES1",
"gene_hgnc_id": 1863,
"hgvs_c": "c.1294C>T",
"hgvs_p": "p.Arg432Trp",
"transcript": "ENST00000905496.1",
"protein_id": "ENSP00000575555.1",
"transcript_support_level": null,
"aa_start": 432,
"aa_end": null,
"aa_length": 564,
"cds_start": 1294,
"cds_end": null,
"cds_length": 1695,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905496.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES1",
"gene_hgnc_id": 1863,
"hgvs_c": "c.1291C>T",
"hgvs_p": "p.Arg431Trp",
"transcript": "ENST00000905488.1",
"protein_id": "ENSP00000575547.1",
"transcript_support_level": null,
"aa_start": 431,
"aa_end": null,
"aa_length": 563,
"cds_start": 1291,
"cds_end": null,
"cds_length": 1692,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905488.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES1",
"gene_hgnc_id": 1863,
"hgvs_c": "c.1291C>T",
"hgvs_p": "p.Arg431Trp",
"transcript": "ENST00000905495.1",
"protein_id": "ENSP00000575554.1",
"transcript_support_level": null,
"aa_start": 431,
"aa_end": null,
"aa_length": 563,
"cds_start": 1291,
"cds_end": null,
"cds_length": 1692,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905495.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES1",
"gene_hgnc_id": 1863,
"hgvs_c": "c.1282C>T",
"hgvs_p": "p.Arg428Trp",
"transcript": "ENST00000969260.1",
"protein_id": "ENSP00000639319.1",
"transcript_support_level": null,
"aa_start": 428,
"aa_end": null,
"aa_length": 560,
"cds_start": 1282,
"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": "ENST00000969260.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES1",
"gene_hgnc_id": 1863,
"hgvs_c": "c.1279C>T",
"hgvs_p": "p.Arg427Trp",
"transcript": "ENST00000969255.1",
"protein_id": "ENSP00000639314.1",
"transcript_support_level": null,
"aa_start": 427,
"aa_end": null,
"aa_length": 559,
"cds_start": 1279,
"cds_end": null,
"cds_length": 1680,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000969255.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES1",
"gene_hgnc_id": 1863,
"hgvs_c": "c.1279C>T",
"hgvs_p": "p.Arg427Trp",
"transcript": "ENST00000969259.1",
"protein_id": "ENSP00000639318.1",
"transcript_support_level": null,
"aa_start": 427,
"aa_end": null,
"aa_length": 559,
"cds_start": 1279,
"cds_end": null,
"cds_length": 1680,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000969259.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES1",
"gene_hgnc_id": 1863,
"hgvs_c": "c.1267C>T",
"hgvs_p": "p.Arg423Trp",
"transcript": "ENST00000905486.1",
"protein_id": "ENSP00000575545.1",
"transcript_support_level": null,
"aa_start": 423,
"aa_end": null,
"aa_length": 555,
"cds_start": 1267,
"cds_end": null,
"cds_length": 1668,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905486.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES1",
"gene_hgnc_id": 1863,
"hgvs_c": "c.1264C>T",
"hgvs_p": "p.Arg422Trp",
"transcript": "ENST00000905475.1",
"protein_id": "ENSP00000575534.1",
"transcript_support_level": null,
"aa_start": 422,
"aa_end": null,
"aa_length": 554,
"cds_start": 1264,
"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": "ENST00000905475.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES1",
"gene_hgnc_id": 1863,
"hgvs_c": "c.1264C>T",
"hgvs_p": "p.Arg422Trp",
"transcript": "ENST00000905483.1",
"protein_id": "ENSP00000575542.1",
"transcript_support_level": null,
"aa_start": 422,
"aa_end": null,
"aa_length": 554,
"cds_start": 1264,
"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": "ENST00000905483.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES1",
"gene_hgnc_id": 1863,
"hgvs_c": "c.1261C>T",
"hgvs_p": "p.Arg421Trp",
"transcript": "ENST00000905497.1",
"protein_id": "ENSP00000575556.1",
"transcript_support_level": null,
"aa_start": 421,
"aa_end": null,
"aa_length": 553,
"cds_start": 1261,
"cds_end": null,
"cds_length": 1662,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905497.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES1",
"gene_hgnc_id": 1863,
"hgvs_c": "c.1261C>T",
"hgvs_p": "p.Arg421Trp",
"transcript": "ENST00000905499.1",
"protein_id": "ENSP00000575558.1",
"transcript_support_level": null,
"aa_start": 421,
"aa_end": null,
"aa_length": 553,
"cds_start": 1261,
"cds_end": null,
"cds_length": 1662,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905499.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES1",
"gene_hgnc_id": 1863,
"hgvs_c": "c.1237C>T",
"hgvs_p": "p.Arg413Trp",
"transcript": "ENST00000905509.1",
"protein_id": "ENSP00000575568.1",
"transcript_support_level": null,
"aa_start": 413,
"aa_end": null,
"aa_length": 545,
"cds_start": 1237,
"cds_end": null,
"cds_length": 1638,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905509.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES1",
"gene_hgnc_id": 1863,
"hgvs_c": "c.1306C>T",
"hgvs_p": "p.Arg436Trp",
"transcript": "ENST00000905503.1",
"protein_id": "ENSP00000575562.1",
"transcript_support_level": null,
"aa_start": 436,
"aa_end": null,
"aa_length": 542,
"cds_start": 1306,
"cds_end": null,
"cds_length": 1629,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905503.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES1",
"gene_hgnc_id": 1863,
"hgvs_c": "c.1222C>T",
"hgvs_p": "p.Arg408Trp",
"transcript": "ENST00000905498.1",
"protein_id": "ENSP00000575557.1",
"transcript_support_level": null,
"aa_start": 408,
"aa_end": null,
"aa_length": 540,
"cds_start": 1222,
"cds_end": null,
"cds_length": 1623,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905498.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES1",
"gene_hgnc_id": 1863,
"hgvs_c": "c.1219C>T",
"hgvs_p": "p.Arg407Trp",
"transcript": "ENST00000905478.1",
"protein_id": "ENSP00000575537.1",
"transcript_support_level": null,
"aa_start": 407,
"aa_end": null,
"aa_length": 539,
"cds_start": 1219,
"cds_end": null,
"cds_length": 1620,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905478.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES1",
"gene_hgnc_id": 1863,
"hgvs_c": "c.1201C>T",
"hgvs_p": "p.Arg401Trp",
"transcript": "ENST00000932715.1",
"protein_id": "ENSP00000602774.1",
"transcript_support_level": null,
"aa_start": 401,
"aa_end": null,
"aa_length": 533,
"cds_start": 1201,
"cds_end": null,
"cds_length": 1602,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000932715.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES1",
"gene_hgnc_id": 1863,
"hgvs_c": "c.1198C>T",
"hgvs_p": "p.Arg400Trp",
"transcript": "ENST00000905468.1",
"protein_id": "ENSP00000575527.1",
"transcript_support_level": null,
"aa_start": 400,
"aa_end": null,
"aa_length": 532,
"cds_start": 1198,
"cds_end": null,
"cds_length": 1599,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905468.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES1",
"gene_hgnc_id": 1863,
"hgvs_c": "c.1198C>T",
"hgvs_p": "p.Arg400Trp",
"transcript": "ENST00000905469.1",
"protein_id": "ENSP00000575528.1",
"transcript_support_level": null,
"aa_start": 400,
"aa_end": null,
"aa_length": 532,
"cds_start": 1198,
"cds_end": null,
"cds_length": 1599,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905469.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES1",
"gene_hgnc_id": 1863,
"hgvs_c": "c.1198C>T",
"hgvs_p": "p.Arg400Trp",
"transcript": "ENST00000905476.1",
"protein_id": "ENSP00000575535.1",
"transcript_support_level": null,
"aa_start": 400,
"aa_end": null,
"aa_length": 532,
"cds_start": 1198,
"cds_end": null,
"cds_length": 1599,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905476.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES1",
"gene_hgnc_id": 1863,
"hgvs_c": "c.1195C>T",
"hgvs_p": "p.Arg399Trp",
"transcript": "ENST00000905471.1",
"protein_id": "ENSP00000575530.1",
"transcript_support_level": null,
"aa_start": 399,
"aa_end": null,
"aa_length": 531,
"cds_start": 1195,
"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": "ENST00000905471.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES1",
"gene_hgnc_id": 1863,
"hgvs_c": "c.1195C>T",
"hgvs_p": "p.Arg399Trp",
"transcript": "ENST00000905472.1",
"protein_id": "ENSP00000575531.1",
"transcript_support_level": null,
"aa_start": 399,
"aa_end": null,
"aa_length": 531,
"cds_start": 1195,
"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": "ENST00000905472.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES1",
"gene_hgnc_id": 1863,
"hgvs_c": "c.1192C>T",
"hgvs_p": "p.Arg398Trp",
"transcript": "ENST00000905477.1",
"protein_id": "ENSP00000575536.1",
"transcript_support_level": null,
"aa_start": 398,
"aa_end": null,
"aa_length": 530,
"cds_start": 1192,
"cds_end": null,
"cds_length": 1593,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905477.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES1",
"gene_hgnc_id": 1863,
"hgvs_c": "c.1177C>T",
"hgvs_p": "p.Arg393Trp",
"transcript": "ENST00000969254.1",
"protein_id": "ENSP00000639313.1",
"transcript_support_level": null,
"aa_start": 393,
"aa_end": null,
"aa_length": 525,
"cds_start": 1177,
"cds_end": null,
"cds_length": 1578,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000969254.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES1",
"gene_hgnc_id": 1863,
"hgvs_c": "c.1174C>T",
"hgvs_p": "p.Arg392Trp",
"transcript": "ENST00000905501.1",
"protein_id": "ENSP00000575560.1",
"transcript_support_level": null,
"aa_start": 392,
"aa_end": null,
"aa_length": 524,
"cds_start": 1174,
"cds_end": null,
"cds_length": 1575,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905501.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES1",
"gene_hgnc_id": 1863,
"hgvs_c": "c.1174C>T",
"hgvs_p": "p.Arg392Trp",
"transcript": "ENST00000969253.1",
"protein_id": "ENSP00000639312.1",
"transcript_support_level": null,
"aa_start": 392,
"aa_end": null,
"aa_length": 524,
"cds_start": 1174,
"cds_end": null,
"cds_length": 1575,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000969253.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES1",
"gene_hgnc_id": 1863,
"hgvs_c": "c.1171C>T",
"hgvs_p": "p.Arg391Trp",
"transcript": "ENST00000905473.1",
"protein_id": "ENSP00000575532.1",
"transcript_support_level": null,
"aa_start": 391,
"aa_end": null,
"aa_length": 523,
"cds_start": 1171,
"cds_end": null,
"cds_length": 1572,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905473.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES1",
"gene_hgnc_id": 1863,
"hgvs_c": "c.1165C>T",
"hgvs_p": "p.Arg389Trp",
"transcript": "ENST00000905470.1",
"protein_id": "ENSP00000575529.1",
"transcript_support_level": null,
"aa_start": 389,
"aa_end": null,
"aa_length": 521,
"cds_start": 1165,
"cds_end": null,
"cds_length": 1566,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905470.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES1",
"gene_hgnc_id": 1863,
"hgvs_c": "c.1162C>T",
"hgvs_p": "p.Arg388Trp",
"transcript": "ENST00000905474.1",
"protein_id": "ENSP00000575533.1",
"transcript_support_level": null,
"aa_start": 388,
"aa_end": null,
"aa_length": 520,
"cds_start": 1162,
"cds_end": null,
"cds_length": 1563,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905474.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES1",
"gene_hgnc_id": 1863,
"hgvs_c": "c.1162C>T",
"hgvs_p": "p.Arg388Trp",
"transcript": "ENST00000905491.1",
"protein_id": "ENSP00000575550.1",
"transcript_support_level": null,
"aa_start": 388,
"aa_end": null,
"aa_length": 520,
"cds_start": 1162,
"cds_end": null,
"cds_length": 1563,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905491.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES1",
"gene_hgnc_id": 1863,
"hgvs_c": "c.1159C>T",
"hgvs_p": "p.Arg387Trp",
"transcript": "ENST00000905484.1",
"protein_id": "ENSP00000575543.1",
"transcript_support_level": null,
"aa_start": 387,
"aa_end": null,
"aa_length": 519,
"cds_start": 1159,
"cds_end": null,
"cds_length": 1560,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905484.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES1",
"gene_hgnc_id": 1863,
"hgvs_c": "c.1126C>T",
"hgvs_p": "p.Arg376Trp",
"transcript": "ENST00000905481.1",
"protein_id": "ENSP00000575540.1",
"transcript_support_level": null,
"aa_start": 376,
"aa_end": null,
"aa_length": 508,
"cds_start": 1126,
"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": "ENST00000905481.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES1",
"gene_hgnc_id": 1863,
"hgvs_c": "c.1123C>T",
"hgvs_p": "p.Arg375Trp",
"transcript": "ENST00000905479.1",
"protein_id": "ENSP00000575538.1",
"transcript_support_level": null,
"aa_start": 375,
"aa_end": null,
"aa_length": 507,
"cds_start": 1123,
"cds_end": null,
"cds_length": 1524,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905479.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES1",
"gene_hgnc_id": 1863,
"hgvs_c": "c.1120C>T",
"hgvs_p": "p.Arg374Trp",
"transcript": "ENST00000905489.1",
"protein_id": "ENSP00000575548.1",
"transcript_support_level": null,
"aa_start": 374,
"aa_end": null,
"aa_length": 506,
"cds_start": 1120,
"cds_end": null,
"cds_length": 1521,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905489.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES1",
"gene_hgnc_id": 1863,
"hgvs_c": "c.1078C>T",
"hgvs_p": "p.Arg360Trp",
"transcript": "ENST00000905482.1",
"protein_id": "ENSP00000575541.1",
"transcript_support_level": null,
"aa_start": 360,
"aa_end": null,
"aa_length": 492,
"cds_start": 1078,
"cds_end": null,
"cds_length": 1479,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905482.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES1",
"gene_hgnc_id": 1863,
"hgvs_c": "c.1054C>T",
"hgvs_p": "p.Arg352Trp",
"transcript": "ENST00000905480.1",
"protein_id": "ENSP00000575539.1",
"transcript_support_level": null,
"aa_start": 352,
"aa_end": null,
"aa_length": 484,
"cds_start": 1054,
"cds_end": null,
"cds_length": 1455,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905480.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES1",
"gene_hgnc_id": 1863,
"hgvs_c": "c.937C>T",
"hgvs_p": "p.Arg313Trp",
"transcript": "ENST00000905494.1",
"protein_id": "ENSP00000575553.1",
"transcript_support_level": null,
"aa_start": 313,
"aa_end": null,
"aa_length": 445,
"cds_start": 937,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905494.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES1",
"gene_hgnc_id": 1863,
"hgvs_c": "c.934C>T",
"hgvs_p": "p.Arg312Trp",
"transcript": "ENST00000905500.1",
"protein_id": "ENSP00000575559.1",
"transcript_support_level": null,
"aa_start": 312,
"aa_end": null,
"aa_length": 444,
"cds_start": 934,
"cds_end": null,
"cds_length": 1335,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905500.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES1",
"gene_hgnc_id": 1863,
"hgvs_c": "c.826C>T",
"hgvs_p": "p.Arg276Trp",
"transcript": "ENST00000905492.1",
"protein_id": "ENSP00000575551.1",
"transcript_support_level": null,
"aa_start": 276,
"aa_end": null,
"aa_length": 408,
"cds_start": 826,
"cds_end": null,
"cds_length": 1227,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905492.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES1",
"gene_hgnc_id": 1863,
"hgvs_c": "c.127C>T",
"hgvs_p": "p.Arg43Trp",
"transcript": "ENST00000563241.5",
"protein_id": "ENSP00000455959.1",
"transcript_support_level": 3,
"aa_start": 43,
"aa_end": null,
"aa_length": 131,
"cds_start": 127,
"cds_end": null,
"cds_length": 396,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000563241.5"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES1",
"gene_hgnc_id": 1863,
"hgvs_c": "c.1303C>T",
"hgvs_p": "p.Arg435Trp",
"transcript": "XM_005255774.3",
"protein_id": "XP_005255831.1",
"transcript_support_level": null,
"aa_start": 435,
"aa_end": null,
"aa_length": 567,
"cds_start": 1303,
"cds_end": null,
"cds_length": 1704,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005255774.3"
},
{
"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": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CES1",
"gene_hgnc_id": 1863,
"hgvs_c": "c.53-4065C>T",
"hgvs_p": null,
"transcript": "ENST00000905487.1",
"protein_id": "ENSP00000575546.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 146,
"cds_start": null,
"cds_end": null,
"cds_length": 441,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905487.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": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CES1",
"gene_hgnc_id": 1863,
"hgvs_c": "n.72+2374C>T",
"hgvs_p": null,
"transcript": "ENST00000565568.1",
"protein_id": "ENSP00000455902.1",
"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": "ENST00000565568.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CES1",
"gene_hgnc_id": 1863,
"hgvs_c": "n.*288C>T",
"hgvs_p": null,
"transcript": "ENST00000569260.1",
"protein_id": "ENSP00000456865.1",
"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": "ENST00000569260.1"
}
],
"gene_symbol": "CES1",
"gene_hgnc_id": 1863,
"dbsnp": "rs376976316",
"frequency_reference_population": 0.000011772637,
"hom_count_reference_population": 0,
"allele_count_reference_population": 19,
"gnomad_exomes_af": 0.0000116289,
"gnomad_genomes_af": 0.0000131543,
"gnomad_exomes_ac": 17,
"gnomad_genomes_ac": 2,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.4935903549194336,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.146,
"revel_prediction": "Benign",
"alphamissense_score": 0.2981,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.23,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.06,
"phylop100way_prediction": "Benign",
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 0,
"pathogenic_score": 0,
"criteria": [],
"verdict": "Uncertain_significance",
"transcript": "NM_001025195.2",
"gene_symbol": "CES1",
"hgnc_id": 1863,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.1306C>T",
"hgvs_p": "p.Arg436Trp"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}