← 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: 1-150968149-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=150968149&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 150968149,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_022075.5",
"consequences": [
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERS2",
"gene_hgnc_id": 14076,
"hgvs_c": "c.344A>G",
"hgvs_p": "p.Glu115Gly",
"transcript": "NM_022075.5",
"protein_id": "NP_071358.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 380,
"cds_start": 344,
"cds_end": null,
"cds_length": 1143,
"cdna_start": 562,
"cdna_end": null,
"cdna_length": 2323,
"mane_select": "ENST00000368954.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_022075.5"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERS2",
"gene_hgnc_id": 14076,
"hgvs_c": "c.344A>G",
"hgvs_p": "p.Glu115Gly",
"transcript": "ENST00000368954.10",
"protein_id": "ENSP00000357950.5",
"transcript_support_level": 1,
"aa_start": 115,
"aa_end": null,
"aa_length": 380,
"cds_start": 344,
"cds_end": null,
"cds_length": 1143,
"cdna_start": 562,
"cdna_end": null,
"cdna_length": 2323,
"mane_select": "NM_022075.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000368954.10"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERS2",
"gene_hgnc_id": 14076,
"hgvs_c": "c.344A>G",
"hgvs_p": "p.Glu115Gly",
"transcript": "ENST00000955084.1",
"protein_id": "ENSP00000625143.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 393,
"cds_start": 344,
"cds_end": null,
"cds_length": 1182,
"cdna_start": 416,
"cdna_end": null,
"cdna_length": 2213,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955084.1"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERS2",
"gene_hgnc_id": 14076,
"hgvs_c": "c.344A>G",
"hgvs_p": "p.Glu115Gly",
"transcript": "ENST00000885841.1",
"protein_id": "ENSP00000555900.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 389,
"cds_start": 344,
"cds_end": null,
"cds_length": 1170,
"cdna_start": 427,
"cdna_end": null,
"cdna_length": 2213,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885841.1"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERS2",
"gene_hgnc_id": 14076,
"hgvs_c": "c.344A>G",
"hgvs_p": "p.Glu115Gly",
"transcript": "NM_181746.4",
"protein_id": "NP_859530.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 380,
"cds_start": 344,
"cds_end": null,
"cds_length": 1143,
"cdna_start": 602,
"cdna_end": null,
"cdna_length": 2363,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_181746.4"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERS2",
"gene_hgnc_id": 14076,
"hgvs_c": "c.344A>G",
"hgvs_p": "p.Glu115Gly",
"transcript": "ENST00000271688.10",
"protein_id": "ENSP00000271688.6",
"transcript_support_level": 5,
"aa_start": 115,
"aa_end": null,
"aa_length": 380,
"cds_start": 344,
"cds_end": null,
"cds_length": 1143,
"cdna_start": 770,
"cdna_end": null,
"cdna_length": 2544,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000271688.10"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERS2",
"gene_hgnc_id": 14076,
"hgvs_c": "c.344A>G",
"hgvs_p": "p.Glu115Gly",
"transcript": "ENST00000885835.1",
"protein_id": "ENSP00000555894.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 380,
"cds_start": 344,
"cds_end": null,
"cds_length": 1143,
"cdna_start": 395,
"cdna_end": null,
"cdna_length": 2061,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885835.1"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERS2",
"gene_hgnc_id": 14076,
"hgvs_c": "c.344A>G",
"hgvs_p": "p.Glu115Gly",
"transcript": "ENST00000885836.1",
"protein_id": "ENSP00000555895.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 380,
"cds_start": 344,
"cds_end": null,
"cds_length": 1143,
"cdna_start": 625,
"cdna_end": null,
"cdna_length": 2392,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885836.1"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERS2",
"gene_hgnc_id": 14076,
"hgvs_c": "c.344A>G",
"hgvs_p": "p.Glu115Gly",
"transcript": "ENST00000885837.1",
"protein_id": "ENSP00000555896.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 380,
"cds_start": 344,
"cds_end": null,
"cds_length": 1143,
"cdna_start": 630,
"cdna_end": null,
"cdna_length": 2391,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885837.1"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERS2",
"gene_hgnc_id": 14076,
"hgvs_c": "c.344A>G",
"hgvs_p": "p.Glu115Gly",
"transcript": "ENST00000885848.1",
"protein_id": "ENSP00000555907.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 380,
"cds_start": 344,
"cds_end": null,
"cds_length": 1143,
"cdna_start": 578,
"cdna_end": null,
"cdna_length": 2338,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885848.1"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERS2",
"gene_hgnc_id": 14076,
"hgvs_c": "c.344A>G",
"hgvs_p": "p.Glu115Gly",
"transcript": "ENST00000885849.1",
"protein_id": "ENSP00000555908.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 380,
"cds_start": 344,
"cds_end": null,
"cds_length": 1143,
"cdna_start": 473,
"cdna_end": null,
"cdna_length": 2233,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885849.1"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERS2",
"gene_hgnc_id": 14076,
"hgvs_c": "c.344A>G",
"hgvs_p": "p.Glu115Gly",
"transcript": "ENST00000885850.1",
"protein_id": "ENSP00000555909.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 380,
"cds_start": 344,
"cds_end": null,
"cds_length": 1143,
"cdna_start": 407,
"cdna_end": null,
"cdna_length": 2166,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885850.1"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERS2",
"gene_hgnc_id": 14076,
"hgvs_c": "c.344A>G",
"hgvs_p": "p.Glu115Gly",
"transcript": "ENST00000885851.1",
"protein_id": "ENSP00000555910.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 380,
"cds_start": 344,
"cds_end": null,
"cds_length": 1143,
"cdna_start": 402,
"cdna_end": null,
"cdna_length": 2096,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885851.1"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERS2",
"gene_hgnc_id": 14076,
"hgvs_c": "c.344A>G",
"hgvs_p": "p.Glu115Gly",
"transcript": "ENST00000885852.1",
"protein_id": "ENSP00000555911.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 380,
"cds_start": 344,
"cds_end": null,
"cds_length": 1143,
"cdna_start": 475,
"cdna_end": null,
"cdna_length": 2232,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885852.1"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERS2",
"gene_hgnc_id": 14076,
"hgvs_c": "c.344A>G",
"hgvs_p": "p.Glu115Gly",
"transcript": "ENST00000885853.1",
"protein_id": "ENSP00000555912.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 380,
"cds_start": 344,
"cds_end": null,
"cds_length": 1143,
"cdna_start": 493,
"cdna_end": null,
"cdna_length": 2253,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885853.1"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERS2",
"gene_hgnc_id": 14076,
"hgvs_c": "c.344A>G",
"hgvs_p": "p.Glu115Gly",
"transcript": "ENST00000885854.1",
"protein_id": "ENSP00000555913.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 380,
"cds_start": 344,
"cds_end": null,
"cds_length": 1143,
"cdna_start": 444,
"cdna_end": null,
"cdna_length": 2212,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885854.1"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERS2",
"gene_hgnc_id": 14076,
"hgvs_c": "c.344A>G",
"hgvs_p": "p.Glu115Gly",
"transcript": "ENST00000885855.1",
"protein_id": "ENSP00000555914.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 380,
"cds_start": 344,
"cds_end": null,
"cds_length": 1143,
"cdna_start": 463,
"cdna_end": null,
"cdna_length": 2228,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885855.1"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERS2",
"gene_hgnc_id": 14076,
"hgvs_c": "c.344A>G",
"hgvs_p": "p.Glu115Gly",
"transcript": "ENST00000911844.1",
"protein_id": "ENSP00000581903.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 380,
"cds_start": 344,
"cds_end": null,
"cds_length": 1143,
"cdna_start": 704,
"cdna_end": null,
"cdna_length": 2392,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000911844.1"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERS2",
"gene_hgnc_id": 14076,
"hgvs_c": "c.344A>G",
"hgvs_p": "p.Glu115Gly",
"transcript": "ENST00000911845.1",
"protein_id": "ENSP00000581904.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 380,
"cds_start": 344,
"cds_end": null,
"cds_length": 1143,
"cdna_start": 636,
"cdna_end": null,
"cdna_length": 2324,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000911845.1"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERS2",
"gene_hgnc_id": 14076,
"hgvs_c": "c.344A>G",
"hgvs_p": "p.Glu115Gly",
"transcript": "ENST00000955081.1",
"protein_id": "ENSP00000625140.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 380,
"cds_start": 344,
"cds_end": null,
"cds_length": 1143,
"cdna_start": 874,
"cdna_end": null,
"cdna_length": 2635,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955081.1"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERS2",
"gene_hgnc_id": 14076,
"hgvs_c": "c.317A>G",
"hgvs_p": "p.Glu106Gly",
"transcript": "ENST00000955082.1",
"protein_id": "ENSP00000625141.1",
"transcript_support_level": null,
"aa_start": 106,
"aa_end": null,
"aa_length": 380,
"cds_start": 317,
"cds_end": null,
"cds_length": 1143,
"cdna_start": 396,
"cdna_end": null,
"cdna_length": 2183,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955082.1"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERS2",
"gene_hgnc_id": 14076,
"hgvs_c": "c.344A>G",
"hgvs_p": "p.Glu115Gly",
"transcript": "ENST00000955083.1",
"protein_id": "ENSP00000625142.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 380,
"cds_start": 344,
"cds_end": null,
"cds_length": 1143,
"cdna_start": 528,
"cdna_end": null,
"cdna_length": 2218,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955083.1"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERS2",
"gene_hgnc_id": 14076,
"hgvs_c": "c.317A>G",
"hgvs_p": "p.Glu106Gly",
"transcript": "ENST00000561294.5",
"protein_id": "ENSP00000454160.2",
"transcript_support_level": 5,
"aa_start": 106,
"aa_end": null,
"aa_length": 377,
"cds_start": 317,
"cds_end": null,
"cds_length": 1134,
"cdna_start": 339,
"cdna_end": null,
"cdna_length": 1803,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000561294.5"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERS2",
"gene_hgnc_id": 14076,
"hgvs_c": "c.344A>G",
"hgvs_p": "p.Glu115Gly",
"transcript": "ENST00000885844.1",
"protein_id": "ENSP00000555903.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 374,
"cds_start": 344,
"cds_end": null,
"cds_length": 1125,
"cdna_start": 477,
"cdna_end": null,
"cdna_length": 2125,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885844.1"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERS2",
"gene_hgnc_id": 14076,
"hgvs_c": "c.317A>G",
"hgvs_p": "p.Glu106Gly",
"transcript": "ENST00000885838.1",
"protein_id": "ENSP00000555897.1",
"transcript_support_level": null,
"aa_start": 106,
"aa_end": null,
"aa_length": 371,
"cds_start": 317,
"cds_end": null,
"cds_length": 1116,
"cdna_start": 512,
"cdna_end": null,
"cdna_length": 2284,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885838.1"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERS2",
"gene_hgnc_id": 14076,
"hgvs_c": "c.317A>G",
"hgvs_p": "p.Glu106Gly",
"transcript": "ENST00000885840.1",
"protein_id": "ENSP00000555899.1",
"transcript_support_level": null,
"aa_start": 106,
"aa_end": null,
"aa_length": 371,
"cds_start": 317,
"cds_end": null,
"cds_length": 1116,
"cdna_start": 471,
"cdna_end": null,
"cdna_length": 2230,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885840.1"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERS2",
"gene_hgnc_id": 14076,
"hgvs_c": "c.317A>G",
"hgvs_p": "p.Glu106Gly",
"transcript": "ENST00000885842.1",
"protein_id": "ENSP00000555901.1",
"transcript_support_level": null,
"aa_start": 106,
"aa_end": null,
"aa_length": 371,
"cds_start": 317,
"cds_end": null,
"cds_length": 1116,
"cdna_start": 440,
"cdna_end": null,
"cdna_length": 2197,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885842.1"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERS2",
"gene_hgnc_id": 14076,
"hgvs_c": "c.317A>G",
"hgvs_p": "p.Glu106Gly",
"transcript": "ENST00000885847.1",
"protein_id": "ENSP00000555906.1",
"transcript_support_level": null,
"aa_start": 106,
"aa_end": null,
"aa_length": 371,
"cds_start": 317,
"cds_end": null,
"cds_length": 1116,
"cdna_start": 446,
"cdna_end": null,
"cdna_length": 2205,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885847.1"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERS2",
"gene_hgnc_id": 14076,
"hgvs_c": "c.317A>G",
"hgvs_p": "p.Glu106Gly",
"transcript": "ENST00000911846.1",
"protein_id": "ENSP00000581905.1",
"transcript_support_level": null,
"aa_start": 106,
"aa_end": null,
"aa_length": 371,
"cds_start": 317,
"cds_end": null,
"cds_length": 1116,
"cdna_start": 634,
"cdna_end": null,
"cdna_length": 2321,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000911846.1"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERS2",
"gene_hgnc_id": 14076,
"hgvs_c": "c.344A>G",
"hgvs_p": "p.Glu115Gly",
"transcript": "ENST00000885839.1",
"protein_id": "ENSP00000555898.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 349,
"cds_start": 344,
"cds_end": null,
"cds_length": 1050,
"cdna_start": 466,
"cdna_end": null,
"cdna_length": 2137,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885839.1"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERS2",
"gene_hgnc_id": 14076,
"hgvs_c": "c.344A>G",
"hgvs_p": "p.Glu115Gly",
"transcript": "ENST00000911847.1",
"protein_id": "ENSP00000581906.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 349,
"cds_start": 344,
"cds_end": null,
"cds_length": 1050,
"cdna_start": 511,
"cdna_end": null,
"cdna_length": 2106,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000911847.1"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERS2",
"gene_hgnc_id": 14076,
"hgvs_c": "c.344A>G",
"hgvs_p": "p.Glu115Gly",
"transcript": "ENST00000911848.1",
"protein_id": "ENSP00000581907.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 349,
"cds_start": 344,
"cds_end": null,
"cds_length": 1050,
"cdna_start": 487,
"cdna_end": null,
"cdna_length": 2093,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000911848.1"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERS2",
"gene_hgnc_id": 14076,
"hgvs_c": "c.344A>G",
"hgvs_p": "p.Glu115Gly",
"transcript": "ENST00000885843.1",
"protein_id": "ENSP00000555902.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 337,
"cds_start": 344,
"cds_end": null,
"cds_length": 1014,
"cdna_start": 498,
"cdna_end": null,
"cdna_length": 2045,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885843.1"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERS2",
"gene_hgnc_id": 14076,
"hgvs_c": "c.344A>G",
"hgvs_p": "p.Glu115Gly",
"transcript": "ENST00000885845.1",
"protein_id": "ENSP00000555904.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 306,
"cds_start": 344,
"cds_end": null,
"cds_length": 921,
"cdna_start": 435,
"cdna_end": null,
"cdna_length": 1901,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885845.1"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERS2",
"gene_hgnc_id": 14076,
"hgvs_c": "c.344A>G",
"hgvs_p": "p.Glu115Gly",
"transcript": "ENST00000368949.8",
"protein_id": "ENSP00000357945.5",
"transcript_support_level": 5,
"aa_start": 115,
"aa_end": null,
"aa_length": 303,
"cds_start": 344,
"cds_end": null,
"cds_length": 914,
"cdna_start": 432,
"cdna_end": null,
"cdna_length": 1002,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000368949.8"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERS2",
"gene_hgnc_id": 14076,
"hgvs_c": "c.344A>G",
"hgvs_p": "p.Glu115Gly",
"transcript": "ENST00000361419.9",
"protein_id": "ENSP00000355020.5",
"transcript_support_level": 2,
"aa_start": 115,
"aa_end": null,
"aa_length": 248,
"cds_start": 344,
"cds_end": null,
"cds_length": 748,
"cdna_start": 593,
"cdna_end": null,
"cdna_length": 997,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000361419.9"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERS2",
"gene_hgnc_id": 14076,
"hgvs_c": "c.344A>G",
"hgvs_p": "p.Glu115Gly",
"transcript": "ENST00000558062.5",
"protein_id": "ENSP00000452810.1",
"transcript_support_level": 2,
"aa_start": 115,
"aa_end": null,
"aa_length": 221,
"cds_start": 344,
"cds_end": null,
"cds_length": 668,
"cdna_start": 572,
"cdna_end": null,
"cdna_length": 896,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000558062.5"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERS2",
"gene_hgnc_id": 14076,
"hgvs_c": "c.344A>G",
"hgvs_p": "p.Glu115Gly",
"transcript": "ENST00000421609.5",
"protein_id": "ENSP00000393239.1",
"transcript_support_level": 3,
"aa_start": 115,
"aa_end": null,
"aa_length": 191,
"cds_start": 344,
"cds_end": null,
"cds_length": 577,
"cdna_start": 505,
"cdna_end": null,
"cdna_length": 738,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000421609.5"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERS2",
"gene_hgnc_id": 14076,
"hgvs_c": "c.344A>G",
"hgvs_p": "p.Glu115Gly",
"transcript": "ENST00000457392.1",
"protein_id": "ENSP00000394012.1",
"transcript_support_level": 3,
"aa_start": 115,
"aa_end": null,
"aa_length": 127,
"cds_start": 344,
"cds_end": null,
"cds_length": 386,
"cdna_start": 503,
"cdna_end": null,
"cdna_length": 545,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000457392.1"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERS2",
"gene_hgnc_id": 14076,
"hgvs_c": "c.404A>G",
"hgvs_p": "p.Glu135Gly",
"transcript": "XM_011509451.3",
"protein_id": "XP_011507753.1",
"transcript_support_level": null,
"aa_start": 135,
"aa_end": null,
"aa_length": 400,
"cds_start": 404,
"cds_end": null,
"cds_length": 1203,
"cdna_start": 463,
"cdna_end": null,
"cdna_length": 2224,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011509451.3"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERS2",
"gene_hgnc_id": 14076,
"hgvs_c": "c.344A>G",
"hgvs_p": "p.Glu115Gly",
"transcript": "XM_011509452.4",
"protein_id": "XP_011507754.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 380,
"cds_start": 344,
"cds_end": null,
"cds_length": 1143,
"cdna_start": 482,
"cdna_end": null,
"cdna_length": 2243,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011509452.4"
},
{
"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": 9,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CERS2",
"gene_hgnc_id": 14076,
"hgvs_c": "c.291+246A>G",
"hgvs_p": null,
"transcript": "ENST00000885846.1",
"protein_id": "ENSP00000555905.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 321,
"cds_start": null,
"cds_end": null,
"cds_length": 966,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1937,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885846.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERS2",
"gene_hgnc_id": 14076,
"hgvs_c": "n.396A>G",
"hgvs_p": null,
"transcript": "ENST00000345896.8",
"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": 2170,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000345896.8"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERS2",
"gene_hgnc_id": 14076,
"hgvs_c": "n.24A>G",
"hgvs_p": null,
"transcript": "ENST00000460664.5",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 850,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000460664.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERS2",
"gene_hgnc_id": 14076,
"hgvs_c": "n.137A>G",
"hgvs_p": null,
"transcript": "ENST00000559020.1",
"protein_id": null,
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 594,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000559020.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERS2",
"gene_hgnc_id": 14076,
"hgvs_c": "n.-17A>G",
"hgvs_p": null,
"transcript": "ENST00000559660.1",
"protein_id": null,
"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": 242,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000559660.1"
}
],
"gene_symbol": "CERS2",
"gene_hgnc_id": 14076,
"dbsnp": "rs267738",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.8407982587814331,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.25999999046325684,
"splice_prediction_selected": "Uncertain_significance",
"splice_source_selected": "max_spliceai",
"revel_score": 0.851,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.4968,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.09,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 7.605,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0.26,
"spliceai_max_prediction": "Uncertain_significance",
"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": "PM2,PP3_Moderate",
"acmg_by_gene": [
{
"score": 4,
"benign_score": 0,
"pathogenic_score": 4,
"criteria": [
"PM2",
"PP3_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_022075.5",
"gene_symbol": "CERS2",
"hgnc_id": 14076,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.344A>G",
"hgvs_p": "p.Glu115Gly"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}