← 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: 17-19663486-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=19663486&ref=C&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "17",
"pos": 19663486,
"ref": "C",
"alt": "G",
"effect": "missense_variant",
"transcript": "ENST00000176643.11",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH3A2",
"gene_hgnc_id": 403,
"hgvs_c": "c.1094C>G",
"hgvs_p": "p.Ser365Trp",
"transcript": "NM_000382.3",
"protein_id": "NP_000373.1",
"transcript_support_level": null,
"aa_start": 365,
"aa_end": null,
"aa_length": 485,
"cds_start": 1094,
"cds_end": null,
"cds_length": 1458,
"cdna_start": 1315,
"cdna_end": null,
"cdna_length": 3703,
"mane_select": "ENST00000176643.11",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "W",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH3A2",
"gene_hgnc_id": 403,
"hgvs_c": "c.1094C>G",
"hgvs_p": "p.Ser365Trp",
"transcript": "ENST00000176643.11",
"protein_id": "ENSP00000176643.6",
"transcript_support_level": 1,
"aa_start": 365,
"aa_end": null,
"aa_length": 485,
"cds_start": 1094,
"cds_end": null,
"cds_length": 1458,
"cdna_start": 1315,
"cdna_end": null,
"cdna_length": 3703,
"mane_select": "NM_000382.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH3A2",
"gene_hgnc_id": 403,
"hgvs_c": "c.1094C>G",
"hgvs_p": "p.Ser365Trp",
"transcript": "ENST00000339618.8",
"protein_id": "ENSP00000345774.4",
"transcript_support_level": 1,
"aa_start": 365,
"aa_end": null,
"aa_length": 508,
"cds_start": 1094,
"cds_end": null,
"cds_length": 1527,
"cdna_start": 1315,
"cdna_end": null,
"cdna_length": 3828,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH3A2",
"gene_hgnc_id": 403,
"hgvs_c": "n.844C>G",
"hgvs_p": null,
"transcript": "ENST00000476965.5",
"protein_id": null,
"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": 1383,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH3A2",
"gene_hgnc_id": 403,
"hgvs_c": "c.1094C>G",
"hgvs_p": "p.Ser365Trp",
"transcript": "ENST00000671878.1",
"protein_id": "ENSP00000500516.1",
"transcript_support_level": null,
"aa_start": 365,
"aa_end": null,
"aa_length": 521,
"cds_start": 1094,
"cds_end": null,
"cds_length": 1566,
"cdna_start": 1285,
"cdna_end": null,
"cdna_length": 2060,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH3A2",
"gene_hgnc_id": 403,
"hgvs_c": "c.1094C>G",
"hgvs_p": "p.Ser365Trp",
"transcript": "ENST00000672465.1",
"protein_id": "ENSP00000500517.1",
"transcript_support_level": null,
"aa_start": 365,
"aa_end": null,
"aa_length": 521,
"cds_start": 1094,
"cds_end": null,
"cds_length": 1566,
"cdna_start": 1223,
"cdna_end": null,
"cdna_length": 2058,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH3A2",
"gene_hgnc_id": 403,
"hgvs_c": "c.1094C>G",
"hgvs_p": "p.Ser365Trp",
"transcript": "NM_001031806.2",
"protein_id": "NP_001026976.1",
"transcript_support_level": null,
"aa_start": 365,
"aa_end": null,
"aa_length": 508,
"cds_start": 1094,
"cds_end": null,
"cds_length": 1527,
"cdna_start": 1315,
"cdna_end": null,
"cdna_length": 3828,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH3A2",
"gene_hgnc_id": 403,
"hgvs_c": "c.1094C>G",
"hgvs_p": "p.Ser365Trp",
"transcript": "NM_001369136.1",
"protein_id": "NP_001356065.1",
"transcript_support_level": null,
"aa_start": 365,
"aa_end": null,
"aa_length": 508,
"cds_start": 1094,
"cds_end": null,
"cds_length": 1527,
"cdna_start": 1224,
"cdna_end": null,
"cdna_length": 3737,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH3A2",
"gene_hgnc_id": 403,
"hgvs_c": "c.1094C>G",
"hgvs_p": "p.Ser365Trp",
"transcript": "NM_001369137.2",
"protein_id": "NP_001356066.1",
"transcript_support_level": null,
"aa_start": 365,
"aa_end": null,
"aa_length": 508,
"cds_start": 1094,
"cds_end": null,
"cds_length": 1527,
"cdna_start": 1261,
"cdna_end": null,
"cdna_length": 3774,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH3A2",
"gene_hgnc_id": 403,
"hgvs_c": "c.1094C>G",
"hgvs_p": "p.Ser365Trp",
"transcript": "NM_001369138.2",
"protein_id": "NP_001356067.1",
"transcript_support_level": null,
"aa_start": 365,
"aa_end": null,
"aa_length": 485,
"cds_start": 1094,
"cds_end": null,
"cds_length": 1458,
"cdna_start": 1261,
"cdna_end": null,
"cdna_length": 3649,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH3A2",
"gene_hgnc_id": 403,
"hgvs_c": "c.1094C>G",
"hgvs_p": "p.Ser365Trp",
"transcript": "NM_001369139.1",
"protein_id": "NP_001356068.1",
"transcript_support_level": null,
"aa_start": 365,
"aa_end": null,
"aa_length": 485,
"cds_start": 1094,
"cds_end": null,
"cds_length": 1458,
"cdna_start": 1224,
"cdna_end": null,
"cdna_length": 3612,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH3A2",
"gene_hgnc_id": 403,
"hgvs_c": "c.1094C>G",
"hgvs_p": "p.Ser365Trp",
"transcript": "ENST00000579855.5",
"protein_id": "ENSP00000463637.1",
"transcript_support_level": 5,
"aa_start": 365,
"aa_end": null,
"aa_length": 485,
"cds_start": 1094,
"cds_end": null,
"cds_length": 1458,
"cdna_start": 1193,
"cdna_end": null,
"cdna_length": 3583,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH3A2",
"gene_hgnc_id": 403,
"hgvs_c": "c.1094C>G",
"hgvs_p": "p.Ser365Trp",
"transcript": "ENST00000581518.6",
"protein_id": "ENSP00000461916.2",
"transcript_support_level": 5,
"aa_start": 365,
"aa_end": null,
"aa_length": 485,
"cds_start": 1094,
"cds_end": null,
"cds_length": 1458,
"cdna_start": 1261,
"cdna_end": null,
"cdna_length": 3183,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH3A2",
"gene_hgnc_id": 403,
"hgvs_c": "c.1094C>G",
"hgvs_p": "p.Ser365Trp",
"transcript": "ENST00000672357.1",
"protein_id": "ENSP00000500092.1",
"transcript_support_level": null,
"aa_start": 365,
"aa_end": null,
"aa_length": 485,
"cds_start": 1094,
"cds_end": null,
"cds_length": 1458,
"cdna_start": 1252,
"cdna_end": null,
"cdna_length": 1708,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH3A2",
"gene_hgnc_id": 403,
"hgvs_c": "c.947C>G",
"hgvs_p": "p.Ser316Trp",
"transcript": "ENST00000672709.1",
"protein_id": "ENSP00000499877.1",
"transcript_support_level": null,
"aa_start": 316,
"aa_end": null,
"aa_length": 459,
"cds_start": 947,
"cds_end": null,
"cds_length": 1380,
"cdna_start": 948,
"cdna_end": null,
"cdna_length": 1679,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH3A2",
"gene_hgnc_id": 403,
"hgvs_c": "c.1094C>G",
"hgvs_p": "p.Ser365Trp",
"transcript": "NM_001369146.2",
"protein_id": "NP_001356075.1",
"transcript_support_level": null,
"aa_start": 365,
"aa_end": null,
"aa_length": 424,
"cds_start": 1094,
"cds_end": null,
"cds_length": 1275,
"cdna_start": 1261,
"cdna_end": null,
"cdna_length": 3413,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH3A2",
"gene_hgnc_id": 403,
"hgvs_c": "c.1094C>G",
"hgvs_p": "p.Ser365Trp",
"transcript": "ENST00000673136.1",
"protein_id": "ENSP00000500380.1",
"transcript_support_level": null,
"aa_start": 365,
"aa_end": null,
"aa_length": 403,
"cds_start": 1094,
"cds_end": null,
"cds_length": 1212,
"cdna_start": 1244,
"cdna_end": null,
"cdna_length": 3367,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH3A2",
"gene_hgnc_id": 403,
"hgvs_c": "c.1094C>G",
"hgvs_p": "p.Ser365Trp",
"transcript": "ENST00000631291.2",
"protein_id": "ENSP00000486085.1",
"transcript_support_level": 5,
"aa_start": 365,
"aa_end": null,
"aa_length": 393,
"cds_start": 1094,
"cds_end": null,
"cds_length": 1182,
"cdna_start": 1540,
"cdna_end": null,
"cdna_length": 3822,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH3A2",
"gene_hgnc_id": 403,
"hgvs_c": "c.983C>G",
"hgvs_p": "p.Ser328Trp",
"transcript": "ENST00000672567.1",
"protein_id": "ENSP00000500777.1",
"transcript_support_level": null,
"aa_start": 328,
"aa_end": null,
"aa_length": 392,
"cds_start": 983,
"cds_end": null,
"cds_length": 1179,
"cdna_start": 985,
"cdna_end": null,
"cdna_length": 1524,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH3A2",
"gene_hgnc_id": 403,
"hgvs_c": "c.767C>G",
"hgvs_p": "p.Ser256Trp",
"transcript": "ENST00000395575.7",
"protein_id": "ENSP00000378942.3",
"transcript_support_level": 5,
"aa_start": 256,
"aa_end": null,
"aa_length": 376,
"cds_start": 767,
"cds_end": null,
"cds_length": 1131,
"cdna_start": 953,
"cdna_end": null,
"cdna_length": 3276,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH3A2",
"gene_hgnc_id": 403,
"hgvs_c": "c.515C>G",
"hgvs_p": "p.Ser172Trp",
"transcript": "NM_001369148.2",
"protein_id": "NP_001356077.1",
"transcript_support_level": null,
"aa_start": 172,
"aa_end": null,
"aa_length": 292,
"cds_start": 515,
"cds_end": null,
"cds_length": 879,
"cdna_start": 1370,
"cdna_end": null,
"cdna_length": 3758,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH3A2",
"gene_hgnc_id": 403,
"hgvs_c": "c.152C>G",
"hgvs_p": "p.Ser51Trp",
"transcript": "ENST00000672591.1",
"protein_id": "ENSP00000500558.1",
"transcript_support_level": null,
"aa_start": 51,
"aa_end": null,
"aa_length": 194,
"cds_start": 152,
"cds_end": null,
"cds_length": 585,
"cdna_start": 154,
"cdna_end": null,
"cdna_length": 2648,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH3A2",
"gene_hgnc_id": 403,
"hgvs_c": "c.113C>G",
"hgvs_p": "p.Ser38Trp",
"transcript": "ENST00000630662.2",
"protein_id": "ENSP00000487353.1",
"transcript_support_level": 5,
"aa_start": 38,
"aa_end": null,
"aa_length": 97,
"cds_start": 113,
"cds_end": null,
"cds_length": 294,
"cdna_start": 1260,
"cdna_end": null,
"cdna_length": 1558,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH3A2",
"gene_hgnc_id": 403,
"hgvs_c": "c.113C>G",
"hgvs_p": "p.Ser38Trp",
"transcript": "ENST00000571163.2",
"protein_id": "ENSP00000459977.2",
"transcript_support_level": 5,
"aa_start": 38,
"aa_end": null,
"aa_length": 76,
"cds_start": 113,
"cds_end": null,
"cds_length": 231,
"cdna_start": 113,
"cdna_end": null,
"cdna_length": 413,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH3A2",
"gene_hgnc_id": 403,
"hgvs_c": "c.1094C>G",
"hgvs_p": "p.Ser365Trp",
"transcript": "XM_047435622.1",
"protein_id": "XP_047291578.1",
"transcript_support_level": null,
"aa_start": 365,
"aa_end": null,
"aa_length": 424,
"cds_start": 1094,
"cds_end": null,
"cds_length": 1275,
"cdna_start": 1315,
"cdna_end": null,
"cdna_length": 3467,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH3A2",
"gene_hgnc_id": 403,
"hgvs_c": "c.515C>G",
"hgvs_p": "p.Ser172Trp",
"transcript": "XM_024450651.2",
"protein_id": "XP_024306419.1",
"transcript_support_level": null,
"aa_start": 172,
"aa_end": null,
"aa_length": 315,
"cds_start": 515,
"cds_end": null,
"cds_length": 948,
"cdna_start": 732,
"cdna_end": null,
"cdna_length": 1206,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH3A2",
"gene_hgnc_id": 403,
"hgvs_c": "n.*652C>G",
"hgvs_p": null,
"transcript": "ENST00000472059.6",
"protein_id": "ENSP00000458397.1",
"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": 3709,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH3A2",
"gene_hgnc_id": 403,
"hgvs_c": "n.423C>G",
"hgvs_p": null,
"transcript": "ENST00000574078.3",
"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": 1081,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH3A2",
"gene_hgnc_id": 403,
"hgvs_c": "n.1094C>G",
"hgvs_p": null,
"transcript": "ENST00000582991.6",
"protein_id": "ENSP00000464153.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": 3470,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH3A2",
"gene_hgnc_id": 403,
"hgvs_c": "n.1545C>G",
"hgvs_p": null,
"transcript": "ENST00000672059.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": 1881,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH3A2",
"gene_hgnc_id": 403,
"hgvs_c": "n.*274C>G",
"hgvs_p": null,
"transcript": "ENST00000672487.1",
"protein_id": "ENSP00000500740.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3308,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH3A2",
"gene_hgnc_id": 403,
"hgvs_c": "n.1315C>G",
"hgvs_p": null,
"transcript": "ENST00000672564.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": 5084,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH3A2",
"gene_hgnc_id": 403,
"hgvs_c": "n.2083C>G",
"hgvs_p": null,
"transcript": "ENST00000672608.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": 4254,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH3A2",
"gene_hgnc_id": 403,
"hgvs_c": "n.1594C>G",
"hgvs_p": null,
"transcript": "ENST00000673064.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": 3664,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH3A2",
"gene_hgnc_id": 403,
"hgvs_c": "n.1430C>G",
"hgvs_p": null,
"transcript": "ENST00000673472.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": 3790,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH3A2",
"gene_hgnc_id": 403,
"hgvs_c": "n.1554C>G",
"hgvs_p": null,
"transcript": "ENST00000673516.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": 2054,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH3A2",
"gene_hgnc_id": 403,
"hgvs_c": "n.*652C>G",
"hgvs_p": null,
"transcript": "ENST00000472059.6",
"protein_id": "ENSP00000458397.1",
"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": 3709,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH3A2",
"gene_hgnc_id": 403,
"hgvs_c": "n.*274C>G",
"hgvs_p": null,
"transcript": "ENST00000672487.1",
"protein_id": "ENSP00000500740.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3308,
"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": "ALDH3A2",
"gene_hgnc_id": 403,
"hgvs_c": "c.*125C>G",
"hgvs_p": null,
"transcript": "ENST00000578696.1",
"protein_id": "ENSP00000464453.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 132,
"cds_start": -4,
"cds_end": null,
"cds_length": 399,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 400,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "ALDH3A2",
"gene_hgnc_id": 403,
"dbsnp": "rs72547573",
"frequency_reference_population": 6.841321e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84132e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.9898207187652588,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.841,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.9594,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.35,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 2.576,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 8,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PM2,PM5,PP3_Strong",
"acmg_by_gene": [
{
"score": 8,
"benign_score": 0,
"pathogenic_score": 8,
"criteria": [
"PM2",
"PM5",
"PP3_Strong"
],
"verdict": "Likely_pathogenic",
"transcript": "ENST00000176643.11",
"gene_symbol": "ALDH3A2",
"hgnc_id": 403,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1094C>G",
"hgvs_p": "p.Ser365Trp"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}