← 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: 4-39470032-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=4&pos=39470032&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 0,
"criteria": [
"PM1"
],
"effects": [
"missense_variant"
],
"gene_symbol": "LIAS",
"hgnc_id": 16429,
"hgvs_c": "c.751C>T",
"hgvs_p": "p.Pro251Ser",
"inheritance_mode": "AR",
"pathogenic_score": 2,
"score": 2,
"transcript": "NM_006859.4",
"verdict": "Uncertain_significance"
},
{
"benign_score": 0,
"criteria": [],
"effects": [
"upstream_gene_variant"
],
"gene_symbol": "ENSG00000298383",
"hgnc_id": null,
"hgvs_c": "n.-110G>A",
"hgvs_p": null,
"inheritance_mode": "",
"pathogenic_score": 0,
"score": 0,
"transcript": "ENST00000755221.1",
"verdict": "Uncertain_significance"
}
],
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM1",
"acmg_score": 2,
"allele_count_reference_population": 51,
"alphamissense_prediction": null,
"alphamissense_score": 0.2308,
"alt": "T",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Uncertain_significance",
"bayesdelnoaf_score": -0.06,
"chr": "4",
"clinvar_classification": "Uncertain significance",
"clinvar_disease": "Lipoic acid synthetase deficiency",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"computational_prediction_selected": "Uncertain_significance",
"computational_score_selected": 0.6456719040870667,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 372,
"aa_ref": "P",
"aa_start": 251,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3572,
"cdna_start": 813,
"cds_end": null,
"cds_length": 1119,
"cds_start": 751,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "NM_006859.4",
"gene_hgnc_id": 16429,
"gene_symbol": "LIAS",
"hgvs_c": "c.751C>T",
"hgvs_p": "p.Pro251Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000640888.2",
"protein_coding": true,
"protein_id": "NP_006850.2",
"strand": true,
"transcript": "NM_006859.4",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 372,
"aa_ref": "P",
"aa_start": 251,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 3572,
"cdna_start": 813,
"cds_end": null,
"cds_length": 1119,
"cds_start": 751,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000640888.2",
"gene_hgnc_id": 16429,
"gene_symbol": "LIAS",
"hgvs_c": "c.751C>T",
"hgvs_p": "p.Pro251Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_006859.4",
"protein_coding": true,
"protein_id": "ENSP00000492260.1",
"strand": true,
"transcript": "ENST00000640888.2",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 2030,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 4,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "ENST00000640816.1",
"gene_hgnc_id": 16429,
"gene_symbol": "LIAS",
"hgvs_c": "n.1159C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000640816.1",
"transcript_support_level": 1
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 370,
"aa_ref": "P",
"aa_start": 249,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1711,
"cdna_start": 805,
"cds_end": null,
"cds_length": 1113,
"cds_start": 745,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000946185.1",
"gene_hgnc_id": 16429,
"gene_symbol": "LIAS",
"hgvs_c": "c.745C>T",
"hgvs_p": "p.Pro249Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000616244.1",
"strand": true,
"transcript": "ENST00000946185.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 345,
"aa_ref": "P",
"aa_start": 224,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1530,
"cdna_start": 695,
"cds_end": null,
"cds_length": 1038,
"cds_start": 670,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000870880.1",
"gene_hgnc_id": 16429,
"gene_symbol": "LIAS",
"hgvs_c": "c.670C>T",
"hgvs_p": "p.Pro224Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000540939.1",
"strand": true,
"transcript": "ENST00000870880.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 329,
"aa_ref": "P",
"aa_start": 208,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3443,
"cdna_start": 684,
"cds_end": null,
"cds_length": 990,
"cds_start": 622,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "NM_001278590.2",
"gene_hgnc_id": 16429,
"gene_symbol": "LIAS",
"hgvs_c": "c.622C>T",
"hgvs_p": "p.Pro208Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001265519.1",
"strand": true,
"transcript": "NM_001278590.2",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 329,
"aa_ref": "P",
"aa_start": 208,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1578,
"cdna_start": 677,
"cds_end": null,
"cds_length": 990,
"cds_start": 622,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000381846.2",
"gene_hgnc_id": 16429,
"gene_symbol": "LIAS",
"hgvs_c": "c.622C>T",
"hgvs_p": "p.Pro208Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000371270.1",
"strand": true,
"transcript": "ENST00000381846.2",
"transcript_support_level": 3
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 322,
"aa_ref": "P",
"aa_start": 251,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3460,
"cdna_start": 813,
"cds_end": null,
"cds_length": 969,
"cds_start": 751,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "NM_194451.3",
"gene_hgnc_id": 16429,
"gene_symbol": "LIAS",
"hgvs_c": "c.751C>T",
"hgvs_p": "p.Pro251Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_919433.1",
"strand": true,
"transcript": "NM_194451.3",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 322,
"aa_ref": "P",
"aa_start": 251,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1485,
"cdna_start": 760,
"cds_end": null,
"cds_length": 969,
"cds_start": 751,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000340169.7",
"gene_hgnc_id": 16429,
"gene_symbol": "LIAS",
"hgvs_c": "c.751C>T",
"hgvs_p": "p.Pro251Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000340676.2",
"strand": true,
"transcript": "ENST00000340169.7",
"transcript_support_level": 5
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 320,
"aa_ref": "P",
"aa_start": 213,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 969,
"cdna_start": 641,
"cds_end": null,
"cds_length": 965,
"cds_start": 637,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000640349.1",
"gene_hgnc_id": 16429,
"gene_symbol": "LIAS",
"hgvs_c": "c.637C>T",
"hgvs_p": "p.Pro213Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000491477.1",
"strand": true,
"transcript": "ENST00000640349.1",
"transcript_support_level": 5
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 269,
"aa_ref": "P",
"aa_start": 148,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3263,
"cdna_start": 504,
"cds_end": null,
"cds_length": 810,
"cds_start": 442,
"consequences": [
"missense_variant"
],
"exon_count": 8,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "NM_001363700.2",
"gene_hgnc_id": 16429,
"gene_symbol": "LIAS",
"hgvs_c": "c.442C>T",
"hgvs_p": "p.Pro148Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001350629.1",
"strand": true,
"transcript": "NM_001363700.2",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 269,
"aa_ref": "P",
"aa_start": 148,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1258,
"cdna_start": 473,
"cds_end": null,
"cds_length": 810,
"cds_start": 442,
"consequences": [
"missense_variant"
],
"exon_count": 8,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000261434.8",
"gene_hgnc_id": 16429,
"gene_symbol": "LIAS",
"hgvs_c": "c.442C>T",
"hgvs_p": "p.Pro148Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000261434.4",
"strand": true,
"transcript": "ENST00000261434.8",
"transcript_support_level": 5
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 265,
"aa_ref": "P",
"aa_start": 128,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1403,
"cdna_start": 382,
"cds_end": null,
"cds_length": 798,
"cds_start": 382,
"consequences": [
"missense_variant"
],
"exon_count": 8,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000640672.1",
"gene_hgnc_id": 16429,
"gene_symbol": "LIAS",
"hgvs_c": "c.382C>T",
"hgvs_p": "p.Pro128Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000492203.1",
"strand": true,
"transcript": "ENST00000640672.1",
"transcript_support_level": 5
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 242,
"aa_ref": "P",
"aa_start": 121,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 826,
"cdna_start": 413,
"cds_end": null,
"cds_length": 729,
"cds_start": 361,
"consequences": [
"missense_variant"
],
"exon_count": 7,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000513731.6",
"gene_hgnc_id": 16429,
"gene_symbol": "LIAS",
"hgvs_c": "c.361C>T",
"hgvs_p": "p.Pro121Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000425580.1",
"strand": true,
"transcript": "ENST00000513731.6",
"transcript_support_level": 5
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 240,
"aa_ref": "P",
"aa_start": 119,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1270,
"cdna_start": 364,
"cds_end": null,
"cds_length": 723,
"cds_start": 355,
"consequences": [
"missense_variant"
],
"exon_count": 8,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000934755.1",
"gene_hgnc_id": 16429,
"gene_symbol": "LIAS",
"hgvs_c": "c.355C>T",
"hgvs_p": "p.Pro119Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000604814.1",
"strand": true,
"transcript": "ENST00000934755.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 226,
"aa_ref": "P",
"aa_start": 105,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1159,
"cdna_start": 322,
"cds_end": null,
"cds_length": 681,
"cds_start": 313,
"consequences": [
"missense_variant"
],
"exon_count": 7,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000638451.1",
"gene_hgnc_id": 16429,
"gene_symbol": "LIAS",
"hgvs_c": "c.313C>T",
"hgvs_p": "p.Pro105Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000491681.1",
"strand": true,
"transcript": "ENST00000638451.1",
"transcript_support_level": 5
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 199,
"aa_ref": "P",
"aa_start": 78,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1211,
"cdna_start": 305,
"cds_end": null,
"cds_length": 600,
"cds_start": 232,
"consequences": [
"missense_variant"
],
"exon_count": 6,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000934754.1",
"gene_hgnc_id": 16429,
"gene_symbol": "LIAS",
"hgvs_c": "c.232C>T",
"hgvs_p": "p.Pro78Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000604813.1",
"strand": true,
"transcript": "ENST00000934754.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 1776,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 12,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000638422.1",
"gene_hgnc_id": 16429,
"gene_symbol": "LIAS",
"hgvs_c": "n.*274C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000491001.1",
"strand": true,
"transcript": "ENST00000638422.1",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 1237,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 8,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000638430.1",
"gene_hgnc_id": 16429,
"gene_symbol": "LIAS",
"hgvs_c": "n.*354C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000491831.1",
"strand": true,
"transcript": "ENST00000638430.1",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 675,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 8,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000638816.1",
"gene_hgnc_id": 16429,
"gene_symbol": "LIAS",
"hgvs_c": "n.*150C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000492482.1",
"strand": true,
"transcript": "ENST00000638816.1",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 4115,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 9,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000639422.1",
"gene_hgnc_id": 16429,
"gene_symbol": "LIAS",
"hgvs_c": "n.*107C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000491899.1",
"strand": true,
"transcript": "ENST00000639422.1",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 1561,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 3,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "ENST00000639475.1",
"gene_hgnc_id": 16429,
"gene_symbol": "LIAS",
"hgvs_c": "n.804C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000639475.1",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 2259,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 11,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000640381.1",
"gene_hgnc_id": 16429,
"gene_symbol": "LIAS",
"hgvs_c": "n.1592C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000640381.1",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2080,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 9,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000640689.1",
"gene_hgnc_id": 16429,
"gene_symbol": "LIAS",
"hgvs_c": "n.*1135C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000491591.1",
"strand": true,
"transcript": "ENST00000640689.1",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 1776,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 12,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000638422.1",
"gene_hgnc_id": 16429,
"gene_symbol": "LIAS",
"hgvs_c": "n.*274C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000491001.1",
"strand": true,
"transcript": "ENST00000638422.1",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 1237,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 8,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000638430.1",
"gene_hgnc_id": 16429,
"gene_symbol": "LIAS",
"hgvs_c": "n.*354C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000491831.1",
"strand": true,
"transcript": "ENST00000638430.1",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 675,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 8,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000638816.1",
"gene_hgnc_id": 16429,
"gene_symbol": "LIAS",
"hgvs_c": "n.*150C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000492482.1",
"strand": true,
"transcript": "ENST00000638816.1",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 4115,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 9,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000639422.1",
"gene_hgnc_id": 16429,
"gene_symbol": "LIAS",
"hgvs_c": "n.*107C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000491899.1",
"strand": true,
"transcript": "ENST00000639422.1",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2080,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 9,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000640689.1",
"gene_hgnc_id": 16429,
"gene_symbol": "LIAS",
"hgvs_c": "n.*1135C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000491591.1",
"strand": true,
"transcript": "ENST00000640689.1",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 1785,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"upstream_gene_variant"
],
"exon_count": 3,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000755221.1",
"gene_hgnc_id": null,
"gene_symbol": "ENSG00000298383",
"hgvs_c": "n.-110G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000755221.1",
"transcript_support_level": null
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs146513468",
"effect": "missense_variant",
"frequency_reference_population": 0.000031709398,
"gene_hgnc_id": 16429,
"gene_symbol": "LIAS",
"gnomad_exomes_ac": 37,
"gnomad_exomes_af": 0.0000254088,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_ac": 14,
"gnomad_genomes_af": 0.0000920036,
"gnomad_genomes_homalt": 0,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 0,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": "Uncertain significance",
"phenotype_combined": "Lipoic acid synthetase deficiency",
"phylop100way_prediction": "Pathogenic",
"phylop100way_score": 7.525,
"pos": 39470032,
"ref": "C",
"revel_prediction": "Uncertain_significance",
"revel_score": 0.626,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0.009999999776482582,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0.01,
"transcript": "NM_006859.4"
}
]
}