← 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-11026283-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=11026283&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "3",
"pos": 11026283,
"ref": "A",
"alt": "G",
"effect": "synonymous_variant",
"transcript": "ENST00000287766.10",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A1",
"gene_hgnc_id": 11042,
"hgvs_c": "c.1002A>G",
"hgvs_p": "p.Ala334Ala",
"transcript": "NM_003042.4",
"protein_id": "NP_003033.3",
"transcript_support_level": null,
"aa_start": 334,
"aa_end": null,
"aa_length": 599,
"cds_start": 1002,
"cds_end": null,
"cds_length": 1800,
"cdna_start": 1399,
"cdna_end": null,
"cdna_length": 4478,
"mane_select": "ENST00000287766.10",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A1",
"gene_hgnc_id": 11042,
"hgvs_c": "c.1002A>G",
"hgvs_p": "p.Ala334Ala",
"transcript": "ENST00000287766.10",
"protein_id": "ENSP00000287766.4",
"transcript_support_level": 1,
"aa_start": 334,
"aa_end": null,
"aa_length": 599,
"cds_start": 1002,
"cds_end": null,
"cds_length": 1800,
"cdna_start": 1399,
"cdna_end": null,
"cdna_length": 4478,
"mane_select": "NM_003042.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A1",
"gene_hgnc_id": 11042,
"hgvs_c": "c.1074A>G",
"hgvs_p": "p.Ala358Ala",
"transcript": "ENST00000698198.1",
"protein_id": "ENSP00000513602.1",
"transcript_support_level": null,
"aa_start": 358,
"aa_end": null,
"aa_length": 623,
"cds_start": 1074,
"cds_end": null,
"cds_length": 1872,
"cdna_start": 1155,
"cdna_end": null,
"cdna_length": 4161,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A1",
"gene_hgnc_id": 11042,
"hgvs_c": "c.1002A>G",
"hgvs_p": "p.Ala334Ala",
"transcript": "ENST00000644803.1",
"protein_id": "ENSP00000494469.1",
"transcript_support_level": null,
"aa_start": 334,
"aa_end": null,
"aa_length": 608,
"cds_start": 1002,
"cds_end": null,
"cds_length": 1827,
"cdna_start": 1133,
"cdna_end": null,
"cdna_length": 4093,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A1",
"gene_hgnc_id": 11042,
"hgvs_c": "c.1002A>G",
"hgvs_p": "p.Ala334Ala",
"transcript": "NM_001348250.2",
"protein_id": "NP_001335179.1",
"transcript_support_level": null,
"aa_start": 334,
"aa_end": null,
"aa_length": 599,
"cds_start": 1002,
"cds_end": null,
"cds_length": 1800,
"cdna_start": 1338,
"cdna_end": null,
"cdna_length": 4417,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A1",
"gene_hgnc_id": 11042,
"hgvs_c": "c.1002A>G",
"hgvs_p": "p.Ala334Ala",
"transcript": "ENST00000642201.1",
"protein_id": "ENSP00000494778.1",
"transcript_support_level": null,
"aa_start": 334,
"aa_end": null,
"aa_length": 599,
"cds_start": 1002,
"cds_end": null,
"cds_length": 1800,
"cdna_start": 1156,
"cdna_end": null,
"cdna_length": 4174,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A1",
"gene_hgnc_id": 11042,
"hgvs_c": "c.1002A>G",
"hgvs_p": "p.Ala334Ala",
"transcript": "ENST00000642515.1",
"protein_id": "ENSP00000496348.1",
"transcript_support_level": null,
"aa_start": 334,
"aa_end": null,
"aa_length": 599,
"cds_start": 1002,
"cds_end": null,
"cds_length": 1800,
"cdna_start": 2406,
"cdna_end": null,
"cdna_length": 4720,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A1",
"gene_hgnc_id": 11042,
"hgvs_c": "c.1002A>G",
"hgvs_p": "p.Ala334Ala",
"transcript": "ENST00000642639.1",
"protein_id": "ENSP00000494191.1",
"transcript_support_level": null,
"aa_start": 334,
"aa_end": null,
"aa_length": 599,
"cds_start": 1002,
"cds_end": null,
"cds_length": 1800,
"cdna_start": 1373,
"cdna_end": null,
"cdna_length": 3934,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A1",
"gene_hgnc_id": 11042,
"hgvs_c": "c.1002A>G",
"hgvs_p": "p.Ala334Ala",
"transcript": "ENST00000642735.1",
"protein_id": "ENSP00000494050.1",
"transcript_support_level": null,
"aa_start": 334,
"aa_end": null,
"aa_length": 599,
"cds_start": 1002,
"cds_end": null,
"cds_length": 1800,
"cdna_start": 1512,
"cdna_end": null,
"cdna_length": 4577,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A1",
"gene_hgnc_id": 11042,
"hgvs_c": "c.1002A>G",
"hgvs_p": "p.Ala334Ala",
"transcript": "ENST00000642767.1",
"protein_id": "ENSP00000494346.1",
"transcript_support_level": null,
"aa_start": 334,
"aa_end": null,
"aa_length": 599,
"cds_start": 1002,
"cds_end": null,
"cds_length": 1800,
"cdna_start": 1358,
"cdna_end": null,
"cdna_length": 4437,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A1",
"gene_hgnc_id": 11042,
"hgvs_c": "c.1002A>G",
"hgvs_p": "p.Ala334Ala",
"transcript": "ENST00000642820.1",
"protein_id": "ENSP00000495900.1",
"transcript_support_level": null,
"aa_start": 334,
"aa_end": null,
"aa_length": 599,
"cds_start": 1002,
"cds_end": null,
"cds_length": 1800,
"cdna_start": 1583,
"cdna_end": null,
"cdna_length": 4629,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A1",
"gene_hgnc_id": 11042,
"hgvs_c": "c.1002A>G",
"hgvs_p": "p.Ala334Ala",
"transcript": "ENST00000643396.1",
"protein_id": "ENSP00000494136.1",
"transcript_support_level": null,
"aa_start": 334,
"aa_end": null,
"aa_length": 599,
"cds_start": 1002,
"cds_end": null,
"cds_length": 1800,
"cdna_start": 3743,
"cdna_end": null,
"cdna_length": 6767,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A1",
"gene_hgnc_id": 11042,
"hgvs_c": "c.1002A>G",
"hgvs_p": "p.Ala334Ala",
"transcript": "ENST00000643498.1",
"protein_id": "ENSP00000494997.1",
"transcript_support_level": null,
"aa_start": 334,
"aa_end": null,
"aa_length": 599,
"cds_start": 1002,
"cds_end": null,
"cds_length": 1800,
"cdna_start": 1451,
"cdna_end": null,
"cdna_length": 4341,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A1",
"gene_hgnc_id": 11042,
"hgvs_c": "c.1002A>G",
"hgvs_p": "p.Ala334Ala",
"transcript": "ENST00000645029.1",
"protein_id": "ENSP00000496171.1",
"transcript_support_level": null,
"aa_start": 334,
"aa_end": null,
"aa_length": 599,
"cds_start": 1002,
"cds_end": null,
"cds_length": 1800,
"cdna_start": 1442,
"cdna_end": null,
"cdna_length": 4453,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A1",
"gene_hgnc_id": 11042,
"hgvs_c": "c.1002A>G",
"hgvs_p": "p.Ala334Ala",
"transcript": "ENST00000645054.1",
"protein_id": "ENSP00000495751.1",
"transcript_support_level": null,
"aa_start": 334,
"aa_end": null,
"aa_length": 599,
"cds_start": 1002,
"cds_end": null,
"cds_length": 1800,
"cdna_start": 1550,
"cdna_end": null,
"cdna_length": 4612,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A1",
"gene_hgnc_id": 11042,
"hgvs_c": "c.1002A>G",
"hgvs_p": "p.Ala334Ala",
"transcript": "ENST00000645592.1",
"protein_id": "ENSP00000496619.1",
"transcript_support_level": null,
"aa_start": 334,
"aa_end": null,
"aa_length": 599,
"cds_start": 1002,
"cds_end": null,
"cds_length": 1800,
"cdna_start": 1323,
"cdna_end": null,
"cdna_length": 4324,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A1",
"gene_hgnc_id": 11042,
"hgvs_c": "c.1002A>G",
"hgvs_p": "p.Ala334Ala",
"transcript": "ENST00000645974.1",
"protein_id": "ENSP00000496390.1",
"transcript_support_level": null,
"aa_start": 334,
"aa_end": null,
"aa_length": 599,
"cds_start": 1002,
"cds_end": null,
"cds_length": 1800,
"cdna_start": 1702,
"cdna_end": null,
"cdna_length": 4764,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A1",
"gene_hgnc_id": 11042,
"hgvs_c": "c.1002A>G",
"hgvs_p": "p.Ala334Ala",
"transcript": "ENST00000646022.1",
"protein_id": "ENSP00000494134.1",
"transcript_support_level": null,
"aa_start": 334,
"aa_end": null,
"aa_length": 599,
"cds_start": 1002,
"cds_end": null,
"cds_length": 1800,
"cdna_start": 1264,
"cdna_end": null,
"cdna_length": 4282,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A1",
"gene_hgnc_id": 11042,
"hgvs_c": "c.1002A>G",
"hgvs_p": "p.Ala334Ala",
"transcript": "ENST00000646060.1",
"protein_id": "ENSP00000496302.1",
"transcript_support_level": null,
"aa_start": 334,
"aa_end": null,
"aa_length": 599,
"cds_start": 1002,
"cds_end": null,
"cds_length": 1800,
"cdna_start": 1593,
"cdna_end": null,
"cdna_length": 4594,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A1",
"gene_hgnc_id": 11042,
"hgvs_c": "c.1002A>G",
"hgvs_p": "p.Ala334Ala",
"transcript": "ENST00000646570.1",
"protein_id": "ENSP00000496064.1",
"transcript_support_level": null,
"aa_start": 334,
"aa_end": null,
"aa_length": 599,
"cds_start": 1002,
"cds_end": null,
"cds_length": 1800,
"cdna_start": 1708,
"cdna_end": null,
"cdna_length": 4727,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A1",
"gene_hgnc_id": 11042,
"hgvs_c": "c.1002A>G",
"hgvs_p": "p.Ala334Ala",
"transcript": "ENST00000646702.1",
"protein_id": "ENSP00000496697.1",
"transcript_support_level": null,
"aa_start": 334,
"aa_end": null,
"aa_length": 599,
"cds_start": 1002,
"cds_end": null,
"cds_length": 1800,
"cdna_start": 1337,
"cdna_end": null,
"cdna_length": 4343,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A1",
"gene_hgnc_id": 11042,
"hgvs_c": "c.1002A>G",
"hgvs_p": "p.Ala334Ala",
"transcript": "ENST00000646924.1",
"protein_id": "ENSP00000493591.1",
"transcript_support_level": null,
"aa_start": 334,
"aa_end": null,
"aa_length": 599,
"cds_start": 1002,
"cds_end": null,
"cds_length": 1800,
"cdna_start": 1538,
"cdna_end": null,
"cdna_length": 4541,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A1",
"gene_hgnc_id": 11042,
"hgvs_c": "c.1002A>G",
"hgvs_p": "p.Ala334Ala",
"transcript": "ENST00000647194.1",
"protein_id": "ENSP00000496238.1",
"transcript_support_level": null,
"aa_start": 334,
"aa_end": null,
"aa_length": 599,
"cds_start": 1002,
"cds_end": null,
"cds_length": 1800,
"cdna_start": 1312,
"cdna_end": null,
"cdna_length": 4226,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A1",
"gene_hgnc_id": 11042,
"hgvs_c": "c.810A>G",
"hgvs_p": "p.Ala270Ala",
"transcript": "ENST00000645985.1",
"protein_id": "ENSP00000494893.1",
"transcript_support_level": null,
"aa_start": 270,
"aa_end": null,
"aa_length": 513,
"cds_start": 810,
"cds_end": null,
"cds_length": 1544,
"cdna_start": 811,
"cdna_end": null,
"cdna_length": 1545,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A1",
"gene_hgnc_id": 11042,
"hgvs_c": "c.642A>G",
"hgvs_p": "p.Ala214Ala",
"transcript": "NM_001348251.2",
"protein_id": "NP_001335180.1",
"transcript_support_level": null,
"aa_start": 214,
"aa_end": null,
"aa_length": 479,
"cds_start": 642,
"cds_end": null,
"cds_length": 1440,
"cdna_start": 1148,
"cdna_end": null,
"cdna_length": 4227,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A1",
"gene_hgnc_id": 11042,
"hgvs_c": "c.642A>G",
"hgvs_p": "p.Ala214Ala",
"transcript": "ENST00000644314.1",
"protein_id": "ENSP00000493813.1",
"transcript_support_level": null,
"aa_start": 214,
"aa_end": null,
"aa_length": 479,
"cds_start": 642,
"cds_end": null,
"cds_length": 1440,
"cdna_start": 1129,
"cdna_end": null,
"cdna_length": 4129,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A1",
"gene_hgnc_id": 11042,
"hgvs_c": "c.579A>G",
"hgvs_p": "p.Ala193Ala",
"transcript": "ENST00000646487.1",
"protein_id": "ENSP00000496768.1",
"transcript_support_level": null,
"aa_start": 193,
"aa_end": null,
"aa_length": 458,
"cds_start": 579,
"cds_end": null,
"cds_length": 1377,
"cdna_start": 917,
"cdna_end": null,
"cdna_length": 3984,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A1",
"gene_hgnc_id": 11042,
"hgvs_c": "c.468A>G",
"hgvs_p": "p.Ala156Ala",
"transcript": "NM_001348252.2",
"protein_id": "NP_001335181.1",
"transcript_support_level": null,
"aa_start": 156,
"aa_end": null,
"aa_length": 421,
"cds_start": 468,
"cds_end": null,
"cds_length": 1266,
"cdna_start": 1077,
"cdna_end": null,
"cdna_length": 4156,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A1",
"gene_hgnc_id": 11042,
"hgvs_c": "c.468A>G",
"hgvs_p": "p.Ala156Ala",
"transcript": "NM_001348253.2",
"protein_id": "NP_001335182.1",
"transcript_support_level": null,
"aa_start": 156,
"aa_end": null,
"aa_length": 421,
"cds_start": 468,
"cds_end": null,
"cds_length": 1266,
"cdna_start": 1016,
"cdna_end": null,
"cdna_length": 4095,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A1",
"gene_hgnc_id": 11042,
"hgvs_c": "c.468A>G",
"hgvs_p": "p.Ala156Ala",
"transcript": "ENST00000645281.1",
"protein_id": "ENSP00000493746.1",
"transcript_support_level": null,
"aa_start": 156,
"aa_end": null,
"aa_length": 421,
"cds_start": 468,
"cds_end": null,
"cds_length": 1266,
"cdna_start": 951,
"cdna_end": null,
"cdna_length": 3931,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A1",
"gene_hgnc_id": 11042,
"hgvs_c": "c.468A>G",
"hgvs_p": "p.Ala156Ala",
"transcript": "ENST00000645776.1",
"protein_id": "ENSP00000495375.1",
"transcript_support_level": null,
"aa_start": 156,
"aa_end": null,
"aa_length": 421,
"cds_start": 468,
"cds_end": null,
"cds_length": 1266,
"cdna_start": 1006,
"cdna_end": null,
"cdna_length": 3486,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A1",
"gene_hgnc_id": 11042,
"hgvs_c": "c.468A>G",
"hgvs_p": "p.Ala156Ala",
"transcript": "ENST00000646072.1",
"protein_id": "ENSP00000494002.1",
"transcript_support_level": null,
"aa_start": 156,
"aa_end": null,
"aa_length": 421,
"cds_start": 468,
"cds_end": null,
"cds_length": 1266,
"cdna_start": 1077,
"cdna_end": null,
"cdna_length": 4078,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A1",
"gene_hgnc_id": 11042,
"hgvs_c": "c.1002A>G",
"hgvs_p": "p.Ala334Ala",
"transcript": "ENST00000647384.1",
"protein_id": "ENSP00000493779.1",
"transcript_support_level": null,
"aa_start": 334,
"aa_end": null,
"aa_length": 380,
"cds_start": 1002,
"cds_end": null,
"cds_length": 1143,
"cdna_start": 1083,
"cdna_end": null,
"cdna_length": 2636,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A1",
"gene_hgnc_id": 11042,
"hgvs_c": "c.1002A>G",
"hgvs_p": "p.Ala334Ala",
"transcript": "XM_005265411.6",
"protein_id": "XP_005265468.1",
"transcript_support_level": null,
"aa_start": 334,
"aa_end": null,
"aa_length": 599,
"cds_start": 1002,
"cds_end": null,
"cds_length": 1800,
"cdna_start": 3700,
"cdna_end": null,
"cdna_length": 6779,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A1",
"gene_hgnc_id": 11042,
"hgvs_c": "c.1002A>G",
"hgvs_p": "p.Ala334Ala",
"transcript": "XM_011534027.4",
"protein_id": "XP_011532329.1",
"transcript_support_level": null,
"aa_start": 334,
"aa_end": null,
"aa_length": 599,
"cds_start": 1002,
"cds_end": null,
"cds_length": 1800,
"cdna_start": 4390,
"cdna_end": null,
"cdna_length": 7469,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A1",
"gene_hgnc_id": 11042,
"hgvs_c": "c.1002A>G",
"hgvs_p": "p.Ala334Ala",
"transcript": "XM_017007071.3",
"protein_id": "XP_016862560.1",
"transcript_support_level": null,
"aa_start": 334,
"aa_end": null,
"aa_length": 599,
"cds_start": 1002,
"cds_end": null,
"cds_length": 1800,
"cdna_start": 3182,
"cdna_end": null,
"cdna_length": 6261,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A1",
"gene_hgnc_id": 11042,
"hgvs_c": "c.1002A>G",
"hgvs_p": "p.Ala334Ala",
"transcript": "XM_017007072.3",
"protein_id": "XP_016862561.1",
"transcript_support_level": null,
"aa_start": 334,
"aa_end": null,
"aa_length": 599,
"cds_start": 1002,
"cds_end": null,
"cds_length": 1800,
"cdna_start": 2492,
"cdna_end": null,
"cdna_length": 5571,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A1",
"gene_hgnc_id": 11042,
"hgvs_c": "n.4617A>G",
"hgvs_p": null,
"transcript": "ENST00000642766.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": 5528,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A1",
"gene_hgnc_id": 11042,
"hgvs_c": "n.1393A>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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2310,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A1",
"gene_hgnc_id": 11042,
"hgvs_c": "n.*385A>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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1834,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A1",
"gene_hgnc_id": 11042,
"hgvs_c": "n.834A>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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2008,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A1",
"gene_hgnc_id": 11042,
"hgvs_c": "n.3370A>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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6350,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A1",
"gene_hgnc_id": 11042,
"hgvs_c": "n.*385A>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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1834,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "SLC6A1",
"gene_hgnc_id": 11042,
"dbsnp": "rs35513423",
"frequency_reference_population": 0.0016999298,
"hom_count_reference_population": 42,
"allele_count_reference_population": 2743,
"gnomad_exomes_af": 0.00089956,
"gnomad_genomes_af": 0.00940897,
"gnomad_exomes_ac": 1315,
"gnomad_genomes_ac": 1428,
"gnomad_exomes_homalt": 14,
"gnomad_genomes_homalt": 28,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.6899999976158142,
"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.69,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -1.316,
"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": -21,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BP7,BS1,BS2",
"acmg_by_gene": [
{
"score": -21,
"benign_score": 21,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BP7",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000287766.10",
"gene_symbol": "SLC6A1",
"hgnc_id": 11042,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AD,Unknown",
"hgvs_c": "c.1002A>G",
"hgvs_p": "p.Ala334Ala"
}
],
"clinvar_disease": "Epilepsy with myoclonic atonic seizures,Inborn genetic diseases,SLC6A1-related disorder,not provided,not specified",
"clinvar_classification": "Benign/Likely benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "LB:1 B:4",
"phenotype_combined": "not specified|Inborn genetic diseases|not provided|Epilepsy with myoclonic atonic seizures|SLC6A1-related disorder",
"pathogenicity_classification_combined": "Benign/Likely benign",
"custom_annotations": null
}
],
"message": null
}