← 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: 1-224227651-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=224227651&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 224227651,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_002533.4",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NVL",
"gene_hgnc_id": 8070,
"hgvs_c": "c.2546G>A",
"hgvs_p": "p.Arg849His",
"transcript": "NM_002533.4",
"protein_id": "NP_002524.2",
"transcript_support_level": null,
"aa_start": 849,
"aa_end": null,
"aa_length": 856,
"cds_start": 2546,
"cds_end": null,
"cds_length": 2571,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000281701.11",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_002533.4"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NVL",
"gene_hgnc_id": 8070,
"hgvs_c": "c.2546G>A",
"hgvs_p": "p.Arg849His",
"transcript": "ENST00000281701.11",
"protein_id": "ENSP00000281701.6",
"transcript_support_level": 1,
"aa_start": 849,
"aa_end": null,
"aa_length": 856,
"cds_start": 2546,
"cds_end": null,
"cds_length": 2571,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_002533.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000281701.11"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NVL",
"gene_hgnc_id": 8070,
"hgvs_c": "c.2228G>A",
"hgvs_p": "p.Arg743His",
"transcript": "ENST00000391875.6",
"protein_id": "ENSP00000375747.2",
"transcript_support_level": 1,
"aa_start": 743,
"aa_end": null,
"aa_length": 750,
"cds_start": 2228,
"cds_end": null,
"cds_length": 2253,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000391875.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"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": "ENSG00000237101",
"gene_hgnc_id": null,
"hgvs_c": "n.931C>T",
"hgvs_p": null,
"transcript": "ENST00000420350.1",
"protein_id": null,
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000420350.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NVL",
"gene_hgnc_id": 8070,
"hgvs_c": "c.2411G>A",
"hgvs_p": "p.Arg804His",
"transcript": "ENST00000933815.1",
"protein_id": "ENSP00000603874.1",
"transcript_support_level": null,
"aa_start": 804,
"aa_end": null,
"aa_length": 811,
"cds_start": 2411,
"cds_end": null,
"cds_length": 2436,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000933815.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NVL",
"gene_hgnc_id": 8070,
"hgvs_c": "c.2309G>A",
"hgvs_p": "p.Arg770His",
"transcript": "ENST00000933818.1",
"protein_id": "ENSP00000603877.1",
"transcript_support_level": null,
"aa_start": 770,
"aa_end": null,
"aa_length": 777,
"cds_start": 2309,
"cds_end": null,
"cds_length": 2334,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000933818.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NVL",
"gene_hgnc_id": 8070,
"hgvs_c": "c.2273G>A",
"hgvs_p": "p.Arg758His",
"transcript": "NM_001243147.2",
"protein_id": "NP_001230076.1",
"transcript_support_level": null,
"aa_start": 758,
"aa_end": null,
"aa_length": 765,
"cds_start": 2273,
"cds_end": null,
"cds_length": 2298,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001243147.2"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NVL",
"gene_hgnc_id": 8070,
"hgvs_c": "c.2273G>A",
"hgvs_p": "p.Arg758His",
"transcript": "ENST00000469075.5",
"protein_id": "ENSP00000417826.1",
"transcript_support_level": 2,
"aa_start": 758,
"aa_end": null,
"aa_length": 765,
"cds_start": 2273,
"cds_end": null,
"cds_length": 2298,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000469075.5"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NVL",
"gene_hgnc_id": 8070,
"hgvs_c": "c.2228G>A",
"hgvs_p": "p.Arg743His",
"transcript": "NM_206840.3",
"protein_id": "NP_996671.1",
"transcript_support_level": null,
"aa_start": 743,
"aa_end": null,
"aa_length": 750,
"cds_start": 2228,
"cds_end": null,
"cds_length": 2253,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_206840.3"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NVL",
"gene_hgnc_id": 8070,
"hgvs_c": "c.1979G>A",
"hgvs_p": "p.Arg660His",
"transcript": "NM_001243146.2",
"protein_id": "NP_001230075.1",
"transcript_support_level": null,
"aa_start": 660,
"aa_end": null,
"aa_length": 667,
"cds_start": 1979,
"cds_end": null,
"cds_length": 2004,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001243146.2"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NVL",
"gene_hgnc_id": 8070,
"hgvs_c": "c.1979G>A",
"hgvs_p": "p.Arg660His",
"transcript": "ENST00000340871.8",
"protein_id": "ENSP00000341362.4",
"transcript_support_level": 2,
"aa_start": 660,
"aa_end": null,
"aa_length": 667,
"cds_start": 1979,
"cds_end": null,
"cds_length": 2004,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000340871.8"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NVL",
"gene_hgnc_id": 8070,
"hgvs_c": "c.1979G>A",
"hgvs_p": "p.Arg660His",
"transcript": "ENST00000482491.5",
"protein_id": "ENSP00000417213.2",
"transcript_support_level": 5,
"aa_start": 660,
"aa_end": null,
"aa_length": 667,
"cds_start": 1979,
"cds_end": null,
"cds_length": 2004,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000482491.5"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NVL",
"gene_hgnc_id": 8070,
"hgvs_c": "c.1970G>A",
"hgvs_p": "p.Arg657His",
"transcript": "ENST00000933816.1",
"protein_id": "ENSP00000603875.1",
"transcript_support_level": null,
"aa_start": 657,
"aa_end": null,
"aa_length": 664,
"cds_start": 1970,
"cds_end": null,
"cds_length": 1995,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000933816.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NVL",
"gene_hgnc_id": 8070,
"hgvs_c": "c.1955G>A",
"hgvs_p": "p.Arg652His",
"transcript": "ENST00000469968.5",
"protein_id": "ENSP00000419420.2",
"transcript_support_level": 5,
"aa_start": 652,
"aa_end": null,
"aa_length": 659,
"cds_start": 1955,
"cds_end": null,
"cds_length": 1980,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000469968.5"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NVL",
"gene_hgnc_id": 8070,
"hgvs_c": "c.641G>A",
"hgvs_p": "p.Arg214His",
"transcript": "ENST00000933817.1",
"protein_id": "ENSP00000603876.1",
"transcript_support_level": null,
"aa_start": 214,
"aa_end": null,
"aa_length": 221,
"cds_start": 641,
"cds_end": null,
"cds_length": 666,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000933817.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NVL",
"gene_hgnc_id": 8070,
"hgvs_c": "c.2729G>A",
"hgvs_p": "p.Arg910His",
"transcript": "XM_017001378.2",
"protein_id": "XP_016856867.1",
"transcript_support_level": null,
"aa_start": 910,
"aa_end": null,
"aa_length": 917,
"cds_start": 2729,
"cds_end": null,
"cds_length": 2754,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017001378.2"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NVL",
"gene_hgnc_id": 8070,
"hgvs_c": "c.2648G>A",
"hgvs_p": "p.Arg883His",
"transcript": "XM_017001379.2",
"protein_id": "XP_016856868.1",
"transcript_support_level": null,
"aa_start": 883,
"aa_end": null,
"aa_length": 890,
"cds_start": 2648,
"cds_end": null,
"cds_length": 2673,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017001379.2"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NVL",
"gene_hgnc_id": 8070,
"hgvs_c": "c.2627G>A",
"hgvs_p": "p.Arg876His",
"transcript": "XM_011544196.1",
"protein_id": "XP_011542498.1",
"transcript_support_level": null,
"aa_start": 876,
"aa_end": null,
"aa_length": 883,
"cds_start": 2627,
"cds_end": null,
"cds_length": 2652,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011544196.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NVL",
"gene_hgnc_id": 8070,
"hgvs_c": "c.2414G>A",
"hgvs_p": "p.Arg805His",
"transcript": "XM_017001383.2",
"protein_id": "XP_016856872.1",
"transcript_support_level": null,
"aa_start": 805,
"aa_end": null,
"aa_length": 812,
"cds_start": 2414,
"cds_end": null,
"cds_length": 2439,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017001383.2"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NVL",
"gene_hgnc_id": 8070,
"hgvs_c": "c.2273G>A",
"hgvs_p": "p.Arg758His",
"transcript": "XM_047421613.1",
"protein_id": "XP_047277569.1",
"transcript_support_level": null,
"aa_start": 758,
"aa_end": null,
"aa_length": 765,
"cds_start": 2273,
"cds_end": null,
"cds_length": 2298,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047421613.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NVL",
"gene_hgnc_id": 8070,
"hgvs_c": "n.*129G>A",
"hgvs_p": null,
"transcript": "ENST00000481213.5",
"protein_id": "ENSP00000479235.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000481213.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NVL",
"gene_hgnc_id": 8070,
"hgvs_c": "n.335G>A",
"hgvs_p": null,
"transcript": "ENST00000483094.5",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000483094.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NVL",
"gene_hgnc_id": 8070,
"hgvs_c": "n.375G>A",
"hgvs_p": null,
"transcript": "ENST00000489194.5",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000489194.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NVL",
"gene_hgnc_id": 8070,
"hgvs_c": "n.322G>A",
"hgvs_p": null,
"transcript": "ENST00000493060.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000493060.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000237101",
"gene_hgnc_id": null,
"hgvs_c": "n.748C>T",
"hgvs_p": null,
"transcript": "ENST00000734925.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000734925.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"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": "LOC101927164",
"gene_hgnc_id": null,
"hgvs_c": "n.931C>T",
"hgvs_p": null,
"transcript": "NR_110668.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_110668.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NVL",
"gene_hgnc_id": 8070,
"hgvs_c": "n.*129G>A",
"hgvs_p": null,
"transcript": "ENST00000481213.5",
"protein_id": "ENSP00000479235.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000481213.5"
}
],
"gene_symbol": "NVL",
"gene_hgnc_id": 8070,
"dbsnp": "rs139070771",
"frequency_reference_population": 0.000031652562,
"hom_count_reference_population": 0,
"allele_count_reference_population": 51,
"gnomad_exomes_af": 0.0000335781,
"gnomad_genomes_af": 0.0000131615,
"gnomad_exomes_ac": 49,
"gnomad_genomes_ac": 2,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.07630974054336548,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.20999999344348907,
"splice_prediction_selected": "Uncertain_significance",
"splice_source_selected": "max_spliceai",
"revel_score": 0.18,
"revel_prediction": "Benign",
"alphamissense_score": 0.0764,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.21,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.122,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.21,
"spliceai_max_prediction": "Uncertain_significance",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_002533.4",
"gene_symbol": "NVL",
"hgnc_id": 8070,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.2546G>A",
"hgvs_p": "p.Arg849His"
},
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000420350.1",
"gene_symbol": "ENSG00000237101",
"hgnc_id": null,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.931C>T",
"hgvs_p": null
},
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NR_110668.1",
"gene_symbol": "LOC101927164",
"hgnc_id": null,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.931C>T",
"hgvs_p": null
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}