← 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-23526674-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=18&pos=23526674&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": "RMC1",
"hgnc_id": 24326,
"hgvs_c": "c.1098A>G",
"hgvs_p": "p.Ile366Met",
"inheritance_mode": "AD",
"pathogenic_score": 2,
"score": 0,
"transcript": "NM_013326.5",
"verdict": "Uncertain_significance"
},
{
"benign_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"effects": [
"intron_variant"
],
"gene_symbol": "NPC1",
"hgnc_id": 7897,
"hgvs_c": "c.430+6681T>C",
"hgvs_p": null,
"inheritance_mode": "AR",
"pathogenic_score": 2,
"score": 0,
"transcript": "ENST00000591107.6",
"verdict": "Uncertain_significance"
}
],
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_score": 0,
"allele_count_reference_population": 0,
"alphamissense_prediction": null,
"alphamissense_score": 0.1126,
"alt": "G",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Benign",
"bayesdelnoaf_score": -0.3,
"chr": "18",
"clinvar_classification": "",
"clinvar_disease": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"computational_prediction_selected": "Benign",
"computational_score_selected": 0.19863095879554749,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 657,
"aa_ref": "I",
"aa_start": 366,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2200,
"cdna_start": 1206,
"cds_end": null,
"cds_length": 1974,
"cds_start": 1098,
"consequences": [
"missense_variant"
],
"exon_count": 20,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "NM_013326.5",
"gene_hgnc_id": 24326,
"gene_symbol": "RMC1",
"hgvs_c": "c.1098A>G",
"hgvs_p": "p.Ile366Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000269221.8",
"protein_coding": true,
"protein_id": "NP_037458.3",
"strand": true,
"transcript": "NM_013326.5",
"transcript_support_level": null
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 657,
"aa_ref": "I",
"aa_start": 366,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 2200,
"cdna_start": 1206,
"cds_end": null,
"cds_length": 1974,
"cds_start": 1098,
"consequences": [
"missense_variant"
],
"exon_count": 20,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "ENST00000269221.8",
"gene_hgnc_id": 24326,
"gene_symbol": "RMC1",
"hgvs_c": "c.1098A>G",
"hgvs_p": "p.Ile366Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_013326.5",
"protein_coding": true,
"protein_id": "ENSP00000269221.2",
"strand": true,
"transcript": "ENST00000269221.8",
"transcript_support_level": 1
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 609,
"aa_ref": "I",
"aa_start": 318,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 2002,
"cdna_start": 1054,
"cds_end": null,
"cds_length": 1830,
"cds_start": 954,
"consequences": [
"missense_variant"
],
"exon_count": 18,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000590868.5",
"gene_hgnc_id": 24326,
"gene_symbol": "RMC1",
"hgvs_c": "c.954A>G",
"hgvs_p": "p.Ile318Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000467007.1",
"strand": true,
"transcript": "ENST00000590868.5",
"transcript_support_level": 2
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 609,
"aa_ref": "I",
"aa_start": 366,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 2076,
"cdna_start": 1221,
"cds_end": null,
"cds_length": 1830,
"cds_start": 1098,
"consequences": [
"missense_variant"
],
"exon_count": 20,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "ENST00000615148.5",
"gene_hgnc_id": 24326,
"gene_symbol": "RMC1",
"hgvs_c": "c.1098A>G",
"hgvs_p": "p.Ile366Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000482573.2",
"strand": true,
"transcript": "ENST00000615148.5",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": true,
"cdna_end": null,
"cdna_length": 1945,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 19,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000589215.5",
"gene_hgnc_id": 24326,
"gene_symbol": "RMC1",
"hgvs_c": "n.*755A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000467852.1",
"strand": true,
"transcript": "ENST00000589215.5",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": true,
"cdna_end": null,
"cdna_length": 1945,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 19,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000589215.5",
"gene_hgnc_id": 24326,
"gene_symbol": "RMC1",
"hgvs_c": "n.*755A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000467852.1",
"strand": true,
"transcript": "ENST00000589215.5",
"transcript_support_level": 2
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 673,
"aa_ref": "I",
"aa_start": 382,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2200,
"cdna_start": 1246,
"cds_end": null,
"cds_length": 2022,
"cds_start": 1146,
"consequences": [
"missense_variant"
],
"exon_count": 21,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "ENST00000897724.1",
"gene_hgnc_id": 24326,
"gene_symbol": "RMC1",
"hgvs_c": "c.1146A>G",
"hgvs_p": "p.Ile382Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000567783.1",
"strand": true,
"transcript": "ENST00000897724.1",
"transcript_support_level": null
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 662,
"aa_ref": "I",
"aa_start": 371,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2149,
"cdna_start": 1195,
"cds_end": null,
"cds_length": 1989,
"cds_start": 1113,
"consequences": [
"missense_variant"
],
"exon_count": 20,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "ENST00000926737.1",
"gene_hgnc_id": 24326,
"gene_symbol": "RMC1",
"hgvs_c": "c.1113A>G",
"hgvs_p": "p.Ile371Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000596796.1",
"strand": true,
"transcript": "ENST00000926737.1",
"transcript_support_level": null
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 656,
"aa_ref": "I",
"aa_start": 366,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2182,
"cdna_start": 1231,
"cds_end": null,
"cds_length": 1971,
"cds_start": 1098,
"consequences": [
"missense_variant"
],
"exon_count": 20,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "ENST00000897720.1",
"gene_hgnc_id": 24326,
"gene_symbol": "RMC1",
"hgvs_c": "c.1098A>G",
"hgvs_p": "p.Ile366Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000567779.1",
"strand": true,
"transcript": "ENST00000897720.1",
"transcript_support_level": null
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 646,
"aa_ref": "I",
"aa_start": 355,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2115,
"cdna_start": 1161,
"cds_end": null,
"cds_length": 1941,
"cds_start": 1065,
"consequences": [
"missense_variant"
],
"exon_count": 20,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "ENST00000897725.1",
"gene_hgnc_id": 24326,
"gene_symbol": "RMC1",
"hgvs_c": "c.1065A>G",
"hgvs_p": "p.Ile355Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000567784.1",
"strand": true,
"transcript": "ENST00000897725.1",
"transcript_support_level": null
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 638,
"aa_ref": "I",
"aa_start": 347,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2131,
"cdna_start": 1177,
"cds_end": null,
"cds_length": 1917,
"cds_start": 1041,
"consequences": [
"missense_variant"
],
"exon_count": 19,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000949335.1",
"gene_hgnc_id": 24326,
"gene_symbol": "RMC1",
"hgvs_c": "c.1041A>G",
"hgvs_p": "p.Ile347Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000619394.1",
"strand": true,
"transcript": "ENST00000949335.1",
"transcript_support_level": null
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 637,
"aa_ref": "I",
"aa_start": 366,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2098,
"cdna_start": 1207,
"cds_end": null,
"cds_length": 1914,
"cds_start": 1098,
"consequences": [
"missense_variant"
],
"exon_count": 20,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "ENST00000949337.1",
"gene_hgnc_id": 24326,
"gene_symbol": "RMC1",
"hgvs_c": "c.1098A>G",
"hgvs_p": "p.Ile366Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000619396.1",
"strand": true,
"transcript": "ENST00000949337.1",
"transcript_support_level": null
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 631,
"aa_ref": "I",
"aa_start": 366,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2097,
"cdna_start": 1221,
"cds_end": null,
"cds_length": 1896,
"cds_start": 1098,
"consequences": [
"missense_variant"
],
"exon_count": 19,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "ENST00000897721.1",
"gene_hgnc_id": 24326,
"gene_symbol": "RMC1",
"hgvs_c": "c.1098A>G",
"hgvs_p": "p.Ile366Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000567780.1",
"strand": true,
"transcript": "ENST00000897721.1",
"transcript_support_level": null
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 628,
"aa_ref": "I",
"aa_start": 337,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2084,
"cdna_start": 1134,
"cds_end": null,
"cds_length": 1887,
"cds_start": 1011,
"consequences": [
"missense_variant"
],
"exon_count": 19,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000897722.1",
"gene_hgnc_id": 24326,
"gene_symbol": "RMC1",
"hgvs_c": "c.1011A>G",
"hgvs_p": "p.Ile337Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000567781.1",
"strand": true,
"transcript": "ENST00000897722.1",
"transcript_support_level": null
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 622,
"aa_ref": "I",
"aa_start": 366,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2038,
"cdna_start": 1196,
"cds_end": null,
"cds_length": 1869,
"cds_start": 1098,
"consequences": [
"missense_variant"
],
"exon_count": 19,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "ENST00000949338.1",
"gene_hgnc_id": 24326,
"gene_symbol": "RMC1",
"hgvs_c": "c.1098A>G",
"hgvs_p": "p.Ile366Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000619397.1",
"strand": true,
"transcript": "ENST00000949338.1",
"transcript_support_level": null
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 609,
"aa_ref": "I",
"aa_start": 318,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2057,
"cdna_start": 1103,
"cds_end": null,
"cds_length": 1830,
"cds_start": 954,
"consequences": [
"missense_variant"
],
"exon_count": 18,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "NM_001318709.1",
"gene_hgnc_id": 24326,
"gene_symbol": "RMC1",
"hgvs_c": "c.954A>G",
"hgvs_p": "p.Ile318Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001305638.1",
"strand": true,
"transcript": "NM_001318709.1",
"transcript_support_level": null
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 595,
"aa_ref": "I",
"aa_start": 366,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1950,
"cdna_start": 1182,
"cds_end": null,
"cds_length": 1788,
"cds_start": 1098,
"consequences": [
"missense_variant"
],
"exon_count": 20,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "ENST00000897726.1",
"gene_hgnc_id": 24326,
"gene_symbol": "RMC1",
"hgvs_c": "c.1098A>G",
"hgvs_p": "p.Ile366Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000567785.1",
"strand": true,
"transcript": "ENST00000897726.1",
"transcript_support_level": null
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 561,
"aa_ref": "I",
"aa_start": 318,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1958,
"cdna_start": 1103,
"cds_end": null,
"cds_length": 1686,
"cds_start": 954,
"consequences": [
"missense_variant"
],
"exon_count": 18,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "NM_001276342.1",
"gene_hgnc_id": 24326,
"gene_symbol": "RMC1",
"hgvs_c": "c.954A>G",
"hgvs_p": "p.Ile318Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001263271.1",
"strand": true,
"transcript": "NM_001276342.1",
"transcript_support_level": null
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 555,
"aa_ref": "I",
"aa_start": 264,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1854,
"cdna_start": 900,
"cds_end": null,
"cds_length": 1668,
"cds_start": 792,
"consequences": [
"missense_variant"
],
"exon_count": 16,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000897723.1",
"gene_hgnc_id": 24326,
"gene_symbol": "RMC1",
"hgvs_c": "c.792A>G",
"hgvs_p": "p.Ile264Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000567782.1",
"strand": true,
"transcript": "ENST00000897723.1",
"transcript_support_level": null
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 500,
"aa_ref": "I",
"aa_start": 209,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1972,
"cdna_start": 1018,
"cds_end": null,
"cds_length": 1503,
"cds_start": 627,
"consequences": [
"missense_variant"
],
"exon_count": 17,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "NM_001318707.1",
"gene_hgnc_id": 24326,
"gene_symbol": "RMC1",
"hgvs_c": "c.627A>G",
"hgvs_p": "p.Ile209Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001305636.1",
"strand": true,
"transcript": "NM_001318707.1",
"transcript_support_level": null
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 499,
"aa_ref": "I",
"aa_start": 208,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1697,
"cdna_start": 747,
"cds_end": null,
"cds_length": 1500,
"cds_start": 624,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000949336.1",
"gene_hgnc_id": 24326,
"gene_symbol": "RMC1",
"hgvs_c": "c.624A>G",
"hgvs_p": "p.Ile208Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000619395.1",
"strand": true,
"transcript": "ENST00000949336.1",
"transcript_support_level": null
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 452,
"aa_ref": "I",
"aa_start": 209,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1992,
"cdna_start": 1162,
"cds_end": null,
"cds_length": 1359,
"cds_start": 627,
"consequences": [
"missense_variant"
],
"exon_count": 19,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "NM_001318708.1",
"gene_hgnc_id": 24326,
"gene_symbol": "RMC1",
"hgvs_c": "c.627A>G",
"hgvs_p": "p.Ile209Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001305637.1",
"strand": true,
"transcript": "NM_001318708.1",
"transcript_support_level": null
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 500,
"aa_ref": "I",
"aa_start": 209,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1898,
"cdna_start": 904,
"cds_end": null,
"cds_length": 1503,
"cds_start": 627,
"consequences": [
"missense_variant"
],
"exon_count": 18,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "XM_047437486.1",
"gene_hgnc_id": 24326,
"gene_symbol": "RMC1",
"hgvs_c": "c.627A>G",
"hgvs_p": "p.Ile209Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047293442.1",
"strand": true,
"transcript": "XM_047437486.1",
"transcript_support_level": null
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 500,
"aa_ref": "I",
"aa_start": 209,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1791,
"cdna_start": 797,
"cds_end": null,
"cds_length": 1503,
"cds_start": 627,
"consequences": [
"missense_variant"
],
"exon_count": 17,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "XM_047437487.1",
"gene_hgnc_id": 24326,
"gene_symbol": "RMC1",
"hgvs_c": "c.627A>G",
"hgvs_p": "p.Ile209Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047293443.1",
"strand": true,
"transcript": "XM_047437487.1",
"transcript_support_level": null
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 440,
"aa_ref": "I",
"aa_start": 366,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1536,
"cdna_start": 1247,
"cds_end": null,
"cds_length": 1323,
"cds_start": 1098,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "XM_047437488.1",
"gene_hgnc_id": 24326,
"gene_symbol": "RMC1",
"hgvs_c": "c.1098A>G",
"hgvs_p": "p.Ile366Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047293444.1",
"strand": true,
"transcript": "XM_047437488.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 614,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2013,
"cdna_start": null,
"cds_end": null,
"cds_length": 1845,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 19,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000949339.1",
"gene_hgnc_id": 24326,
"gene_symbol": "RMC1",
"hgvs_c": "c.1061-1121A>G",
"hgvs_p": null,
"intron_rank": 12,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000619398.1",
"strand": true,
"transcript": "ENST00000949339.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 178,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 890,
"cdna_start": null,
"cds_end": null,
"cds_length": 537,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 4,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000591107.6",
"gene_hgnc_id": 7897,
"gene_symbol": "NPC1",
"hgvs_c": "c.430+6681T>C",
"hgvs_p": null,
"intron_rank": 3,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000468438.1",
"strand": false,
"transcript": "ENST00000591107.6",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 59,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 755,
"cdna_start": null,
"cds_end": null,
"cds_length": 180,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 2,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000590723.5",
"gene_hgnc_id": 7897,
"gene_symbol": "NPC1",
"hgvs_c": "c.164-3768T>C",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000464755.1",
"strand": false,
"transcript": "ENST00000590723.5",
"transcript_support_level": 4
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 1303,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4427,
"cdna_start": null,
"cds_end": null,
"cds_length": 3912,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 25,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_005258277.1",
"gene_hgnc_id": 7897,
"gene_symbol": "NPC1",
"hgvs_c": "c.3805+6681T>C",
"hgvs_p": null,
"intron_rank": 24,
"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": null,
"aa_end": null,
"aa_length": 1286,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4376,
"cdna_start": null,
"cds_end": null,
"cds_length": 3861,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 25,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_005258279.3",
"gene_hgnc_id": 7897,
"gene_symbol": "NPC1",
"hgvs_c": "c.3754+6681T>C",
"hgvs_p": null,
"intron_rank": 24,
"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": null,
"aa_end": null,
"aa_length": 1273,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5284,
"cdna_start": null,
"cds_end": null,
"cds_length": 3822,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 25,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_006722479.4",
"gene_hgnc_id": 7897,
"gene_symbol": "NPC1",
"hgvs_c": "c.3806-3768T>C",
"hgvs_p": null,
"intron_rank": 24,
"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": null,
"aa_end": null,
"aa_length": 1256,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5233,
"cdna_start": null,
"cds_end": null,
"cds_length": 3771,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 25,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_017025787.2",
"gene_hgnc_id": 7897,
"gene_symbol": "NPC1",
"hgvs_c": "c.3755-3768T>C",
"hgvs_p": null,
"intron_rank": 24,
"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": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2102,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 20,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "ENST00000590870.5",
"gene_hgnc_id": 24326,
"gene_symbol": "RMC1",
"hgvs_c": "n.*99A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000464875.1",
"strand": true,
"transcript": "ENST00000590870.5",
"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": 2102,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 20,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "ENST00000590870.5",
"gene_hgnc_id": 24326,
"gene_symbol": "RMC1",
"hgvs_c": "n.*99A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000464875.1",
"strand": true,
"transcript": "ENST00000590870.5",
"transcript_support_level": 5
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs78871358",
"effect": "missense_variant",
"frequency_reference_population": null,
"gene_hgnc_id": 24326,
"gene_symbol": "RMC1",
"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": null,
"phenotype_combined": null,
"phylop100way_prediction": "Benign",
"phylop100way_score": -0.496,
"pos": 23526674,
"ref": "A",
"revel_prediction": "Benign",
"revel_score": 0.129,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0.019999999552965164,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0.02,
"transcript": "NM_013326.5"
}
]
}