← 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-224294347-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=224294347&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 224294347,
"ref": "C",
"alt": "T",
"effect": "synonymous_variant",
"transcript": "NM_002533.4",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NVL",
"gene_hgnc_id": 8070,
"hgvs_c": "c.1245G>A",
"hgvs_p": "p.Ser415Ser",
"transcript": "NM_002533.4",
"protein_id": "NP_002524.2",
"transcript_support_level": null,
"aa_start": 415,
"aa_end": null,
"aa_length": 856,
"cds_start": 1245,
"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": "S",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NVL",
"gene_hgnc_id": 8070,
"hgvs_c": "c.1245G>A",
"hgvs_p": "p.Ser415Ser",
"transcript": "ENST00000281701.11",
"protein_id": "ENSP00000281701.6",
"transcript_support_level": 1,
"aa_start": 415,
"aa_end": null,
"aa_length": 856,
"cds_start": 1245,
"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": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NVL",
"gene_hgnc_id": 8070,
"hgvs_c": "c.927G>A",
"hgvs_p": "p.Ser309Ser",
"transcript": "ENST00000391875.6",
"protein_id": "ENSP00000375747.2",
"transcript_support_level": 1,
"aa_start": 309,
"aa_end": null,
"aa_length": 750,
"cds_start": 927,
"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": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NVL",
"gene_hgnc_id": 8070,
"hgvs_c": "c.1110G>A",
"hgvs_p": "p.Ser370Ser",
"transcript": "ENST00000933815.1",
"protein_id": "ENSP00000603874.1",
"transcript_support_level": null,
"aa_start": 370,
"aa_end": null,
"aa_length": 811,
"cds_start": 1110,
"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": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NVL",
"gene_hgnc_id": 8070,
"hgvs_c": "c.1245G>A",
"hgvs_p": "p.Ser415Ser",
"transcript": "ENST00000933818.1",
"protein_id": "ENSP00000603877.1",
"transcript_support_level": null,
"aa_start": 415,
"aa_end": null,
"aa_length": 777,
"cds_start": 1245,
"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": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NVL",
"gene_hgnc_id": 8070,
"hgvs_c": "c.972G>A",
"hgvs_p": "p.Ser324Ser",
"transcript": "NM_001243147.2",
"protein_id": "NP_001230076.1",
"transcript_support_level": null,
"aa_start": 324,
"aa_end": null,
"aa_length": 765,
"cds_start": 972,
"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": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NVL",
"gene_hgnc_id": 8070,
"hgvs_c": "c.972G>A",
"hgvs_p": "p.Ser324Ser",
"transcript": "ENST00000469075.5",
"protein_id": "ENSP00000417826.1",
"transcript_support_level": 2,
"aa_start": 324,
"aa_end": null,
"aa_length": 765,
"cds_start": 972,
"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": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NVL",
"gene_hgnc_id": 8070,
"hgvs_c": "c.927G>A",
"hgvs_p": "p.Ser309Ser",
"transcript": "NM_206840.3",
"protein_id": "NP_996671.1",
"transcript_support_level": null,
"aa_start": 309,
"aa_end": null,
"aa_length": 750,
"cds_start": 927,
"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": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NVL",
"gene_hgnc_id": 8070,
"hgvs_c": "c.678G>A",
"hgvs_p": "p.Ser226Ser",
"transcript": "NM_001243146.2",
"protein_id": "NP_001230075.1",
"transcript_support_level": null,
"aa_start": 226,
"aa_end": null,
"aa_length": 667,
"cds_start": 678,
"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": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NVL",
"gene_hgnc_id": 8070,
"hgvs_c": "c.678G>A",
"hgvs_p": "p.Ser226Ser",
"transcript": "ENST00000340871.8",
"protein_id": "ENSP00000341362.4",
"transcript_support_level": 2,
"aa_start": 226,
"aa_end": null,
"aa_length": 667,
"cds_start": 678,
"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": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NVL",
"gene_hgnc_id": 8070,
"hgvs_c": "c.678G>A",
"hgvs_p": "p.Ser226Ser",
"transcript": "ENST00000482491.5",
"protein_id": "ENSP00000417213.2",
"transcript_support_level": 5,
"aa_start": 226,
"aa_end": null,
"aa_length": 667,
"cds_start": 678,
"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": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NVL",
"gene_hgnc_id": 8070,
"hgvs_c": "c.1245G>A",
"hgvs_p": "p.Ser415Ser",
"transcript": "ENST00000933816.1",
"protein_id": "ENSP00000603875.1",
"transcript_support_level": null,
"aa_start": 415,
"aa_end": null,
"aa_length": 664,
"cds_start": 1245,
"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": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NVL",
"gene_hgnc_id": 8070,
"hgvs_c": "c.654G>A",
"hgvs_p": "p.Ser218Ser",
"transcript": "ENST00000469968.5",
"protein_id": "ENSP00000419420.2",
"transcript_support_level": 5,
"aa_start": 218,
"aa_end": null,
"aa_length": 659,
"cds_start": 654,
"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": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NVL",
"gene_hgnc_id": 8070,
"hgvs_c": "c.1428G>A",
"hgvs_p": "p.Ser476Ser",
"transcript": "XM_017001378.2",
"protein_id": "XP_016856867.1",
"transcript_support_level": null,
"aa_start": 476,
"aa_end": null,
"aa_length": 917,
"cds_start": 1428,
"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": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NVL",
"gene_hgnc_id": 8070,
"hgvs_c": "c.1347G>A",
"hgvs_p": "p.Ser449Ser",
"transcript": "XM_017001379.2",
"protein_id": "XP_016856868.1",
"transcript_support_level": null,
"aa_start": 449,
"aa_end": null,
"aa_length": 890,
"cds_start": 1347,
"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": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NVL",
"gene_hgnc_id": 8070,
"hgvs_c": "c.1428G>A",
"hgvs_p": "p.Ser476Ser",
"transcript": "XM_017001380.3",
"protein_id": "XP_016856869.1",
"transcript_support_level": null,
"aa_start": 476,
"aa_end": null,
"aa_length": 889,
"cds_start": 1428,
"cds_end": null,
"cds_length": 2670,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017001380.3"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NVL",
"gene_hgnc_id": 8070,
"hgvs_c": "c.1326G>A",
"hgvs_p": "p.Ser442Ser",
"transcript": "XM_011544196.1",
"protein_id": "XP_011542498.1",
"transcript_support_level": null,
"aa_start": 442,
"aa_end": null,
"aa_length": 883,
"cds_start": 1326,
"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": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NVL",
"gene_hgnc_id": 8070,
"hgvs_c": "c.1113G>A",
"hgvs_p": "p.Ser371Ser",
"transcript": "XM_017001383.2",
"protein_id": "XP_016856872.1",
"transcript_support_level": null,
"aa_start": 371,
"aa_end": null,
"aa_length": 812,
"cds_start": 1113,
"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": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NVL",
"gene_hgnc_id": 8070,
"hgvs_c": "c.1428G>A",
"hgvs_p": "p.Ser476Ser",
"transcript": "XM_017001384.2",
"protein_id": "XP_016856873.1",
"transcript_support_level": null,
"aa_start": 476,
"aa_end": null,
"aa_length": 789,
"cds_start": 1428,
"cds_end": null,
"cds_length": 2370,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017001384.2"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NVL",
"gene_hgnc_id": 8070,
"hgvs_c": "c.972G>A",
"hgvs_p": "p.Ser324Ser",
"transcript": "XM_047421613.1",
"protein_id": "XP_047277569.1",
"transcript_support_level": null,
"aa_start": 324,
"aa_end": null,
"aa_length": 765,
"cds_start": 972,
"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": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NVL",
"gene_hgnc_id": 8070,
"hgvs_c": "c.1347G>A",
"hgvs_p": "p.Ser449Ser",
"transcript": "XM_047421618.1",
"protein_id": "XP_047277574.1",
"transcript_support_level": null,
"aa_start": 449,
"aa_end": null,
"aa_length": 762,
"cds_start": 1347,
"cds_end": null,
"cds_length": 2289,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047421618.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NVL",
"gene_hgnc_id": 8070,
"hgvs_c": "c.1428G>A",
"hgvs_p": "p.Ser476Ser",
"transcript": "XM_017001385.3",
"protein_id": "XP_016856874.1",
"transcript_support_level": null,
"aa_start": 476,
"aa_end": null,
"aa_length": 756,
"cds_start": 1428,
"cds_end": null,
"cds_length": 2271,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017001385.3"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NVL",
"gene_hgnc_id": 8070,
"hgvs_c": "c.1326G>A",
"hgvs_p": "p.Ser442Ser",
"transcript": "XM_047421621.1",
"protein_id": "XP_047277577.1",
"transcript_support_level": null,
"aa_start": 442,
"aa_end": null,
"aa_length": 755,
"cds_start": 1326,
"cds_end": null,
"cds_length": 2268,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047421621.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NVL",
"gene_hgnc_id": 8070,
"hgvs_c": "c.1347G>A",
"hgvs_p": "p.Ser449Ser",
"transcript": "XM_047421626.1",
"protein_id": "XP_047277582.1",
"transcript_support_level": null,
"aa_start": 449,
"aa_end": null,
"aa_length": 729,
"cds_start": 1347,
"cds_end": null,
"cds_length": 2190,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047421626.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NVL",
"gene_hgnc_id": 8070,
"hgvs_c": "c.1245G>A",
"hgvs_p": "p.Ser415Ser",
"transcript": "XM_047421631.1",
"protein_id": "XP_047277587.1",
"transcript_support_level": null,
"aa_start": 415,
"aa_end": null,
"aa_length": 728,
"cds_start": 1245,
"cds_end": null,
"cds_length": 2187,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047421631.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NVL",
"gene_hgnc_id": 8070,
"hgvs_c": "c.1326G>A",
"hgvs_p": "p.Ser442Ser",
"transcript": "XM_047421635.1",
"protein_id": "XP_047277591.1",
"transcript_support_level": null,
"aa_start": 442,
"aa_end": null,
"aa_length": 722,
"cds_start": 1326,
"cds_end": null,
"cds_length": 2169,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047421635.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NVL",
"gene_hgnc_id": 8070,
"hgvs_c": "c.1245G>A",
"hgvs_p": "p.Ser415Ser",
"transcript": "XM_047421637.1",
"protein_id": "XP_047277593.1",
"transcript_support_level": null,
"aa_start": 415,
"aa_end": null,
"aa_length": 695,
"cds_start": 1245,
"cds_end": null,
"cds_length": 2088,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047421637.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "NVL",
"gene_hgnc_id": 8070,
"hgvs_c": "c.58-18889G>A",
"hgvs_p": null,
"transcript": "ENST00000933817.1",
"protein_id": "ENSP00000603876.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 221,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NVL",
"gene_hgnc_id": 8070,
"hgvs_c": "n.*277G>A",
"hgvs_p": null,
"transcript": "ENST00000467882.5",
"protein_id": "ENSP00000419930.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": "ENST00000467882.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NVL",
"gene_hgnc_id": 8070,
"hgvs_c": "n.*277G>A",
"hgvs_p": null,
"transcript": "ENST00000467882.5",
"protein_id": "ENSP00000419930.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": "ENST00000467882.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NVL",
"gene_hgnc_id": 8070,
"hgvs_c": "n.-6G>A",
"hgvs_p": null,
"transcript": "ENST00000462893.1",
"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": "ENST00000462893.1"
}
],
"gene_symbol": "NVL",
"gene_hgnc_id": 8070,
"dbsnp": "rs149850559",
"frequency_reference_population": 0.000033458204,
"hom_count_reference_population": 0,
"allele_count_reference_population": 54,
"gnomad_exomes_af": 0.0000355707,
"gnomad_genomes_af": 0.0000131511,
"gnomad_exomes_ac": 52,
"gnomad_genomes_ac": 2,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.08500000089406967,
"computational_prediction_selected": "Benign",
"computational_source_selected": "REVEL",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.085,
"revel_prediction": "Benign",
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.63,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -7.255,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -3,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Moderate,BP6_Moderate,BP7",
"acmg_by_gene": [
{
"score": -3,
"benign_score": 5,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate",
"BP6_Moderate",
"BP7"
],
"verdict": "Likely_benign",
"transcript": "NM_002533.4",
"gene_symbol": "NVL",
"hgnc_id": 8070,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1245G>A",
"hgvs_p": "p.Ser415Ser"
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LB:1",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}