← 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: 9-136953871-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=9&pos=136953871&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"effects": [
"missense_variant"
],
"gene_symbol": "LCN12",
"hgnc_id": 28733,
"hgvs_c": "c.355A>G",
"hgvs_p": "p.Thr119Ala",
"inheritance_mode": "Unknown",
"pathogenic_score": 2,
"score": 0,
"transcript": "NM_178536.4",
"verdict": "Uncertain_significance"
}
],
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_score": 0,
"allele_count_reference_population": 5,
"alphamissense_prediction": "Benign",
"alphamissense_score": 0.1675,
"alt": "G",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Benign",
"bayesdelnoaf_score": -0.73,
"chr": "9",
"clinvar_classification": "Uncertain significance",
"clinvar_disease": "not specified",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"computational_prediction_selected": "Benign",
"computational_score_selected": 0.09460121393203735,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 192,
"aa_ref": "T",
"aa_start": 119,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 732,
"cdna_start": 410,
"cds_end": null,
"cds_length": 579,
"cds_start": 355,
"consequences": [
"missense_variant"
],
"exon_count": 6,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "NM_178536.4",
"gene_hgnc_id": 28733,
"gene_symbol": "LCN12",
"hgvs_c": "c.355A>G",
"hgvs_p": "p.Thr119Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000371633.8",
"protein_coding": true,
"protein_id": "NP_848631.2",
"strand": true,
"transcript": "NM_178536.4",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 192,
"aa_ref": "T",
"aa_start": 119,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 732,
"cdna_start": 410,
"cds_end": null,
"cds_length": 579,
"cds_start": 355,
"consequences": [
"missense_variant"
],
"exon_count": 6,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000371633.8",
"gene_hgnc_id": 28733,
"gene_symbol": "LCN12",
"hgvs_c": "c.355A>G",
"hgvs_p": "p.Thr119Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_178536.4",
"protein_coding": true,
"protein_id": "ENSP00000360696.3",
"strand": true,
"transcript": "ENST00000371633.8",
"transcript_support_level": 1
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 192,
"aa_ref": "T",
"aa_start": 119,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 718,
"cdna_start": 399,
"cds_end": null,
"cds_length": 579,
"cds_start": 355,
"consequences": [
"missense_variant"
],
"exon_count": 7,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000874070.1",
"gene_hgnc_id": 28733,
"gene_symbol": "LCN12",
"hgvs_c": "c.355A>G",
"hgvs_p": "p.Thr119Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000544129.1",
"strand": true,
"transcript": "ENST00000874070.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 382,
"aa_ref": "T",
"aa_start": 146,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3482,
"cdna_start": 1004,
"cds_end": null,
"cds_length": 1149,
"cds_start": 436,
"consequences": [
"missense_variant"
],
"exon_count": 6,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "XM_011518560.3",
"gene_hgnc_id": 28733,
"gene_symbol": "LCN12",
"hgvs_c": "c.436A>G",
"hgvs_p": "p.Thr146Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011516862.1",
"strand": true,
"transcript": "XM_011518560.3",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 355,
"aa_ref": "T",
"aa_start": 119,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3313,
"cdna_start": 835,
"cds_end": null,
"cds_length": 1068,
"cds_start": 355,
"consequences": [
"missense_variant"
],
"exon_count": 6,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "XM_006717065.4",
"gene_hgnc_id": 28733,
"gene_symbol": "LCN12",
"hgvs_c": "c.355A>G",
"hgvs_p": "p.Thr119Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_006717128.1",
"strand": true,
"transcript": "XM_006717065.4",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 355,
"aa_ref": "T",
"aa_start": 119,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2883,
"cdna_start": 405,
"cds_end": null,
"cds_length": 1068,
"cds_start": 355,
"consequences": [
"missense_variant"
],
"exon_count": 6,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "XM_011518562.3",
"gene_hgnc_id": 28733,
"gene_symbol": "LCN12",
"hgvs_c": "c.355A>G",
"hgvs_p": "p.Thr119Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011516864.1",
"strand": true,
"transcript": "XM_011518562.3",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 199,
"aa_ref": "T",
"aa_start": 119,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2420,
"cdna_start": 410,
"cds_end": null,
"cds_length": 600,
"cds_start": 355,
"consequences": [
"missense_variant"
],
"exon_count": 6,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "XM_017014631.2",
"gene_hgnc_id": 28733,
"gene_symbol": "LCN12",
"hgvs_c": "c.355A>G",
"hgvs_p": "p.Thr119Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_016870120.2",
"strand": true,
"transcript": "XM_017014631.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 153,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 651,
"cdna_start": null,
"cds_end": null,
"cds_length": 462,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 6,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000874069.1",
"gene_hgnc_id": 28733,
"gene_symbol": "LCN12",
"hgvs_c": "c.331+92A>G",
"hgvs_p": null,
"intron_rank": 4,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000544128.1",
"strand": true,
"transcript": "ENST00000874069.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 153,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 583,
"cdna_start": null,
"cds_end": null,
"cds_length": 462,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 5,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000961465.1",
"gene_hgnc_id": 28733,
"gene_symbol": "LCN12",
"hgvs_c": "c.331+92A>G",
"hgvs_p": null,
"intron_rank": 3,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000631524.1",
"strand": true,
"transcript": "ENST00000961465.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 90,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 403,
"cdna_start": null,
"cds_end": null,
"cds_length": 273,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 5,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000371632.7",
"gene_hgnc_id": 28733,
"gene_symbol": "LCN12",
"hgvs_c": "c.134-53A>G",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000360695.3",
"strand": true,
"transcript": "ENST00000371632.7",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 219,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 962,
"cdna_start": null,
"cds_end": null,
"cds_length": 660,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 4,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_047423247.1",
"gene_hgnc_id": 28733,
"gene_symbol": "LCN12",
"hgvs_c": "c.332-53A>G",
"hgvs_p": null,
"intron_rank": 3,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047279203.1",
"strand": true,
"transcript": "XM_047423247.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 781,
"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": "ENST00000466277.5",
"gene_hgnc_id": 28733,
"gene_symbol": "LCN12",
"hgvs_c": "n.238A>G",
"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": "ENST00000466277.5",
"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": 1804,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 5,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000470501.5",
"gene_hgnc_id": 28733,
"gene_symbol": "LCN12",
"hgvs_c": "n.367A>G",
"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": "ENST00000470501.5",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 436,
"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": "ENST00000480204.1",
"gene_hgnc_id": 28733,
"gene_symbol": "LCN12",
"hgvs_c": "n.11A>G",
"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": "ENST00000480204.1",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 2344,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 6,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "XR_001746278.2",
"gene_hgnc_id": 28733,
"gene_symbol": "LCN12",
"hgvs_c": "n.410A>G",
"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": "XR_001746278.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 1876,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 7,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "XR_001746279.3",
"gene_hgnc_id": 28733,
"gene_symbol": "LCN12",
"hgvs_c": "n.410A>G",
"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": "XR_001746279.3",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 731,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 3,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000463714.2",
"gene_hgnc_id": 28733,
"gene_symbol": "LCN12",
"hgvs_c": "n.429+92A>G",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000463714.2",
"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": 489,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 5,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000471615.6",
"gene_hgnc_id": 28733,
"gene_symbol": "LCN12",
"hgvs_c": "n.157+92A>G",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000473473.1",
"strand": true,
"transcript": "ENST00000471615.6",
"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": 536,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 5,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000476751.5",
"gene_hgnc_id": 28733,
"gene_symbol": "LCN12",
"hgvs_c": "n.164-53A>G",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000476751.5",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 629,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 7,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000491316.5",
"gene_hgnc_id": 28733,
"gene_symbol": "LCN12",
"hgvs_c": "n.257-53A>G",
"hgvs_p": null,
"intron_rank": 3,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000491316.5",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 553,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 3,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000491603.5",
"gene_hgnc_id": 28733,
"gene_symbol": "LCN12",
"hgvs_c": "n.451+92A>G",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000491603.5",
"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": 535,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 4,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000492820.5",
"gene_hgnc_id": 28733,
"gene_symbol": "LCN12",
"hgvs_c": "n.283+92A>G",
"hgvs_p": null,
"intron_rank": 3,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000492820.5",
"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": 524,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 4,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000494713.5",
"gene_hgnc_id": 28733,
"gene_symbol": "LCN12",
"hgvs_c": "n.192+92A>G",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000494713.5",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 449,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 3,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000496895.1",
"gene_hgnc_id": 28733,
"gene_symbol": "LCN12",
"hgvs_c": "n.188+92A>G",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000496895.1",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 1759,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 6,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XR_001746280.3",
"gene_hgnc_id": 28733,
"gene_symbol": "LCN12",
"hgvs_c": "n.386+92A>G",
"hgvs_p": null,
"intron_rank": 3,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "XR_001746280.3",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 2183,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 7,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XR_007061284.1",
"gene_hgnc_id": 28733,
"gene_symbol": "LCN12",
"hgvs_c": "n.810+92A>G",
"hgvs_p": null,
"intron_rank": 4,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "XR_007061284.1",
"transcript_support_level": null
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs1851240471",
"effect": "missense_variant",
"frequency_reference_population": 0.0000031165541,
"gene_hgnc_id": 28733,
"gene_symbol": "LCN12",
"gnomad_exomes_ac": 3,
"gnomad_exomes_af": 0.00000206574,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_ac": 2,
"gnomad_genomes_af": 0.0000131517,
"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": "not specified",
"phylop100way_prediction": "Benign",
"phylop100way_score": -1.184,
"pos": 136953871,
"ref": "A",
"revel_prediction": "Benign",
"revel_score": 0.003,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0.03999999910593033,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0.04,
"transcript": "NM_178536.4"
}
]
}