← 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: 16-4797972-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=16&pos=4797972&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 0,
"criteria": [
"PM2",
"PP3_Strong"
],
"effects": [
"missense_variant"
],
"gene_symbol": "ROGDI",
"hgnc_id": 29478,
"hgvs_c": "c.661G>A",
"hgvs_p": "p.Gly221Arg",
"inheritance_mode": "AR",
"pathogenic_score": 6,
"score": 6,
"transcript": "NM_024589.3",
"verdict": "Likely_pathogenic"
},
{
"benign_score": 0,
"criteria": [
"PM2",
"PP3_Strong"
],
"effects": [
"non_coding_transcript_exon_variant"
],
"gene_symbol": "ENSG00000285952",
"hgnc_id": null,
"hgvs_c": "n.1251G>A",
"hgvs_p": null,
"inheritance_mode": "",
"pathogenic_score": 6,
"score": 6,
"transcript": "ENST00000649556.1",
"verdict": "Likely_pathogenic"
}
],
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PM2,PP3_Strong",
"acmg_score": 6,
"allele_count_reference_population": 2,
"alphamissense_prediction": null,
"alphamissense_score": 0.74,
"alt": "T",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Uncertain_significance",
"bayesdelnoaf_score": 0.01,
"chr": "16",
"clinvar_classification": "Uncertain significance",
"clinvar_disease": "Amelocerebrohypohidrotic syndrome",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"computational_prediction_selected": "Pathogenic",
"computational_score_selected": 0.9521244168281555,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 287,
"aa_ref": "G",
"aa_start": 221,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1418,
"cdna_start": 723,
"cds_end": null,
"cds_length": 864,
"cds_start": 661,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "NM_024589.3",
"gene_hgnc_id": 29478,
"gene_symbol": "ROGDI",
"hgvs_c": "c.661G>A",
"hgvs_p": "p.Gly221Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000322048.12",
"protein_coding": true,
"protein_id": "NP_078865.1",
"strand": false,
"transcript": "NM_024589.3",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 287,
"aa_ref": "G",
"aa_start": 221,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 1418,
"cdna_start": 723,
"cds_end": null,
"cds_length": 864,
"cds_start": 661,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000322048.12",
"gene_hgnc_id": 29478,
"gene_symbol": "ROGDI",
"hgvs_c": "c.661G>A",
"hgvs_p": "p.Gly221Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_024589.3",
"protein_coding": true,
"protein_id": "ENSP00000322832.6",
"strand": false,
"transcript": "ENST00000322048.12",
"transcript_support_level": 1
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 300,
"aa_ref": "G",
"aa_start": 221,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1518,
"cdna_start": 784,
"cds_end": null,
"cds_length": 903,
"cds_start": 661,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000907806.1",
"gene_hgnc_id": 29478,
"gene_symbol": "ROGDI",
"hgvs_c": "c.661G>A",
"hgvs_p": "p.Gly221Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000577865.1",
"strand": false,
"transcript": "ENST00000907806.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 294,
"aa_ref": "G",
"aa_start": 221,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1738,
"cdna_start": 1016,
"cds_end": null,
"cds_length": 885,
"cds_start": 661,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000912071.1",
"gene_hgnc_id": 29478,
"gene_symbol": "ROGDI",
"hgvs_c": "c.661G>A",
"hgvs_p": "p.Gly221Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000582130.1",
"strand": false,
"transcript": "ENST00000912071.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 293,
"aa_ref": "G",
"aa_start": 220,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1495,
"cdna_start": 780,
"cds_end": null,
"cds_length": 882,
"cds_start": 658,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000968425.1",
"gene_hgnc_id": 29478,
"gene_symbol": "ROGDI",
"hgvs_c": "c.658G>A",
"hgvs_p": "p.Gly220Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000638484.1",
"strand": false,
"transcript": "ENST00000968425.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 292,
"aa_ref": "G",
"aa_start": 219,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1702,
"cdna_start": 986,
"cds_end": null,
"cds_length": 879,
"cds_start": 655,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000907805.1",
"gene_hgnc_id": 29478,
"gene_symbol": "ROGDI",
"hgvs_c": "c.655G>A",
"hgvs_p": "p.Gly219Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000577864.1",
"strand": false,
"transcript": "ENST00000907805.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 286,
"aa_ref": "G",
"aa_start": 220,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1708,
"cdna_start": 1013,
"cds_end": null,
"cds_length": 861,
"cds_start": 658,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000912072.1",
"gene_hgnc_id": 29478,
"gene_symbol": "ROGDI",
"hgvs_c": "c.658G>A",
"hgvs_p": "p.Gly220Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000582131.1",
"strand": false,
"transcript": "ENST00000912072.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 286,
"aa_ref": "G",
"aa_start": 220,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1383,
"cdna_start": 688,
"cds_end": null,
"cds_length": 861,
"cds_start": 658,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000912073.1",
"gene_hgnc_id": 29478,
"gene_symbol": "ROGDI",
"hgvs_c": "c.658G>A",
"hgvs_p": "p.Gly220Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000582132.1",
"strand": false,
"transcript": "ENST00000912073.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 285,
"aa_ref": "G",
"aa_start": 219,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1419,
"cdna_start": 721,
"cds_end": null,
"cds_length": 858,
"cds_start": 655,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000907810.1",
"gene_hgnc_id": 29478,
"gene_symbol": "ROGDI",
"hgvs_c": "c.655G>A",
"hgvs_p": "p.Gly219Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000577869.1",
"strand": false,
"transcript": "ENST00000907810.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 284,
"aa_ref": "G",
"aa_start": 218,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1442,
"cdna_start": 747,
"cds_end": null,
"cds_length": 855,
"cds_start": 652,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000907809.1",
"gene_hgnc_id": 29478,
"gene_symbol": "ROGDI",
"hgvs_c": "c.652G>A",
"hgvs_p": "p.Gly218Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000577868.1",
"strand": false,
"transcript": "ENST00000907809.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 270,
"aa_ref": "G",
"aa_start": 197,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1400,
"cdna_start": 684,
"cds_end": null,
"cds_length": 813,
"cds_start": 589,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000907808.1",
"gene_hgnc_id": 29478,
"gene_symbol": "ROGDI",
"hgvs_c": "c.589G>A",
"hgvs_p": "p.Gly197Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000577867.1",
"strand": false,
"transcript": "ENST00000907808.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 263,
"aa_ref": "G",
"aa_start": 197,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1644,
"cdna_start": 944,
"cds_end": null,
"cds_length": 792,
"cds_start": 589,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000907804.1",
"gene_hgnc_id": 29478,
"gene_symbol": "ROGDI",
"hgvs_c": "c.589G>A",
"hgvs_p": "p.Gly197Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000577863.1",
"strand": false,
"transcript": "ENST00000907804.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 254,
"aa_ref": "G",
"aa_start": 188,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1323,
"cdna_start": 628,
"cds_end": null,
"cds_length": 765,
"cds_start": 562,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000968427.1",
"gene_hgnc_id": 29478,
"gene_symbol": "ROGDI",
"hgvs_c": "c.562G>A",
"hgvs_p": "p.Gly188Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000638486.1",
"strand": false,
"transcript": "ENST00000968427.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 252,
"aa_ref": "G",
"aa_start": 197,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 811,
"cdna_start": 639,
"cds_end": null,
"cds_length": 761,
"cds_start": 589,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000591392.5",
"gene_hgnc_id": 29478,
"gene_symbol": "ROGDI",
"hgvs_c": "c.589G>A",
"hgvs_p": "p.Gly197Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000467509.1",
"strand": false,
"transcript": "ENST00000591392.5",
"transcript_support_level": 3
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 241,
"aa_ref": "G",
"aa_start": 175,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1319,
"cdna_start": 624,
"cds_end": null,
"cds_length": 726,
"cds_start": 523,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000907807.1",
"gene_hgnc_id": 29478,
"gene_symbol": "ROGDI",
"hgvs_c": "c.523G>A",
"hgvs_p": "p.Gly175Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000577866.1",
"strand": false,
"transcript": "ENST00000907807.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 217,
"aa_ref": "G",
"aa_start": 151,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1210,
"cdna_start": 516,
"cds_end": null,
"cds_length": 654,
"cds_start": 451,
"consequences": [
"missense_variant"
],
"exon_count": 8,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000907811.1",
"gene_hgnc_id": 29478,
"gene_symbol": "ROGDI",
"hgvs_c": "c.451G>A",
"hgvs_p": "p.Gly151Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000577870.1",
"strand": false,
"transcript": "ENST00000907811.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 170,
"aa_ref": "G",
"aa_start": 116,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 570,
"cdna_start": 402,
"cds_end": null,
"cds_length": 514,
"cds_start": 346,
"consequences": [
"missense_variant"
],
"exon_count": 6,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000587711.5",
"gene_hgnc_id": 29478,
"gene_symbol": "ROGDI",
"hgvs_c": "c.346G>A",
"hgvs_p": "p.Gly116Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000467459.1",
"strand": false,
"transcript": "ENST00000587711.5",
"transcript_support_level": 5
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 121,
"aa_ref": "G",
"aa_start": 103,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 457,
"cdna_start": 307,
"cds_end": null,
"cds_length": 366,
"cds_start": 307,
"consequences": [
"missense_variant"
],
"exon_count": 5,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000586153.1",
"gene_hgnc_id": 29478,
"gene_symbol": "ROGDI",
"hgvs_c": "c.307G>A",
"hgvs_p": "p.Gly103Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000464699.1",
"strand": false,
"transcript": "ENST00000586153.1",
"transcript_support_level": 5
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 294,
"aa_ref": "G",
"aa_start": 221,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1439,
"cdna_start": 723,
"cds_end": null,
"cds_length": 885,
"cds_start": 661,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "XM_006720947.5",
"gene_hgnc_id": 29478,
"gene_symbol": "ROGDI",
"hgvs_c": "c.661G>A",
"hgvs_p": "p.Gly221Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_006721010.1",
"strand": false,
"transcript": "XM_006720947.5",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 204,
"aa_ref": "G",
"aa_start": 131,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1272,
"cdna_start": 556,
"cds_end": null,
"cds_length": 615,
"cds_start": 391,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "XM_047434636.1",
"gene_hgnc_id": 29478,
"gene_symbol": "ROGDI",
"hgvs_c": "c.391G>A",
"hgvs_p": "p.Gly131Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047290592.1",
"strand": false,
"transcript": "XM_047434636.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 236,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1300,
"cdna_start": null,
"cds_end": null,
"cds_length": 711,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 10,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000968426.1",
"gene_hgnc_id": 29478,
"gene_symbol": "ROGDI",
"hgvs_c": "c.645+99G>A",
"hgvs_p": null,
"intron_rank": 8,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000638485.1",
"strand": false,
"transcript": "ENST00000968426.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 215,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 651,
"cdna_start": null,
"cds_end": null,
"cds_length": 649,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 7,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000586504.5",
"gene_hgnc_id": 29478,
"gene_symbol": "ROGDI",
"hgvs_c": "c.423+99G>A",
"hgvs_p": null,
"intron_rank": 5,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000465076.1",
"strand": false,
"transcript": "ENST00000586504.5",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 72,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 371,
"cdna_start": null,
"cds_end": null,
"cds_length": 219,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 4,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000592019.1",
"gene_hgnc_id": 29478,
"gene_symbol": "ROGDI",
"hgvs_c": "c.76-157G>A",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000468334.1",
"strand": false,
"transcript": "ENST00000592019.1",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 893,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 8,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000586336.5",
"gene_hgnc_id": 29478,
"gene_symbol": "ROGDI",
"hgvs_c": "n.760G>A",
"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": "ENST00000586336.5",
"transcript_support_level": 3
},
{
"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": 1394,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 11,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000587377.5",
"gene_hgnc_id": 29478,
"gene_symbol": "ROGDI",
"hgvs_c": "n.674G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000468343.1",
"strand": false,
"transcript": "ENST00000587377.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": 1362,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 10,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000587843.5",
"gene_hgnc_id": 29478,
"gene_symbol": "ROGDI",
"hgvs_c": "n.*399G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000465970.1",
"strand": false,
"transcript": "ENST00000587843.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": false,
"cdna_end": null,
"cdna_length": 1530,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 11,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000588201.5",
"gene_hgnc_id": 29478,
"gene_symbol": "ROGDI",
"hgvs_c": "n.*652G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000466529.1",
"strand": false,
"transcript": "ENST00000588201.5",
"transcript_support_level": 5
},
{
"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": 713,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 8,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000589543.5",
"gene_hgnc_id": 29478,
"gene_symbol": "ROGDI",
"hgvs_c": "n.618G>A",
"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": "ENST00000589543.5",
"transcript_support_level": 5
},
{
"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": 2684,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 7,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000591292.5",
"gene_hgnc_id": 29478,
"gene_symbol": "ROGDI",
"hgvs_c": "n.1990G>A",
"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": "ENST00000591292.5",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 2234,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 12,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000649556.1",
"gene_hgnc_id": null,
"gene_symbol": "ENSG00000285952",
"hgvs_c": "n.1251G>A",
"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": "ENST00000649556.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": 1363,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 10,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "NR_046480.2",
"gene_hgnc_id": 29478,
"gene_symbol": "ROGDI",
"hgvs_c": "n.668G>A",
"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_046480.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": 1362,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 10,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000587843.5",
"gene_hgnc_id": 29478,
"gene_symbol": "ROGDI",
"hgvs_c": "n.*399G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000465970.1",
"strand": false,
"transcript": "ENST00000587843.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": false,
"cdna_end": null,
"cdna_length": 1530,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 11,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000588201.5",
"gene_hgnc_id": 29478,
"gene_symbol": "ROGDI",
"hgvs_c": "n.*652G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000466529.1",
"strand": false,
"transcript": "ENST00000588201.5",
"transcript_support_level": 5
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs757872277",
"effect": "missense_variant",
"frequency_reference_population": 0.000001374238,
"gene_hgnc_id": 29478,
"gene_symbol": "ROGDI",
"gnomad_exomes_ac": 2,
"gnomad_exomes_af": 0.00000137424,
"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": "Amelocerebrohypohidrotic syndrome",
"phylop100way_prediction": "Pathogenic",
"phylop100way_score": 7.685,
"pos": 4797972,
"ref": "C",
"revel_prediction": "Uncertain_significance",
"revel_score": 0.419,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0.07999999821186066,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0.08,
"transcript": "NM_024589.3"
}
]
}