← 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-150966808-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=150966808&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 150966808,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_022075.5",
"consequences": [
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERS2",
"gene_hgnc_id": 14076,
"hgvs_c": "c.796A>G",
"hgvs_p": "p.Ile266Val",
"transcript": "NM_022075.5",
"protein_id": "NP_071358.1",
"transcript_support_level": null,
"aa_start": 266,
"aa_end": null,
"aa_length": 380,
"cds_start": 796,
"cds_end": null,
"cds_length": 1143,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000368954.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_022075.5"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERS2",
"gene_hgnc_id": 14076,
"hgvs_c": "c.796A>G",
"hgvs_p": "p.Ile266Val",
"transcript": "ENST00000368954.10",
"protein_id": "ENSP00000357950.5",
"transcript_support_level": 1,
"aa_start": 266,
"aa_end": null,
"aa_length": 380,
"cds_start": 796,
"cds_end": null,
"cds_length": 1143,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_022075.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000368954.10"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERS2",
"gene_hgnc_id": 14076,
"hgvs_c": "c.337A>G",
"hgvs_p": "p.Ile113Val",
"transcript": "ENST00000560793.6",
"protein_id": "ENSP00000453297.2",
"transcript_support_level": 1,
"aa_start": 113,
"aa_end": null,
"aa_length": 227,
"cds_start": 337,
"cds_end": null,
"cds_length": 684,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000560793.6"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERS2",
"gene_hgnc_id": 14076,
"hgvs_c": "c.835A>G",
"hgvs_p": "p.Ile279Val",
"transcript": "ENST00000955084.1",
"protein_id": "ENSP00000625143.1",
"transcript_support_level": null,
"aa_start": 279,
"aa_end": null,
"aa_length": 393,
"cds_start": 835,
"cds_end": null,
"cds_length": 1182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955084.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERS2",
"gene_hgnc_id": 14076,
"hgvs_c": "c.823A>G",
"hgvs_p": "p.Ile275Val",
"transcript": "ENST00000885841.1",
"protein_id": "ENSP00000555900.1",
"transcript_support_level": null,
"aa_start": 275,
"aa_end": null,
"aa_length": 389,
"cds_start": 823,
"cds_end": null,
"cds_length": 1170,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885841.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERS2",
"gene_hgnc_id": 14076,
"hgvs_c": "c.796A>G",
"hgvs_p": "p.Ile266Val",
"transcript": "NM_181746.4",
"protein_id": "NP_859530.1",
"transcript_support_level": null,
"aa_start": 266,
"aa_end": null,
"aa_length": 380,
"cds_start": 796,
"cds_end": null,
"cds_length": 1143,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_181746.4"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERS2",
"gene_hgnc_id": 14076,
"hgvs_c": "c.796A>G",
"hgvs_p": "p.Ile266Val",
"transcript": "ENST00000271688.10",
"protein_id": "ENSP00000271688.6",
"transcript_support_level": 5,
"aa_start": 266,
"aa_end": null,
"aa_length": 380,
"cds_start": 796,
"cds_end": null,
"cds_length": 1143,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000271688.10"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERS2",
"gene_hgnc_id": 14076,
"hgvs_c": "c.796A>G",
"hgvs_p": "p.Ile266Val",
"transcript": "ENST00000885835.1",
"protein_id": "ENSP00000555894.1",
"transcript_support_level": null,
"aa_start": 266,
"aa_end": null,
"aa_length": 380,
"cds_start": 796,
"cds_end": null,
"cds_length": 1143,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885835.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERS2",
"gene_hgnc_id": 14076,
"hgvs_c": "c.796A>G",
"hgvs_p": "p.Ile266Val",
"transcript": "ENST00000885836.1",
"protein_id": "ENSP00000555895.1",
"transcript_support_level": null,
"aa_start": 266,
"aa_end": null,
"aa_length": 380,
"cds_start": 796,
"cds_end": null,
"cds_length": 1143,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885836.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERS2",
"gene_hgnc_id": 14076,
"hgvs_c": "c.796A>G",
"hgvs_p": "p.Ile266Val",
"transcript": "ENST00000885837.1",
"protein_id": "ENSP00000555896.1",
"transcript_support_level": null,
"aa_start": 266,
"aa_end": null,
"aa_length": 380,
"cds_start": 796,
"cds_end": null,
"cds_length": 1143,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885837.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERS2",
"gene_hgnc_id": 14076,
"hgvs_c": "c.796A>G",
"hgvs_p": "p.Ile266Val",
"transcript": "ENST00000885848.1",
"protein_id": "ENSP00000555907.1",
"transcript_support_level": null,
"aa_start": 266,
"aa_end": null,
"aa_length": 380,
"cds_start": 796,
"cds_end": null,
"cds_length": 1143,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885848.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERS2",
"gene_hgnc_id": 14076,
"hgvs_c": "c.796A>G",
"hgvs_p": "p.Ile266Val",
"transcript": "ENST00000885849.1",
"protein_id": "ENSP00000555908.1",
"transcript_support_level": null,
"aa_start": 266,
"aa_end": null,
"aa_length": 380,
"cds_start": 796,
"cds_end": null,
"cds_length": 1143,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885849.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERS2",
"gene_hgnc_id": 14076,
"hgvs_c": "c.796A>G",
"hgvs_p": "p.Ile266Val",
"transcript": "ENST00000885850.1",
"protein_id": "ENSP00000555909.1",
"transcript_support_level": null,
"aa_start": 266,
"aa_end": null,
"aa_length": 380,
"cds_start": 796,
"cds_end": null,
"cds_length": 1143,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885850.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERS2",
"gene_hgnc_id": 14076,
"hgvs_c": "c.796A>G",
"hgvs_p": "p.Ile266Val",
"transcript": "ENST00000885851.1",
"protein_id": "ENSP00000555910.1",
"transcript_support_level": null,
"aa_start": 266,
"aa_end": null,
"aa_length": 380,
"cds_start": 796,
"cds_end": null,
"cds_length": 1143,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885851.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERS2",
"gene_hgnc_id": 14076,
"hgvs_c": "c.796A>G",
"hgvs_p": "p.Ile266Val",
"transcript": "ENST00000885852.1",
"protein_id": "ENSP00000555911.1",
"transcript_support_level": null,
"aa_start": 266,
"aa_end": null,
"aa_length": 380,
"cds_start": 796,
"cds_end": null,
"cds_length": 1143,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885852.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERS2",
"gene_hgnc_id": 14076,
"hgvs_c": "c.796A>G",
"hgvs_p": "p.Ile266Val",
"transcript": "ENST00000885853.1",
"protein_id": "ENSP00000555912.1",
"transcript_support_level": null,
"aa_start": 266,
"aa_end": null,
"aa_length": 380,
"cds_start": 796,
"cds_end": null,
"cds_length": 1143,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885853.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERS2",
"gene_hgnc_id": 14076,
"hgvs_c": "c.796A>G",
"hgvs_p": "p.Ile266Val",
"transcript": "ENST00000885854.1",
"protein_id": "ENSP00000555913.1",
"transcript_support_level": null,
"aa_start": 266,
"aa_end": null,
"aa_length": 380,
"cds_start": 796,
"cds_end": null,
"cds_length": 1143,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885854.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERS2",
"gene_hgnc_id": 14076,
"hgvs_c": "c.796A>G",
"hgvs_p": "p.Ile266Val",
"transcript": "ENST00000885855.1",
"protein_id": "ENSP00000555914.1",
"transcript_support_level": null,
"aa_start": 266,
"aa_end": null,
"aa_length": 380,
"cds_start": 796,
"cds_end": null,
"cds_length": 1143,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885855.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERS2",
"gene_hgnc_id": 14076,
"hgvs_c": "c.796A>G",
"hgvs_p": "p.Ile266Val",
"transcript": "ENST00000911844.1",
"protein_id": "ENSP00000581903.1",
"transcript_support_level": null,
"aa_start": 266,
"aa_end": null,
"aa_length": 380,
"cds_start": 796,
"cds_end": null,
"cds_length": 1143,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000911844.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERS2",
"gene_hgnc_id": 14076,
"hgvs_c": "c.796A>G",
"hgvs_p": "p.Ile266Val",
"transcript": "ENST00000911845.1",
"protein_id": "ENSP00000581904.1",
"transcript_support_level": null,
"aa_start": 266,
"aa_end": null,
"aa_length": 380,
"cds_start": 796,
"cds_end": null,
"cds_length": 1143,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000911845.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERS2",
"gene_hgnc_id": 14076,
"hgvs_c": "c.796A>G",
"hgvs_p": "p.Ile266Val",
"transcript": "ENST00000955081.1",
"protein_id": "ENSP00000625140.1",
"transcript_support_level": null,
"aa_start": 266,
"aa_end": null,
"aa_length": 380,
"cds_start": 796,
"cds_end": null,
"cds_length": 1143,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955081.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERS2",
"gene_hgnc_id": 14076,
"hgvs_c": "c.796A>G",
"hgvs_p": "p.Ile266Val",
"transcript": "ENST00000955082.1",
"protein_id": "ENSP00000625141.1",
"transcript_support_level": null,
"aa_start": 266,
"aa_end": null,
"aa_length": 380,
"cds_start": 796,
"cds_end": null,
"cds_length": 1143,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955082.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERS2",
"gene_hgnc_id": 14076,
"hgvs_c": "c.796A>G",
"hgvs_p": "p.Ile266Val",
"transcript": "ENST00000955083.1",
"protein_id": "ENSP00000625142.1",
"transcript_support_level": null,
"aa_start": 266,
"aa_end": null,
"aa_length": 380,
"cds_start": 796,
"cds_end": null,
"cds_length": 1143,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955083.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERS2",
"gene_hgnc_id": 14076,
"hgvs_c": "c.769A>G",
"hgvs_p": "p.Ile257Val",
"transcript": "ENST00000561294.5",
"protein_id": "ENSP00000454160.2",
"transcript_support_level": 5,
"aa_start": 257,
"aa_end": null,
"aa_length": 377,
"cds_start": 769,
"cds_end": null,
"cds_length": 1134,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000561294.5"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERS2",
"gene_hgnc_id": 14076,
"hgvs_c": "c.778A>G",
"hgvs_p": "p.Ile260Val",
"transcript": "ENST00000885844.1",
"protein_id": "ENSP00000555903.1",
"transcript_support_level": null,
"aa_start": 260,
"aa_end": null,
"aa_length": 374,
"cds_start": 778,
"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": "ENST00000885844.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERS2",
"gene_hgnc_id": 14076,
"hgvs_c": "c.769A>G",
"hgvs_p": "p.Ile257Val",
"transcript": "ENST00000885838.1",
"protein_id": "ENSP00000555897.1",
"transcript_support_level": null,
"aa_start": 257,
"aa_end": null,
"aa_length": 371,
"cds_start": 769,
"cds_end": null,
"cds_length": 1116,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885838.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERS2",
"gene_hgnc_id": 14076,
"hgvs_c": "c.769A>G",
"hgvs_p": "p.Ile257Val",
"transcript": "ENST00000885840.1",
"protein_id": "ENSP00000555899.1",
"transcript_support_level": null,
"aa_start": 257,
"aa_end": null,
"aa_length": 371,
"cds_start": 769,
"cds_end": null,
"cds_length": 1116,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885840.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERS2",
"gene_hgnc_id": 14076,
"hgvs_c": "c.769A>G",
"hgvs_p": "p.Ile257Val",
"transcript": "ENST00000885842.1",
"protein_id": "ENSP00000555901.1",
"transcript_support_level": null,
"aa_start": 257,
"aa_end": null,
"aa_length": 371,
"cds_start": 769,
"cds_end": null,
"cds_length": 1116,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885842.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERS2",
"gene_hgnc_id": 14076,
"hgvs_c": "c.769A>G",
"hgvs_p": "p.Ile257Val",
"transcript": "ENST00000885847.1",
"protein_id": "ENSP00000555906.1",
"transcript_support_level": null,
"aa_start": 257,
"aa_end": null,
"aa_length": 371,
"cds_start": 769,
"cds_end": null,
"cds_length": 1116,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885847.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERS2",
"gene_hgnc_id": 14076,
"hgvs_c": "c.769A>G",
"hgvs_p": "p.Ile257Val",
"transcript": "ENST00000911846.1",
"protein_id": "ENSP00000581905.1",
"transcript_support_level": null,
"aa_start": 257,
"aa_end": null,
"aa_length": 371,
"cds_start": 769,
"cds_end": null,
"cds_length": 1116,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000911846.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERS2",
"gene_hgnc_id": 14076,
"hgvs_c": "c.703A>G",
"hgvs_p": "p.Ile235Val",
"transcript": "ENST00000885839.1",
"protein_id": "ENSP00000555898.1",
"transcript_support_level": null,
"aa_start": 235,
"aa_end": null,
"aa_length": 349,
"cds_start": 703,
"cds_end": null,
"cds_length": 1050,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885839.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERS2",
"gene_hgnc_id": 14076,
"hgvs_c": "c.703A>G",
"hgvs_p": "p.Ile235Val",
"transcript": "ENST00000911847.1",
"protein_id": "ENSP00000581906.1",
"transcript_support_level": null,
"aa_start": 235,
"aa_end": null,
"aa_length": 349,
"cds_start": 703,
"cds_end": null,
"cds_length": 1050,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000911847.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERS2",
"gene_hgnc_id": 14076,
"hgvs_c": "c.703A>G",
"hgvs_p": "p.Ile235Val",
"transcript": "ENST00000911848.1",
"protein_id": "ENSP00000581907.1",
"transcript_support_level": null,
"aa_start": 235,
"aa_end": null,
"aa_length": 349,
"cds_start": 703,
"cds_end": null,
"cds_length": 1050,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000911848.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERS2",
"gene_hgnc_id": 14076,
"hgvs_c": "c.667A>G",
"hgvs_p": "p.Ile223Val",
"transcript": "ENST00000885843.1",
"protein_id": "ENSP00000555902.1",
"transcript_support_level": null,
"aa_start": 223,
"aa_end": null,
"aa_length": 337,
"cds_start": 667,
"cds_end": null,
"cds_length": 1014,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885843.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERS2",
"gene_hgnc_id": 14076,
"hgvs_c": "c.619A>G",
"hgvs_p": "p.Ile207Val",
"transcript": "ENST00000885846.1",
"protein_id": "ENSP00000555905.1",
"transcript_support_level": null,
"aa_start": 207,
"aa_end": null,
"aa_length": 321,
"cds_start": 619,
"cds_end": null,
"cds_length": 966,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885846.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERS2",
"gene_hgnc_id": 14076,
"hgvs_c": "c.574A>G",
"hgvs_p": "p.Ile192Val",
"transcript": "ENST00000885845.1",
"protein_id": "ENSP00000555904.1",
"transcript_support_level": null,
"aa_start": 192,
"aa_end": null,
"aa_length": 306,
"cds_start": 574,
"cds_end": null,
"cds_length": 921,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885845.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERS2",
"gene_hgnc_id": 14076,
"hgvs_c": "c.796A>G",
"hgvs_p": "p.Ile266Val",
"transcript": "ENST00000368949.8",
"protein_id": "ENSP00000357945.5",
"transcript_support_level": 5,
"aa_start": 266,
"aa_end": null,
"aa_length": 303,
"cds_start": 796,
"cds_end": null,
"cds_length": 914,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000368949.8"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERS2",
"gene_hgnc_id": 14076,
"hgvs_c": "c.856A>G",
"hgvs_p": "p.Ile286Val",
"transcript": "XM_011509451.3",
"protein_id": "XP_011507753.1",
"transcript_support_level": null,
"aa_start": 286,
"aa_end": null,
"aa_length": 400,
"cds_start": 856,
"cds_end": null,
"cds_length": 1203,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011509451.3"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERS2",
"gene_hgnc_id": 14076,
"hgvs_c": "c.796A>G",
"hgvs_p": "p.Ile266Val",
"transcript": "XM_011509452.4",
"protein_id": "XP_011507754.1",
"transcript_support_level": null,
"aa_start": 266,
"aa_end": null,
"aa_length": 380,
"cds_start": 796,
"cds_end": null,
"cds_length": 1143,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011509452.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERS2",
"gene_hgnc_id": 14076,
"hgvs_c": "n.848A>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": null,
"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": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERS2",
"gene_hgnc_id": 14076,
"hgvs_c": "n.655A>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": null,
"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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERS2",
"gene_hgnc_id": 14076,
"hgvs_c": "n.635A>G",
"hgvs_p": null,
"transcript": "ENST00000482825.7",
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000482825.7"
}
],
"gene_symbol": "CERS2",
"gene_hgnc_id": 14076,
"dbsnp": "rs369491663",
"frequency_reference_population": 0.000010532133,
"hom_count_reference_population": 0,
"allele_count_reference_population": 17,
"gnomad_exomes_af": 0.00000752474,
"gnomad_genomes_af": 0.0000394052,
"gnomad_exomes_ac": 11,
"gnomad_genomes_ac": 6,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.13265478610992432,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.029999999329447746,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.309,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.0856,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.25,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 5.952,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.03,
"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": -6,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Moderate,BS2",
"acmg_by_gene": [
{
"score": -6,
"benign_score": 6,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate",
"BS2"
],
"verdict": "Likely_benign",
"transcript": "NM_022075.5",
"gene_symbol": "CERS2",
"hgnc_id": 14076,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.796A>G",
"hgvs_p": "p.Ile266Val"
}
],
"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
}