← 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-23531853-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=18&pos=23531853&ref=C&alt=T&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "18",
"pos": 23531853,
"ref": "C",
"alt": "T",
"effect": "3_prime_UTR_variant",
"transcript": "NM_000271.5",
"consequences": [
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NPC1",
"gene_hgnc_id": 7897,
"hgvs_c": "c.*349G>A",
"hgvs_p": null,
"transcript": "NM_000271.5",
"protein_id": "NP_000262.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1278,
"cds_start": -4,
"cds_end": null,
"cds_length": 3837,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4760,
"mane_select": "ENST00000269228.10",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NPC1",
"gene_hgnc_id": 7897,
"hgvs_c": "c.*349G>A",
"hgvs_p": null,
"transcript": "ENST00000269228.10",
"protein_id": "ENSP00000269228.4",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1278,
"cds_start": -4,
"cds_end": null,
"cds_length": 3837,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4760,
"mane_select": "NM_000271.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "NPC1",
"gene_hgnc_id": 7897,
"hgvs_c": "c.85+1502G>A",
"hgvs_p": null,
"transcript": "ENST00000593280.2",
"protein_id": "ENSP00000467150.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 41,
"cds_start": -4,
"cds_end": null,
"cds_length": 126,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1607,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NPC1",
"gene_hgnc_id": 7897,
"hgvs_c": "n.1869G>A",
"hgvs_p": null,
"transcript": "ENST00000588867.1",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2000,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NPC1",
"gene_hgnc_id": 7897,
"hgvs_c": "c.*349G>A",
"hgvs_p": null,
"transcript": "XM_005258278.6",
"protein_id": "XP_005258335.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1295,
"cds_start": -4,
"cds_end": null,
"cds_length": 3888,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4811,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "NPC1",
"gene_hgnc_id": 7897,
"hgvs_c": "c.430+1502G>A",
"hgvs_p": null,
"transcript": "ENST00000591107.6",
"protein_id": "ENSP00000468438.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 178,
"cds_start": -4,
"cds_end": null,
"cds_length": 537,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 890,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "NPC1",
"gene_hgnc_id": 7897,
"hgvs_c": "c.508+1502G>A",
"hgvs_p": null,
"transcript": "ENST00000586150.5",
"protein_id": "ENSP00000468321.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 174,
"cds_start": -4,
"cds_end": null,
"cds_length": 525,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 571,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "NPC1",
"gene_hgnc_id": 7897,
"hgvs_c": "c.163+1502G>A",
"hgvs_p": null,
"transcript": "ENST00000590723.5",
"protein_id": "ENSP00000464755.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 59,
"cds_start": -4,
"cds_end": null,
"cds_length": 180,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 755,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 25,
"intron_rank": 24,
"intron_rank_end": null,
"gene_symbol": "NPC1",
"gene_hgnc_id": 7897,
"hgvs_c": "c.3805+1502G>A",
"hgvs_p": null,
"transcript": "XM_005258277.1",
"protein_id": "XP_005258334.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1303,
"cds_start": -4,
"cds_end": null,
"cds_length": 3912,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4427,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 25,
"intron_rank": 24,
"intron_rank_end": null,
"gene_symbol": "NPC1",
"gene_hgnc_id": 7897,
"hgvs_c": "c.3754+1502G>A",
"hgvs_p": null,
"transcript": "XM_005258279.3",
"protein_id": "XP_005258336.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1286,
"cds_start": -4,
"cds_end": null,
"cds_length": 3861,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4376,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 25,
"intron_rank": 24,
"intron_rank_end": null,
"gene_symbol": "NPC1",
"gene_hgnc_id": 7897,
"hgvs_c": "c.3805+1502G>A",
"hgvs_p": null,
"transcript": "XM_017025784.1",
"protein_id": "XP_016881273.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1281,
"cds_start": -4,
"cds_end": null,
"cds_length": 3846,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5489,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 25,
"intron_rank": 24,
"intron_rank_end": null,
"gene_symbol": "NPC1",
"gene_hgnc_id": 7897,
"hgvs_c": "c.3805+1502G>A",
"hgvs_p": null,
"transcript": "XM_006722479.4",
"protein_id": "XP_006722542.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1273,
"cds_start": -4,
"cds_end": null,
"cds_length": 3822,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5284,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 25,
"intron_rank": 24,
"intron_rank_end": null,
"gene_symbol": "NPC1",
"gene_hgnc_id": 7897,
"hgvs_c": "c.3805+1502G>A",
"hgvs_p": null,
"transcript": "XM_017025785.1",
"protein_id": "XP_016881274.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1273,
"cds_start": -4,
"cds_end": null,
"cds_length": 3822,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5116,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 25,
"intron_rank": 24,
"intron_rank_end": null,
"gene_symbol": "NPC1",
"gene_hgnc_id": 7897,
"hgvs_c": "c.3754+1502G>A",
"hgvs_p": null,
"transcript": "XM_017025786.2",
"protein_id": "XP_016881275.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1264,
"cds_start": -4,
"cds_end": null,
"cds_length": 3795,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5438,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 25,
"intron_rank": 24,
"intron_rank_end": null,
"gene_symbol": "NPC1",
"gene_hgnc_id": 7897,
"hgvs_c": "c.3754+1502G>A",
"hgvs_p": null,
"transcript": "XM_017025787.2",
"protein_id": "XP_016881276.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1256,
"cds_start": -4,
"cds_end": null,
"cds_length": 3771,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5233,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 25,
"intron_rank": 24,
"intron_rank_end": null,
"gene_symbol": "NPC1",
"gene_hgnc_id": 7897,
"hgvs_c": "c.3754+1502G>A",
"hgvs_p": null,
"transcript": "XM_047437539.1",
"protein_id": "XP_047293495.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1256,
"cds_start": -4,
"cds_end": null,
"cds_length": 3771,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5065,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RMC1",
"gene_hgnc_id": 24326,
"hgvs_c": "c.*149C>T",
"hgvs_p": null,
"transcript": "NM_013326.5",
"protein_id": "NP_037458.3",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 657,
"cds_start": -4,
"cds_end": null,
"cds_length": 1974,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2200,
"mane_select": "ENST00000269221.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RMC1",
"gene_hgnc_id": 24326,
"hgvs_c": "c.*149C>T",
"hgvs_p": null,
"transcript": "ENST00000269221.8",
"protein_id": "ENSP00000269221.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 657,
"cds_start": -4,
"cds_end": null,
"cds_length": 1974,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2200,
"mane_select": "NM_013326.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RMC1",
"gene_hgnc_id": 24326,
"hgvs_c": "c.*149C>T",
"hgvs_p": null,
"transcript": "ENST00000590868.5",
"protein_id": "ENSP00000467007.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 609,
"cds_start": -4,
"cds_end": null,
"cds_length": 1830,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2002,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RMC1",
"gene_hgnc_id": 24326,
"hgvs_c": "c.*169C>T",
"hgvs_p": null,
"transcript": "ENST00000615148.5",
"protein_id": "ENSP00000482573.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 609,
"cds_start": -4,
"cds_end": null,
"cds_length": 1830,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2076,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RMC1",
"gene_hgnc_id": 24326,
"hgvs_c": "n.*1656C>T",
"hgvs_p": null,
"transcript": "ENST00000589215.5",
"protein_id": "ENSP00000467852.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1945,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NPC1",
"gene_hgnc_id": 7897,
"hgvs_c": "c.*349G>A",
"hgvs_p": null,
"transcript": "ENST00000591051.1",
"protein_id": "ENSP00000467636.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 970,
"cds_start": -4,
"cds_end": null,
"cds_length": 2913,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3171,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RMC1",
"gene_hgnc_id": 24326,
"hgvs_c": "c.*149C>T",
"hgvs_p": null,
"transcript": "NM_001318709.1",
"protein_id": "NP_001305638.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 609,
"cds_start": -4,
"cds_end": null,
"cds_length": 1830,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2057,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RMC1",
"gene_hgnc_id": 24326,
"hgvs_c": "c.*169C>T",
"hgvs_p": null,
"transcript": "NM_001276342.1",
"protein_id": "NP_001263271.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 561,
"cds_start": -4,
"cds_end": null,
"cds_length": 1686,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1958,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RMC1",
"gene_hgnc_id": 24326,
"hgvs_c": "c.*149C>T",
"hgvs_p": null,
"transcript": "NM_001318707.1",
"protein_id": "NP_001305636.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 500,
"cds_start": -4,
"cds_end": null,
"cds_length": 1503,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1972,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RMC1",
"gene_hgnc_id": 24326,
"hgvs_c": "c.*169C>T",
"hgvs_p": null,
"transcript": "NM_001318708.1",
"protein_id": "NP_001305637.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 452,
"cds_start": -4,
"cds_end": null,
"cds_length": 1359,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1992,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RMC1",
"gene_hgnc_id": 24326,
"hgvs_c": "n.*74C>T",
"hgvs_p": null,
"transcript": "ENST00000589409.1",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 706,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RMC1",
"gene_hgnc_id": 24326,
"hgvs_c": "n.*1124C>T",
"hgvs_p": null,
"transcript": "ENST00000590870.5",
"protein_id": "ENSP00000464875.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2102,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RMC1",
"gene_hgnc_id": 24326,
"hgvs_c": "n.*71C>T",
"hgvs_p": null,
"transcript": "ENST00000591367.5",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 721,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RMC1",
"gene_hgnc_id": 24326,
"hgvs_c": "n.*71C>T",
"hgvs_p": null,
"transcript": "ENST00000593081.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 675,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RMC1",
"gene_hgnc_id": 24326,
"hgvs_c": "c.*149C>T",
"hgvs_p": null,
"transcript": "XM_047437486.1",
"protein_id": "XP_047293442.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 500,
"cds_start": -4,
"cds_end": null,
"cds_length": 1503,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1898,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RMC1",
"gene_hgnc_id": 24326,
"hgvs_c": "c.*149C>T",
"hgvs_p": null,
"transcript": "XM_047437487.1",
"protein_id": "XP_047293443.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 500,
"cds_start": -4,
"cds_end": null,
"cds_length": 1503,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1791,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "NPC1",
"gene_hgnc_id": 7897,
"dbsnp": "rs886053663",
"frequency_reference_population": 0.0000034377824,
"hom_count_reference_population": 0,
"allele_count_reference_population": 5,
"gnomad_exomes_af": 0.00000307027,
"gnomad_genomes_af": 0.00000659587,
"gnomad_exomes_ac": 4,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.25999999046325684,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.26,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.838,
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_000271.5",
"gene_symbol": "NPC1",
"hgnc_id": 7897,
"effects": [
"3_prime_UTR_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.*349G>A",
"hgvs_p": null
},
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_013326.5",
"gene_symbol": "RMC1",
"hgnc_id": 24326,
"effects": [
"downstream_gene_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.*149C>T",
"hgvs_p": null
}
],
"clinvar_disease": " type C,Niemann-Pick disease",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "Niemann-Pick disease, type C",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}