← 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: 9-127678475-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=9&pos=127678475&ref=C&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "9",
"pos": 127678475,
"ref": "C",
"alt": "A",
"effect": "synonymous_variant",
"transcript": "ENST00000373299.5",
"consequences": [
{
"aa_ref": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP1",
"gene_hgnc_id": 11444,
"hgvs_c": "c.1404C>A",
"hgvs_p": "p.Ile468Ile",
"transcript": "NM_003165.6",
"protein_id": "NP_003156.1",
"transcript_support_level": null,
"aa_start": 468,
"aa_end": null,
"aa_length": 603,
"cds_start": 1404,
"cds_end": null,
"cds_length": 1812,
"cdna_start": 1531,
"cdna_end": null,
"cdna_length": 3880,
"mane_select": null,
"mane_plus": "ENST00000373302.8",
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP1",
"gene_hgnc_id": 11444,
"hgvs_c": "c.1404C>A",
"hgvs_p": "p.Ile468Ile",
"transcript": "ENST00000373302.8",
"protein_id": "ENSP00000362399.3",
"transcript_support_level": 1,
"aa_start": 468,
"aa_end": null,
"aa_length": 603,
"cds_start": 1404,
"cds_end": null,
"cds_length": 1812,
"cdna_start": 1531,
"cdna_end": null,
"cdna_length": 3880,
"mane_select": null,
"mane_plus": "NM_003165.6",
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP1",
"gene_hgnc_id": 11444,
"hgvs_c": "c.1404C>A",
"hgvs_p": "p.Ile468Ile",
"transcript": "NM_001032221.6",
"protein_id": "NP_001027392.1",
"transcript_support_level": null,
"aa_start": 468,
"aa_end": null,
"aa_length": 594,
"cds_start": 1404,
"cds_end": null,
"cds_length": 1785,
"cdna_start": 1531,
"cdna_end": null,
"cdna_length": 3754,
"mane_select": "ENST00000373299.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "I",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP1",
"gene_hgnc_id": 11444,
"hgvs_c": "c.1404C>A",
"hgvs_p": "p.Ile468Ile",
"transcript": "ENST00000373299.5",
"protein_id": "ENSP00000362396.2",
"transcript_support_level": 1,
"aa_start": 468,
"aa_end": null,
"aa_length": 594,
"cds_start": 1404,
"cds_end": null,
"cds_length": 1785,
"cdna_start": 1531,
"cdna_end": null,
"cdna_length": 3754,
"mane_select": "NM_001032221.6",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP1",
"gene_hgnc_id": 11444,
"hgvs_c": "c.1404C>A",
"hgvs_p": "p.Ile468Ile",
"transcript": "ENST00000494254.4",
"protein_id": "ENSP00000485397.2",
"transcript_support_level": 5,
"aa_start": 468,
"aa_end": null,
"aa_length": 603,
"cds_start": 1404,
"cds_end": null,
"cds_length": 1812,
"cdna_start": 1522,
"cdna_end": null,
"cdna_length": 4183,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP1",
"gene_hgnc_id": 11444,
"hgvs_c": "c.1404C>A",
"hgvs_p": "p.Ile468Ile",
"transcript": "ENST00000647107.2",
"protein_id": "ENSP00000494727.2",
"transcript_support_level": null,
"aa_start": 468,
"aa_end": null,
"aa_length": 599,
"cds_start": 1404,
"cds_end": null,
"cds_length": 1800,
"cdna_start": 1531,
"cdna_end": null,
"cdna_length": 2028,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP1",
"gene_hgnc_id": 11444,
"hgvs_c": "c.1404C>A",
"hgvs_p": "p.Ile468Ile",
"transcript": "ENST00000713766.1",
"protein_id": "ENSP00000519067.1",
"transcript_support_level": null,
"aa_start": 468,
"aa_end": null,
"aa_length": 599,
"cds_start": 1404,
"cds_end": null,
"cds_length": 1800,
"cdna_start": 1531,
"cdna_end": null,
"cdna_length": 3807,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP1",
"gene_hgnc_id": 11444,
"hgvs_c": "c.1395C>A",
"hgvs_p": "p.Ile465Ile",
"transcript": "NM_001374306.2",
"protein_id": "NP_001361235.1",
"transcript_support_level": null,
"aa_start": 465,
"aa_end": null,
"aa_length": 591,
"cds_start": 1395,
"cds_end": null,
"cds_length": 1776,
"cdna_start": 1522,
"cdna_end": null,
"cdna_length": 3745,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP1",
"gene_hgnc_id": 11444,
"hgvs_c": "c.1362C>A",
"hgvs_p": "p.Ile454Ile",
"transcript": "NM_001374307.2",
"protein_id": "NP_001361236.1",
"transcript_support_level": null,
"aa_start": 454,
"aa_end": null,
"aa_length": 589,
"cds_start": 1362,
"cds_end": null,
"cds_length": 1770,
"cdna_start": 1626,
"cdna_end": null,
"cdna_length": 3975,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP1",
"gene_hgnc_id": 11444,
"hgvs_c": "c.1362C>A",
"hgvs_p": "p.Ile454Ile",
"transcript": "NM_001374308.2",
"protein_id": "NP_001361237.1",
"transcript_support_level": null,
"aa_start": 454,
"aa_end": null,
"aa_length": 589,
"cds_start": 1362,
"cds_end": null,
"cds_length": 1770,
"cdna_start": 1721,
"cdna_end": null,
"cdna_length": 4070,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP1",
"gene_hgnc_id": 11444,
"hgvs_c": "c.1362C>A",
"hgvs_p": "p.Ile454Ile",
"transcript": "ENST00000637521.2",
"protein_id": "ENSP00000489791.1",
"transcript_support_level": 5,
"aa_start": 454,
"aa_end": null,
"aa_length": 589,
"cds_start": 1362,
"cds_end": null,
"cds_length": 1770,
"cdna_start": 1532,
"cdna_end": null,
"cdna_length": 2068,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP1",
"gene_hgnc_id": 11444,
"hgvs_c": "c.1362C>A",
"hgvs_p": "p.Ile454Ile",
"transcript": "ENST00000650920.1",
"protein_id": "ENSP00000498834.1",
"transcript_support_level": null,
"aa_start": 454,
"aa_end": null,
"aa_length": 589,
"cds_start": 1362,
"cds_end": null,
"cds_length": 1770,
"cdna_start": 1638,
"cdna_end": null,
"cdna_length": 4035,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP1",
"gene_hgnc_id": 11444,
"hgvs_c": "c.1362C>A",
"hgvs_p": "p.Ile454Ile",
"transcript": "NM_001374309.2",
"protein_id": "NP_001361238.1",
"transcript_support_level": null,
"aa_start": 454,
"aa_end": null,
"aa_length": 580,
"cds_start": 1362,
"cds_end": null,
"cds_length": 1743,
"cdna_start": 1503,
"cdna_end": null,
"cdna_length": 3726,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP1",
"gene_hgnc_id": 11444,
"hgvs_c": "c.1362C>A",
"hgvs_p": "p.Ile454Ile",
"transcript": "NM_001374310.2",
"protein_id": "NP_001361239.1",
"transcript_support_level": null,
"aa_start": 454,
"aa_end": null,
"aa_length": 580,
"cds_start": 1362,
"cds_end": null,
"cds_length": 1743,
"cdna_start": 1721,
"cdna_end": null,
"cdna_length": 3944,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP1",
"gene_hgnc_id": 11444,
"hgvs_c": "c.1362C>A",
"hgvs_p": "p.Ile454Ile",
"transcript": "NM_001374311.2",
"protein_id": "NP_001361240.1",
"transcript_support_level": null,
"aa_start": 454,
"aa_end": null,
"aa_length": 580,
"cds_start": 1362,
"cds_end": null,
"cds_length": 1743,
"cdna_start": 1626,
"cdna_end": null,
"cdna_length": 3849,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP1",
"gene_hgnc_id": 11444,
"hgvs_c": "c.1362C>A",
"hgvs_p": "p.Ile454Ile",
"transcript": "NM_001374312.2",
"protein_id": "NP_001361241.1",
"transcript_support_level": null,
"aa_start": 454,
"aa_end": null,
"aa_length": 580,
"cds_start": 1362,
"cds_end": null,
"cds_length": 1743,
"cdna_start": 1633,
"cdna_end": null,
"cdna_length": 3856,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP1",
"gene_hgnc_id": 11444,
"hgvs_c": "c.1362C>A",
"hgvs_p": "p.Ile454Ile",
"transcript": "ENST00000625363.3",
"protein_id": "ENSP00000486944.2",
"transcript_support_level": 4,
"aa_start": 454,
"aa_end": null,
"aa_length": 580,
"cds_start": 1362,
"cds_end": null,
"cds_length": 1743,
"cdna_start": 1464,
"cdna_end": null,
"cdna_length": 3687,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP1",
"gene_hgnc_id": 11444,
"hgvs_c": "c.1362C>A",
"hgvs_p": "p.Ile454Ile",
"transcript": "ENST00000626333.2",
"protein_id": "ENSP00000486814.2",
"transcript_support_level": 4,
"aa_start": 454,
"aa_end": null,
"aa_length": 580,
"cds_start": 1362,
"cds_end": null,
"cds_length": 1743,
"cdna_start": 1588,
"cdna_end": null,
"cdna_length": 3931,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP1",
"gene_hgnc_id": 11444,
"hgvs_c": "c.1362C>A",
"hgvs_p": "p.Ile454Ile",
"transcript": "ENST00000626539.3",
"protein_id": "ENSP00000487211.2",
"transcript_support_level": 5,
"aa_start": 454,
"aa_end": null,
"aa_length": 580,
"cds_start": 1362,
"cds_end": null,
"cds_length": 1743,
"cdna_start": 1581,
"cdna_end": null,
"cdna_length": 3840,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP1",
"gene_hgnc_id": 11444,
"hgvs_c": "c.1362C>A",
"hgvs_p": "p.Ile454Ile",
"transcript": "ENST00000627871.3",
"protein_id": "ENSP00000485895.2",
"transcript_support_level": 3,
"aa_start": 454,
"aa_end": null,
"aa_length": 580,
"cds_start": 1362,
"cds_end": null,
"cds_length": 1743,
"cdna_start": 1529,
"cdna_end": null,
"cdna_length": 3752,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP1",
"gene_hgnc_id": 11444,
"hgvs_c": "c.1362C>A",
"hgvs_p": "p.Ile454Ile",
"transcript": "ENST00000637173.2",
"protein_id": "ENSP00000490519.1",
"transcript_support_level": 5,
"aa_start": 454,
"aa_end": null,
"aa_length": 580,
"cds_start": 1362,
"cds_end": null,
"cds_length": 1743,
"cdna_start": 1733,
"cdna_end": null,
"cdna_length": 4193,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP1",
"gene_hgnc_id": 11444,
"hgvs_c": "c.1362C>A",
"hgvs_p": "p.Ile454Ile",
"transcript": "ENST00000704680.1",
"protein_id": "ENSP00000515991.1",
"transcript_support_level": null,
"aa_start": 454,
"aa_end": null,
"aa_length": 580,
"cds_start": 1362,
"cds_end": null,
"cds_length": 1743,
"cdna_start": 1604,
"cdna_end": null,
"cdna_length": 3782,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP1",
"gene_hgnc_id": 11444,
"hgvs_c": "c.1404C>A",
"hgvs_p": "p.Ile468Ile",
"transcript": "NM_001374313.2",
"protein_id": "NP_001361242.1",
"transcript_support_level": null,
"aa_start": 468,
"aa_end": null,
"aa_length": 577,
"cds_start": 1404,
"cds_end": null,
"cds_length": 1734,
"cdna_start": 1531,
"cdna_end": null,
"cdna_length": 3834,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP1",
"gene_hgnc_id": 11444,
"hgvs_c": "c.1404C>A",
"hgvs_p": "p.Ile468Ile",
"transcript": "ENST00000637953.1",
"protein_id": "ENSP00000490613.1",
"transcript_support_level": 5,
"aa_start": 468,
"aa_end": null,
"aa_length": 577,
"cds_start": 1404,
"cds_end": null,
"cds_length": 1734,
"cdna_start": 1586,
"cdna_end": null,
"cdna_length": 3925,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP1",
"gene_hgnc_id": 11444,
"hgvs_c": "c.1404C>A",
"hgvs_p": "p.Ile468Ile",
"transcript": "NM_001374314.1",
"protein_id": "NP_001361243.1",
"transcript_support_level": null,
"aa_start": 468,
"aa_end": null,
"aa_length": 574,
"cds_start": 1404,
"cds_end": null,
"cds_length": 1725,
"cdna_start": 1531,
"cdna_end": null,
"cdna_length": 2865,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP1",
"gene_hgnc_id": 11444,
"hgvs_c": "c.1404C>A",
"hgvs_p": "p.Ile468Ile",
"transcript": "ENST00000636962.2",
"protein_id": "ENSP00000489762.1",
"transcript_support_level": 5,
"aa_start": 468,
"aa_end": null,
"aa_length": 574,
"cds_start": 1404,
"cds_end": null,
"cds_length": 1725,
"cdna_start": 1586,
"cdna_end": null,
"cdna_length": 2918,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP1",
"gene_hgnc_id": 11444,
"hgvs_c": "c.1296C>A",
"hgvs_p": "p.Ile432Ile",
"transcript": "NM_001374315.2",
"protein_id": "NP_001361244.1",
"transcript_support_level": null,
"aa_start": 432,
"aa_end": null,
"aa_length": 567,
"cds_start": 1296,
"cds_end": null,
"cds_length": 1704,
"cdna_start": 1423,
"cdna_end": null,
"cdna_length": 3772,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP1",
"gene_hgnc_id": 11444,
"hgvs_c": "c.1404C>A",
"hgvs_p": "p.Ile468Ile",
"transcript": "ENST00000713765.1",
"protein_id": "ENSP00000519066.1",
"transcript_support_level": null,
"aa_start": 468,
"aa_end": null,
"aa_length": 534,
"cds_start": 1404,
"cds_end": null,
"cds_length": 1605,
"cdna_start": 1538,
"cdna_end": null,
"cdna_length": 3465,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP1",
"gene_hgnc_id": 11444,
"hgvs_c": "n.1240C>A",
"hgvs_p": null,
"transcript": "ENST00000626416.2",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3700,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP1",
"gene_hgnc_id": 11444,
"hgvs_c": "n.1404C>A",
"hgvs_p": null,
"transcript": "ENST00000635950.2",
"protein_id": "ENSP00000490903.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2771,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP1",
"gene_hgnc_id": 11444,
"hgvs_c": "n.*359C>A",
"hgvs_p": null,
"transcript": "ENST00000636509.2",
"protein_id": "ENSP00000490810.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3894,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP1",
"gene_hgnc_id": 11444,
"hgvs_c": "n.*1046C>A",
"hgvs_p": null,
"transcript": "ENST00000637060.2",
"protein_id": "ENSP00000490674.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3825,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP1",
"gene_hgnc_id": 11444,
"hgvs_c": "n.*2268C>A",
"hgvs_p": null,
"transcript": "ENST00000637464.2",
"protein_id": "ENSP00000489655.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4893,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP1",
"gene_hgnc_id": 11444,
"hgvs_c": "n.*134C>A",
"hgvs_p": null,
"transcript": "ENST00000704681.1",
"protein_id": "ENSP00000515992.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3381,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP1",
"gene_hgnc_id": 11444,
"hgvs_c": "n.*1183C>A",
"hgvs_p": null,
"transcript": "ENST00000713763.1",
"protein_id": "ENSP00000519064.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3722,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP1",
"gene_hgnc_id": 11444,
"hgvs_c": "n.*604C>A",
"hgvs_p": null,
"transcript": "ENST00000713764.1",
"protein_id": "ENSP00000519065.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3641,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP1",
"gene_hgnc_id": 11444,
"hgvs_c": "n.*359C>A",
"hgvs_p": null,
"transcript": "ENST00000636509.2",
"protein_id": "ENSP00000490810.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3894,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP1",
"gene_hgnc_id": 11444,
"hgvs_c": "n.*1046C>A",
"hgvs_p": null,
"transcript": "ENST00000637060.2",
"protein_id": "ENSP00000490674.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3825,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP1",
"gene_hgnc_id": 11444,
"hgvs_c": "n.*2268C>A",
"hgvs_p": null,
"transcript": "ENST00000637464.2",
"protein_id": "ENSP00000489655.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4893,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP1",
"gene_hgnc_id": 11444,
"hgvs_c": "n.*134C>A",
"hgvs_p": null,
"transcript": "ENST00000704681.1",
"protein_id": "ENSP00000515992.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3381,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP1",
"gene_hgnc_id": 11444,
"hgvs_c": "n.*1183C>A",
"hgvs_p": null,
"transcript": "ENST00000713763.1",
"protein_id": "ENSP00000519064.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3722,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP1",
"gene_hgnc_id": 11444,
"hgvs_c": "n.*604C>A",
"hgvs_p": null,
"transcript": "ENST00000713764.1",
"protein_id": "ENSP00000519065.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3641,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "STXBP1",
"gene_hgnc_id": 11444,
"dbsnp": "rs777499631",
"frequency_reference_population": 0.00006846866,
"hom_count_reference_population": 1,
"allele_count_reference_population": 108,
"gnomad_exomes_af": 0.000068764,
"gnomad_genomes_af": 0.000065703,
"gnomad_exomes_ac": 98,
"gnomad_genomes_ac": 10,
"gnomad_exomes_homalt": 1,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.23999999463558197,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.24,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.682,
"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": -4,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Moderate,BP6,BP7",
"acmg_by_gene": [
{
"score": -4,
"benign_score": 4,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate",
"BP6",
"BP7"
],
"verdict": "Likely_benign",
"transcript": "ENST00000373299.5",
"gene_symbol": "STXBP1",
"hgnc_id": 11444,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.1404C>A",
"hgvs_p": "p.Ile468Ile"
}
],
"clinvar_disease": "Developmental and epileptic encephalopathy,Inborn genetic diseases,not provided,not specified",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "US:1 LB:2 B:2",
"phenotype_combined": "not specified|Developmental and epileptic encephalopathy|Inborn genetic diseases|not provided",
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"custom_annotations": null
}
],
"message": null
}