← 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: 15-34260958-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=15&pos=34260958&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "15",
"pos": 34260958,
"ref": "C",
"alt": "A",
"effect": "stop_gained",
"transcript": "ENST00000354181.8",
"consequences": [
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC12A6",
"gene_hgnc_id": 10914,
"hgvs_c": "c.379G>T",
"hgvs_p": "p.Glu127*",
"transcript": "NM_001365088.1",
"protein_id": "NP_001352017.1",
"transcript_support_level": null,
"aa_start": 127,
"aa_end": null,
"aa_length": 1150,
"cds_start": 379,
"cds_end": null,
"cds_length": 3453,
"cdna_start": 901,
"cdna_end": null,
"cdna_length": 8072,
"mane_select": "ENST00000354181.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC12A6",
"gene_hgnc_id": 10914,
"hgvs_c": "c.379G>T",
"hgvs_p": "p.Glu127*",
"transcript": "ENST00000354181.8",
"protein_id": "ENSP00000346112.3",
"transcript_support_level": 1,
"aa_start": 127,
"aa_end": null,
"aa_length": 1150,
"cds_start": 379,
"cds_end": null,
"cds_length": 3453,
"cdna_start": 901,
"cdna_end": null,
"cdna_length": 8072,
"mane_select": "NM_001365088.1",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC12A6",
"gene_hgnc_id": 10914,
"hgvs_c": "c.379G>T",
"hgvs_p": "p.Glu127*",
"transcript": "ENST00000560611.5",
"protein_id": "ENSP00000454168.1",
"transcript_support_level": 1,
"aa_start": 127,
"aa_end": null,
"aa_length": 1150,
"cds_start": 379,
"cds_end": null,
"cds_length": 3453,
"cdna_start": 543,
"cdna_end": null,
"cdna_length": 4239,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC12A6",
"gene_hgnc_id": 10914,
"hgvs_c": "c.352G>T",
"hgvs_p": "p.Glu118*",
"transcript": "ENST00000558589.5",
"protein_id": "ENSP00000452776.1",
"transcript_support_level": 1,
"aa_start": 118,
"aa_end": null,
"aa_length": 1141,
"cds_start": 352,
"cds_end": null,
"cds_length": 3426,
"cdna_start": 792,
"cdna_end": null,
"cdna_length": 3866,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC12A6",
"gene_hgnc_id": 10914,
"hgvs_c": "c.334G>T",
"hgvs_p": "p.Glu112*",
"transcript": "ENST00000397707.6",
"protein_id": "ENSP00000380819.2",
"transcript_support_level": 1,
"aa_start": 112,
"aa_end": null,
"aa_length": 1135,
"cds_start": 334,
"cds_end": null,
"cds_length": 3408,
"cdna_start": 498,
"cdna_end": null,
"cdna_length": 4194,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC12A6",
"gene_hgnc_id": 10914,
"hgvs_c": "c.226G>T",
"hgvs_p": "p.Glu76*",
"transcript": "ENST00000290209.9",
"protein_id": "ENSP00000290209.5",
"transcript_support_level": 1,
"aa_start": 76,
"aa_end": null,
"aa_length": 1099,
"cds_start": 226,
"cds_end": null,
"cds_length": 3300,
"cdna_start": 327,
"cdna_end": null,
"cdna_length": 7286,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC12A6",
"gene_hgnc_id": 10914,
"hgvs_c": "c.202G>T",
"hgvs_p": "p.Glu68*",
"transcript": "ENST00000397702.6",
"protein_id": "ENSP00000380814.2",
"transcript_support_level": 1,
"aa_start": 68,
"aa_end": null,
"aa_length": 1091,
"cds_start": 202,
"cds_end": null,
"cds_length": 3276,
"cdna_start": 400,
"cdna_end": null,
"cdna_length": 4096,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC12A6",
"gene_hgnc_id": 10914,
"hgvs_c": "c.202G>T",
"hgvs_p": "p.Glu68*",
"transcript": "ENST00000458406.6",
"protein_id": "ENSP00000387725.2",
"transcript_support_level": 1,
"aa_start": 68,
"aa_end": null,
"aa_length": 1091,
"cds_start": 202,
"cds_end": null,
"cds_length": 3276,
"cdna_start": 729,
"cdna_end": null,
"cdna_length": 4425,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC12A6",
"gene_hgnc_id": 10914,
"hgvs_c": "n.379G>T",
"hgvs_p": null,
"transcript": "ENST00000559664.5",
"protein_id": "ENSP00000453702.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5111,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC12A6",
"gene_hgnc_id": 10914,
"hgvs_c": "n.379G>T",
"hgvs_p": null,
"transcript": "ENST00000561080.5",
"protein_id": "ENSP00000454069.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5407,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC12A6",
"gene_hgnc_id": 10914,
"hgvs_c": "c.379G>T",
"hgvs_p": "p.Glu127*",
"transcript": "NM_133647.2",
"protein_id": "NP_598408.1",
"transcript_support_level": null,
"aa_start": 127,
"aa_end": null,
"aa_length": 1150,
"cds_start": 379,
"cds_end": null,
"cds_length": 3453,
"cdna_start": 715,
"cdna_end": null,
"cdna_length": 7886,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC12A6",
"gene_hgnc_id": 10914,
"hgvs_c": "c.379G>T",
"hgvs_p": "p.Glu127*",
"transcript": "ENST00000558667.5",
"protein_id": "ENSP00000453473.1",
"transcript_support_level": 2,
"aa_start": 127,
"aa_end": null,
"aa_length": 1150,
"cds_start": 379,
"cds_end": null,
"cds_length": 3453,
"cdna_start": 482,
"cdna_end": null,
"cdna_length": 3725,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC12A6",
"gene_hgnc_id": 10914,
"hgvs_c": "c.379G>T",
"hgvs_p": "p.Glu127*",
"transcript": "ENST00000676379.1",
"protein_id": "ENSP00000502539.1",
"transcript_support_level": null,
"aa_start": 127,
"aa_end": null,
"aa_length": 1142,
"cds_start": 379,
"cds_end": null,
"cds_length": 3429,
"cdna_start": 1161,
"cdna_end": null,
"cdna_length": 6675,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC12A6",
"gene_hgnc_id": 10914,
"hgvs_c": "c.352G>T",
"hgvs_p": "p.Glu118*",
"transcript": "NM_001042496.2",
"protein_id": "NP_001035961.1",
"transcript_support_level": null,
"aa_start": 118,
"aa_end": null,
"aa_length": 1141,
"cds_start": 352,
"cds_end": null,
"cds_length": 3426,
"cdna_start": 816,
"cdna_end": null,
"cdna_length": 7987,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC12A6",
"gene_hgnc_id": 10914,
"hgvs_c": "c.334G>T",
"hgvs_p": "p.Glu112*",
"transcript": "NM_001042497.2",
"protein_id": "NP_001035962.1",
"transcript_support_level": null,
"aa_start": 112,
"aa_end": null,
"aa_length": 1135,
"cds_start": 334,
"cds_end": null,
"cds_length": 3408,
"cdna_start": 670,
"cdna_end": null,
"cdna_length": 7841,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC12A6",
"gene_hgnc_id": 10914,
"hgvs_c": "c.226G>T",
"hgvs_p": "p.Glu76*",
"transcript": "NM_005135.2",
"protein_id": "NP_005126.1",
"transcript_support_level": null,
"aa_start": 76,
"aa_end": null,
"aa_length": 1099,
"cds_start": 226,
"cds_end": null,
"cds_length": 3300,
"cdna_start": 368,
"cdna_end": null,
"cdna_length": 7327,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC12A6",
"gene_hgnc_id": 10914,
"hgvs_c": "c.202G>T",
"hgvs_p": "p.Glu68*",
"transcript": "NM_001042494.2",
"protein_id": "NP_001035959.1",
"transcript_support_level": null,
"aa_start": 68,
"aa_end": null,
"aa_length": 1091,
"cds_start": 202,
"cds_end": null,
"cds_length": 3276,
"cdna_start": 750,
"cdna_end": null,
"cdna_length": 7921,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC12A6",
"gene_hgnc_id": 10914,
"hgvs_c": "c.202G>T",
"hgvs_p": "p.Glu68*",
"transcript": "NM_001042495.2",
"protein_id": "NP_001035960.1",
"transcript_support_level": null,
"aa_start": 68,
"aa_end": null,
"aa_length": 1091,
"cds_start": 202,
"cds_end": null,
"cds_length": 3276,
"cdna_start": 397,
"cdna_end": null,
"cdna_length": 7568,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC12A6",
"gene_hgnc_id": 10914,
"hgvs_c": "c.352G>T",
"hgvs_p": "p.Glu118*",
"transcript": "ENST00000561120.5",
"protein_id": "ENSP00000452771.1",
"transcript_support_level": 4,
"aa_start": 118,
"aa_end": null,
"aa_length": 151,
"cds_start": 352,
"cds_end": null,
"cds_length": 456,
"cdna_start": 463,
"cdna_end": null,
"cdna_length": 567,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC12A6",
"gene_hgnc_id": 10914,
"hgvs_c": "c.379G>T",
"hgvs_p": "p.Glu127*",
"transcript": "ENST00000559236.5",
"protein_id": "ENSP00000452828.1",
"transcript_support_level": 4,
"aa_start": 127,
"aa_end": null,
"aa_length": 134,
"cds_start": 379,
"cds_end": null,
"cds_length": 407,
"cdna_start": 548,
"cdna_end": null,
"cdna_length": 576,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC12A6",
"gene_hgnc_id": 10914,
"hgvs_c": "c.379G>T",
"hgvs_p": "p.Glu127*",
"transcript": "XM_006720793.5",
"protein_id": "XP_006720856.1",
"transcript_support_level": null,
"aa_start": 127,
"aa_end": null,
"aa_length": 1101,
"cds_start": 379,
"cds_end": null,
"cds_length": 3306,
"cdna_start": 715,
"cdna_end": null,
"cdna_length": 7739,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC12A6",
"gene_hgnc_id": 10914,
"hgvs_c": "c.226G>T",
"hgvs_p": "p.Glu76*",
"transcript": "XM_047433396.1",
"protein_id": "XP_047289352.1",
"transcript_support_level": null,
"aa_start": 76,
"aa_end": null,
"aa_length": 1050,
"cds_start": 226,
"cds_end": null,
"cds_length": 3153,
"cdna_start": 368,
"cdna_end": null,
"cdna_length": 7392,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC12A6",
"gene_hgnc_id": 10914,
"hgvs_c": "c.379G>T",
"hgvs_p": "p.Glu127*",
"transcript": "XM_011522269.4",
"protein_id": "XP_011520571.1",
"transcript_support_level": null,
"aa_start": 127,
"aa_end": null,
"aa_length": 680,
"cds_start": 379,
"cds_end": null,
"cds_length": 2043,
"cdna_start": 715,
"cdna_end": null,
"cdna_length": 2483,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC12A6",
"gene_hgnc_id": 10914,
"hgvs_c": "n.202G>T",
"hgvs_p": null,
"transcript": "ENST00000559523.5",
"protein_id": "ENSP00000452904.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4454,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC12A6",
"gene_hgnc_id": 10914,
"hgvs_c": "n.1161G>T",
"hgvs_p": null,
"transcript": "ENST00000675289.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": 3184,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC12A6",
"gene_hgnc_id": 10914,
"hgvs_c": "n.715G>T",
"hgvs_p": null,
"transcript": "XR_931960.4",
"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": 3513,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC12A6",
"gene_hgnc_id": 10914,
"hgvs_c": "c.-39G>T",
"hgvs_p": null,
"transcript": "ENST00000560164.5",
"protein_id": "ENSP00000452705.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 962,
"cds_start": -4,
"cds_end": null,
"cds_length": 2889,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3744,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC12A6",
"gene_hgnc_id": 10914,
"hgvs_c": "c.*20G>T",
"hgvs_p": null,
"transcript": "ENST00000559484.1",
"protein_id": "ENSP00000452857.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 59,
"cds_start": -4,
"cds_end": null,
"cds_length": 182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 548,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "SLC12A6",
"gene_hgnc_id": 10914,
"dbsnp": "rs199747285",
"frequency_reference_population": 0.0000051926404,
"hom_count_reference_population": 0,
"allele_count_reference_population": 8,
"gnomad_exomes_af": 0.00000504115,
"gnomad_genomes_af": 0.00000657592,
"gnomad_exomes_ac": 7,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.6499999761581421,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.65,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 3.412,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.01,
"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": 16,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1,PP5_Very_Strong",
"acmg_by_gene": [
{
"score": 16,
"benign_score": 0,
"pathogenic_score": 16,
"criteria": [
"PVS1",
"PP5_Very_Strong"
],
"verdict": "Pathogenic",
"transcript": "ENST00000354181.8",
"gene_symbol": "SLC12A6",
"hgnc_id": 10914,
"effects": [
"stop_gained"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.379G>T",
"hgvs_p": "p.Glu127*"
}
],
"clinvar_disease": " IIa 2II, axonal,Agenesis of the corpus callosum with peripheral neuropathy,Charcot-Marie-Tooth disease,not provided",
"clinvar_classification": "Pathogenic/Likely pathogenic",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "P:4 LP:2",
"phenotype_combined": "Agenesis of the corpus callosum with peripheral neuropathy|not provided|Agenesis of the corpus callosum with peripheral neuropathy;Charcot-Marie-Tooth disease, axonal, IIa 2II",
"pathogenicity_classification_combined": "Pathogenic/Likely pathogenic",
"custom_annotations": null
}
],
"message": null
}