← 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-126577152-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=5&pos=126577152&ref=C&alt=T&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "5",
"pos": 126577152,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "ENST00000409134.8",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH7A1",
"gene_hgnc_id": 877,
"hgvs_c": "c.577G>A",
"hgvs_p": "p.Ala193Thr",
"transcript": "NM_001182.5",
"protein_id": "NP_001173.2",
"transcript_support_level": null,
"aa_start": 193,
"aa_end": null,
"aa_length": 539,
"cds_start": 577,
"cds_end": null,
"cds_length": 1620,
"cdna_start": 598,
"cdna_end": null,
"cdna_length": 4765,
"mane_select": "ENST00000409134.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH7A1",
"gene_hgnc_id": 877,
"hgvs_c": "c.577G>A",
"hgvs_p": "p.Ala193Thr",
"transcript": "ENST00000409134.8",
"protein_id": "ENSP00000387123.3",
"transcript_support_level": 1,
"aa_start": 193,
"aa_end": null,
"aa_length": 539,
"cds_start": 577,
"cds_end": null,
"cds_length": 1620,
"cdna_start": 598,
"cdna_end": null,
"cdna_length": 4765,
"mane_select": "NM_001182.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH7A1",
"gene_hgnc_id": 877,
"hgvs_c": "c.622G>A",
"hgvs_p": "p.Ala208Thr",
"transcript": "ENST00000636879.1",
"protein_id": "ENSP00000490811.1",
"transcript_support_level": 5,
"aa_start": 208,
"aa_end": null,
"aa_length": 554,
"cds_start": 622,
"cds_end": null,
"cds_length": 1665,
"cdna_start": 643,
"cdna_end": null,
"cdna_length": 2501,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH7A1",
"gene_hgnc_id": 877,
"hgvs_c": "c.574G>A",
"hgvs_p": "p.Ala192Thr",
"transcript": "ENST00000635851.1",
"protein_id": "ENSP00000490819.1",
"transcript_support_level": 5,
"aa_start": 192,
"aa_end": null,
"aa_length": 544,
"cds_start": 574,
"cds_end": null,
"cds_length": 1635,
"cdna_start": 575,
"cdna_end": null,
"cdna_length": 2135,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH7A1",
"gene_hgnc_id": 877,
"hgvs_c": "c.577G>A",
"hgvs_p": "p.Ala193Thr",
"transcript": "ENST00000637272.1",
"protein_id": "ENSP00000489686.1",
"transcript_support_level": 5,
"aa_start": 193,
"aa_end": null,
"aa_length": 536,
"cds_start": 577,
"cds_end": null,
"cds_length": 1611,
"cdna_start": 598,
"cdna_end": null,
"cdna_length": 2554,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH7A1",
"gene_hgnc_id": 877,
"hgvs_c": "c.577G>A",
"hgvs_p": "p.Ala193Thr",
"transcript": "ENST00000637782.1",
"protein_id": "ENSP00000490024.1",
"transcript_support_level": 5,
"aa_start": 193,
"aa_end": null,
"aa_length": 521,
"cds_start": 577,
"cds_end": null,
"cds_length": 1566,
"cdna_start": 598,
"cdna_end": null,
"cdna_length": 1773,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH7A1",
"gene_hgnc_id": 877,
"hgvs_c": "c.493G>A",
"hgvs_p": "p.Ala165Thr",
"transcript": "NM_001201377.2",
"protein_id": "NP_001188306.1",
"transcript_support_level": null,
"aa_start": 165,
"aa_end": null,
"aa_length": 511,
"cds_start": 493,
"cds_end": null,
"cds_length": 1536,
"cdna_start": 598,
"cdna_end": null,
"cdna_length": 4765,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH7A1",
"gene_hgnc_id": 877,
"hgvs_c": "c.457G>A",
"hgvs_p": "p.Ala153Thr",
"transcript": "ENST00000636743.1",
"protein_id": "ENSP00000489725.1",
"transcript_support_level": 5,
"aa_start": 153,
"aa_end": null,
"aa_length": 499,
"cds_start": 457,
"cds_end": null,
"cds_length": 1500,
"cdna_start": 478,
"cdna_end": null,
"cdna_length": 2332,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH7A1",
"gene_hgnc_id": 877,
"hgvs_c": "c.577G>A",
"hgvs_p": "p.Ala193Thr",
"transcript": "ENST00000637206.1",
"protein_id": "ENSP00000489895.1",
"transcript_support_level": 5,
"aa_start": 193,
"aa_end": null,
"aa_length": 479,
"cds_start": 577,
"cds_end": null,
"cds_length": 1440,
"cdna_start": 648,
"cdna_end": null,
"cdna_length": 2466,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH7A1",
"gene_hgnc_id": 877,
"hgvs_c": "c.577G>A",
"hgvs_p": "p.Ala193Thr",
"transcript": "NM_001202404.2",
"protein_id": "NP_001189333.2",
"transcript_support_level": null,
"aa_start": 193,
"aa_end": null,
"aa_length": 475,
"cds_start": 577,
"cds_end": null,
"cds_length": 1428,
"cdna_start": 598,
"cdna_end": null,
"cdna_length": 4573,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH7A1",
"gene_hgnc_id": 877,
"hgvs_c": "c.577G>A",
"hgvs_p": "p.Ala193Thr",
"transcript": "ENST00000553117.5",
"protein_id": "ENSP00000448593.1",
"transcript_support_level": 2,
"aa_start": 193,
"aa_end": null,
"aa_length": 475,
"cds_start": 577,
"cds_end": null,
"cds_length": 1428,
"cdna_start": 715,
"cdna_end": null,
"cdna_length": 1935,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH7A1",
"gene_hgnc_id": 877,
"hgvs_c": "c.376G>A",
"hgvs_p": "p.Ala126Thr",
"transcript": "ENST00000636886.1",
"protein_id": "ENSP00000490371.1",
"transcript_support_level": 5,
"aa_start": 126,
"aa_end": null,
"aa_length": 472,
"cds_start": 376,
"cds_end": null,
"cds_length": 1419,
"cdna_start": 403,
"cdna_end": null,
"cdna_length": 2321,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH7A1",
"gene_hgnc_id": 877,
"hgvs_c": "c.523G>A",
"hgvs_p": "p.Ala175Thr",
"transcript": "ENST00000637964.1",
"protein_id": "ENSP00000490291.1",
"transcript_support_level": 5,
"aa_start": 175,
"aa_end": null,
"aa_length": 347,
"cds_start": 523,
"cds_end": null,
"cds_length": 1045,
"cdna_start": 543,
"cdna_end": null,
"cdna_length": 1065,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH7A1",
"gene_hgnc_id": 877,
"hgvs_c": "c.577G>A",
"hgvs_p": "p.Ala193Thr",
"transcript": "ENST00000413020.6",
"protein_id": "ENSP00000487936.1",
"transcript_support_level": 2,
"aa_start": 193,
"aa_end": null,
"aa_length": 294,
"cds_start": 577,
"cds_end": null,
"cds_length": 885,
"cdna_start": 597,
"cdna_end": null,
"cdna_length": 1126,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_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": "c.490G>A",
"hgvs_p": "p.Ala164Thr",
"transcript": "ENST00000510111.6",
"protein_id": "ENSP00000447388.1",
"transcript_support_level": 3,
"aa_start": 164,
"aa_end": null,
"aa_length": 238,
"cds_start": 490,
"cds_end": null,
"cds_length": 719,
"cdna_start": 490,
"cdna_end": null,
"cdna_length": 719,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH7A1",
"gene_hgnc_id": 877,
"hgvs_c": "c.511G>A",
"hgvs_p": "p.Ala171Thr",
"transcript": "ENST00000509270.2",
"protein_id": "ENSP00000449318.2",
"transcript_support_level": 5,
"aa_start": 171,
"aa_end": null,
"aa_length": 192,
"cds_start": 511,
"cds_end": null,
"cds_length": 581,
"cdna_start": 538,
"cdna_end": null,
"cdna_length": 608,
"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.*42G>A",
"hgvs_p": null,
"transcript": "ENST00000412186.2",
"protein_id": "ENSP00000414536.2",
"transcript_support_level": 3,
"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": 555,
"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": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH7A1",
"gene_hgnc_id": 877,
"hgvs_c": "n.104G>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": 7,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH7A1",
"gene_hgnc_id": 877,
"hgvs_c": "n.*486G>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": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH7A1",
"gene_hgnc_id": 877,
"hgvs_c": "n.*42G>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": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH7A1",
"gene_hgnc_id": 877,
"hgvs_c": "n.*42G>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": 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.1299G>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": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH7A1",
"gene_hgnc_id": 877,
"hgvs_c": "n.472G>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": 6,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH7A1",
"gene_hgnc_id": 877,
"hgvs_c": "n.*386G>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": 4,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH7A1",
"gene_hgnc_id": 877,
"hgvs_c": "n.295G>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": 6,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH7A1",
"gene_hgnc_id": 877,
"hgvs_c": "n.*386G>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": 7,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH7A1",
"gene_hgnc_id": 877,
"hgvs_c": "n.*443G>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": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH7A1",
"gene_hgnc_id": 877,
"hgvs_c": "n.229G>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": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH7A1",
"gene_hgnc_id": 877,
"hgvs_c": "n.*519G>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": false,
"strand": false,
"consequences": [
"3_prime_UTR_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.*42G>A",
"hgvs_p": null,
"transcript": "ENST00000412186.2",
"protein_id": "ENSP00000414536.2",
"transcript_support_level": 3,
"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": 555,
"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": 7,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH7A1",
"gene_hgnc_id": 877,
"hgvs_c": "n.*486G>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": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH7A1",
"gene_hgnc_id": 877,
"hgvs_c": "n.*42G>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": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH7A1",
"gene_hgnc_id": 877,
"hgvs_c": "n.*42G>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": 6,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH7A1",
"gene_hgnc_id": 877,
"hgvs_c": "n.*386G>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": 6,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH7A1",
"gene_hgnc_id": 877,
"hgvs_c": "n.*386G>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": 7,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH7A1",
"gene_hgnc_id": 877,
"hgvs_c": "n.*443G>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": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH7A1",
"gene_hgnc_id": 877,
"hgvs_c": "n.*519G>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
}
],
"gene_symbol": "ALDH7A1",
"gene_hgnc_id": 877,
"dbsnp": "rs773503933",
"frequency_reference_population": 0.000006815357,
"hom_count_reference_population": 0,
"allele_count_reference_population": 11,
"gnomad_exomes_af": 0.00000684046,
"gnomad_genomes_af": 0.0000065741,
"gnomad_exomes_ac": 10,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.9150708913803101,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.844,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.9114,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.47,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 7.631,
"phylop100way_prediction": "Pathogenic",
"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": 5,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM1,PP2,PP3_Moderate",
"acmg_by_gene": [
{
"score": 5,
"benign_score": 0,
"pathogenic_score": 5,
"criteria": [
"PM1",
"PP2",
"PP3_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000409134.8",
"gene_symbol": "ALDH7A1",
"hgnc_id": 877,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.577G>A",
"hgvs_p": "p.Ala193Thr"
}
],
"clinvar_disease": "Pyridoxine-dependent epilepsy,not provided",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "US:3",
"phenotype_combined": "not provided|Pyridoxine-dependent epilepsy",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}