← 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: 10-95626740-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=10&pos=95626740&ref=G&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "10",
"pos": 95626740,
"ref": "G",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_002860.4",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH18A1",
"gene_hgnc_id": 9722,
"hgvs_c": "c.1115C>G",
"hgvs_p": "p.Ser372Cys",
"transcript": "NM_002860.4",
"protein_id": "NP_002851.2",
"transcript_support_level": null,
"aa_start": 372,
"aa_end": null,
"aa_length": 795,
"cds_start": 1115,
"cds_end": null,
"cds_length": 2388,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000371224.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_002860.4"
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH18A1",
"gene_hgnc_id": 9722,
"hgvs_c": "c.1115C>G",
"hgvs_p": "p.Ser372Cys",
"transcript": "ENST00000371224.7",
"protein_id": "ENSP00000360268.2",
"transcript_support_level": 1,
"aa_start": 372,
"aa_end": null,
"aa_length": 795,
"cds_start": 1115,
"cds_end": null,
"cds_length": 2388,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_002860.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000371224.7"
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH18A1",
"gene_hgnc_id": 9722,
"hgvs_c": "c.1109C>G",
"hgvs_p": "p.Ser370Cys",
"transcript": "ENST00000371221.3",
"protein_id": "ENSP00000360265.3",
"transcript_support_level": 1,
"aa_start": 370,
"aa_end": null,
"aa_length": 793,
"cds_start": 1109,
"cds_end": null,
"cds_length": 2382,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000371221.3"
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH18A1",
"gene_hgnc_id": 9722,
"hgvs_c": "c.1115C>G",
"hgvs_p": "p.Ser372Cys",
"transcript": "NM_001323413.2",
"protein_id": "NP_001310342.1",
"transcript_support_level": null,
"aa_start": 372,
"aa_end": null,
"aa_length": 795,
"cds_start": 1115,
"cds_end": null,
"cds_length": 2388,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001323413.2"
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH18A1",
"gene_hgnc_id": 9722,
"hgvs_c": "c.1115C>G",
"hgvs_p": "p.Ser372Cys",
"transcript": "NM_001323414.2",
"protein_id": "NP_001310343.1",
"transcript_support_level": null,
"aa_start": 372,
"aa_end": null,
"aa_length": 795,
"cds_start": 1115,
"cds_end": null,
"cds_length": 2388,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001323414.2"
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH18A1",
"gene_hgnc_id": 9722,
"hgvs_c": "c.1115C>G",
"hgvs_p": "p.Ser372Cys",
"transcript": "ENST00000879381.1",
"protein_id": "ENSP00000549440.1",
"transcript_support_level": null,
"aa_start": 372,
"aa_end": null,
"aa_length": 795,
"cds_start": 1115,
"cds_end": null,
"cds_length": 2388,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879381.1"
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH18A1",
"gene_hgnc_id": 9722,
"hgvs_c": "c.1115C>G",
"hgvs_p": "p.Ser372Cys",
"transcript": "ENST00000879382.1",
"protein_id": "ENSP00000549441.1",
"transcript_support_level": null,
"aa_start": 372,
"aa_end": null,
"aa_length": 795,
"cds_start": 1115,
"cds_end": null,
"cds_length": 2388,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879382.1"
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH18A1",
"gene_hgnc_id": 9722,
"hgvs_c": "c.1115C>G",
"hgvs_p": "p.Ser372Cys",
"transcript": "ENST00000931927.1",
"protein_id": "ENSP00000601986.1",
"transcript_support_level": null,
"aa_start": 372,
"aa_end": null,
"aa_length": 795,
"cds_start": 1115,
"cds_end": null,
"cds_length": 2388,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931927.1"
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH18A1",
"gene_hgnc_id": 9722,
"hgvs_c": "c.1115C>G",
"hgvs_p": "p.Ser372Cys",
"transcript": "ENST00000931930.1",
"protein_id": "ENSP00000601989.1",
"transcript_support_level": null,
"aa_start": 372,
"aa_end": null,
"aa_length": 795,
"cds_start": 1115,
"cds_end": null,
"cds_length": 2388,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931930.1"
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH18A1",
"gene_hgnc_id": 9722,
"hgvs_c": "c.1115C>G",
"hgvs_p": "p.Ser372Cys",
"transcript": "ENST00000931933.1",
"protein_id": "ENSP00000601992.1",
"transcript_support_level": null,
"aa_start": 372,
"aa_end": null,
"aa_length": 795,
"cds_start": 1115,
"cds_end": null,
"cds_length": 2388,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931933.1"
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH18A1",
"gene_hgnc_id": 9722,
"hgvs_c": "c.1109C>G",
"hgvs_p": "p.Ser370Cys",
"transcript": "NM_001017423.2",
"protein_id": "NP_001017423.1",
"transcript_support_level": null,
"aa_start": 370,
"aa_end": null,
"aa_length": 793,
"cds_start": 1109,
"cds_end": null,
"cds_length": 2382,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001017423.2"
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH18A1",
"gene_hgnc_id": 9722,
"hgvs_c": "c.1109C>G",
"hgvs_p": "p.Ser370Cys",
"transcript": "NM_001323415.2",
"protein_id": "NP_001310344.1",
"transcript_support_level": null,
"aa_start": 370,
"aa_end": null,
"aa_length": 793,
"cds_start": 1109,
"cds_end": null,
"cds_length": 2382,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001323415.2"
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH18A1",
"gene_hgnc_id": 9722,
"hgvs_c": "c.1109C>G",
"hgvs_p": "p.Ser370Cys",
"transcript": "ENST00000879374.1",
"protein_id": "ENSP00000549433.1",
"transcript_support_level": null,
"aa_start": 370,
"aa_end": null,
"aa_length": 793,
"cds_start": 1109,
"cds_end": null,
"cds_length": 2382,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879374.1"
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH18A1",
"gene_hgnc_id": 9722,
"hgvs_c": "c.1109C>G",
"hgvs_p": "p.Ser370Cys",
"transcript": "ENST00000879379.1",
"protein_id": "ENSP00000549438.1",
"transcript_support_level": null,
"aa_start": 370,
"aa_end": null,
"aa_length": 793,
"cds_start": 1109,
"cds_end": null,
"cds_length": 2382,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879379.1"
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH18A1",
"gene_hgnc_id": 9722,
"hgvs_c": "c.1109C>G",
"hgvs_p": "p.Ser370Cys",
"transcript": "ENST00000879380.1",
"protein_id": "ENSP00000549439.1",
"transcript_support_level": null,
"aa_start": 370,
"aa_end": null,
"aa_length": 793,
"cds_start": 1109,
"cds_end": null,
"cds_length": 2382,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879380.1"
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH18A1",
"gene_hgnc_id": 9722,
"hgvs_c": "c.1088C>G",
"hgvs_p": "p.Ser363Cys",
"transcript": "ENST00000879377.1",
"protein_id": "ENSP00000549436.1",
"transcript_support_level": null,
"aa_start": 363,
"aa_end": null,
"aa_length": 786,
"cds_start": 1088,
"cds_end": null,
"cds_length": 2361,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879377.1"
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH18A1",
"gene_hgnc_id": 9722,
"hgvs_c": "c.1079C>G",
"hgvs_p": "p.Ser360Cys",
"transcript": "ENST00000931931.1",
"protein_id": "ENSP00000601990.1",
"transcript_support_level": null,
"aa_start": 360,
"aa_end": null,
"aa_length": 783,
"cds_start": 1079,
"cds_end": null,
"cds_length": 2352,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931931.1"
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH18A1",
"gene_hgnc_id": 9722,
"hgvs_c": "c.1028C>G",
"hgvs_p": "p.Ser343Cys",
"transcript": "ENST00000879375.1",
"protein_id": "ENSP00000549434.1",
"transcript_support_level": null,
"aa_start": 343,
"aa_end": null,
"aa_length": 766,
"cds_start": 1028,
"cds_end": null,
"cds_length": 2301,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879375.1"
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH18A1",
"gene_hgnc_id": 9722,
"hgvs_c": "c.1010C>G",
"hgvs_p": "p.Ser337Cys",
"transcript": "NM_001323417.2",
"protein_id": "NP_001310346.1",
"transcript_support_level": null,
"aa_start": 337,
"aa_end": null,
"aa_length": 760,
"cds_start": 1010,
"cds_end": null,
"cds_length": 2283,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001323417.2"
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH18A1",
"gene_hgnc_id": 9722,
"hgvs_c": "c.1010C>G",
"hgvs_p": "p.Ser337Cys",
"transcript": "ENST00000931934.1",
"protein_id": "ENSP00000601993.1",
"transcript_support_level": null,
"aa_start": 337,
"aa_end": null,
"aa_length": 760,
"cds_start": 1010,
"cds_end": null,
"cds_length": 2283,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931934.1"
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH18A1",
"gene_hgnc_id": 9722,
"hgvs_c": "c.1115C>G",
"hgvs_p": "p.Ser372Cys",
"transcript": "ENST00000879378.1",
"protein_id": "ENSP00000549437.1",
"transcript_support_level": null,
"aa_start": 372,
"aa_end": null,
"aa_length": 749,
"cds_start": 1115,
"cds_end": null,
"cds_length": 2250,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879378.1"
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH18A1",
"gene_hgnc_id": 9722,
"hgvs_c": "c.956C>G",
"hgvs_p": "p.Ser319Cys",
"transcript": "ENST00000879376.1",
"protein_id": "ENSP00000549435.1",
"transcript_support_level": null,
"aa_start": 319,
"aa_end": null,
"aa_length": 742,
"cds_start": 956,
"cds_end": null,
"cds_length": 2229,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879376.1"
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH18A1",
"gene_hgnc_id": 9722,
"hgvs_c": "c.899C>G",
"hgvs_p": "p.Ser300Cys",
"transcript": "ENST00000931928.1",
"protein_id": "ENSP00000601987.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 723,
"cds_start": 899,
"cds_end": null,
"cds_length": 2172,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931928.1"
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH18A1",
"gene_hgnc_id": 9722,
"hgvs_c": "c.851C>G",
"hgvs_p": "p.Ser284Cys",
"transcript": "ENST00000931932.1",
"protein_id": "ENSP00000601991.1",
"transcript_support_level": null,
"aa_start": 284,
"aa_end": null,
"aa_length": 707,
"cds_start": 851,
"cds_end": null,
"cds_length": 2124,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931932.1"
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH18A1",
"gene_hgnc_id": 9722,
"hgvs_c": "c.845C>G",
"hgvs_p": "p.Ser282Cys",
"transcript": "ENST00000963326.1",
"protein_id": "ENSP00000633385.1",
"transcript_support_level": null,
"aa_start": 282,
"aa_end": null,
"aa_length": 705,
"cds_start": 845,
"cds_end": null,
"cds_length": 2118,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000963326.1"
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH18A1",
"gene_hgnc_id": 9722,
"hgvs_c": "c.782C>G",
"hgvs_p": "p.Ser261Cys",
"transcript": "NM_001323412.2",
"protein_id": "NP_001310341.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 684,
"cds_start": 782,
"cds_end": null,
"cds_length": 2055,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001323412.2"
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH18A1",
"gene_hgnc_id": 9722,
"hgvs_c": "c.782C>G",
"hgvs_p": "p.Ser261Cys",
"transcript": "NM_001323416.2",
"protein_id": "NP_001310345.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 684,
"cds_start": 782,
"cds_end": null,
"cds_length": 2055,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001323416.2"
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH18A1",
"gene_hgnc_id": 9722,
"hgvs_c": "c.776C>G",
"hgvs_p": "p.Ser259Cys",
"transcript": "NM_001323418.2",
"protein_id": "NP_001310347.1",
"transcript_support_level": null,
"aa_start": 259,
"aa_end": null,
"aa_length": 682,
"cds_start": 776,
"cds_end": null,
"cds_length": 2049,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001323418.2"
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH18A1",
"gene_hgnc_id": 9722,
"hgvs_c": "c.479C>G",
"hgvs_p": "p.Ser160Cys",
"transcript": "NM_001323419.2",
"protein_id": "NP_001310348.1",
"transcript_support_level": null,
"aa_start": 160,
"aa_end": null,
"aa_length": 583,
"cds_start": 479,
"cds_end": null,
"cds_length": 1752,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001323419.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ALDH18A1",
"gene_hgnc_id": 9722,
"hgvs_c": "c.89-19797C>G",
"hgvs_p": null,
"transcript": "ENST00000931929.1",
"protein_id": "ENSP00000601988.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 89,
"cds_start": null,
"cds_end": null,
"cds_length": 270,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931929.1"
},
{
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH18A1",
"gene_hgnc_id": 9722,
"hgvs_c": "n.480C>G",
"hgvs_p": null,
"transcript": "ENST00000489386.1",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000489386.1"
}
],
"gene_symbol": "ALDH18A1",
"gene_hgnc_id": 9722,
"dbsnp": "rs3765571",
"frequency_reference_population": 6.8411055e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84111e-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.3157311975955963,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.358,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.0692,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.2,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 3.293,
"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": 1,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4",
"acmg_by_gene": [
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "NM_002860.4",
"gene_symbol": "ALDH18A1",
"hgnc_id": 9722,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD,AR,SD",
"hgvs_c": "c.1115C>G",
"hgvs_p": "p.Ser372Cys"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}