← 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: 11-35265953-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=35265953&ref=T&alt=C&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "11",
"pos": 35265953,
"ref": "T",
"alt": "C",
"effect": "intron_variant",
"transcript": "ENST00000278379.9",
"consequences": [
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "SLC1A2",
"gene_hgnc_id": 10940,
"hgvs_c": "c.1422-195A>G",
"hgvs_p": null,
"transcript": "NM_004171.4",
"protein_id": "NP_004162.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 574,
"cds_start": -4,
"cds_end": null,
"cds_length": 1725,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 12006,
"mane_select": "ENST00000278379.9",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "SLC1A2",
"gene_hgnc_id": 10940,
"hgvs_c": "c.1422-195A>G",
"hgvs_p": null,
"transcript": "ENST00000278379.9",
"protein_id": "ENSP00000278379.3",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 574,
"cds_start": -4,
"cds_end": null,
"cds_length": 1725,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 12006,
"mane_select": "NM_004171.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "SLC1A2",
"gene_hgnc_id": 10940,
"hgvs_c": "c.1410-195A>G",
"hgvs_p": null,
"transcript": "ENST00000395750.6",
"protein_id": "ENSP00000379099.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 570,
"cds_start": -4,
"cds_end": null,
"cds_length": 1713,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5773,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "SLC1A2",
"gene_hgnc_id": 10940,
"hgvs_c": "c.1533-195A>G",
"hgvs_p": null,
"transcript": "ENST00000644779.1",
"protein_id": "ENSP00000494258.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 611,
"cds_start": -4,
"cds_end": null,
"cds_length": 1836,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4482,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "SLC1A2",
"gene_hgnc_id": 10940,
"hgvs_c": "c.1422-195A>G",
"hgvs_p": null,
"transcript": "ENST00000643134.1",
"protein_id": "ENSP00000495188.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 582,
"cds_start": -4,
"cds_end": null,
"cds_length": 1749,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2138,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "SLC1A2",
"gene_hgnc_id": 10940,
"hgvs_c": "c.1437-195A>G",
"hgvs_p": null,
"transcript": "ENST00000645303.1",
"protein_id": "ENSP00000496667.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 579,
"cds_start": -4,
"cds_end": null,
"cds_length": 1740,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3952,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "SLC1A2",
"gene_hgnc_id": 10940,
"hgvs_c": "c.1422-195A>G",
"hgvs_p": null,
"transcript": "ENST00000531628.2",
"protein_id": "ENSP00000436029.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 573,
"cds_start": -4,
"cds_end": null,
"cds_length": 1724,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1724,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "SLC1A2",
"gene_hgnc_id": 10940,
"hgvs_c": "c.1413-195A>G",
"hgvs_p": null,
"transcript": "ENST00000646080.1",
"protein_id": "ENSP00000494113.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 571,
"cds_start": -4,
"cds_end": null,
"cds_length": 1716,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2002,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "SLC1A2",
"gene_hgnc_id": 10940,
"hgvs_c": "c.1410-195A>G",
"hgvs_p": null,
"transcript": "NM_001439342.1",
"protein_id": "NP_001426271.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 570,
"cds_start": -4,
"cds_end": null,
"cds_length": 1713,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 11520,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "SLC1A2",
"gene_hgnc_id": 10940,
"hgvs_c": "c.1395-195A>G",
"hgvs_p": null,
"transcript": "NM_001195728.3",
"protein_id": "NP_001182657.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 565,
"cds_start": -4,
"cds_end": null,
"cds_length": 1698,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 11639,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "SLC1A2",
"gene_hgnc_id": 10940,
"hgvs_c": "c.1395-195A>G",
"hgvs_p": null,
"transcript": "NM_001252652.2",
"protein_id": "NP_001239581.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 565,
"cds_start": -4,
"cds_end": null,
"cds_length": 1698,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 11704,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "SLC1A2",
"gene_hgnc_id": 10940,
"hgvs_c": "c.1395-195A>G",
"hgvs_p": null,
"transcript": "NM_001439341.1",
"protein_id": "NP_001426270.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 565,
"cds_start": -4,
"cds_end": null,
"cds_length": 1698,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 11548,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "SLC1A2",
"gene_hgnc_id": 10940,
"hgvs_c": "c.1395-195A>G",
"hgvs_p": null,
"transcript": "ENST00000395753.6",
"protein_id": "ENSP00000379102.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 565,
"cds_start": -4,
"cds_end": null,
"cds_length": 1698,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5800,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "SLC1A2",
"gene_hgnc_id": 10940,
"hgvs_c": "c.1395-195A>G",
"hgvs_p": null,
"transcript": "ENST00000643000.1",
"protein_id": "ENSP00000495164.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 565,
"cds_start": -4,
"cds_end": null,
"cds_length": 1698,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3343,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "SLC1A2",
"gene_hgnc_id": 10940,
"hgvs_c": "c.1395-195A>G",
"hgvs_p": null,
"transcript": "ENST00000644050.1",
"protein_id": "ENSP00000496123.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 565,
"cds_start": -4,
"cds_end": null,
"cds_length": 1698,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4086,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "SLC1A2",
"gene_hgnc_id": 10940,
"hgvs_c": "c.1395-195A>G",
"hgvs_p": null,
"transcript": "ENST00000644299.1",
"protein_id": "ENSP00000494669.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 565,
"cds_start": -4,
"cds_end": null,
"cds_length": 1698,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3224,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "SLC1A2",
"gene_hgnc_id": 10940,
"hgvs_c": "c.1395-195A>G",
"hgvs_p": null,
"transcript": "ENST00000645194.1",
"protein_id": "ENSP00000496093.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 565,
"cds_start": -4,
"cds_end": null,
"cds_length": 1698,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2826,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "SLC1A2",
"gene_hgnc_id": 10940,
"hgvs_c": "c.1395-195A>G",
"hgvs_p": null,
"transcript": "ENST00000645634.1",
"protein_id": "ENSP00000493945.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 565,
"cds_start": -4,
"cds_end": null,
"cds_length": 1698,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3564,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "SLC1A2",
"gene_hgnc_id": 10940,
"hgvs_c": "c.1395-195A>G",
"hgvs_p": null,
"transcript": "ENST00000647104.1",
"protein_id": "ENSP00000494025.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 565,
"cds_start": -4,
"cds_end": null,
"cds_length": 1698,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1961,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "SLC1A2",
"gene_hgnc_id": 10940,
"hgvs_c": "c.1422-195A>G",
"hgvs_p": null,
"transcript": "ENST00000643305.1",
"protein_id": "ENSP00000494828.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 563,
"cds_start": -4,
"cds_end": null,
"cds_length": 1692,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2798,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "SLC1A2",
"gene_hgnc_id": 10940,
"hgvs_c": "c.1422-195A>G",
"hgvs_p": null,
"transcript": "ENST00000642171.1",
"protein_id": "ENSP00000495538.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 562,
"cds_start": -4,
"cds_end": null,
"cds_length": 1689,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5985,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "SLC1A2",
"gene_hgnc_id": 10940,
"hgvs_c": "c.1413-195A>G",
"hgvs_p": null,
"transcript": "ENST00000643454.1",
"protein_id": "ENSP00000495126.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 560,
"cds_start": -4,
"cds_end": null,
"cds_length": 1683,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2379,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "SLC1A2",
"gene_hgnc_id": 10940,
"hgvs_c": "c.1413-195A>G",
"hgvs_p": null,
"transcript": "ENST00000644868.1",
"protein_id": "ENSP00000496760.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 559,
"cds_start": -4,
"cds_end": null,
"cds_length": 1680,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1872,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "SLC1A2",
"gene_hgnc_id": 10940,
"hgvs_c": "c.1410-195A>G",
"hgvs_p": null,
"transcript": "ENST00000646099.1",
"protein_id": "ENSP00000495799.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 559,
"cds_start": -4,
"cds_end": null,
"cds_length": 1680,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2218,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "SLC1A2",
"gene_hgnc_id": 10940,
"hgvs_c": "c.1395-195A>G",
"hgvs_p": null,
"transcript": "ENST00000642578.1",
"protein_id": "ENSP00000494076.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 554,
"cds_start": -4,
"cds_end": null,
"cds_length": 1665,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2159,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "SLC1A2",
"gene_hgnc_id": 10940,
"hgvs_c": "c.1395-195A>G",
"hgvs_p": null,
"transcript": "ENST00000647372.1",
"protein_id": "ENSP00000495277.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 554,
"cds_start": -4,
"cds_end": null,
"cds_length": 1665,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2164,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "SLC1A2",
"gene_hgnc_id": 10940,
"hgvs_c": "c.1287-195A>G",
"hgvs_p": null,
"transcript": "ENST00000606205.6",
"protein_id": "ENSP00000476124.2",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 518,
"cds_start": -4,
"cds_end": null,
"cds_length": 1557,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1690,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "SLC1A2",
"gene_hgnc_id": 10940,
"hgvs_c": "c.1188-195A>G",
"hgvs_p": null,
"transcript": "NM_001439343.1",
"protein_id": "NP_001426272.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 496,
"cds_start": -4,
"cds_end": null,
"cds_length": 1491,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 11772,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "SLC1A2",
"gene_hgnc_id": 10940,
"hgvs_c": "c.1188-195A>G",
"hgvs_p": null,
"transcript": "ENST00000643522.1",
"protein_id": "ENSP00000496375.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 496,
"cds_start": -4,
"cds_end": null,
"cds_length": 1491,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3911,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "SLC1A2",
"gene_hgnc_id": 10940,
"hgvs_c": "c.1038-195A>G",
"hgvs_p": null,
"transcript": "ENST00000646167.1",
"protein_id": "ENSP00000495246.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 435,
"cds_start": -4,
"cds_end": null,
"cds_length": 1308,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1353,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "SLC1A2",
"gene_hgnc_id": 10940,
"hgvs_c": "c.687-195A>G",
"hgvs_p": null,
"transcript": "ENST00000642769.1",
"protein_id": "ENSP00000493843.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 329,
"cds_start": -4,
"cds_end": null,
"cds_length": 990,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4608,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SLC1A2",
"gene_hgnc_id": 10940,
"hgvs_c": "c.162-195A>G",
"hgvs_p": null,
"transcript": "ENST00000647076.1",
"protein_id": "ENSP00000496759.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 154,
"cds_start": -4,
"cds_end": null,
"cds_length": 465,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 629,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "SLC1A2",
"gene_hgnc_id": 10940,
"hgvs_c": "n.974-195A>G",
"hgvs_p": null,
"transcript": "ENST00000479543.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": 5219,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "SLC1A2",
"gene_hgnc_id": 10940,
"hgvs_c": "n.1514-195A>G",
"hgvs_p": null,
"transcript": "ENST00000642448.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": 2472,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "SLC1A2",
"gene_hgnc_id": 10940,
"hgvs_c": "n.1422-195A>G",
"hgvs_p": null,
"transcript": "ENST00000644459.1",
"protein_id": "ENSP00000495861.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": 6451,
"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": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SLC1A2-AS1",
"gene_hgnc_id": 40534,
"hgvs_c": "n.427-15862T>C",
"hgvs_p": null,
"transcript": "ENST00000844195.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": 1393,
"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": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SLC1A2-AS1",
"gene_hgnc_id": 40534,
"hgvs_c": "n.329-19384T>C",
"hgvs_p": null,
"transcript": "ENST00000844196.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": 609,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "SLC1A2",
"gene_hgnc_id": 10940,
"hgvs_c": "c.1506-195A>G",
"hgvs_p": null,
"transcript": "XM_047427436.1",
"protein_id": "XP_047283392.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 602,
"cds_start": -4,
"cds_end": null,
"cds_length": 1809,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 12128,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "SLC1A2",
"gene_hgnc_id": 10940,
"hgvs_c": "c.1437-195A>G",
"hgvs_p": null,
"transcript": "XM_017018136.1",
"protein_id": "XP_016873625.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 579,
"cds_start": -4,
"cds_end": null,
"cds_length": 1740,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 12303,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "SLC1A2",
"gene_hgnc_id": 10940,
"hgvs_c": "c.1416-195A>G",
"hgvs_p": null,
"transcript": "XM_047427437.1",
"protein_id": "XP_047283393.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 572,
"cds_start": -4,
"cds_end": null,
"cds_length": 1719,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 11417,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "SLC1A2",
"gene_hgnc_id": 10940,
"hgvs_c": "c.1395-195A>G",
"hgvs_p": null,
"transcript": "XM_017018138.2",
"protein_id": "XP_016873627.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 565,
"cds_start": -4,
"cds_end": null,
"cds_length": 1698,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 11536,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "SLC1A2",
"gene_hgnc_id": 10940,
"hgvs_c": "c.1395-195A>G",
"hgvs_p": null,
"transcript": "XM_047427438.1",
"protein_id": "XP_047283394.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 565,
"cds_start": -4,
"cds_end": null,
"cds_length": 1698,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 11418,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "SLC1A2",
"gene_hgnc_id": 10940,
"hgvs_c": "c.1395-195A>G",
"hgvs_p": null,
"transcript": "XM_047427440.1",
"protein_id": "XP_047283396.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 565,
"cds_start": -4,
"cds_end": null,
"cds_length": 1698,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 11415,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "SLC1A2",
"gene_hgnc_id": 10940,
"hgvs_c": "c.1395-195A>G",
"hgvs_p": null,
"transcript": "XM_047427442.1",
"protein_id": "XP_047283398.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 565,
"cds_start": -4,
"cds_end": null,
"cds_length": 1698,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 11651,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "SLC1A2",
"gene_hgnc_id": 10940,
"hgvs_c": "c.1395-195A>G",
"hgvs_p": null,
"transcript": "XM_047427443.1",
"protein_id": "XP_047283399.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 565,
"cds_start": -4,
"cds_end": null,
"cds_length": 1698,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 11418,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "SLC1A2",
"gene_hgnc_id": 10940,
"hgvs_c": "c.1272-195A>G",
"hgvs_p": null,
"transcript": "XM_047427441.1",
"protein_id": "XP_047283397.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 524,
"cds_start": -4,
"cds_end": null,
"cds_length": 1575,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 11894,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC1A2",
"gene_hgnc_id": 10940,
"hgvs_c": "c.-208A>G",
"hgvs_p": null,
"transcript": "ENST00000464522.2",
"protein_id": "ENSP00000435406.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 91,
"cds_start": -4,
"cds_end": null,
"cds_length": 276,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 607,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "SLC1A2",
"gene_hgnc_id": 10940,
"dbsnp": "rs10836358",
"frequency_reference_population": 0.11579598,
"hom_count_reference_population": 1121,
"allele_count_reference_population": 17626,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.115796,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 17626,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 1121,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.8399999737739563,
"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.84,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.729,
"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": -12,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BA1",
"acmg_by_gene": [
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000278379.9",
"gene_symbol": "SLC1A2",
"hgnc_id": 10940,
"effects": [
"intron_variant"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.1422-195A>G",
"hgvs_p": null
},
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000844195.1",
"gene_symbol": "SLC1A2-AS1",
"hgnc_id": 40534,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.427-15862T>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
}