← 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: 3-11017248-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=11017248&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "3",
"pos": 11017248,
"ref": "A",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_003042.4",
"consequences": [
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A1",
"gene_hgnc_id": 11042,
"hgvs_c": "c.37A>G",
"hgvs_p": "p.Ile13Val",
"transcript": "NM_003042.4",
"protein_id": "NP_003033.3",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 599,
"cds_start": 37,
"cds_end": null,
"cds_length": 1800,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000287766.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_003042.4"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A1",
"gene_hgnc_id": 11042,
"hgvs_c": "c.37A>G",
"hgvs_p": "p.Ile13Val",
"transcript": "ENST00000287766.10",
"protein_id": "ENSP00000287766.4",
"transcript_support_level": 1,
"aa_start": 13,
"aa_end": null,
"aa_length": 599,
"cds_start": 37,
"cds_end": null,
"cds_length": 1800,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_003042.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000287766.10"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A1",
"gene_hgnc_id": 11042,
"hgvs_c": "c.109A>G",
"hgvs_p": "p.Ile37Val",
"transcript": "ENST00000698198.1",
"protein_id": "ENSP00000513602.1",
"transcript_support_level": null,
"aa_start": 37,
"aa_end": null,
"aa_length": 623,
"cds_start": 109,
"cds_end": null,
"cds_length": 1872,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000698198.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A1",
"gene_hgnc_id": 11042,
"hgvs_c": "c.37A>G",
"hgvs_p": "p.Ile13Val",
"transcript": "ENST00000644803.1",
"protein_id": "ENSP00000494469.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 608,
"cds_start": 37,
"cds_end": null,
"cds_length": 1827,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000644803.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A1",
"gene_hgnc_id": 11042,
"hgvs_c": "c.37A>G",
"hgvs_p": "p.Ile13Val",
"transcript": "NM_001348250.2",
"protein_id": "NP_001335179.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 599,
"cds_start": 37,
"cds_end": null,
"cds_length": 1800,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001348250.2"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A1",
"gene_hgnc_id": 11042,
"hgvs_c": "c.37A>G",
"hgvs_p": "p.Ile13Val",
"transcript": "ENST00000642201.1",
"protein_id": "ENSP00000494778.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 599,
"cds_start": 37,
"cds_end": null,
"cds_length": 1800,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000642201.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A1",
"gene_hgnc_id": 11042,
"hgvs_c": "c.37A>G",
"hgvs_p": "p.Ile13Val",
"transcript": "ENST00000642515.1",
"protein_id": "ENSP00000496348.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 599,
"cds_start": 37,
"cds_end": null,
"cds_length": 1800,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000642515.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A1",
"gene_hgnc_id": 11042,
"hgvs_c": "c.37A>G",
"hgvs_p": "p.Ile13Val",
"transcript": "ENST00000642639.1",
"protein_id": "ENSP00000494191.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 599,
"cds_start": 37,
"cds_end": null,
"cds_length": 1800,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000642639.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A1",
"gene_hgnc_id": 11042,
"hgvs_c": "c.37A>G",
"hgvs_p": "p.Ile13Val",
"transcript": "ENST00000642735.1",
"protein_id": "ENSP00000494050.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 599,
"cds_start": 37,
"cds_end": null,
"cds_length": 1800,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000642735.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A1",
"gene_hgnc_id": 11042,
"hgvs_c": "c.37A>G",
"hgvs_p": "p.Ile13Val",
"transcript": "ENST00000642767.1",
"protein_id": "ENSP00000494346.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 599,
"cds_start": 37,
"cds_end": null,
"cds_length": 1800,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000642767.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A1",
"gene_hgnc_id": 11042,
"hgvs_c": "c.37A>G",
"hgvs_p": "p.Ile13Val",
"transcript": "ENST00000642820.1",
"protein_id": "ENSP00000495900.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 599,
"cds_start": 37,
"cds_end": null,
"cds_length": 1800,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000642820.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A1",
"gene_hgnc_id": 11042,
"hgvs_c": "c.37A>G",
"hgvs_p": "p.Ile13Val",
"transcript": "ENST00000643396.1",
"protein_id": "ENSP00000494136.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 599,
"cds_start": 37,
"cds_end": null,
"cds_length": 1800,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000643396.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A1",
"gene_hgnc_id": 11042,
"hgvs_c": "c.37A>G",
"hgvs_p": "p.Ile13Val",
"transcript": "ENST00000643498.1",
"protein_id": "ENSP00000494997.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 599,
"cds_start": 37,
"cds_end": null,
"cds_length": 1800,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000643498.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A1",
"gene_hgnc_id": 11042,
"hgvs_c": "c.37A>G",
"hgvs_p": "p.Ile13Val",
"transcript": "ENST00000645029.1",
"protein_id": "ENSP00000496171.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 599,
"cds_start": 37,
"cds_end": null,
"cds_length": 1800,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000645029.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A1",
"gene_hgnc_id": 11042,
"hgvs_c": "c.37A>G",
"hgvs_p": "p.Ile13Val",
"transcript": "ENST00000645054.1",
"protein_id": "ENSP00000495751.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 599,
"cds_start": 37,
"cds_end": null,
"cds_length": 1800,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000645054.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A1",
"gene_hgnc_id": 11042,
"hgvs_c": "c.37A>G",
"hgvs_p": "p.Ile13Val",
"transcript": "ENST00000645592.1",
"protein_id": "ENSP00000496619.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 599,
"cds_start": 37,
"cds_end": null,
"cds_length": 1800,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000645592.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A1",
"gene_hgnc_id": 11042,
"hgvs_c": "c.37A>G",
"hgvs_p": "p.Ile13Val",
"transcript": "ENST00000645974.1",
"protein_id": "ENSP00000496390.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 599,
"cds_start": 37,
"cds_end": null,
"cds_length": 1800,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000645974.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A1",
"gene_hgnc_id": 11042,
"hgvs_c": "c.37A>G",
"hgvs_p": "p.Ile13Val",
"transcript": "ENST00000646022.1",
"protein_id": "ENSP00000494134.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 599,
"cds_start": 37,
"cds_end": null,
"cds_length": 1800,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000646022.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A1",
"gene_hgnc_id": 11042,
"hgvs_c": "c.37A>G",
"hgvs_p": "p.Ile13Val",
"transcript": "ENST00000646060.1",
"protein_id": "ENSP00000496302.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 599,
"cds_start": 37,
"cds_end": null,
"cds_length": 1800,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000646060.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A1",
"gene_hgnc_id": 11042,
"hgvs_c": "c.37A>G",
"hgvs_p": "p.Ile13Val",
"transcript": "ENST00000646570.1",
"protein_id": "ENSP00000496064.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 599,
"cds_start": 37,
"cds_end": null,
"cds_length": 1800,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000646570.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A1",
"gene_hgnc_id": 11042,
"hgvs_c": "c.37A>G",
"hgvs_p": "p.Ile13Val",
"transcript": "ENST00000646702.1",
"protein_id": "ENSP00000496697.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 599,
"cds_start": 37,
"cds_end": null,
"cds_length": 1800,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000646702.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A1",
"gene_hgnc_id": 11042,
"hgvs_c": "c.37A>G",
"hgvs_p": "p.Ile13Val",
"transcript": "ENST00000646924.1",
"protein_id": "ENSP00000493591.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 599,
"cds_start": 37,
"cds_end": null,
"cds_length": 1800,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000646924.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A1",
"gene_hgnc_id": 11042,
"hgvs_c": "c.37A>G",
"hgvs_p": "p.Ile13Val",
"transcript": "ENST00000647194.1",
"protein_id": "ENSP00000496238.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 599,
"cds_start": 37,
"cds_end": null,
"cds_length": 1800,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000647194.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A1",
"gene_hgnc_id": 11042,
"hgvs_c": "c.37A>G",
"hgvs_p": "p.Ile13Val",
"transcript": "ENST00000646487.1",
"protein_id": "ENSP00000496768.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 458,
"cds_start": 37,
"cds_end": null,
"cds_length": 1377,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000646487.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A1",
"gene_hgnc_id": 11042,
"hgvs_c": "c.37A>G",
"hgvs_p": "p.Ile13Val",
"transcript": "ENST00000647384.1",
"protein_id": "ENSP00000493779.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 380,
"cds_start": 37,
"cds_end": null,
"cds_length": 1143,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000647384.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A1",
"gene_hgnc_id": 11042,
"hgvs_c": "c.37A>G",
"hgvs_p": "p.Ile13Val",
"transcript": "ENST00000644175.1",
"protein_id": "ENSP00000493788.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 184,
"cds_start": 37,
"cds_end": null,
"cds_length": 555,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000644175.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A1",
"gene_hgnc_id": 11042,
"hgvs_c": "c.37A>G",
"hgvs_p": "p.Ile13Val",
"transcript": "ENST00000646088.1",
"protein_id": "ENSP00000494608.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 184,
"cds_start": 37,
"cds_end": null,
"cds_length": 555,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000646088.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A1",
"gene_hgnc_id": 11042,
"hgvs_c": "c.37A>G",
"hgvs_p": "p.Ile13Val",
"transcript": "XM_005265411.6",
"protein_id": "XP_005265468.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 599,
"cds_start": 37,
"cds_end": null,
"cds_length": 1800,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005265411.6"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A1",
"gene_hgnc_id": 11042,
"hgvs_c": "c.37A>G",
"hgvs_p": "p.Ile13Val",
"transcript": "XM_011534027.4",
"protein_id": "XP_011532329.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 599,
"cds_start": 37,
"cds_end": null,
"cds_length": 1800,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011534027.4"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A1",
"gene_hgnc_id": 11042,
"hgvs_c": "c.37A>G",
"hgvs_p": "p.Ile13Val",
"transcript": "XM_017007071.3",
"protein_id": "XP_016862560.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 599,
"cds_start": 37,
"cds_end": null,
"cds_length": 1800,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017007071.3"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A1",
"gene_hgnc_id": 11042,
"hgvs_c": "c.37A>G",
"hgvs_p": "p.Ile13Val",
"transcript": "XM_017007072.3",
"protein_id": "XP_016862561.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 599,
"cds_start": 37,
"cds_end": null,
"cds_length": 1800,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017007072.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A1",
"gene_hgnc_id": 11042,
"hgvs_c": "c.-134A>G",
"hgvs_p": null,
"transcript": "NM_001348251.2",
"protein_id": "NP_001335180.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 479,
"cds_start": null,
"cds_end": null,
"cds_length": 1440,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001348251.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A1",
"gene_hgnc_id": 11042,
"hgvs_c": "c.-134A>G",
"hgvs_p": null,
"transcript": "ENST00000644314.1",
"protein_id": "ENSP00000493813.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 479,
"cds_start": null,
"cds_end": null,
"cds_length": 1440,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000644314.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A1",
"gene_hgnc_id": 11042,
"hgvs_c": "c.-176A>G",
"hgvs_p": null,
"transcript": "NM_001348252.2",
"protein_id": "NP_001335181.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 421,
"cds_start": null,
"cds_end": null,
"cds_length": 1266,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001348252.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A1",
"gene_hgnc_id": 11042,
"hgvs_c": "c.-176A>G",
"hgvs_p": null,
"transcript": "NM_001348253.2",
"protein_id": "NP_001335182.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 421,
"cds_start": null,
"cds_end": null,
"cds_length": 1266,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001348253.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A1",
"gene_hgnc_id": 11042,
"hgvs_c": "c.-176A>G",
"hgvs_p": null,
"transcript": "ENST00000645281.1",
"protein_id": "ENSP00000493746.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 421,
"cds_start": null,
"cds_end": null,
"cds_length": 1266,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000645281.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A1",
"gene_hgnc_id": 11042,
"hgvs_c": "c.-176A>G",
"hgvs_p": null,
"transcript": "ENST00000645776.1",
"protein_id": "ENSP00000495375.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 421,
"cds_start": null,
"cds_end": null,
"cds_length": 1266,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000645776.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A1",
"gene_hgnc_id": 11042,
"hgvs_c": "c.-176A>G",
"hgvs_p": null,
"transcript": "ENST00000646072.1",
"protein_id": "ENSP00000494002.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 421,
"cds_start": null,
"cds_end": null,
"cds_length": 1266,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000646072.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A1",
"gene_hgnc_id": 11042,
"hgvs_c": "c.-134A>G",
"hgvs_p": null,
"transcript": "ENST00000425938.6",
"protein_id": "ENSP00000411689.2",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 124,
"cds_start": null,
"cds_end": null,
"cds_length": 376,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000425938.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A1",
"gene_hgnc_id": 11042,
"hgvs_c": "n.37A>G",
"hgvs_p": null,
"transcript": "ENST00000460480.2",
"protein_id": "ENSP00000494289.1",
"transcript_support_level": 4,
"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": "ENST00000460480.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"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": "SLC6A1",
"gene_hgnc_id": 11042,
"hgvs_c": "n.385A>G",
"hgvs_p": null,
"transcript": "ENST00000462473.2",
"protein_id": null,
"transcript_support_level": 3,
"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": "retained_intron",
"feature": "ENST00000462473.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A1",
"gene_hgnc_id": 11042,
"hgvs_c": "n.428A>G",
"hgvs_p": null,
"transcript": "ENST00000642831.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": "retained_intron",
"feature": "ENST00000642831.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A1",
"gene_hgnc_id": 11042,
"hgvs_c": "n.37A>G",
"hgvs_p": null,
"transcript": "ENST00000645575.1",
"protein_id": "ENSP00000493666.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": "ENST00000645575.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"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": "SLC6A1",
"gene_hgnc_id": 11042,
"hgvs_c": "n.359A>G",
"hgvs_p": null,
"transcript": "ENST00000646035.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": "retained_intron",
"feature": "ENST00000646035.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A1",
"gene_hgnc_id": 11042,
"hgvs_c": "n.392A>G",
"hgvs_p": null,
"transcript": "ENST00000646886.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": "retained_intron",
"feature": "ENST00000646886.1"
},
{
"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": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SLC6A1-AS1",
"gene_hgnc_id": 40546,
"hgvs_c": "n.105+1872T>C",
"hgvs_p": null,
"transcript": "ENST00000414969.2",
"protein_id": null,
"transcript_support_level": 4,
"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": "ENST00000414969.2"
},
{
"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": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SLC6A1-AS1",
"gene_hgnc_id": 40546,
"hgvs_c": "n.105+1872T>C",
"hgvs_p": null,
"transcript": "NR_046647.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": "NR_046647.1"
},
{
"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": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A1",
"gene_hgnc_id": 11042,
"hgvs_c": "c.-156A>G",
"hgvs_p": null,
"transcript": "ENST00000645985.1",
"protein_id": "ENSP00000494893.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 513,
"cds_start": null,
"cds_end": null,
"cds_length": 1544,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000645985.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A1",
"gene_hgnc_id": 11042,
"hgvs_c": "n.-132A>G",
"hgvs_p": null,
"transcript": "ENST00000643326.1",
"protein_id": "ENSP00000496465.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": "ENST00000643326.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A1",
"gene_hgnc_id": 11042,
"hgvs_c": "n.-132A>G",
"hgvs_p": null,
"transcript": "ENST00000645598.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": "retained_intron",
"feature": "ENST00000645598.1"
}
],
"gene_symbol": "SLC6A1",
"gene_hgnc_id": 11042,
"dbsnp": "rs1553687808",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.09877222776412964,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.143,
"revel_prediction": "Benign",
"alphamissense_score": 0.0811,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.45,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 5.656,
"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": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_003042.4",
"gene_symbol": "SLC6A1",
"hgnc_id": 11042,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD,Unknown",
"hgvs_c": "c.37A>G",
"hgvs_p": "p.Ile13Val"
},
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000414969.2",
"gene_symbol": "SLC6A1-AS1",
"hgnc_id": 40546,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.105+1872T>C",
"hgvs_p": null
}
],
"clinvar_disease": "Epilepsy with myoclonic atonic seizures",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "Epilepsy with myoclonic atonic seizures",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}