← 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: 5-126568296-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=5&pos=126568296&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "5",
"pos": 126568296,
"ref": "C",
"alt": "T",
"effect": "synonymous_variant",
"transcript": "ENST00000409134.8",
"consequences": [
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH7A1",
"gene_hgnc_id": 877,
"hgvs_c": "c.834G>A",
"hgvs_p": "p.Val278Val",
"transcript": "NM_001182.5",
"protein_id": "NP_001173.2",
"transcript_support_level": null,
"aa_start": 278,
"aa_end": null,
"aa_length": 539,
"cds_start": 834,
"cds_end": null,
"cds_length": 1620,
"cdna_start": 855,
"cdna_end": null,
"cdna_length": 4765,
"mane_select": "ENST00000409134.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH7A1",
"gene_hgnc_id": 877,
"hgvs_c": "c.834G>A",
"hgvs_p": "p.Val278Val",
"transcript": "ENST00000409134.8",
"protein_id": "ENSP00000387123.3",
"transcript_support_level": 1,
"aa_start": 278,
"aa_end": null,
"aa_length": 539,
"cds_start": 834,
"cds_end": null,
"cds_length": 1620,
"cdna_start": 855,
"cdna_end": null,
"cdna_length": 4765,
"mane_select": "NM_001182.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH7A1",
"gene_hgnc_id": 877,
"hgvs_c": "c.879G>A",
"hgvs_p": "p.Val293Val",
"transcript": "ENST00000636879.1",
"protein_id": "ENSP00000490811.1",
"transcript_support_level": 5,
"aa_start": 293,
"aa_end": null,
"aa_length": 554,
"cds_start": 879,
"cds_end": null,
"cds_length": 1665,
"cdna_start": 900,
"cdna_end": null,
"cdna_length": 2501,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH7A1",
"gene_hgnc_id": 877,
"hgvs_c": "c.831G>A",
"hgvs_p": "p.Val277Val",
"transcript": "ENST00000635851.1",
"protein_id": "ENSP00000490819.1",
"transcript_support_level": 5,
"aa_start": 277,
"aa_end": null,
"aa_length": 544,
"cds_start": 831,
"cds_end": null,
"cds_length": 1635,
"cdna_start": 832,
"cdna_end": null,
"cdna_length": 2135,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH7A1",
"gene_hgnc_id": 877,
"hgvs_c": "c.834G>A",
"hgvs_p": "p.Val278Val",
"transcript": "ENST00000637272.1",
"protein_id": "ENSP00000489686.1",
"transcript_support_level": 5,
"aa_start": 278,
"aa_end": null,
"aa_length": 536,
"cds_start": 834,
"cds_end": null,
"cds_length": 1611,
"cdna_start": 855,
"cdna_end": null,
"cdna_length": 2554,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH7A1",
"gene_hgnc_id": 877,
"hgvs_c": "c.834G>A",
"hgvs_p": "p.Val278Val",
"transcript": "ENST00000637782.1",
"protein_id": "ENSP00000490024.1",
"transcript_support_level": 5,
"aa_start": 278,
"aa_end": null,
"aa_length": 521,
"cds_start": 834,
"cds_end": null,
"cds_length": 1566,
"cdna_start": 855,
"cdna_end": null,
"cdna_length": 1773,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH7A1",
"gene_hgnc_id": 877,
"hgvs_c": "c.750G>A",
"hgvs_p": "p.Val250Val",
"transcript": "NM_001201377.2",
"protein_id": "NP_001188306.1",
"transcript_support_level": null,
"aa_start": 250,
"aa_end": null,
"aa_length": 511,
"cds_start": 750,
"cds_end": null,
"cds_length": 1536,
"cdna_start": 855,
"cdna_end": null,
"cdna_length": 4765,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH7A1",
"gene_hgnc_id": 877,
"hgvs_c": "c.714G>A",
"hgvs_p": "p.Val238Val",
"transcript": "ENST00000636743.1",
"protein_id": "ENSP00000489725.1",
"transcript_support_level": 5,
"aa_start": 238,
"aa_end": null,
"aa_length": 499,
"cds_start": 714,
"cds_end": null,
"cds_length": 1500,
"cdna_start": 735,
"cdna_end": null,
"cdna_length": 2332,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH7A1",
"gene_hgnc_id": 877,
"hgvs_c": "c.834G>A",
"hgvs_p": "p.Val278Val",
"transcript": "ENST00000637206.1",
"protein_id": "ENSP00000489895.1",
"transcript_support_level": 5,
"aa_start": 278,
"aa_end": null,
"aa_length": 479,
"cds_start": 834,
"cds_end": null,
"cds_length": 1440,
"cdna_start": 905,
"cdna_end": null,
"cdna_length": 2466,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH7A1",
"gene_hgnc_id": 877,
"hgvs_c": "c.834G>A",
"hgvs_p": "p.Val278Val",
"transcript": "NM_001202404.2",
"protein_id": "NP_001189333.2",
"transcript_support_level": null,
"aa_start": 278,
"aa_end": null,
"aa_length": 475,
"cds_start": 834,
"cds_end": null,
"cds_length": 1428,
"cdna_start": 855,
"cdna_end": null,
"cdna_length": 4573,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH7A1",
"gene_hgnc_id": 877,
"hgvs_c": "c.834G>A",
"hgvs_p": "p.Val278Val",
"transcript": "ENST00000553117.5",
"protein_id": "ENSP00000448593.1",
"transcript_support_level": 2,
"aa_start": 278,
"aa_end": null,
"aa_length": 475,
"cds_start": 834,
"cds_end": null,
"cds_length": 1428,
"cdna_start": 972,
"cdna_end": null,
"cdna_length": 1935,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH7A1",
"gene_hgnc_id": 877,
"hgvs_c": "c.633G>A",
"hgvs_p": "p.Val211Val",
"transcript": "ENST00000636886.1",
"protein_id": "ENSP00000490371.1",
"transcript_support_level": 5,
"aa_start": 211,
"aa_end": null,
"aa_length": 472,
"cds_start": 633,
"cds_end": null,
"cds_length": 1419,
"cdna_start": 660,
"cdna_end": null,
"cdna_length": 2321,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH7A1",
"gene_hgnc_id": 877,
"hgvs_c": "c.780G>A",
"hgvs_p": "p.Val260Val",
"transcript": "ENST00000637964.1",
"protein_id": "ENSP00000490291.1",
"transcript_support_level": 5,
"aa_start": 260,
"aa_end": null,
"aa_length": 347,
"cds_start": 780,
"cds_end": null,
"cds_length": 1045,
"cdna_start": 800,
"cdna_end": null,
"cdna_length": 1065,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH7A1",
"gene_hgnc_id": 877,
"hgvs_c": "c.834G>A",
"hgvs_p": "p.Val278Val",
"transcript": "ENST00000413020.6",
"protein_id": "ENSP00000487936.1",
"transcript_support_level": 2,
"aa_start": 278,
"aa_end": null,
"aa_length": 294,
"cds_start": 834,
"cds_end": null,
"cds_length": 885,
"cdna_start": 854,
"cdna_end": null,
"cdna_length": 1126,
"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": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH7A1",
"gene_hgnc_id": 877,
"hgvs_c": "n.361G>A",
"hgvs_p": null,
"transcript": "ENST00000433026.5",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 615,
"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": 10,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH7A1",
"gene_hgnc_id": 877,
"hgvs_c": "n.*743G>A",
"hgvs_p": null,
"transcript": "ENST00000458249.6",
"protein_id": "ENSP00000403929.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": 2037,
"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": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH7A1",
"gene_hgnc_id": 877,
"hgvs_c": "n.*299G>A",
"hgvs_p": null,
"transcript": "ENST00000503281.6",
"protein_id": "ENSP00000488032.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": 937,
"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": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH7A1",
"gene_hgnc_id": 877,
"hgvs_c": "n.*299G>A",
"hgvs_p": null,
"transcript": "ENST00000509459.6",
"protein_id": "ENSP00000487998.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": 538,
"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": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH7A1",
"gene_hgnc_id": 877,
"hgvs_c": "n.1556G>A",
"hgvs_p": null,
"transcript": "ENST00000511266.6",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1812,
"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": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH7A1",
"gene_hgnc_id": 877,
"hgvs_c": "n.729G>A",
"hgvs_p": null,
"transcript": "ENST00000636062.1",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1809,
"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": 9,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH7A1",
"gene_hgnc_id": 877,
"hgvs_c": "n.*643G>A",
"hgvs_p": null,
"transcript": "ENST00000636225.1",
"protein_id": "ENSP00000490797.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": 1738,
"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": 7,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH7A1",
"gene_hgnc_id": 877,
"hgvs_c": "n.552G>A",
"hgvs_p": null,
"transcript": "ENST00000636286.1",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1431,
"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": 9,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH7A1",
"gene_hgnc_id": 877,
"hgvs_c": "n.*643G>A",
"hgvs_p": null,
"transcript": "ENST00000636808.1",
"protein_id": "ENSP00000490833.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": 2639,
"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": 10,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH7A1",
"gene_hgnc_id": 877,
"hgvs_c": "n.*700G>A",
"hgvs_p": null,
"transcript": "ENST00000636872.1",
"protein_id": "ENSP00000490919.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": 2747,
"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": 1,
"exon_rank_end": null,
"exon_count": 1,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH7A1",
"gene_hgnc_id": 877,
"hgvs_c": "n.2842G>A",
"hgvs_p": null,
"transcript": "ENST00000636892.1",
"protein_id": null,
"transcript_support_level": 6,
"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": 3328,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH7A1",
"gene_hgnc_id": 877,
"hgvs_c": "n.*743G>A",
"hgvs_p": null,
"transcript": "ENST00000458249.6",
"protein_id": "ENSP00000403929.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": 2037,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH7A1",
"gene_hgnc_id": 877,
"hgvs_c": "n.*299G>A",
"hgvs_p": null,
"transcript": "ENST00000503281.6",
"protein_id": "ENSP00000488032.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": 937,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH7A1",
"gene_hgnc_id": 877,
"hgvs_c": "n.*299G>A",
"hgvs_p": null,
"transcript": "ENST00000509459.6",
"protein_id": "ENSP00000487998.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": 538,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH7A1",
"gene_hgnc_id": 877,
"hgvs_c": "n.*643G>A",
"hgvs_p": null,
"transcript": "ENST00000636225.1",
"protein_id": "ENSP00000490797.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": 1738,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH7A1",
"gene_hgnc_id": 877,
"hgvs_c": "n.*643G>A",
"hgvs_p": null,
"transcript": "ENST00000636808.1",
"protein_id": "ENSP00000490833.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": 2639,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH7A1",
"gene_hgnc_id": 877,
"hgvs_c": "n.*700G>A",
"hgvs_p": null,
"transcript": "ENST00000636872.1",
"protein_id": "ENSP00000490919.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": 2747,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ALDH7A1",
"gene_hgnc_id": 877,
"hgvs_c": "n.425+2486G>A",
"hgvs_p": null,
"transcript": "ENST00000637292.1",
"protein_id": "ENSP00000490655.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": 1222,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "ALDH7A1",
"gene_hgnc_id": 877,
"hgvs_c": "n.*715+2486G>A",
"hgvs_p": null,
"transcript": "ENST00000638008.1",
"protein_id": "ENSP00000490400.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": 1865,
"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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH7A1",
"gene_hgnc_id": 877,
"hgvs_c": "c.*28G>A",
"hgvs_p": null,
"transcript": "ENST00000510111.6",
"protein_id": "ENSP00000447388.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 238,
"cds_start": -4,
"cds_end": null,
"cds_length": 719,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 719,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "ALDH7A1",
"gene_hgnc_id": 877,
"dbsnp": "rs201948406",
"frequency_reference_population": 0.00018400849,
"hom_count_reference_population": 0,
"allele_count_reference_population": 297,
"gnomad_exomes_af": 0.000197693,
"gnomad_genomes_af": 0.0000525652,
"gnomad_exomes_ac": 289,
"gnomad_genomes_ac": 8,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.1899999976158142,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.699999988079071,
"splice_prediction_selected": "Pathogenic",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.19,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.323,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.7,
"spliceai_max_prediction": "Pathogenic",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 9,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PP3,PP5_Very_Strong",
"acmg_by_gene": [
{
"score": 9,
"benign_score": 0,
"pathogenic_score": 9,
"criteria": [
"PP3",
"PP5_Very_Strong"
],
"verdict": "Likely_pathogenic",
"transcript": "ENST00000409134.8",
"gene_symbol": "ALDH7A1",
"hgnc_id": 877,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.834G>A",
"hgvs_p": "p.Val278Val"
}
],
"clinvar_disease": "ALDH7A1-related disorder,Inborn genetic diseases,Pyridoxine-dependent epilepsy,Seizure,not provided",
"clinvar_classification": "Pathogenic/Likely pathogenic",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "P:6 LP:2 O:1",
"phenotype_combined": "Pyridoxine-dependent epilepsy|not provided|Inborn genetic diseases|ALDH7A1-related disorder|Seizure",
"pathogenicity_classification_combined": "Pathogenic/Likely pathogenic",
"custom_annotations": null
}
],
"message": null
}