← 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-126550237-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=5&pos=126550237&ref=G&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "5",
"pos": 126550237,
"ref": "G",
"alt": "A",
"effect": "synonymous_variant",
"transcript": "ENST00000409134.8",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH7A1",
"gene_hgnc_id": 877,
"hgvs_c": "c.1374C>T",
"hgvs_p": "p.Ser458Ser",
"transcript": "NM_001182.5",
"protein_id": "NP_001173.2",
"transcript_support_level": null,
"aa_start": 458,
"aa_end": null,
"aa_length": 539,
"cds_start": 1374,
"cds_end": null,
"cds_length": 1620,
"cdna_start": 1395,
"cdna_end": null,
"cdna_length": 4765,
"mane_select": "ENST00000409134.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH7A1",
"gene_hgnc_id": 877,
"hgvs_c": "c.1374C>T",
"hgvs_p": "p.Ser458Ser",
"transcript": "ENST00000409134.8",
"protein_id": "ENSP00000387123.3",
"transcript_support_level": 1,
"aa_start": 458,
"aa_end": null,
"aa_length": 539,
"cds_start": 1374,
"cds_end": null,
"cds_length": 1620,
"cdna_start": 1395,
"cdna_end": null,
"cdna_length": 4765,
"mane_select": "NM_001182.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH7A1",
"gene_hgnc_id": 877,
"hgvs_c": "c.1419C>T",
"hgvs_p": "p.Ser473Ser",
"transcript": "ENST00000636879.1",
"protein_id": "ENSP00000490811.1",
"transcript_support_level": 5,
"aa_start": 473,
"aa_end": null,
"aa_length": 554,
"cds_start": 1419,
"cds_end": null,
"cds_length": 1665,
"cdna_start": 1440,
"cdna_end": null,
"cdna_length": 2501,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH7A1",
"gene_hgnc_id": 877,
"hgvs_c": "c.1371C>T",
"hgvs_p": "p.Ser457Ser",
"transcript": "ENST00000635851.1",
"protein_id": "ENSP00000490819.1",
"transcript_support_level": 5,
"aa_start": 457,
"aa_end": null,
"aa_length": 544,
"cds_start": 1371,
"cds_end": null,
"cds_length": 1635,
"cdna_start": 1372,
"cdna_end": null,
"cdna_length": 2135,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH7A1",
"gene_hgnc_id": 877,
"hgvs_c": "c.1365C>T",
"hgvs_p": "p.Ser455Ser",
"transcript": "ENST00000637272.1",
"protein_id": "ENSP00000489686.1",
"transcript_support_level": 5,
"aa_start": 455,
"aa_end": null,
"aa_length": 536,
"cds_start": 1365,
"cds_end": null,
"cds_length": 1611,
"cdna_start": 1386,
"cdna_end": null,
"cdna_length": 2554,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH7A1",
"gene_hgnc_id": 877,
"hgvs_c": "c.1374C>T",
"hgvs_p": "p.Ser458Ser",
"transcript": "ENST00000637782.1",
"protein_id": "ENSP00000490024.1",
"transcript_support_level": 5,
"aa_start": 458,
"aa_end": null,
"aa_length": 521,
"cds_start": 1374,
"cds_end": null,
"cds_length": 1566,
"cdna_start": 1395,
"cdna_end": null,
"cdna_length": 1773,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH7A1",
"gene_hgnc_id": 877,
"hgvs_c": "c.1290C>T",
"hgvs_p": "p.Ser430Ser",
"transcript": "NM_001201377.2",
"protein_id": "NP_001188306.1",
"transcript_support_level": null,
"aa_start": 430,
"aa_end": null,
"aa_length": 511,
"cds_start": 1290,
"cds_end": null,
"cds_length": 1536,
"cdna_start": 1395,
"cdna_end": null,
"cdna_length": 4765,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH7A1",
"gene_hgnc_id": 877,
"hgvs_c": "c.1254C>T",
"hgvs_p": "p.Ser418Ser",
"transcript": "ENST00000636743.1",
"protein_id": "ENSP00000489725.1",
"transcript_support_level": 5,
"aa_start": 418,
"aa_end": null,
"aa_length": 499,
"cds_start": 1254,
"cds_end": null,
"cds_length": 1500,
"cdna_start": 1275,
"cdna_end": null,
"cdna_length": 2332,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH7A1",
"gene_hgnc_id": 877,
"hgvs_c": "c.1194C>T",
"hgvs_p": "p.Ser398Ser",
"transcript": "ENST00000637206.1",
"protein_id": "ENSP00000489895.1",
"transcript_support_level": 5,
"aa_start": 398,
"aa_end": null,
"aa_length": 479,
"cds_start": 1194,
"cds_end": null,
"cds_length": 1440,
"cdna_start": 1265,
"cdna_end": null,
"cdna_length": 2466,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH7A1",
"gene_hgnc_id": 877,
"hgvs_c": "c.1182C>T",
"hgvs_p": "p.Ser394Ser",
"transcript": "NM_001202404.2",
"protein_id": "NP_001189333.2",
"transcript_support_level": null,
"aa_start": 394,
"aa_end": null,
"aa_length": 475,
"cds_start": 1182,
"cds_end": null,
"cds_length": 1428,
"cdna_start": 1203,
"cdna_end": null,
"cdna_length": 4573,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH7A1",
"gene_hgnc_id": 877,
"hgvs_c": "c.1182C>T",
"hgvs_p": "p.Ser394Ser",
"transcript": "ENST00000553117.5",
"protein_id": "ENSP00000448593.1",
"transcript_support_level": 2,
"aa_start": 394,
"aa_end": null,
"aa_length": 475,
"cds_start": 1182,
"cds_end": null,
"cds_length": 1428,
"cdna_start": 1320,
"cdna_end": null,
"cdna_length": 1935,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH7A1",
"gene_hgnc_id": 877,
"hgvs_c": "c.1173C>T",
"hgvs_p": "p.Ser391Ser",
"transcript": "ENST00000636886.1",
"protein_id": "ENSP00000490371.1",
"transcript_support_level": 5,
"aa_start": 391,
"aa_end": null,
"aa_length": 472,
"cds_start": 1173,
"cds_end": null,
"cds_length": 1419,
"cdna_start": 1200,
"cdna_end": null,
"cdna_length": 2321,
"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": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH7A1",
"gene_hgnc_id": 877,
"hgvs_c": "n.*1283C>T",
"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": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH7A1",
"gene_hgnc_id": 877,
"hgvs_c": "n.139C>T",
"hgvs_p": null,
"transcript": "ENST00000476328.1",
"protein_id": null,
"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": 484,
"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": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH7A1",
"gene_hgnc_id": 877,
"hgvs_c": "n.1801C>T",
"hgvs_p": null,
"transcript": "ENST00000497231.7",
"protein_id": null,
"transcript_support_level": 2,
"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": 2255,
"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": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH7A1",
"gene_hgnc_id": 877,
"hgvs_c": "n.1269C>T",
"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": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH7A1",
"gene_hgnc_id": 877,
"hgvs_c": "n.*1318C>T",
"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": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH7A1",
"gene_hgnc_id": 877,
"hgvs_c": "n.1092C>T",
"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": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH7A1",
"gene_hgnc_id": 877,
"hgvs_c": "n.861C>T",
"hgvs_p": null,
"transcript": "ENST00000636482.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": 1337,
"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": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH7A1",
"gene_hgnc_id": 877,
"hgvs_c": "n.*1183C>T",
"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": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH7A1",
"gene_hgnc_id": 877,
"hgvs_c": "n.*1240C>T",
"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": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH7A1",
"gene_hgnc_id": 877,
"hgvs_c": "n.*337C>T",
"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": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH7A1",
"gene_hgnc_id": 877,
"hgvs_c": "n.*1218C>T",
"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": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH7A1",
"gene_hgnc_id": 877,
"hgvs_c": "n.1320C>T",
"hgvs_p": null,
"transcript": "ENST00000638010.1",
"protein_id": null,
"transcript_support_level": 2,
"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": 1755,
"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": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH7A1",
"gene_hgnc_id": 877,
"hgvs_c": "n.*1283C>T",
"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": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH7A1",
"gene_hgnc_id": 877,
"hgvs_c": "n.*1318C>T",
"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": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH7A1",
"gene_hgnc_id": 877,
"hgvs_c": "n.*1183C>T",
"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": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH7A1",
"gene_hgnc_id": 877,
"hgvs_c": "n.*1240C>T",
"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": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH7A1",
"gene_hgnc_id": 877,
"hgvs_c": "n.*337C>T",
"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": [
"3_prime_UTR_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH7A1",
"gene_hgnc_id": 877,
"hgvs_c": "n.*1218C>T",
"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": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH7A1",
"gene_hgnc_id": 877,
"hgvs_c": "n.-73C>T",
"hgvs_p": null,
"transcript": "ENST00000485852.7",
"protein_id": null,
"transcript_support_level": 2,
"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": 579,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH7A1",
"gene_hgnc_id": 877,
"hgvs_c": "n.*839C>T",
"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
}
],
"gene_symbol": "ALDH7A1",
"gene_hgnc_id": 877,
"dbsnp": "rs978958073",
"frequency_reference_population": 0.000002737416,
"hom_count_reference_population": 0,
"allele_count_reference_population": 4,
"gnomad_exomes_af": 0.00000273742,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 4,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.3199999928474426,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.15000000596046448,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.32,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.726,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.15,
"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": -3,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Moderate,BP6_Moderate,BP7",
"acmg_by_gene": [
{
"score": -3,
"benign_score": 5,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate",
"BP6_Moderate",
"BP7"
],
"verdict": "Likely_benign",
"transcript": "ENST00000409134.8",
"gene_symbol": "ALDH7A1",
"hgnc_id": 877,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.1374C>T",
"hgvs_p": "p.Ser458Ser"
}
],
"clinvar_disease": "Pyridoxine-dependent epilepsy",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LB:1",
"phenotype_combined": "Pyridoxine-dependent epilepsy",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}