← 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: 18-23539981-A-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=18&pos=23539981&ref=A&alt=C&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 0,
"criteria": [
"PVS1",
"PM2",
"PP5_Moderate"
],
"effects": [
"stop_gained"
],
"gene_symbol": "NPC1",
"hgnc_id": 7897,
"hgvs_c": "c.2625T>G",
"hgvs_p": "p.Tyr875*",
"inheritance_mode": "AR",
"pathogenic_score": 12,
"score": 12,
"transcript": "NM_000271.5",
"verdict": "Pathogenic"
}
],
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1,PM2,PP5_Moderate",
"acmg_score": 12,
"allele_count_reference_population": 0,
"alphamissense_prediction": null,
"alphamissense_score": null,
"alt": "C",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Pathogenic",
"bayesdelnoaf_score": 0.55,
"chr": "18",
"clinvar_classification": "Likely pathogenic",
"clinvar_disease": " type C1,Niemann-Pick disease",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LP:1",
"computational_prediction_selected": "Pathogenic",
"computational_score_selected": 0.550000011920929,
"computational_source_selected": "BayesDel_noAF",
"consequences": [
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 1278,
"aa_ref": "Y",
"aa_start": 875,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4760,
"cdna_start": 2788,
"cds_end": null,
"cds_length": 3837,
"cds_start": 2625,
"consequences": [
"stop_gained"
],
"exon_count": 25,
"exon_rank": 18,
"exon_rank_end": null,
"feature": "NM_000271.5",
"gene_hgnc_id": 7897,
"gene_symbol": "NPC1",
"hgvs_c": "c.2625T>G",
"hgvs_p": "p.Tyr875*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000269228.10",
"protein_coding": true,
"protein_id": "NP_000262.2",
"strand": false,
"transcript": "NM_000271.5",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 1278,
"aa_ref": "Y",
"aa_start": 875,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 4760,
"cdna_start": 2788,
"cds_end": null,
"cds_length": 3837,
"cds_start": 2625,
"consequences": [
"stop_gained"
],
"exon_count": 25,
"exon_rank": 18,
"exon_rank_end": null,
"feature": "ENST00000269228.10",
"gene_hgnc_id": 7897,
"gene_symbol": "NPC1",
"hgvs_c": "c.2625T>G",
"hgvs_p": "p.Tyr875*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_000271.5",
"protein_coding": true,
"protein_id": "ENSP00000269228.4",
"strand": false,
"transcript": "ENST00000269228.10",
"transcript_support_level": 1
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 1295,
"aa_ref": "Y",
"aa_start": 892,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6272,
"cdna_start": 3302,
"cds_end": null,
"cds_length": 3888,
"cds_start": 2676,
"consequences": [
"stop_gained"
],
"exon_count": 25,
"exon_rank": 18,
"exon_rank_end": null,
"feature": "ENST00000897526.1",
"gene_hgnc_id": 7897,
"gene_symbol": "NPC1",
"hgvs_c": "c.2676T>G",
"hgvs_p": "p.Tyr892*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000567585.1",
"strand": false,
"transcript": "ENST00000897526.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 1293,
"aa_ref": "Y",
"aa_start": 875,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4728,
"cdna_start": 2768,
"cds_end": null,
"cds_length": 3882,
"cds_start": 2625,
"consequences": [
"stop_gained"
],
"exon_count": 25,
"exon_rank": 18,
"exon_rank_end": null,
"feature": "ENST00000926494.1",
"gene_hgnc_id": 7897,
"gene_symbol": "NPC1",
"hgvs_c": "c.2625T>G",
"hgvs_p": "p.Tyr875*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000596553.1",
"strand": false,
"transcript": "ENST00000926494.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 1280,
"aa_ref": "Y",
"aa_start": 877,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4705,
"cdna_start": 2737,
"cds_end": null,
"cds_length": 3843,
"cds_start": 2631,
"consequences": [
"stop_gained"
],
"exon_count": 25,
"exon_rank": 18,
"exon_rank_end": null,
"feature": "ENST00000897529.1",
"gene_hgnc_id": 7897,
"gene_symbol": "NPC1",
"hgvs_c": "c.2631T>G",
"hgvs_p": "p.Tyr877*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000567588.1",
"strand": false,
"transcript": "ENST00000897529.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 1274,
"aa_ref": "Y",
"aa_start": 871,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4943,
"cdna_start": 2975,
"cds_end": null,
"cds_length": 3825,
"cds_start": 2613,
"consequences": [
"stop_gained"
],
"exon_count": 25,
"exon_rank": 18,
"exon_rank_end": null,
"feature": "ENST00000897527.1",
"gene_hgnc_id": 7897,
"gene_symbol": "NPC1",
"hgvs_c": "c.2613T>G",
"hgvs_p": "p.Tyr871*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000567586.1",
"strand": false,
"transcript": "ENST00000897527.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 1274,
"aa_ref": "Y",
"aa_start": 871,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4662,
"cdna_start": 2751,
"cds_end": null,
"cds_length": 3825,
"cds_start": 2613,
"consequences": [
"stop_gained"
],
"exon_count": 25,
"exon_rank": 18,
"exon_rank_end": null,
"feature": "ENST00000949154.1",
"gene_hgnc_id": 7897,
"gene_symbol": "NPC1",
"hgvs_c": "c.2613T>G",
"hgvs_p": "p.Tyr871*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000619213.1",
"strand": false,
"transcript": "ENST00000949154.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 1274,
"aa_ref": "Y",
"aa_start": 892,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4655,
"cdna_start": 2807,
"cds_end": null,
"cds_length": 3825,
"cds_start": 2676,
"consequences": [
"stop_gained"
],
"exon_count": 25,
"exon_rank": 18,
"exon_rank_end": null,
"feature": "ENST00000949156.1",
"gene_hgnc_id": 7897,
"gene_symbol": "NPC1",
"hgvs_c": "c.2676T>G",
"hgvs_p": "p.Tyr892*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000619215.1",
"strand": false,
"transcript": "ENST00000949156.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 1265,
"aa_ref": "Y",
"aa_start": 862,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4623,
"cdna_start": 2712,
"cds_end": null,
"cds_length": 3798,
"cds_start": 2586,
"consequences": [
"stop_gained"
],
"exon_count": 24,
"exon_rank": 17,
"exon_rank_end": null,
"feature": "ENST00000949157.1",
"gene_hgnc_id": 7897,
"gene_symbol": "NPC1",
"hgvs_c": "c.2586T>G",
"hgvs_p": "p.Tyr862*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000619216.1",
"strand": false,
"transcript": "ENST00000949157.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 1263,
"aa_ref": "Y",
"aa_start": 860,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4623,
"cdna_start": 2710,
"cds_end": null,
"cds_length": 3792,
"cds_start": 2580,
"consequences": [
"stop_gained"
],
"exon_count": 25,
"exon_rank": 18,
"exon_rank_end": null,
"feature": "ENST00000949155.1",
"gene_hgnc_id": 7897,
"gene_symbol": "NPC1",
"hgvs_c": "c.2580T>G",
"hgvs_p": "p.Tyr860*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000619214.1",
"strand": false,
"transcript": "ENST00000949155.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 1257,
"aa_ref": "Y",
"aa_start": 875,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4614,
"cdna_start": 2764,
"cds_end": null,
"cds_length": 3774,
"cds_start": 2625,
"consequences": [
"stop_gained"
],
"exon_count": 25,
"exon_rank": 18,
"exon_rank_end": null,
"feature": "ENST00000949153.1",
"gene_hgnc_id": 7897,
"gene_symbol": "NPC1",
"hgvs_c": "c.2625T>G",
"hgvs_p": "p.Tyr875*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000619212.1",
"strand": false,
"transcript": "ENST00000949153.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 1248,
"aa_ref": "Y",
"aa_start": 845,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4608,
"cdna_start": 2695,
"cds_end": null,
"cds_length": 3747,
"cds_start": 2535,
"consequences": [
"stop_gained"
],
"exon_count": 24,
"exon_rank": 17,
"exon_rank_end": null,
"feature": "ENST00000926493.1",
"gene_hgnc_id": 7897,
"gene_symbol": "NPC1",
"hgvs_c": "c.2535T>G",
"hgvs_p": "p.Tyr845*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000596552.1",
"strand": false,
"transcript": "ENST00000926493.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 1237,
"aa_ref": "Y",
"aa_start": 834,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5030,
"cdna_start": 3115,
"cds_end": null,
"cds_length": 3714,
"cds_start": 2502,
"consequences": [
"stop_gained"
],
"exon_count": 24,
"exon_rank": 17,
"exon_rank_end": null,
"feature": "ENST00000949151.1",
"gene_hgnc_id": 7897,
"gene_symbol": "NPC1",
"hgvs_c": "c.2502T>G",
"hgvs_p": "p.Tyr834*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000619210.1",
"strand": false,
"transcript": "ENST00000949151.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 1231,
"aa_ref": "Y",
"aa_start": 828,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4508,
"cdna_start": 2596,
"cds_end": null,
"cds_length": 3696,
"cds_start": 2484,
"consequences": [
"stop_gained"
],
"exon_count": 25,
"exon_rank": 18,
"exon_rank_end": null,
"feature": "ENST00000897530.1",
"gene_hgnc_id": 7897,
"gene_symbol": "NPC1",
"hgvs_c": "c.2484T>G",
"hgvs_p": "p.Tyr828*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000567589.1",
"strand": false,
"transcript": "ENST00000897530.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 1222,
"aa_ref": "Y",
"aa_start": 819,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4975,
"cdna_start": 3062,
"cds_end": null,
"cds_length": 3669,
"cds_start": 2457,
"consequences": [
"stop_gained"
],
"exon_count": 24,
"exon_rank": 17,
"exon_rank_end": null,
"feature": "ENST00000949152.1",
"gene_hgnc_id": 7897,
"gene_symbol": "NPC1",
"hgvs_c": "c.2457T>G",
"hgvs_p": "p.Tyr819*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000619211.1",
"strand": false,
"transcript": "ENST00000949152.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 1210,
"aa_ref": "Y",
"aa_start": 807,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4529,
"cdna_start": 2614,
"cds_end": null,
"cds_length": 3633,
"cds_start": 2421,
"consequences": [
"stop_gained"
],
"exon_count": 23,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "ENST00000897528.1",
"gene_hgnc_id": 7897,
"gene_symbol": "NPC1",
"hgvs_c": "c.2421T>G",
"hgvs_p": "p.Tyr807*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000567587.1",
"strand": false,
"transcript": "ENST00000897528.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 970,
"aa_ref": "Y",
"aa_start": 567,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3171,
"cdna_start": 1703,
"cds_end": null,
"cds_length": 2913,
"cds_start": 1701,
"consequences": [
"stop_gained"
],
"exon_count": 18,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000591051.1",
"gene_hgnc_id": 7897,
"gene_symbol": "NPC1",
"hgvs_c": "c.1701T>G",
"hgvs_p": "p.Tyr567*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000467636.1",
"strand": false,
"transcript": "ENST00000591051.1",
"transcript_support_level": 2
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 1303,
"aa_ref": "Y",
"aa_start": 892,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4427,
"cdna_start": 2839,
"cds_end": null,
"cds_length": 3912,
"cds_start": 2676,
"consequences": [
"stop_gained"
],
"exon_count": 25,
"exon_rank": 18,
"exon_rank_end": null,
"feature": "XM_005258277.1",
"gene_hgnc_id": 7897,
"gene_symbol": "NPC1",
"hgvs_c": "c.2676T>G",
"hgvs_p": "p.Tyr892*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_005258334.1",
"strand": false,
"transcript": "XM_005258277.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 1295,
"aa_ref": "Y",
"aa_start": 892,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4811,
"cdna_start": 2839,
"cds_end": null,
"cds_length": 3888,
"cds_start": 2676,
"consequences": [
"stop_gained"
],
"exon_count": 25,
"exon_rank": 18,
"exon_rank_end": null,
"feature": "XM_005258278.6",
"gene_hgnc_id": 7897,
"gene_symbol": "NPC1",
"hgvs_c": "c.2676T>G",
"hgvs_p": "p.Tyr892*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_005258335.1",
"strand": false,
"transcript": "XM_005258278.6",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 1286,
"aa_ref": "Y",
"aa_start": 875,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4376,
"cdna_start": 2788,
"cds_end": null,
"cds_length": 3861,
"cds_start": 2625,
"consequences": [
"stop_gained"
],
"exon_count": 25,
"exon_rank": 18,
"exon_rank_end": null,
"feature": "XM_005258279.3",
"gene_hgnc_id": 7897,
"gene_symbol": "NPC1",
"hgvs_c": "c.2625T>G",
"hgvs_p": "p.Tyr875*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_005258336.1",
"strand": false,
"transcript": "XM_005258279.3",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 1281,
"aa_ref": "Y",
"aa_start": 892,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5489,
"cdna_start": 2839,
"cds_end": null,
"cds_length": 3846,
"cds_start": 2676,
"consequences": [
"stop_gained"
],
"exon_count": 25,
"exon_rank": 18,
"exon_rank_end": null,
"feature": "XM_017025784.1",
"gene_hgnc_id": 7897,
"gene_symbol": "NPC1",
"hgvs_c": "c.2676T>G",
"hgvs_p": "p.Tyr892*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_016881273.1",
"strand": false,
"transcript": "XM_017025784.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 1273,
"aa_ref": "Y",
"aa_start": 892,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5284,
"cdna_start": 2839,
"cds_end": null,
"cds_length": 3822,
"cds_start": 2676,
"consequences": [
"stop_gained"
],
"exon_count": 25,
"exon_rank": 18,
"exon_rank_end": null,
"feature": "XM_006722479.4",
"gene_hgnc_id": 7897,
"gene_symbol": "NPC1",
"hgvs_c": "c.2676T>G",
"hgvs_p": "p.Tyr892*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_006722542.1",
"strand": false,
"transcript": "XM_006722479.4",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 1273,
"aa_ref": "Y",
"aa_start": 892,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5116,
"cdna_start": 2839,
"cds_end": null,
"cds_length": 3822,
"cds_start": 2676,
"consequences": [
"stop_gained"
],
"exon_count": 25,
"exon_rank": 18,
"exon_rank_end": null,
"feature": "XM_017025785.1",
"gene_hgnc_id": 7897,
"gene_symbol": "NPC1",
"hgvs_c": "c.2676T>G",
"hgvs_p": "p.Tyr892*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_016881274.1",
"strand": false,
"transcript": "XM_017025785.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 1264,
"aa_ref": "Y",
"aa_start": 875,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5438,
"cdna_start": 2788,
"cds_end": null,
"cds_length": 3795,
"cds_start": 2625,
"consequences": [
"stop_gained"
],
"exon_count": 25,
"exon_rank": 18,
"exon_rank_end": null,
"feature": "XM_017025786.2",
"gene_hgnc_id": 7897,
"gene_symbol": "NPC1",
"hgvs_c": "c.2625T>G",
"hgvs_p": "p.Tyr875*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_016881275.1",
"strand": false,
"transcript": "XM_017025786.2",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 1256,
"aa_ref": "Y",
"aa_start": 875,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5233,
"cdna_start": 2788,
"cds_end": null,
"cds_length": 3771,
"cds_start": 2625,
"consequences": [
"stop_gained"
],
"exon_count": 25,
"exon_rank": 18,
"exon_rank_end": null,
"feature": "XM_017025787.2",
"gene_hgnc_id": 7897,
"gene_symbol": "NPC1",
"hgvs_c": "c.2625T>G",
"hgvs_p": "p.Tyr875*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_016881276.1",
"strand": false,
"transcript": "XM_017025787.2",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 1256,
"aa_ref": "Y",
"aa_start": 875,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5065,
"cdna_start": 2788,
"cds_end": null,
"cds_length": 3771,
"cds_start": 2625,
"consequences": [
"stop_gained"
],
"exon_count": 25,
"exon_rank": 18,
"exon_rank_end": null,
"feature": "XM_047437539.1",
"gene_hgnc_id": 7897,
"gene_symbol": "NPC1",
"hgvs_c": "c.2625T>G",
"hgvs_p": "p.Tyr875*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047293495.1",
"strand": false,
"transcript": "XM_047437539.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": 2790,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 16,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "ENST00000540608.5",
"gene_hgnc_id": 7897,
"gene_symbol": "NPC1",
"hgvs_c": "n.2539T>G",
"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": "ENST00000540608.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": 574,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 3,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000586718.1",
"gene_hgnc_id": 7897,
"gene_symbol": "NPC1",
"hgvs_c": "n.416T>G",
"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": "ENST00000586718.1",
"transcript_support_level": 3
},
{
"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": 809,
"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": "ENST00000591075.1",
"gene_hgnc_id": 7897,
"gene_symbol": "NPC1",
"hgvs_c": "n.-83T>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": "ENST00000591075.1",
"transcript_support_level": 4
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs1555633361",
"effect": "stop_gained",
"frequency_reference_population": null,
"gene_hgnc_id": 7897,
"gene_symbol": "NPC1",
"gnomad_exomes_ac": null,
"gnomad_exomes_af": null,
"gnomad_exomes_homalt": null,
"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": "Likely pathogenic",
"phenotype_combined": "Niemann-Pick disease, type C1",
"phylop100way_prediction": "Benign",
"phylop100way_score": 0.499,
"pos": 23539981,
"ref": "A",
"revel_prediction": null,
"revel_score": null,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0,
"transcript": "NM_000271.5"
}
]
}