← 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-35260917-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=35260917&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "11",
"pos": 35260917,
"ref": "C",
"alt": "A",
"effect": "stop_gained",
"transcript": "NM_004171.4",
"consequences": [
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC1A2",
"gene_hgnc_id": 10940,
"hgvs_c": "c.1702G>T",
"hgvs_p": "p.Glu568*",
"transcript": "NM_004171.4",
"protein_id": "NP_004162.2",
"transcript_support_level": null,
"aa_start": 568,
"aa_end": null,
"aa_length": 574,
"cds_start": 1702,
"cds_end": null,
"cds_length": 1725,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000278379.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_004171.4"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC1A2",
"gene_hgnc_id": 10940,
"hgvs_c": "c.1702G>T",
"hgvs_p": "p.Glu568*",
"transcript": "ENST00000278379.9",
"protein_id": "ENSP00000278379.3",
"transcript_support_level": 1,
"aa_start": 568,
"aa_end": null,
"aa_length": 574,
"cds_start": 1702,
"cds_end": null,
"cds_length": 1725,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_004171.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000278379.9"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC1A2",
"gene_hgnc_id": 10940,
"hgvs_c": "c.1690G>T",
"hgvs_p": "p.Glu564*",
"transcript": "ENST00000395750.6",
"protein_id": "ENSP00000379099.2",
"transcript_support_level": 1,
"aa_start": 564,
"aa_end": null,
"aa_length": 570,
"cds_start": 1690,
"cds_end": null,
"cds_length": 1713,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000395750.6"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC1A2",
"gene_hgnc_id": 10940,
"hgvs_c": "c.1813G>T",
"hgvs_p": "p.Glu605*",
"transcript": "ENST00000644779.1",
"protein_id": "ENSP00000494258.1",
"transcript_support_level": null,
"aa_start": 605,
"aa_end": null,
"aa_length": 611,
"cds_start": 1813,
"cds_end": null,
"cds_length": 1836,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000644779.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC1A2",
"gene_hgnc_id": 10940,
"hgvs_c": "c.1729G>T",
"hgvs_p": "p.Glu577*",
"transcript": "ENST00000901507.1",
"protein_id": "ENSP00000571566.1",
"transcript_support_level": null,
"aa_start": 577,
"aa_end": null,
"aa_length": 583,
"cds_start": 1729,
"cds_end": null,
"cds_length": 1752,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901507.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC1A2",
"gene_hgnc_id": 10940,
"hgvs_c": "c.1717G>T",
"hgvs_p": "p.Glu573*",
"transcript": "ENST00000645303.1",
"protein_id": "ENSP00000496667.1",
"transcript_support_level": null,
"aa_start": 573,
"aa_end": null,
"aa_length": 579,
"cds_start": 1717,
"cds_end": null,
"cds_length": 1740,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000645303.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC1A2",
"gene_hgnc_id": 10940,
"hgvs_c": "c.1702G>T",
"hgvs_p": "p.Glu568*",
"transcript": "ENST00000901505.1",
"protein_id": "ENSP00000571564.1",
"transcript_support_level": null,
"aa_start": 568,
"aa_end": null,
"aa_length": 574,
"cds_start": 1702,
"cds_end": null,
"cds_length": 1725,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901505.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC1A2",
"gene_hgnc_id": 10940,
"hgvs_c": "c.1696G>T",
"hgvs_p": "p.Glu566*",
"transcript": "ENST00000901506.1",
"protein_id": "ENSP00000571565.1",
"transcript_support_level": null,
"aa_start": 566,
"aa_end": null,
"aa_length": 572,
"cds_start": 1696,
"cds_end": null,
"cds_length": 1719,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901506.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC1A2",
"gene_hgnc_id": 10940,
"hgvs_c": "c.1693G>T",
"hgvs_p": "p.Glu565*",
"transcript": "ENST00000646080.1",
"protein_id": "ENSP00000494113.1",
"transcript_support_level": null,
"aa_start": 565,
"aa_end": null,
"aa_length": 571,
"cds_start": 1693,
"cds_end": null,
"cds_length": 1716,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000646080.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC1A2",
"gene_hgnc_id": 10940,
"hgvs_c": "c.1690G>T",
"hgvs_p": "p.Glu564*",
"transcript": "NM_001439342.1",
"protein_id": "NP_001426271.1",
"transcript_support_level": null,
"aa_start": 564,
"aa_end": null,
"aa_length": 570,
"cds_start": 1690,
"cds_end": null,
"cds_length": 1713,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001439342.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC1A2",
"gene_hgnc_id": 10940,
"hgvs_c": "c.1675G>T",
"hgvs_p": "p.Glu559*",
"transcript": "NM_001195728.3",
"protein_id": "NP_001182657.1",
"transcript_support_level": null,
"aa_start": 559,
"aa_end": null,
"aa_length": 565,
"cds_start": 1675,
"cds_end": null,
"cds_length": 1698,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001195728.3"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC1A2",
"gene_hgnc_id": 10940,
"hgvs_c": "c.1675G>T",
"hgvs_p": "p.Glu559*",
"transcript": "NM_001252652.2",
"protein_id": "NP_001239581.1",
"transcript_support_level": null,
"aa_start": 559,
"aa_end": null,
"aa_length": 565,
"cds_start": 1675,
"cds_end": null,
"cds_length": 1698,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001252652.2"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC1A2",
"gene_hgnc_id": 10940,
"hgvs_c": "c.1675G>T",
"hgvs_p": "p.Glu559*",
"transcript": "NM_001439341.1",
"protein_id": "NP_001426270.1",
"transcript_support_level": null,
"aa_start": 559,
"aa_end": null,
"aa_length": 565,
"cds_start": 1675,
"cds_end": null,
"cds_length": 1698,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001439341.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC1A2",
"gene_hgnc_id": 10940,
"hgvs_c": "c.1675G>T",
"hgvs_p": "p.Glu559*",
"transcript": "ENST00000395753.6",
"protein_id": "ENSP00000379102.1",
"transcript_support_level": 2,
"aa_start": 559,
"aa_end": null,
"aa_length": 565,
"cds_start": 1675,
"cds_end": null,
"cds_length": 1698,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000395753.6"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC1A2",
"gene_hgnc_id": 10940,
"hgvs_c": "c.1675G>T",
"hgvs_p": "p.Glu559*",
"transcript": "ENST00000643000.1",
"protein_id": "ENSP00000495164.1",
"transcript_support_level": null,
"aa_start": 559,
"aa_end": null,
"aa_length": 565,
"cds_start": 1675,
"cds_end": null,
"cds_length": 1698,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000643000.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC1A2",
"gene_hgnc_id": 10940,
"hgvs_c": "c.1675G>T",
"hgvs_p": "p.Glu559*",
"transcript": "ENST00000644050.1",
"protein_id": "ENSP00000496123.1",
"transcript_support_level": null,
"aa_start": 559,
"aa_end": null,
"aa_length": 565,
"cds_start": 1675,
"cds_end": null,
"cds_length": 1698,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000644050.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC1A2",
"gene_hgnc_id": 10940,
"hgvs_c": "c.1675G>T",
"hgvs_p": "p.Glu559*",
"transcript": "ENST00000644299.1",
"protein_id": "ENSP00000494669.1",
"transcript_support_level": null,
"aa_start": 559,
"aa_end": null,
"aa_length": 565,
"cds_start": 1675,
"cds_end": null,
"cds_length": 1698,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000644299.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC1A2",
"gene_hgnc_id": 10940,
"hgvs_c": "c.1675G>T",
"hgvs_p": "p.Glu559*",
"transcript": "ENST00000645194.1",
"protein_id": "ENSP00000496093.1",
"transcript_support_level": null,
"aa_start": 559,
"aa_end": null,
"aa_length": 565,
"cds_start": 1675,
"cds_end": null,
"cds_length": 1698,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000645194.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC1A2",
"gene_hgnc_id": 10940,
"hgvs_c": "c.1675G>T",
"hgvs_p": "p.Glu559*",
"transcript": "ENST00000645634.1",
"protein_id": "ENSP00000493945.1",
"transcript_support_level": null,
"aa_start": 559,
"aa_end": null,
"aa_length": 565,
"cds_start": 1675,
"cds_end": null,
"cds_length": 1698,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000645634.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC1A2",
"gene_hgnc_id": 10940,
"hgvs_c": "c.1675G>T",
"hgvs_p": "p.Glu559*",
"transcript": "ENST00000647104.1",
"protein_id": "ENSP00000494025.1",
"transcript_support_level": null,
"aa_start": 559,
"aa_end": null,
"aa_length": 565,
"cds_start": 1675,
"cds_end": null,
"cds_length": 1698,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000647104.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC1A2",
"gene_hgnc_id": 10940,
"hgvs_c": "c.1567G>T",
"hgvs_p": "p.Glu523*",
"transcript": "ENST00000901504.1",
"protein_id": "ENSP00000571563.1",
"transcript_support_level": null,
"aa_start": 523,
"aa_end": null,
"aa_length": 529,
"cds_start": 1567,
"cds_end": null,
"cds_length": 1590,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901504.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC1A2",
"gene_hgnc_id": 10940,
"hgvs_c": "c.1468G>T",
"hgvs_p": "p.Glu490*",
"transcript": "NM_001439343.1",
"protein_id": "NP_001426272.1",
"transcript_support_level": null,
"aa_start": 490,
"aa_end": null,
"aa_length": 496,
"cds_start": 1468,
"cds_end": null,
"cds_length": 1491,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001439343.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC1A2",
"gene_hgnc_id": 10940,
"hgvs_c": "c.1468G>T",
"hgvs_p": "p.Glu490*",
"transcript": "ENST00000643522.1",
"protein_id": "ENSP00000496375.1",
"transcript_support_level": null,
"aa_start": 490,
"aa_end": null,
"aa_length": 496,
"cds_start": 1468,
"cds_end": null,
"cds_length": 1491,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000643522.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC1A2",
"gene_hgnc_id": 10940,
"hgvs_c": "c.967G>T",
"hgvs_p": "p.Glu323*",
"transcript": "ENST00000642769.1",
"protein_id": "ENSP00000493843.1",
"transcript_support_level": null,
"aa_start": 323,
"aa_end": null,
"aa_length": 329,
"cds_start": 967,
"cds_end": null,
"cds_length": 990,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000642769.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC1A2",
"gene_hgnc_id": 10940,
"hgvs_c": "c.442G>T",
"hgvs_p": "p.Glu148*",
"transcript": "ENST00000647076.1",
"protein_id": "ENSP00000496759.1",
"transcript_support_level": null,
"aa_start": 148,
"aa_end": null,
"aa_length": 154,
"cds_start": 442,
"cds_end": null,
"cds_length": 465,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000647076.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC1A2",
"gene_hgnc_id": 10940,
"hgvs_c": "c.1786G>T",
"hgvs_p": "p.Glu596*",
"transcript": "XM_047427436.1",
"protein_id": "XP_047283392.1",
"transcript_support_level": null,
"aa_start": 596,
"aa_end": null,
"aa_length": 602,
"cds_start": 1786,
"cds_end": null,
"cds_length": 1809,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047427436.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC1A2",
"gene_hgnc_id": 10940,
"hgvs_c": "c.1717G>T",
"hgvs_p": "p.Glu573*",
"transcript": "XM_017018136.1",
"protein_id": "XP_016873625.1",
"transcript_support_level": null,
"aa_start": 573,
"aa_end": null,
"aa_length": 579,
"cds_start": 1717,
"cds_end": null,
"cds_length": 1740,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017018136.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC1A2",
"gene_hgnc_id": 10940,
"hgvs_c": "c.1696G>T",
"hgvs_p": "p.Glu566*",
"transcript": "XM_047427437.1",
"protein_id": "XP_047283393.1",
"transcript_support_level": null,
"aa_start": 566,
"aa_end": null,
"aa_length": 572,
"cds_start": 1696,
"cds_end": null,
"cds_length": 1719,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047427437.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC1A2",
"gene_hgnc_id": 10940,
"hgvs_c": "c.1675G>T",
"hgvs_p": "p.Glu559*",
"transcript": "XM_017018138.2",
"protein_id": "XP_016873627.1",
"transcript_support_level": null,
"aa_start": 559,
"aa_end": null,
"aa_length": 565,
"cds_start": 1675,
"cds_end": null,
"cds_length": 1698,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017018138.2"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC1A2",
"gene_hgnc_id": 10940,
"hgvs_c": "c.1675G>T",
"hgvs_p": "p.Glu559*",
"transcript": "XM_047427438.1",
"protein_id": "XP_047283394.1",
"transcript_support_level": null,
"aa_start": 559,
"aa_end": null,
"aa_length": 565,
"cds_start": 1675,
"cds_end": null,
"cds_length": 1698,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047427438.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC1A2",
"gene_hgnc_id": 10940,
"hgvs_c": "c.1675G>T",
"hgvs_p": "p.Glu559*",
"transcript": "XM_047427440.1",
"protein_id": "XP_047283396.1",
"transcript_support_level": null,
"aa_start": 559,
"aa_end": null,
"aa_length": 565,
"cds_start": 1675,
"cds_end": null,
"cds_length": 1698,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047427440.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC1A2",
"gene_hgnc_id": 10940,
"hgvs_c": "c.1675G>T",
"hgvs_p": "p.Glu559*",
"transcript": "XM_047427442.1",
"protein_id": "XP_047283398.1",
"transcript_support_level": null,
"aa_start": 559,
"aa_end": null,
"aa_length": 565,
"cds_start": 1675,
"cds_end": null,
"cds_length": 1698,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047427442.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC1A2",
"gene_hgnc_id": 10940,
"hgvs_c": "c.1675G>T",
"hgvs_p": "p.Glu559*",
"transcript": "XM_047427443.1",
"protein_id": "XP_047283399.1",
"transcript_support_level": null,
"aa_start": 559,
"aa_end": null,
"aa_length": 565,
"cds_start": 1675,
"cds_end": null,
"cds_length": 1698,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047427443.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC1A2",
"gene_hgnc_id": 10940,
"hgvs_c": "c.1552G>T",
"hgvs_p": "p.Glu518*",
"transcript": "XM_047427441.1",
"protein_id": "XP_047283397.1",
"transcript_support_level": null,
"aa_start": 518,
"aa_end": null,
"aa_length": 524,
"cds_start": 1552,
"cds_end": null,
"cds_length": 1575,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047427441.1"
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC1A2",
"gene_hgnc_id": 10940,
"hgvs_c": "c.1689G>T",
"hgvs_p": "p.Lys563Asn",
"transcript": "ENST00000643134.1",
"protein_id": "ENSP00000495188.1",
"transcript_support_level": null,
"aa_start": 563,
"aa_end": null,
"aa_length": 582,
"cds_start": 1689,
"cds_end": null,
"cds_length": 1749,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000643134.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC1A2",
"gene_hgnc_id": 10940,
"hgvs_c": "c.*84G>T",
"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": null,
"cds_end": null,
"cds_length": 1689,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000642171.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC1A2",
"gene_hgnc_id": 10940,
"hgvs_c": "c.*84G>T",
"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": null,
"cds_end": null,
"cds_length": 1680,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000644868.1"
},
{
"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": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SLC1A2",
"gene_hgnc_id": 10940,
"hgvs_c": "c.219+4610G>T",
"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": null,
"cds_end": null,
"cds_length": 276,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000464522.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC1A2",
"gene_hgnc_id": 10940,
"hgvs_c": "n.1254G>T",
"hgvs_p": null,
"transcript": "ENST00000479543.2",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000479543.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC1A2",
"gene_hgnc_id": 10940,
"hgvs_c": "n.1794G>T",
"hgvs_p": null,
"transcript": "ENST00000642448.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000642448.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC1A2",
"gene_hgnc_id": 10940,
"hgvs_c": "n.*194G>T",
"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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000644459.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC1A2",
"gene_hgnc_id": 10940,
"hgvs_c": "n.408G>T",
"hgvs_p": null,
"transcript": "ENST00000645542.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000645542.1"
},
{
"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": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC1A2-AS1",
"gene_hgnc_id": 40534,
"hgvs_c": "n.429C>A",
"hgvs_p": null,
"transcript": "ENST00000844197.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000844197.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC1A2",
"gene_hgnc_id": 10940,
"hgvs_c": "n.*194G>T",
"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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000644459.1"
},
{
"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-20898C>A",
"hgvs_p": null,
"transcript": "ENST00000844195.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000844195.1"
},
{
"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.328+22523C>A",
"hgvs_p": null,
"transcript": "ENST00000844196.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000844196.1"
}
],
"gene_symbol": "SLC1A2",
"gene_hgnc_id": 10940,
"dbsnp": "rs752217517",
"frequency_reference_population": 0.0000013685694,
"hom_count_reference_population": 0,
"allele_count_reference_population": 2,
"gnomad_exomes_af": 0.00000136857,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 2,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.6200000047683716,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.2199999988079071,
"splice_prediction_selected": "Uncertain_significance",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": 0.12,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.62,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 7.533,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0.22,
"spliceai_max_prediction": "Uncertain_significance",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_004171.4",
"gene_symbol": "SLC1A2",
"hgnc_id": 10940,
"effects": [
"stop_gained"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.1702G>T",
"hgvs_p": "p.Glu568*"
},
{
"score": 6,
"benign_score": 0,
"pathogenic_score": 6,
"criteria": [
"PM2",
"PP3_Strong"
],
"verdict": "Likely_pathogenic",
"transcript": "ENST00000844197.1",
"gene_symbol": "SLC1A2-AS1",
"hgnc_id": 40534,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.429C>A",
"hgvs_p": null
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}