← 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-127651638-A-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=9&pos=127651638&ref=A&alt=C&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "9",
"pos": 127651638,
"ref": "A",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_001032221.6",
"consequences": [
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP1",
"gene_hgnc_id": 11444,
"hgvs_c": "c.73A>C",
"hgvs_p": "p.Lys25Gln",
"transcript": "NM_003165.6",
"protein_id": "NP_003156.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 603,
"cds_start": 73,
"cds_end": null,
"cds_length": 1812,
"cdna_start": 200,
"cdna_end": null,
"cdna_length": 3880,
"mane_select": null,
"mane_plus": "ENST00000373302.8",
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP1",
"gene_hgnc_id": 11444,
"hgvs_c": "c.73A>C",
"hgvs_p": "p.Lys25Gln",
"transcript": "ENST00000373302.8",
"protein_id": "ENSP00000362399.3",
"transcript_support_level": 1,
"aa_start": 25,
"aa_end": null,
"aa_length": 603,
"cds_start": 73,
"cds_end": null,
"cds_length": 1812,
"cdna_start": 200,
"cdna_end": null,
"cdna_length": 3880,
"mane_select": null,
"mane_plus": "NM_003165.6",
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP1",
"gene_hgnc_id": 11444,
"hgvs_c": "c.73A>C",
"hgvs_p": "p.Lys25Gln",
"transcript": "NM_001032221.6",
"protein_id": "NP_001027392.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 594,
"cds_start": 73,
"cds_end": null,
"cds_length": 1785,
"cdna_start": 200,
"cdna_end": null,
"cdna_length": 3754,
"mane_select": "ENST00000373299.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP1",
"gene_hgnc_id": 11444,
"hgvs_c": "c.73A>C",
"hgvs_p": "p.Lys25Gln",
"transcript": "ENST00000373299.5",
"protein_id": "ENSP00000362396.2",
"transcript_support_level": 1,
"aa_start": 25,
"aa_end": null,
"aa_length": 594,
"cds_start": 73,
"cds_end": null,
"cds_length": 1785,
"cdna_start": 200,
"cdna_end": null,
"cdna_length": 3754,
"mane_select": "NM_001032221.6",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP1",
"gene_hgnc_id": 11444,
"hgvs_c": "c.73A>C",
"hgvs_p": "p.Lys25Gln",
"transcript": "ENST00000494254.4",
"protein_id": "ENSP00000485397.2",
"transcript_support_level": 5,
"aa_start": 25,
"aa_end": null,
"aa_length": 603,
"cds_start": 73,
"cds_end": null,
"cds_length": 1812,
"cdna_start": 191,
"cdna_end": null,
"cdna_length": 4183,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP1",
"gene_hgnc_id": 11444,
"hgvs_c": "c.73A>C",
"hgvs_p": "p.Lys25Gln",
"transcript": "ENST00000647107.2",
"protein_id": "ENSP00000494727.2",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 599,
"cds_start": 73,
"cds_end": null,
"cds_length": 1800,
"cdna_start": 200,
"cdna_end": null,
"cdna_length": 2028,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP1",
"gene_hgnc_id": 11444,
"hgvs_c": "c.73A>C",
"hgvs_p": "p.Lys25Gln",
"transcript": "ENST00000713766.1",
"protein_id": "ENSP00000519067.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 599,
"cds_start": 73,
"cds_end": null,
"cds_length": 1800,
"cdna_start": 200,
"cdna_end": null,
"cdna_length": 3807,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP1",
"gene_hgnc_id": 11444,
"hgvs_c": "c.73A>C",
"hgvs_p": "p.Lys25Gln",
"transcript": "NM_001374306.2",
"protein_id": "NP_001361235.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 591,
"cds_start": 73,
"cds_end": null,
"cds_length": 1776,
"cdna_start": 200,
"cdna_end": null,
"cdna_length": 3745,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP1",
"gene_hgnc_id": 11444,
"hgvs_c": "c.31A>C",
"hgvs_p": "p.Lys11Gln",
"transcript": "NM_001374307.2",
"protein_id": "NP_001361236.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 589,
"cds_start": 31,
"cds_end": null,
"cds_length": 1770,
"cdna_start": 295,
"cdna_end": null,
"cdna_length": 3975,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP1",
"gene_hgnc_id": 11444,
"hgvs_c": "c.31A>C",
"hgvs_p": "p.Lys11Gln",
"transcript": "NM_001374308.2",
"protein_id": "NP_001361237.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 589,
"cds_start": 31,
"cds_end": null,
"cds_length": 1770,
"cdna_start": 390,
"cdna_end": null,
"cdna_length": 4070,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP1",
"gene_hgnc_id": 11444,
"hgvs_c": "c.31A>C",
"hgvs_p": "p.Lys11Gln",
"transcript": "ENST00000637521.2",
"protein_id": "ENSP00000489791.1",
"transcript_support_level": 5,
"aa_start": 11,
"aa_end": null,
"aa_length": 589,
"cds_start": 31,
"cds_end": null,
"cds_length": 1770,
"cdna_start": 201,
"cdna_end": null,
"cdna_length": 2068,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP1",
"gene_hgnc_id": 11444,
"hgvs_c": "c.31A>C",
"hgvs_p": "p.Lys11Gln",
"transcript": "ENST00000650920.1",
"protein_id": "ENSP00000498834.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 589,
"cds_start": 31,
"cds_end": null,
"cds_length": 1770,
"cdna_start": 307,
"cdna_end": null,
"cdna_length": 4035,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP1",
"gene_hgnc_id": 11444,
"hgvs_c": "c.31A>C",
"hgvs_p": "p.Lys11Gln",
"transcript": "NM_001374309.2",
"protein_id": "NP_001361238.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 580,
"cds_start": 31,
"cds_end": null,
"cds_length": 1743,
"cdna_start": 172,
"cdna_end": null,
"cdna_length": 3726,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP1",
"gene_hgnc_id": 11444,
"hgvs_c": "c.31A>C",
"hgvs_p": "p.Lys11Gln",
"transcript": "NM_001374310.2",
"protein_id": "NP_001361239.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 580,
"cds_start": 31,
"cds_end": null,
"cds_length": 1743,
"cdna_start": 390,
"cdna_end": null,
"cdna_length": 3944,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP1",
"gene_hgnc_id": 11444,
"hgvs_c": "c.31A>C",
"hgvs_p": "p.Lys11Gln",
"transcript": "NM_001374311.2",
"protein_id": "NP_001361240.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 580,
"cds_start": 31,
"cds_end": null,
"cds_length": 1743,
"cdna_start": 295,
"cdna_end": null,
"cdna_length": 3849,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP1",
"gene_hgnc_id": 11444,
"hgvs_c": "c.31A>C",
"hgvs_p": "p.Lys11Gln",
"transcript": "NM_001374312.2",
"protein_id": "NP_001361241.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 580,
"cds_start": 31,
"cds_end": null,
"cds_length": 1743,
"cdna_start": 302,
"cdna_end": null,
"cdna_length": 3856,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP1",
"gene_hgnc_id": 11444,
"hgvs_c": "c.31A>C",
"hgvs_p": "p.Lys11Gln",
"transcript": "ENST00000625363.3",
"protein_id": "ENSP00000486944.2",
"transcript_support_level": 4,
"aa_start": 11,
"aa_end": null,
"aa_length": 580,
"cds_start": 31,
"cds_end": null,
"cds_length": 1743,
"cdna_start": 133,
"cdna_end": null,
"cdna_length": 3687,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP1",
"gene_hgnc_id": 11444,
"hgvs_c": "c.31A>C",
"hgvs_p": "p.Lys11Gln",
"transcript": "ENST00000626333.2",
"protein_id": "ENSP00000486814.2",
"transcript_support_level": 4,
"aa_start": 11,
"aa_end": null,
"aa_length": 580,
"cds_start": 31,
"cds_end": null,
"cds_length": 1743,
"cdna_start": 257,
"cdna_end": null,
"cdna_length": 3931,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP1",
"gene_hgnc_id": 11444,
"hgvs_c": "c.31A>C",
"hgvs_p": "p.Lys11Gln",
"transcript": "ENST00000626539.3",
"protein_id": "ENSP00000487211.2",
"transcript_support_level": 5,
"aa_start": 11,
"aa_end": null,
"aa_length": 580,
"cds_start": 31,
"cds_end": null,
"cds_length": 1743,
"cdna_start": 250,
"cdna_end": null,
"cdna_length": 3840,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP1",
"gene_hgnc_id": 11444,
"hgvs_c": "c.31A>C",
"hgvs_p": "p.Lys11Gln",
"transcript": "ENST00000627871.3",
"protein_id": "ENSP00000485895.2",
"transcript_support_level": 3,
"aa_start": 11,
"aa_end": null,
"aa_length": 580,
"cds_start": 31,
"cds_end": null,
"cds_length": 1743,
"cdna_start": 198,
"cdna_end": null,
"cdna_length": 3752,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP1",
"gene_hgnc_id": 11444,
"hgvs_c": "c.31A>C",
"hgvs_p": "p.Lys11Gln",
"transcript": "ENST00000637173.2",
"protein_id": "ENSP00000490519.1",
"transcript_support_level": 5,
"aa_start": 11,
"aa_end": null,
"aa_length": 580,
"cds_start": 31,
"cds_end": null,
"cds_length": 1743,
"cdna_start": 402,
"cdna_end": null,
"cdna_length": 4193,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP1",
"gene_hgnc_id": 11444,
"hgvs_c": "c.31A>C",
"hgvs_p": "p.Lys11Gln",
"transcript": "ENST00000704680.1",
"protein_id": "ENSP00000515991.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 580,
"cds_start": 31,
"cds_end": null,
"cds_length": 1743,
"cdna_start": 273,
"cdna_end": null,
"cdna_length": 3782,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP1",
"gene_hgnc_id": 11444,
"hgvs_c": "c.73A>C",
"hgvs_p": "p.Lys25Gln",
"transcript": "NM_001374313.2",
"protein_id": "NP_001361242.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 577,
"cds_start": 73,
"cds_end": null,
"cds_length": 1734,
"cdna_start": 200,
"cdna_end": null,
"cdna_length": 3834,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP1",
"gene_hgnc_id": 11444,
"hgvs_c": "c.73A>C",
"hgvs_p": "p.Lys25Gln",
"transcript": "ENST00000637953.1",
"protein_id": "ENSP00000490613.1",
"transcript_support_level": 5,
"aa_start": 25,
"aa_end": null,
"aa_length": 577,
"cds_start": 73,
"cds_end": null,
"cds_length": 1734,
"cdna_start": 255,
"cdna_end": null,
"cdna_length": 3925,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP1",
"gene_hgnc_id": 11444,
"hgvs_c": "c.73A>C",
"hgvs_p": "p.Lys25Gln",
"transcript": "NM_001374314.1",
"protein_id": "NP_001361243.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 574,
"cds_start": 73,
"cds_end": null,
"cds_length": 1725,
"cdna_start": 200,
"cdna_end": null,
"cdna_length": 2865,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP1",
"gene_hgnc_id": 11444,
"hgvs_c": "c.73A>C",
"hgvs_p": "p.Lys25Gln",
"transcript": "ENST00000636962.2",
"protein_id": "ENSP00000489762.1",
"transcript_support_level": 5,
"aa_start": 25,
"aa_end": null,
"aa_length": 574,
"cds_start": 73,
"cds_end": null,
"cds_length": 1725,
"cdna_start": 255,
"cdna_end": null,
"cdna_length": 2918,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP1",
"gene_hgnc_id": 11444,
"hgvs_c": "c.73A>C",
"hgvs_p": "p.Lys25Gln",
"transcript": "NM_001374315.2",
"protein_id": "NP_001361244.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 567,
"cds_start": 73,
"cds_end": null,
"cds_length": 1704,
"cdna_start": 200,
"cdna_end": null,
"cdna_length": 3772,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP1",
"gene_hgnc_id": 11444,
"hgvs_c": "c.73A>C",
"hgvs_p": "p.Lys25Gln",
"transcript": "ENST00000713765.1",
"protein_id": "ENSP00000519066.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 534,
"cds_start": 73,
"cds_end": null,
"cds_length": 1605,
"cdna_start": 207,
"cdna_end": null,
"cdna_length": 3465,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP1",
"gene_hgnc_id": 11444,
"hgvs_c": "c.73A>C",
"hgvs_p": "p.Lys25Gln",
"transcript": "ENST00000496504.4",
"protein_id": "ENSP00000485361.3",
"transcript_support_level": 2,
"aa_start": 25,
"aa_end": null,
"aa_length": 193,
"cds_start": 73,
"cds_end": null,
"cds_length": 582,
"cdna_start": 207,
"cdna_end": null,
"cdna_length": 1081,
"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": 2,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP1",
"gene_hgnc_id": 11444,
"hgvs_c": "n.73A>C",
"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": 2,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP1",
"gene_hgnc_id": 11444,
"hgvs_c": "n.31A>C",
"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": 2,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP1",
"gene_hgnc_id": 11444,
"hgvs_c": "n.73A>C",
"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": 2,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP1",
"gene_hgnc_id": 11444,
"hgvs_c": "n.73A>C",
"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": 2,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP1",
"gene_hgnc_id": 11444,
"hgvs_c": "n.73A>C",
"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": 2,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP1",
"gene_hgnc_id": 11444,
"hgvs_c": "n.73A>C",
"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": 2,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP1",
"gene_hgnc_id": 11444,
"hgvs_c": "n.73A>C",
"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": "rs756787732",
"frequency_reference_population": 0.000017972014,
"hom_count_reference_population": 0,
"allele_count_reference_population": 29,
"gnomad_exomes_af": 0.0000191571,
"gnomad_genomes_af": 0.00000657808,
"gnomad_exomes_ac": 28,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.2784813642501831,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.392,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.1668,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.12,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 8.965,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0.01,
"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": 1,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM1,BP4",
"acmg_by_gene": [
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PM1",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001032221.6",
"gene_symbol": "STXBP1",
"hgnc_id": 11444,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.73A>C",
"hgvs_p": "p.Lys25Gln"
}
],
"clinvar_disease": "Developmental and epileptic encephalopathy",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "Developmental and epileptic encephalopathy",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}