← 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: 20-58669437-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=20&pos=58669437&ref=G&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "20",
"pos": 58669437,
"ref": "G",
"alt": "C",
"effect": "missense_variant",
"transcript": "ENST00000371141.8",
"consequences": [
{
"aa_ref": "Q",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STX16",
"gene_hgnc_id": 11431,
"hgvs_c": "c.540G>C",
"hgvs_p": "p.Gln180His",
"transcript": "NM_001001433.3",
"protein_id": "NP_001001433.1",
"transcript_support_level": null,
"aa_start": 180,
"aa_end": null,
"aa_length": 325,
"cds_start": 540,
"cds_end": null,
"cds_length": 978,
"cdna_start": 1264,
"cdna_end": null,
"cdna_length": 4937,
"mane_select": "ENST00000371141.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "H",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STX16",
"gene_hgnc_id": 11431,
"hgvs_c": "c.540G>C",
"hgvs_p": "p.Gln180His",
"transcript": "ENST00000371141.8",
"protein_id": "ENSP00000360183.4",
"transcript_support_level": 2,
"aa_start": 180,
"aa_end": null,
"aa_length": 325,
"cds_start": 540,
"cds_end": null,
"cds_length": 978,
"cdna_start": 1264,
"cdna_end": null,
"cdna_length": 4937,
"mane_select": "NM_001001433.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STX16",
"gene_hgnc_id": 11431,
"hgvs_c": "c.528G>C",
"hgvs_p": "p.Gln176His",
"transcript": "ENST00000358029.8",
"protein_id": "ENSP00000350723.4",
"transcript_support_level": 1,
"aa_start": 176,
"aa_end": null,
"aa_length": 321,
"cds_start": 528,
"cds_end": null,
"cds_length": 966,
"cdna_start": 656,
"cdna_end": null,
"cdna_length": 4329,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STX16",
"gene_hgnc_id": 11431,
"hgvs_c": "c.477G>C",
"hgvs_p": "p.Gln159His",
"transcript": "ENST00000371132.8",
"protein_id": "ENSP00000360173.4",
"transcript_support_level": 1,
"aa_start": 159,
"aa_end": null,
"aa_length": 304,
"cds_start": 477,
"cds_end": null,
"cds_length": 915,
"cdna_start": 879,
"cdna_end": null,
"cdna_length": 4552,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STX16-NPEPL1",
"gene_hgnc_id": 41993,
"hgvs_c": "n.540G>C",
"hgvs_p": null,
"transcript": "ENST00000530122.1",
"protein_id": "ENSP00000457522.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": 3433,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "STX16",
"gene_hgnc_id": 11431,
"hgvs_c": "n.343-1075G>C",
"hgvs_p": null,
"transcript": "ENST00000467096.5",
"protein_id": "ENSP00000434369.1",
"transcript_support_level": 1,
"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": 942,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STX16",
"gene_hgnc_id": 11431,
"hgvs_c": "c.528G>C",
"hgvs_p": "p.Gln176His",
"transcript": "NM_001134772.3",
"protein_id": "NP_001128244.1",
"transcript_support_level": null,
"aa_start": 176,
"aa_end": null,
"aa_length": 321,
"cds_start": 528,
"cds_end": null,
"cds_length": 966,
"cdna_start": 1252,
"cdna_end": null,
"cdna_length": 4925,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STX16",
"gene_hgnc_id": 11431,
"hgvs_c": "c.489G>C",
"hgvs_p": "p.Gln163His",
"transcript": "NM_001134773.3",
"protein_id": "NP_001128245.1",
"transcript_support_level": null,
"aa_start": 163,
"aa_end": null,
"aa_length": 308,
"cds_start": 489,
"cds_end": null,
"cds_length": 927,
"cdna_start": 1213,
"cdna_end": null,
"cdna_length": 4886,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STX16",
"gene_hgnc_id": 11431,
"hgvs_c": "c.489G>C",
"hgvs_p": "p.Gln163His",
"transcript": "ENST00000355957.9",
"protein_id": "ENSP00000348229.5",
"transcript_support_level": 2,
"aa_start": 163,
"aa_end": null,
"aa_length": 308,
"cds_start": 489,
"cds_end": null,
"cds_length": 927,
"cdna_start": 1224,
"cdna_end": null,
"cdna_length": 4897,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STX16",
"gene_hgnc_id": 11431,
"hgvs_c": "c.477G>C",
"hgvs_p": "p.Gln159His",
"transcript": "NM_003763.6",
"protein_id": "NP_003754.2",
"transcript_support_level": null,
"aa_start": 159,
"aa_end": null,
"aa_length": 304,
"cds_start": 477,
"cds_end": null,
"cds_length": 915,
"cdna_start": 1201,
"cdna_end": null,
"cdna_length": 4874,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STX16",
"gene_hgnc_id": 11431,
"hgvs_c": "c.381G>C",
"hgvs_p": "p.Gln127His",
"transcript": "NM_001204868.2",
"protein_id": "NP_001191797.1",
"transcript_support_level": null,
"aa_start": 127,
"aa_end": null,
"aa_length": 272,
"cds_start": 381,
"cds_end": null,
"cds_length": 819,
"cdna_start": 626,
"cdna_end": null,
"cdna_length": 4299,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STX16",
"gene_hgnc_id": 11431,
"hgvs_c": "c.381G>C",
"hgvs_p": "p.Gln127His",
"transcript": "ENST00000359617.8",
"protein_id": "ENSP00000352634.4",
"transcript_support_level": 5,
"aa_start": 127,
"aa_end": null,
"aa_length": 272,
"cds_start": 381,
"cds_end": null,
"cds_length": 819,
"cdna_start": 626,
"cdna_end": null,
"cdna_length": 4273,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STX16",
"gene_hgnc_id": 11431,
"hgvs_c": "c.366G>C",
"hgvs_p": "p.Gln122His",
"transcript": "ENST00000438253.1",
"protein_id": "ENSP00000401801.1",
"transcript_support_level": 2,
"aa_start": 122,
"aa_end": null,
"aa_length": 219,
"cds_start": 366,
"cds_end": null,
"cds_length": 660,
"cdna_start": 366,
"cdna_end": null,
"cdna_length": 855,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STX16",
"gene_hgnc_id": 11431,
"hgvs_c": "c.381G>C",
"hgvs_p": "p.Gln127His",
"transcript": "ENST00000312283.12",
"protein_id": "ENSP00000312086.8",
"transcript_support_level": 3,
"aa_start": 127,
"aa_end": null,
"aa_length": 203,
"cds_start": 381,
"cds_end": null,
"cds_length": 613,
"cdna_start": 553,
"cdna_end": null,
"cdna_length": 785,
"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": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STX16",
"gene_hgnc_id": 11431,
"hgvs_c": "n.489G>C",
"hgvs_p": null,
"transcript": "ENST00000464640.5",
"protein_id": "ENSP00000432414.1",
"transcript_support_level": 2,
"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": 812,
"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": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STX16",
"gene_hgnc_id": 11431,
"hgvs_c": "n.439G>C",
"hgvs_p": null,
"transcript": "ENST00000468590.1",
"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": 691,
"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": 5,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STX16-NPEPL1",
"gene_hgnc_id": 41993,
"hgvs_c": "n.1294G>C",
"hgvs_p": null,
"transcript": "NR_037945.1",
"protein_id": null,
"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": 4048,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "STX16",
"gene_hgnc_id": 11431,
"hgvs_c": "n.*105-1075G>C",
"hgvs_p": null,
"transcript": "ENST00000460655.5",
"protein_id": "ENSP00000435118.1",
"transcript_support_level": 4,
"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": 572,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "STX16",
"gene_hgnc_id": 11431,
"hgvs_c": "n.235-1075G>C",
"hgvs_p": null,
"transcript": "ENST00000476384.5",
"protein_id": "ENSP00000437209.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": 936,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "STX16",
"gene_hgnc_id": 11431,
"hgvs_c": "n.235-1075G>C",
"hgvs_p": null,
"transcript": "ENST00000483434.5",
"protein_id": "ENSP00000432823.1",
"transcript_support_level": 3,
"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": 874,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "STX16",
"gene_hgnc_id": 11431,
"hgvs_c": "n.135-1075G>C",
"hgvs_p": null,
"transcript": "ENST00000490700.5",
"protein_id": null,
"transcript_support_level": 3,
"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": 661,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "STX16",
"gene_hgnc_id": 11431,
"hgvs_c": "n.373-1075G>C",
"hgvs_p": null,
"transcript": "ENST00000493301.5",
"protein_id": "ENSP00000436667.1",
"transcript_support_level": 3,
"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": 597,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "STX16",
"gene_hgnc_id": 11431,
"hgvs_c": "n.643-1075G>C",
"hgvs_p": null,
"transcript": "ENST00000496003.5",
"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": 815,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "STX16",
"gene_hgnc_id": 11431,
"hgvs_c": "n.371-1075G>C",
"hgvs_p": null,
"transcript": "ENST00000496117.5",
"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": 528,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "STX16",
"gene_hgnc_id": 11431,
"hgvs_c": "n.1067-1075G>C",
"hgvs_p": null,
"transcript": "NR_037941.2",
"protein_id": null,
"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": 4723,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "STX16",
"gene_hgnc_id": 11431,
"hgvs_c": "n.460-1075G>C",
"hgvs_p": null,
"transcript": "NR_037942.2",
"protein_id": null,
"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": 4116,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "STX16",
"gene_hgnc_id": 11431,
"hgvs_c": "n.417-1075G>C",
"hgvs_p": null,
"transcript": "NR_037943.2",
"protein_id": null,
"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": 4073,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STX16",
"gene_hgnc_id": 11431,
"hgvs_c": "c.*13G>C",
"hgvs_p": null,
"transcript": "ENST00000458280.5",
"protein_id": "ENSP00000388348.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 121,
"cds_start": -4,
"cds_end": null,
"cds_length": 368,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 553,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STX16",
"gene_hgnc_id": 11431,
"hgvs_c": "c.*19G>C",
"hgvs_p": null,
"transcript": "ENST00000412911.5",
"protein_id": "ENSP00000416852.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 119,
"cds_start": -4,
"cds_end": null,
"cds_length": 362,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 560,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "STX16",
"gene_hgnc_id": 11431,
"dbsnp": "rs2296524",
"frequency_reference_population": 0.0000074545087,
"hom_count_reference_population": 0,
"allele_count_reference_population": 12,
"gnomad_exomes_af": 0.0000075462,
"gnomad_genomes_af": 0.00000657566,
"gnomad_exomes_ac": 11,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.9586471915245056,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.49,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.9473,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.21,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 4.641,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PP3_Strong,BS2",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 4,
"pathogenic_score": 4,
"criteria": [
"PP3_Strong",
"BS2"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000371141.8",
"gene_symbol": "STX16",
"hgnc_id": 11431,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.540G>C",
"hgvs_p": "p.Gln180His"
},
{
"score": 6,
"benign_score": 0,
"pathogenic_score": 6,
"criteria": [
"PM2",
"PP3_Strong"
],
"verdict": "Likely_pathogenic",
"transcript": "ENST00000530122.1",
"gene_symbol": "STX16-NPEPL1",
"hgnc_id": 41993,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.540G>C",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}