← 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: 11-72107961-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=72107961&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 4,
"criteria": [
"PM2",
"BP4_Strong"
],
"effects": [
"missense_variant"
],
"gene_symbol": "LRTOMT",
"hgnc_id": 25033,
"hgvs_c": "c.397G>A",
"hgvs_p": "p.Ala133Thr",
"inheritance_mode": "AR,Unknown",
"pathogenic_score": 2,
"score": -2,
"transcript": "NM_001145308.5",
"verdict": "Likely_benign"
},
{
"benign_score": 4,
"criteria": [
"PM2",
"BP4_Strong"
],
"effects": [
"missense_variant"
],
"gene_symbol": "TOMT",
"hgnc_id": 55527,
"hgvs_c": "c.298G>A",
"hgvs_p": "p.Ala100Thr",
"inheritance_mode": "",
"pathogenic_score": 2,
"score": -2,
"transcript": "NM_001393500.2",
"verdict": "Likely_benign"
},
{
"benign_score": 4,
"criteria": [
"PM2",
"BP4_Strong"
],
"effects": [
"3_prime_UTR_variant"
],
"gene_symbol": "ANAPC15",
"hgnc_id": 24531,
"hgvs_c": "c.*858C>T",
"hgvs_p": null,
"inheritance_mode": "AR",
"pathogenic_score": 2,
"score": -2,
"transcript": "NM_001393443.1",
"verdict": "Likely_benign"
}
],
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong",
"acmg_score": -2,
"allele_count_reference_population": 1,
"alphamissense_prediction": null,
"alphamissense_score": 0.0699,
"alt": "A",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Benign",
"bayesdelnoaf_score": -0.72,
"chr": "11",
"clinvar_classification": "Uncertain significance",
"clinvar_disease": "not provided",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"computational_prediction_selected": "Benign",
"computational_score_selected": 0.046556442975997925,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 258,
"aa_ref": "A",
"aa_start": 100,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1476,
"cdna_start": 326,
"cds_end": null,
"cds_length": 777,
"cds_start": 298,
"consequences": [
"missense_variant"
],
"exon_count": 3,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "NM_001393500.2",
"gene_hgnc_id": 55527,
"gene_symbol": "TOMT",
"hgvs_c": "c.298G>A",
"hgvs_p": "p.Ala100Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000541899.3",
"protein_coding": true,
"protein_id": "NP_001380429.1",
"strand": true,
"transcript": "NM_001393500.2",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 258,
"aa_ref": "A",
"aa_start": 100,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 1476,
"cdna_start": 326,
"cds_end": null,
"cds_length": 777,
"cds_start": 298,
"consequences": [
"missense_variant"
],
"exon_count": 3,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000541899.3",
"gene_hgnc_id": 55527,
"gene_symbol": "TOMT",
"hgvs_c": "c.298G>A",
"hgvs_p": "p.Ala100Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_001393500.2",
"protein_coding": true,
"protein_id": "ENSP00000494667.1",
"strand": true,
"transcript": "ENST00000541899.3",
"transcript_support_level": 5
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 291,
"aa_ref": "A",
"aa_start": 133,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 3604,
"cdna_start": 1273,
"cds_end": null,
"cds_length": 876,
"cds_start": 397,
"consequences": [
"missense_variant"
],
"exon_count": 7,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000307198.11",
"gene_hgnc_id": 25033,
"gene_symbol": "LRTOMT",
"hgvs_c": "c.397G>A",
"hgvs_p": "p.Ala133Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000305742.7",
"strand": true,
"transcript": "ENST00000307198.11",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 105,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1481,
"cdna_start": null,
"cds_end": null,
"cds_length": 318,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 4,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000502597.2",
"gene_hgnc_id": 24531,
"gene_symbol": "ANAPC15",
"hgvs_c": "c.64-356C>T",
"hgvs_p": null,
"intron_rank": 3,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000441774.1",
"strand": false,
"transcript": "ENST00000502597.2",
"transcript_support_level": 1
},
{
"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": 3299,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 9,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000427369.6",
"gene_hgnc_id": 25033,
"gene_symbol": "LRTOMT",
"hgvs_c": "n.*116G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000409403.2",
"strand": true,
"transcript": "ENST00000427369.6",
"transcript_support_level": 1
},
{
"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": 3182,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 9,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000544409.5",
"gene_hgnc_id": 25033,
"gene_symbol": "LRTOMT",
"hgvs_c": "n.*116G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000440969.1",
"strand": true,
"transcript": "ENST00000544409.5",
"transcript_support_level": 1
},
{
"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": 3299,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 9,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000427369.6",
"gene_hgnc_id": 25033,
"gene_symbol": "LRTOMT",
"hgvs_c": "n.*116G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000409403.2",
"strand": true,
"transcript": "ENST00000427369.6",
"transcript_support_level": 1
},
{
"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": 3182,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 9,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000544409.5",
"gene_hgnc_id": 25033,
"gene_symbol": "LRTOMT",
"hgvs_c": "n.*116G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000440969.1",
"strand": true,
"transcript": "ENST00000544409.5",
"transcript_support_level": 1
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 291,
"aa_ref": "A",
"aa_start": 133,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3090,
"cdna_start": 754,
"cds_end": null,
"cds_length": 876,
"cds_start": 397,
"consequences": [
"missense_variant"
],
"exon_count": 7,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "NM_001145308.5",
"gene_hgnc_id": 25033,
"gene_symbol": "LRTOMT",
"hgvs_c": "c.397G>A",
"hgvs_p": "p.Ala133Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001138780.1",
"strand": true,
"transcript": "NM_001145308.5",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 291,
"aa_ref": "A",
"aa_start": 133,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3311,
"cdna_start": 975,
"cds_end": null,
"cds_length": 876,
"cds_start": 397,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "NM_001145309.4",
"gene_hgnc_id": 25033,
"gene_symbol": "LRTOMT",
"hgvs_c": "c.397G>A",
"hgvs_p": "p.Ala133Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001138781.1",
"strand": true,
"transcript": "NM_001145309.4",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 258,
"aa_ref": "A",
"aa_start": 100,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4156,
"cdna_start": 1821,
"cds_end": null,
"cds_length": 777,
"cds_start": 298,
"consequences": [
"missense_variant"
],
"exon_count": 4,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000864603.1",
"gene_hgnc_id": 55527,
"gene_symbol": "TOMT",
"hgvs_c": "c.298G>A",
"hgvs_p": "p.Ala100Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000534662.1",
"strand": true,
"transcript": "ENST00000864603.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 251,
"aa_ref": "A",
"aa_start": 93,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3191,
"cdna_start": 855,
"cds_end": null,
"cds_length": 756,
"cds_start": 277,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "NM_001145310.4",
"gene_hgnc_id": 25033,
"gene_symbol": "LRTOMT",
"hgvs_c": "c.277G>A",
"hgvs_p": "p.Ala93Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001138782.1",
"strand": true,
"transcript": "NM_001145310.4",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 124,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2963,
"cdna_start": null,
"cds_end": null,
"cds_length": 375,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 6,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "NM_001393443.1",
"gene_hgnc_id": 24531,
"gene_symbol": "ANAPC15",
"hgvs_c": "c.*858C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001380372.1",
"strand": false,
"transcript": "NM_001393443.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 124,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3229,
"cdna_start": null,
"cds_end": null,
"cds_length": 375,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 6,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "NM_001393444.1",
"gene_hgnc_id": 24531,
"gene_symbol": "ANAPC15",
"hgvs_c": "c.*858C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001380373.1",
"strand": false,
"transcript": "NM_001393444.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 124,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3224,
"cdna_start": null,
"cds_end": null,
"cds_length": 375,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 6,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "NM_001393445.1",
"gene_hgnc_id": 24531,
"gene_symbol": "ANAPC15",
"hgvs_c": "c.*858C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001380374.1",
"strand": false,
"transcript": "NM_001393445.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 190,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1693,
"cdna_start": null,
"cds_end": null,
"cds_length": 573,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 6,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001330321.2",
"gene_hgnc_id": 24531,
"gene_symbol": "ANAPC15",
"hgvs_c": "c.319-356C>T",
"hgvs_p": null,
"intron_rank": 5,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001317250.1",
"strand": false,
"transcript": "NM_001330321.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 190,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1688,
"cdna_start": null,
"cds_end": null,
"cds_length": 573,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 6,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001393427.1",
"gene_hgnc_id": 24531,
"gene_symbol": "ANAPC15",
"hgvs_c": "c.319-356C>T",
"hgvs_p": null,
"intron_rank": 5,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001380356.1",
"strand": false,
"transcript": "NM_001393427.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 190,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1663,
"cdna_start": null,
"cds_end": null,
"cds_length": 573,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 6,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001393428.1",
"gene_hgnc_id": 24531,
"gene_symbol": "ANAPC15",
"hgvs_c": "c.319-356C>T",
"hgvs_p": null,
"intron_rank": 5,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001380357.1",
"strand": false,
"transcript": "NM_001393428.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 190,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1608,
"cdna_start": null,
"cds_end": null,
"cds_length": 573,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 5,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001393429.1",
"gene_hgnc_id": 24531,
"gene_symbol": "ANAPC15",
"hgvs_c": "c.319-356C>T",
"hgvs_p": null,
"intron_rank": 4,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001380358.1",
"strand": false,
"transcript": "NM_001393429.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 190,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1603,
"cdna_start": null,
"cds_end": null,
"cds_length": 573,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 5,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001393430.1",
"gene_hgnc_id": 24531,
"gene_symbol": "ANAPC15",
"hgvs_c": "c.319-356C>T",
"hgvs_p": null,
"intron_rank": 4,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001380359.1",
"strand": false,
"transcript": "NM_001393430.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 190,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1959,
"cdna_start": null,
"cds_end": null,
"cds_length": 573,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 6,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001393431.1",
"gene_hgnc_id": 24531,
"gene_symbol": "ANAPC15",
"hgvs_c": "c.319-356C>T",
"hgvs_p": null,
"intron_rank": 5,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001380360.1",
"strand": false,
"transcript": "NM_001393431.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 190,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 807,
"cdna_start": null,
"cds_end": null,
"cds_length": 573,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 5,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000543050.5",
"gene_hgnc_id": 24531,
"gene_symbol": "ANAPC15",
"hgvs_c": "c.319-356C>T",
"hgvs_p": null,
"intron_rank": 4,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000437360.1",
"strand": false,
"transcript": "ENST00000543050.5",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 156,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 801,
"cdna_start": null,
"cds_end": null,
"cds_length": 471,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 6,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000439209.5",
"gene_hgnc_id": 25033,
"gene_symbol": "LRTOMT",
"hgvs_c": "c.438-644G>A",
"hgvs_p": null,
"intron_rank": 5,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000395139.1",
"strand": true,
"transcript": "ENST00000439209.5",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 156,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1002,
"cdna_start": null,
"cds_end": null,
"cds_length": 471,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 6,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000643715.1",
"gene_hgnc_id": 25033,
"gene_symbol": "LRTOMT",
"hgvs_c": "c.438-644G>A",
"hgvs_p": null,
"intron_rank": 5,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000496019.1",
"strand": true,
"transcript": "ENST00000643715.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 105,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1478,
"cdna_start": null,
"cds_end": null,
"cds_length": 318,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 4,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001393459.1",
"gene_hgnc_id": 24531,
"gene_symbol": "ANAPC15",
"hgvs_c": "c.64-356C>T",
"hgvs_p": null,
"intron_rank": 3,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001380388.1",
"strand": false,
"transcript": "NM_001393459.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": 773,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 6,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000646163.1",
"gene_hgnc_id": 25033,
"gene_symbol": "LRTOMT",
"hgvs_c": "n.*116G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000494749.1",
"strand": true,
"transcript": "ENST00000646163.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": 3071,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 7,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "NR_171687.1",
"gene_hgnc_id": 24531,
"gene_symbol": "ANAPC15",
"hgvs_c": "n.1482C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "NR_171687.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": 773,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 6,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000646163.1",
"gene_hgnc_id": 25033,
"gene_symbol": "LRTOMT",
"hgvs_c": "n.*116G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000494749.1",
"strand": true,
"transcript": "ENST00000646163.1",
"transcript_support_level": null
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs76657474",
"effect": "missense_variant",
"frequency_reference_population": 7.145838e-7,
"gene_hgnc_id": 25033,
"gene_symbol": "LRTOMT",
"gnomad_exomes_ac": 1,
"gnomad_exomes_af": 7.14584e-7,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_ac": null,
"gnomad_genomes_af": null,
"gnomad_genomes_homalt": null,
"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 provided",
"phylop100way_prediction": "Benign",
"phylop100way_score": 1.358,
"pos": 72107961,
"ref": "G",
"revel_prediction": "Benign",
"revel_score": 0.023,
"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_001145308.5"
}
]
}