← 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: 5-177294024-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=5&pos=177294024&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 1,
"criteria": [
"PM1",
"PM2",
"PM5",
"PP5_Moderate",
"BP4"
],
"effects": [
"missense_variant"
],
"gene_symbol": "NSD1",
"hgnc_id": 14234,
"hgvs_c": "c.6656G>A",
"hgvs_p": "p.Arg2219His",
"inheritance_mode": "AD",
"pathogenic_score": 8,
"score": 7,
"transcript": "NM_022455.5",
"verdict": "Likely_pathogenic"
}
],
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PM1,PM2,PM5,PP5_Moderate,BP4",
"acmg_score": 7,
"allele_count_reference_population": 0,
"alphamissense_prediction": null,
"alphamissense_score": 0.9591,
"alt": "A",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Uncertain_significance",
"bayesdelnoaf_score": 0.11,
"chr": "5",
"clinvar_classification": "Pathogenic",
"clinvar_disease": "Sotos syndrome",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "P:1",
"computational_prediction_selected": "Benign",
"computational_score_selected": 0.41162145137786865,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 2696,
"aa_ref": "R",
"aa_start": 2219,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 13042,
"cdna_start": 6853,
"cds_end": null,
"cds_length": 8091,
"cds_start": 6656,
"consequences": [
"missense_variant"
],
"exon_count": 23,
"exon_rank": 23,
"exon_rank_end": null,
"feature": "NM_022455.5",
"gene_hgnc_id": 14234,
"gene_symbol": "NSD1",
"hgvs_c": "c.6656G>A",
"hgvs_p": "p.Arg2219His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000439151.7",
"protein_coding": true,
"protein_id": "NP_071900.2",
"strand": true,
"transcript": "NM_022455.5",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 2696,
"aa_ref": "R",
"aa_start": 2219,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 13042,
"cdna_start": 6853,
"cds_end": null,
"cds_length": 8091,
"cds_start": 6656,
"consequences": [
"missense_variant"
],
"exon_count": 23,
"exon_rank": 23,
"exon_rank_end": null,
"feature": "ENST00000439151.7",
"gene_hgnc_id": 14234,
"gene_symbol": "NSD1",
"hgvs_c": "c.6656G>A",
"hgvs_p": "p.Arg2219His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_022455.5",
"protein_coding": true,
"protein_id": "ENSP00000395929.2",
"strand": true,
"transcript": "ENST00000439151.7",
"transcript_support_level": 1
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 2405,
"aa_ref": "R",
"aa_start": 1928,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 7688,
"cdna_start": 5950,
"cds_end": null,
"cds_length": 7218,
"cds_start": 5783,
"consequences": [
"missense_variant"
],
"exon_count": 24,
"exon_rank": 24,
"exon_rank_end": null,
"feature": "ENST00000347982.9",
"gene_hgnc_id": 14234,
"gene_symbol": "NSD1",
"hgvs_c": "c.5783G>A",
"hgvs_p": "p.Arg1928His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000343209.5",
"strand": true,
"transcript": "ENST00000347982.9",
"transcript_support_level": 1
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 2696,
"aa_ref": "R",
"aa_start": 2219,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 12999,
"cdna_start": 6810,
"cds_end": null,
"cds_length": 8091,
"cds_start": 6656,
"consequences": [
"missense_variant"
],
"exon_count": 23,
"exon_rank": 23,
"exon_rank_end": null,
"feature": "NM_001409301.1",
"gene_hgnc_id": 14234,
"gene_symbol": "NSD1",
"hgvs_c": "c.6656G>A",
"hgvs_p": "p.Arg2219His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001396230.1",
"strand": true,
"transcript": "NM_001409301.1",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 2696,
"aa_ref": "R",
"aa_start": 2219,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 13002,
"cdna_start": 6813,
"cds_end": null,
"cds_length": 8091,
"cds_start": 6656,
"consequences": [
"missense_variant"
],
"exon_count": 23,
"exon_rank": 23,
"exon_rank_end": null,
"feature": "NM_001409302.1",
"gene_hgnc_id": 14234,
"gene_symbol": "NSD1",
"hgvs_c": "c.6656G>A",
"hgvs_p": "p.Arg2219His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001396231.1",
"strand": true,
"transcript": "NM_001409302.1",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 2696,
"aa_ref": "R",
"aa_start": 2219,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 12897,
"cdna_start": 6708,
"cds_end": null,
"cds_length": 8091,
"cds_start": 6656,
"consequences": [
"missense_variant"
],
"exon_count": 23,
"exon_rank": 23,
"exon_rank_end": null,
"feature": "NM_001409303.1",
"gene_hgnc_id": 14234,
"gene_symbol": "NSD1",
"hgvs_c": "c.6656G>A",
"hgvs_p": "p.Arg2219His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001396232.1",
"strand": true,
"transcript": "NM_001409303.1",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 2696,
"aa_ref": "R",
"aa_start": 2219,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 8554,
"cdna_start": 6821,
"cds_end": null,
"cds_length": 8091,
"cds_start": 6656,
"consequences": [
"missense_variant"
],
"exon_count": 23,
"exon_rank": 23,
"exon_rank_end": null,
"feature": "ENST00000936190.1",
"gene_hgnc_id": 14234,
"gene_symbol": "NSD1",
"hgvs_c": "c.6656G>A",
"hgvs_p": "p.Arg2219His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000606249.1",
"strand": true,
"transcript": "ENST00000936190.1",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 2696,
"aa_ref": "R",
"aa_start": 2219,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 8465,
"cdna_start": 6732,
"cds_end": null,
"cds_length": 8091,
"cds_start": 6656,
"consequences": [
"missense_variant"
],
"exon_count": 23,
"exon_rank": 23,
"exon_rank_end": null,
"feature": "ENST00000936191.1",
"gene_hgnc_id": 14234,
"gene_symbol": "NSD1",
"hgvs_c": "c.6656G>A",
"hgvs_p": "p.Arg2219His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000606250.1",
"strand": true,
"transcript": "ENST00000936191.1",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 2593,
"aa_ref": "R",
"aa_start": 2116,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 8098,
"cdna_start": 6365,
"cds_end": null,
"cds_length": 7782,
"cds_start": 6347,
"consequences": [
"missense_variant"
],
"exon_count": 20,
"exon_rank": 20,
"exon_rank_end": null,
"feature": "ENST00000687453.1",
"gene_hgnc_id": 14234,
"gene_symbol": "NSD1",
"hgvs_c": "c.6347G>A",
"hgvs_p": "p.Arg2116His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000508426.1",
"strand": true,
"transcript": "ENST00000687453.1",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 2556,
"aa_ref": "R",
"aa_start": 2079,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 12579,
"cdna_start": 6390,
"cds_end": null,
"cds_length": 7671,
"cds_start": 6236,
"consequences": [
"missense_variant"
],
"exon_count": 24,
"exon_rank": 24,
"exon_rank_end": null,
"feature": "NM_001409304.1",
"gene_hgnc_id": 14234,
"gene_symbol": "NSD1",
"hgvs_c": "c.6236G>A",
"hgvs_p": "p.Arg2079His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001396233.1",
"strand": true,
"transcript": "NM_001409304.1",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 2445,
"aa_ref": "R",
"aa_start": 1968,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 12379,
"cdna_start": 6190,
"cds_end": null,
"cds_length": 7338,
"cds_start": 5903,
"consequences": [
"missense_variant"
],
"exon_count": 25,
"exon_rank": 25,
"exon_rank_end": null,
"feature": "NM_001409305.1",
"gene_hgnc_id": 14234,
"gene_symbol": "NSD1",
"hgvs_c": "c.5903G>A",
"hgvs_p": "p.Arg1968His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001396234.1",
"strand": true,
"transcript": "NM_001409305.1",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 2442,
"aa_ref": "R",
"aa_start": 1965,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 12370,
"cdna_start": 6181,
"cds_end": null,
"cds_length": 7329,
"cds_start": 5894,
"consequences": [
"missense_variant"
],
"exon_count": 25,
"exon_rank": 25,
"exon_rank_end": null,
"feature": "NM_001409306.1",
"gene_hgnc_id": 14234,
"gene_symbol": "NSD1",
"hgvs_c": "c.5894G>A",
"hgvs_p": "p.Arg1965His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001396235.1",
"strand": true,
"transcript": "NM_001409306.1",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 2442,
"aa_ref": "R",
"aa_start": 1965,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 12373,
"cdna_start": 6184,
"cds_end": null,
"cds_length": 7329,
"cds_start": 5894,
"consequences": [
"missense_variant"
],
"exon_count": 25,
"exon_rank": 25,
"exon_rank_end": null,
"feature": "NM_001409307.1",
"gene_hgnc_id": 14234,
"gene_symbol": "NSD1",
"hgvs_c": "c.5894G>A",
"hgvs_p": "p.Arg1965His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001396236.1",
"strand": true,
"transcript": "NM_001409307.1",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 2405,
"aa_ref": "R",
"aa_start": 1928,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 12232,
"cdna_start": 6043,
"cds_end": null,
"cds_length": 7218,
"cds_start": 5783,
"consequences": [
"missense_variant"
],
"exon_count": 24,
"exon_rank": 24,
"exon_rank_end": null,
"feature": "NM_001365684.2",
"gene_hgnc_id": 14234,
"gene_symbol": "NSD1",
"hgvs_c": "c.5783G>A",
"hgvs_p": "p.Arg1928His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001352613.2",
"strand": true,
"transcript": "NM_001365684.2",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 2405,
"aa_ref": "R",
"aa_start": 1928,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 12259,
"cdna_start": 6070,
"cds_end": null,
"cds_length": 7218,
"cds_start": 5783,
"consequences": [
"missense_variant"
],
"exon_count": 24,
"exon_rank": 24,
"exon_rank_end": null,
"feature": "NM_001409308.1",
"gene_hgnc_id": 14234,
"gene_symbol": "NSD1",
"hgvs_c": "c.5783G>A",
"hgvs_p": "p.Arg1928His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001396237.1",
"strand": true,
"transcript": "NM_001409308.1",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 2405,
"aa_ref": "R",
"aa_start": 1928,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 12262,
"cdna_start": 6073,
"cds_end": null,
"cds_length": 7218,
"cds_start": 5783,
"consequences": [
"missense_variant"
],
"exon_count": 24,
"exon_rank": 24,
"exon_rank_end": null,
"feature": "NM_172349.5",
"gene_hgnc_id": 14234,
"gene_symbol": "NSD1",
"hgvs_c": "c.5783G>A",
"hgvs_p": "p.Arg1928His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_758859.2",
"strand": true,
"transcript": "NM_172349.5",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 2405,
"aa_ref": "R",
"aa_start": 1928,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 12136,
"cdna_start": 6009,
"cds_end": null,
"cds_length": 7218,
"cds_start": 5783,
"consequences": [
"missense_variant"
],
"exon_count": 24,
"exon_rank": 24,
"exon_rank_end": null,
"feature": "ENST00000354179.9",
"gene_hgnc_id": 14234,
"gene_symbol": "NSD1",
"hgvs_c": "c.5783G>A",
"hgvs_p": "p.Arg1928His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000346111.5",
"strand": true,
"transcript": "ENST00000354179.9",
"transcript_support_level": 5
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 2405,
"aa_ref": "R",
"aa_start": 1928,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 12227,
"cdna_start": 6038,
"cds_end": null,
"cds_length": 7218,
"cds_start": 5783,
"consequences": [
"missense_variant"
],
"exon_count": 24,
"exon_rank": 24,
"exon_rank_end": null,
"feature": "ENST00000508896.7",
"gene_hgnc_id": 14234,
"gene_symbol": "NSD1",
"hgvs_c": "c.5783G>A",
"hgvs_p": "p.Arg1928His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000423372.3",
"strand": true,
"transcript": "ENST00000508896.7",
"transcript_support_level": 3
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 2405,
"aa_ref": "R",
"aa_start": 1928,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 12157,
"cdna_start": 5968,
"cds_end": null,
"cds_length": 7218,
"cds_start": 5783,
"consequences": [
"missense_variant"
],
"exon_count": 24,
"exon_rank": 24,
"exon_rank_end": null,
"feature": "ENST00000686993.1",
"gene_hgnc_id": 14234,
"gene_symbol": "NSD1",
"hgvs_c": "c.5783G>A",
"hgvs_p": "p.Arg1928His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000510020.1",
"strand": true,
"transcript": "ENST00000686993.1",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 2405,
"aa_ref": "R",
"aa_start": 1928,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 12113,
"cdna_start": 5986,
"cds_end": null,
"cds_length": 7218,
"cds_start": 5783,
"consequences": [
"missense_variant"
],
"exon_count": 24,
"exon_rank": 24,
"exon_rank_end": null,
"feature": "ENST00000689345.1",
"gene_hgnc_id": 14234,
"gene_symbol": "NSD1",
"hgvs_c": "c.5783G>A",
"hgvs_p": "p.Arg1928His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000509711.1",
"strand": true,
"transcript": "ENST00000689345.1",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 2322,
"aa_ref": "R",
"aa_start": 1845,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 11908,
"cdna_start": 5719,
"cds_end": null,
"cds_length": 6969,
"cds_start": 5534,
"consequences": [
"missense_variant"
],
"exon_count": 22,
"exon_rank": 22,
"exon_rank_end": null,
"feature": "NM_001409309.1",
"gene_hgnc_id": 14234,
"gene_symbol": "NSD1",
"hgvs_c": "c.5534G>A",
"hgvs_p": "p.Arg1845His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001396238.1",
"strand": true,
"transcript": "NM_001409309.1",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 910,
"aa_ref": "R",
"aa_start": 433,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3028,
"cdna_start": 1593,
"cds_end": null,
"cds_length": 2733,
"cds_start": 1298,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "ENST00000503056.6",
"gene_hgnc_id": 14234,
"gene_symbol": "NSD1",
"hgvs_c": "c.1298G>A",
"hgvs_p": "p.Arg433His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000424024.2",
"strand": true,
"transcript": "ENST00000503056.6",
"transcript_support_level": 5
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 910,
"aa_ref": "R",
"aa_start": 433,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3192,
"cdna_start": 1757,
"cds_end": null,
"cds_length": 2733,
"cds_start": 1298,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "ENST00000508029.6",
"gene_hgnc_id": 14234,
"gene_symbol": "NSD1",
"hgvs_c": "c.1298G>A",
"hgvs_p": "p.Arg433His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000425120.2",
"strand": true,
"transcript": "ENST00000508029.6",
"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": 7863,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 24,
"exon_rank": 24,
"exon_rank_end": null,
"feature": "ENST00000685206.1",
"gene_hgnc_id": 14234,
"gene_symbol": "NSD1",
"hgvs_c": "n.6239G>A",
"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": "ENST00000685206.1",
"transcript_support_level": null
},
{
"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": 2809,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 2,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000686385.1",
"gene_hgnc_id": 14234,
"gene_symbol": "NSD1",
"hgvs_c": "n.1072G>A",
"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": "ENST00000686385.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": 12180,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 23,
"exon_rank": 23,
"exon_rank_end": null,
"feature": "ENST00000688613.1",
"gene_hgnc_id": 14234,
"gene_symbol": "NSD1",
"hgvs_c": "n.6053G>A",
"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": "ENST00000688613.1",
"transcript_support_level": null
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs587784214",
"effect": "missense_variant",
"frequency_reference_population": null,
"gene_hgnc_id": 14234,
"gene_symbol": "NSD1",
"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": "Pathogenic",
"phenotype_combined": "Sotos syndrome",
"phylop100way_prediction": "Pathogenic",
"phylop100way_score": 9.332,
"pos": 177294024,
"ref": "G",
"revel_prediction": "Uncertain_significance",
"revel_score": 0.367,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0,
"transcript": "NM_022455.5"
}
]
}