← 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-1752908-CCCTCCTCCT-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=1752908&ref=CCCTCCTCCT&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 1752908,
"ref": "CCCTCCTCCT",
"alt": "C",
"effect": "disruptive_inframe_deletion",
"transcript": "NM_001198994.2",
"consequences": [
{
"aa_ref": "EEEG",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NADK",
"gene_hgnc_id": 29831,
"hgvs_c": "c.1328_1336delAGGAGGAGG",
"hgvs_p": "p.Glu443_Glu445del",
"transcript": "NM_023018.5",
"protein_id": "NP_075394.3",
"transcript_support_level": null,
"aa_start": 443,
"aa_end": null,
"aa_length": 446,
"cds_start": 1328,
"cds_end": null,
"cds_length": 1341,
"cdna_start": 1558,
"cdna_end": null,
"cdna_length": 3235,
"mane_select": "ENST00000341426.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_023018.5"
},
{
"aa_ref": "EEEG",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NADK",
"gene_hgnc_id": 29831,
"hgvs_c": "c.1328_1336delAGGAGGAGG",
"hgvs_p": "p.Glu443_Glu445del",
"transcript": "ENST00000341426.9",
"protein_id": "ENSP00000341679.5",
"transcript_support_level": 2,
"aa_start": 443,
"aa_end": null,
"aa_length": 446,
"cds_start": 1328,
"cds_end": null,
"cds_length": 1341,
"cdna_start": 1558,
"cdna_end": null,
"cdna_length": 3235,
"mane_select": "NM_023018.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000341426.9"
},
{
"aa_ref": "EEEG",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NADK",
"gene_hgnc_id": 29831,
"hgvs_c": "c.1763_1771delAGGAGGAGG",
"hgvs_p": "p.Glu588_Glu590del",
"transcript": "ENST00000378625.5",
"protein_id": "ENSP00000367890.1",
"transcript_support_level": 1,
"aa_start": 588,
"aa_end": null,
"aa_length": 591,
"cds_start": 1763,
"cds_end": null,
"cds_length": 1776,
"cdna_start": 1976,
"cdna_end": null,
"cdna_length": 3653,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000378625.5"
},
{
"aa_ref": "EEEG",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NADK",
"gene_hgnc_id": 29831,
"hgvs_c": "c.1328_1336delAGGAGGAGG",
"hgvs_p": "p.Glu443_Glu445del",
"transcript": "ENST00000341991.7",
"protein_id": "ENSP00000344340.3",
"transcript_support_level": 1,
"aa_start": 443,
"aa_end": null,
"aa_length": 446,
"cds_start": 1328,
"cds_end": null,
"cds_length": 1341,
"cdna_start": 1421,
"cdna_end": null,
"cdna_length": 3098,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000341991.7"
},
{
"aa_ref": "EEEG",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NADK",
"gene_hgnc_id": 29831,
"hgvs_c": "c.1763_1771delAGGAGGAGG",
"hgvs_p": "p.Glu588_Glu590del",
"transcript": "NM_001198994.2",
"protein_id": "NP_001185923.1",
"transcript_support_level": null,
"aa_start": 588,
"aa_end": null,
"aa_length": 591,
"cds_start": 1763,
"cds_end": null,
"cds_length": 1776,
"cdna_start": 1938,
"cdna_end": null,
"cdna_length": 3615,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001198994.2"
},
{
"aa_ref": "EEEG",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NADK",
"gene_hgnc_id": 29831,
"hgvs_c": "c.1355_1363delAGGAGGAGG",
"hgvs_p": "p.Glu452_Glu454del",
"transcript": "ENST00000886141.1",
"protein_id": "ENSP00000556200.1",
"transcript_support_level": null,
"aa_start": 452,
"aa_end": null,
"aa_length": 455,
"cds_start": 1355,
"cds_end": null,
"cds_length": 1368,
"cdna_start": 1578,
"cdna_end": null,
"cdna_length": 3252,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886141.1"
},
{
"aa_ref": "EEEG",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NADK",
"gene_hgnc_id": 29831,
"hgvs_c": "c.1349_1357delAGGAGGAGG",
"hgvs_p": "p.Glu450_Glu452del",
"transcript": "ENST00000886139.1",
"protein_id": "ENSP00000556198.1",
"transcript_support_level": null,
"aa_start": 450,
"aa_end": null,
"aa_length": 453,
"cds_start": 1349,
"cds_end": null,
"cds_length": 1362,
"cdna_start": 1578,
"cdna_end": null,
"cdna_length": 3255,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886139.1"
},
{
"aa_ref": "EEEG",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NADK",
"gene_hgnc_id": 29831,
"hgvs_c": "c.1349_1357delAGGAGGAGG",
"hgvs_p": "p.Glu450_Glu452del",
"transcript": "ENST00000931659.1",
"protein_id": "ENSP00000601718.1",
"transcript_support_level": null,
"aa_start": 450,
"aa_end": null,
"aa_length": 453,
"cds_start": 1349,
"cds_end": null,
"cds_length": 1362,
"cdna_start": 1636,
"cdna_end": null,
"cdna_length": 3310,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931659.1"
},
{
"aa_ref": "EEEG",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NADK",
"gene_hgnc_id": 29831,
"hgvs_c": "c.1328_1336delAGGAGGAGG",
"hgvs_p": "p.Glu443_Glu445del",
"transcript": "NM_001198993.2",
"protein_id": "NP_001185922.1",
"transcript_support_level": null,
"aa_start": 443,
"aa_end": null,
"aa_length": 446,
"cds_start": 1328,
"cds_end": null,
"cds_length": 1341,
"cdna_start": 1447,
"cdna_end": null,
"cdna_length": 3124,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001198993.2"
},
{
"aa_ref": "EEEG",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NADK",
"gene_hgnc_id": 29831,
"hgvs_c": "c.1328_1336delAGGAGGAGG",
"hgvs_p": "p.Glu443_Glu445del",
"transcript": "NM_001353641.2",
"protein_id": "NP_001340570.1",
"transcript_support_level": null,
"aa_start": 443,
"aa_end": null,
"aa_length": 446,
"cds_start": 1328,
"cds_end": null,
"cds_length": 1341,
"cdna_start": 1503,
"cdna_end": null,
"cdna_length": 3180,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001353641.2"
},
{
"aa_ref": "EEEG",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NADK",
"gene_hgnc_id": 29831,
"hgvs_c": "c.1328_1336delAGGAGGAGG",
"hgvs_p": "p.Glu443_Glu445del",
"transcript": "ENST00000886130.1",
"protein_id": "ENSP00000556189.1",
"transcript_support_level": null,
"aa_start": 443,
"aa_end": null,
"aa_length": 446,
"cds_start": 1328,
"cds_end": null,
"cds_length": 1341,
"cdna_start": 1706,
"cdna_end": null,
"cdna_length": 3380,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886130.1"
},
{
"aa_ref": "EEEG",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NADK",
"gene_hgnc_id": 29831,
"hgvs_c": "c.1328_1336delAGGAGGAGG",
"hgvs_p": "p.Glu443_Glu445del",
"transcript": "ENST00000886131.1",
"protein_id": "ENSP00000556190.1",
"transcript_support_level": null,
"aa_start": 443,
"aa_end": null,
"aa_length": 446,
"cds_start": 1328,
"cds_end": null,
"cds_length": 1341,
"cdna_start": 1752,
"cdna_end": null,
"cdna_length": 3426,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886131.1"
},
{
"aa_ref": "EEEG",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NADK",
"gene_hgnc_id": 29831,
"hgvs_c": "c.1328_1336delAGGAGGAGG",
"hgvs_p": "p.Glu443_Glu445del",
"transcript": "ENST00000886132.1",
"protein_id": "ENSP00000556191.1",
"transcript_support_level": null,
"aa_start": 443,
"aa_end": null,
"aa_length": 446,
"cds_start": 1328,
"cds_end": null,
"cds_length": 1341,
"cdna_start": 1753,
"cdna_end": null,
"cdna_length": 3427,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886132.1"
},
{
"aa_ref": "EEEG",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NADK",
"gene_hgnc_id": 29831,
"hgvs_c": "c.1328_1336delAGGAGGAGG",
"hgvs_p": "p.Glu443_Glu445del",
"transcript": "ENST00000886133.1",
"protein_id": "ENSP00000556192.1",
"transcript_support_level": null,
"aa_start": 443,
"aa_end": null,
"aa_length": 446,
"cds_start": 1328,
"cds_end": null,
"cds_length": 1341,
"cdna_start": 1866,
"cdna_end": null,
"cdna_length": 3543,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886133.1"
},
{
"aa_ref": "EEEG",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NADK",
"gene_hgnc_id": 29831,
"hgvs_c": "c.1328_1336delAGGAGGAGG",
"hgvs_p": "p.Glu443_Glu445del",
"transcript": "ENST00000886134.1",
"protein_id": "ENSP00000556193.1",
"transcript_support_level": null,
"aa_start": 443,
"aa_end": null,
"aa_length": 446,
"cds_start": 1328,
"cds_end": null,
"cds_length": 1341,
"cdna_start": 1618,
"cdna_end": null,
"cdna_length": 3295,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886134.1"
},
{
"aa_ref": "EEEG",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NADK",
"gene_hgnc_id": 29831,
"hgvs_c": "c.1328_1336delAGGAGGAGG",
"hgvs_p": "p.Glu443_Glu445del",
"transcript": "ENST00000886136.1",
"protein_id": "ENSP00000556195.1",
"transcript_support_level": null,
"aa_start": 443,
"aa_end": null,
"aa_length": 446,
"cds_start": 1328,
"cds_end": null,
"cds_length": 1341,
"cdna_start": 1670,
"cdna_end": null,
"cdna_length": 3347,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886136.1"
},
{
"aa_ref": "EEEG",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NADK",
"gene_hgnc_id": 29831,
"hgvs_c": "c.1328_1336delAGGAGGAGG",
"hgvs_p": "p.Glu443_Glu445del",
"transcript": "ENST00000886137.1",
"protein_id": "ENSP00000556196.1",
"transcript_support_level": null,
"aa_start": 443,
"aa_end": null,
"aa_length": 446,
"cds_start": 1328,
"cds_end": null,
"cds_length": 1341,
"cdna_start": 1518,
"cdna_end": null,
"cdna_length": 3195,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886137.1"
},
{
"aa_ref": "EEEG",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NADK",
"gene_hgnc_id": 29831,
"hgvs_c": "c.1328_1336delAGGAGGAGG",
"hgvs_p": "p.Glu443_Glu445del",
"transcript": "ENST00000886138.1",
"protein_id": "ENSP00000556197.1",
"transcript_support_level": null,
"aa_start": 443,
"aa_end": null,
"aa_length": 446,
"cds_start": 1328,
"cds_end": null,
"cds_length": 1341,
"cdna_start": 1514,
"cdna_end": null,
"cdna_length": 3191,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886138.1"
},
{
"aa_ref": "EEEG",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NADK",
"gene_hgnc_id": 29831,
"hgvs_c": "c.1328_1336delAGGAGGAGG",
"hgvs_p": "p.Glu443_Glu445del",
"transcript": "ENST00000886140.1",
"protein_id": "ENSP00000556199.1",
"transcript_support_level": null,
"aa_start": 443,
"aa_end": null,
"aa_length": 446,
"cds_start": 1328,
"cds_end": null,
"cds_length": 1341,
"cdna_start": 1611,
"cdna_end": null,
"cdna_length": 3281,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886140.1"
},
{
"aa_ref": "EEEG",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NADK",
"gene_hgnc_id": 29831,
"hgvs_c": "c.1328_1336delAGGAGGAGG",
"hgvs_p": "p.Glu443_Glu445del",
"transcript": "ENST00000931657.1",
"protein_id": "ENSP00000601716.1",
"transcript_support_level": null,
"aa_start": 443,
"aa_end": null,
"aa_length": 446,
"cds_start": 1328,
"cds_end": null,
"cds_length": 1341,
"cdna_start": 1547,
"cdna_end": null,
"cdna_length": 3224,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931657.1"
},
{
"aa_ref": "EEEG",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NADK",
"gene_hgnc_id": 29831,
"hgvs_c": "c.1328_1336delAGGAGGAGG",
"hgvs_p": "p.Glu443_Glu445del",
"transcript": "ENST00000931658.1",
"protein_id": "ENSP00000601717.1",
"transcript_support_level": null,
"aa_start": 443,
"aa_end": null,
"aa_length": 446,
"cds_start": 1328,
"cds_end": null,
"cds_length": 1341,
"cdna_start": 1481,
"cdna_end": null,
"cdna_length": 3155,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931658.1"
},
{
"aa_ref": "EEEG",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NADK",
"gene_hgnc_id": 29831,
"hgvs_c": "c.1328_1336delAGGAGGAGG",
"hgvs_p": "p.Glu443_Glu445del",
"transcript": "ENST00000931660.1",
"protein_id": "ENSP00000601719.1",
"transcript_support_level": null,
"aa_start": 443,
"aa_end": null,
"aa_length": 446,
"cds_start": 1328,
"cds_end": null,
"cds_length": 1341,
"cdna_start": 1576,
"cdna_end": null,
"cdna_length": 3204,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931660.1"
},
{
"aa_ref": "EEEG",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NADK",
"gene_hgnc_id": 29831,
"hgvs_c": "c.1328_1336delAGGAGGAGG",
"hgvs_p": "p.Glu443_Glu445del",
"transcript": "ENST00000931663.1",
"protein_id": "ENSP00000601722.1",
"transcript_support_level": null,
"aa_start": 443,
"aa_end": null,
"aa_length": 446,
"cds_start": 1328,
"cds_end": null,
"cds_length": 1341,
"cdna_start": 2565,
"cdna_end": null,
"cdna_length": 2954,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931663.1"
},
{
"aa_ref": "EEEG",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NADK",
"gene_hgnc_id": 29831,
"hgvs_c": "c.1328_1336delAGGAGGAGG",
"hgvs_p": "p.Glu443_Glu445del",
"transcript": "ENST00000953975.1",
"protein_id": "ENSP00000624034.1",
"transcript_support_level": null,
"aa_start": 443,
"aa_end": null,
"aa_length": 446,
"cds_start": 1328,
"cds_end": null,
"cds_length": 1341,
"cdna_start": 1625,
"cdna_end": null,
"cdna_length": 2014,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953975.1"
},
{
"aa_ref": "EEEG",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NADK",
"gene_hgnc_id": 29831,
"hgvs_c": "c.1325_1333delAGGAGGAGG",
"hgvs_p": "p.Glu442_Glu444del",
"transcript": "ENST00000953973.1",
"protein_id": "ENSP00000624032.1",
"transcript_support_level": null,
"aa_start": 442,
"aa_end": null,
"aa_length": 445,
"cds_start": 1325,
"cds_end": null,
"cds_length": 1338,
"cdna_start": 1541,
"cdna_end": null,
"cdna_length": 3211,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953973.1"
},
{
"aa_ref": "EEEG",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NADK",
"gene_hgnc_id": 29831,
"hgvs_c": "c.1325_1333delAGGAGGAGG",
"hgvs_p": "p.Glu442_Glu444del",
"transcript": "ENST00000953974.1",
"protein_id": "ENSP00000624033.1",
"transcript_support_level": null,
"aa_start": 442,
"aa_end": null,
"aa_length": 445,
"cds_start": 1325,
"cds_end": null,
"cds_length": 1338,
"cdna_start": 1476,
"cdna_end": null,
"cdna_length": 3144,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953974.1"
},
{
"aa_ref": "EEEG",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NADK",
"gene_hgnc_id": 29831,
"hgvs_c": "c.1322_1330delAGGAGGAGG",
"hgvs_p": "p.Glu441_Glu443del",
"transcript": "ENST00000886135.1",
"protein_id": "ENSP00000556194.1",
"transcript_support_level": null,
"aa_start": 441,
"aa_end": null,
"aa_length": 444,
"cds_start": 1322,
"cds_end": null,
"cds_length": 1335,
"cdna_start": 1495,
"cdna_end": null,
"cdna_length": 3165,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886135.1"
},
{
"aa_ref": "EEEG",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NADK",
"gene_hgnc_id": 29831,
"hgvs_c": "c.1322_1330delAGGAGGAGG",
"hgvs_p": "p.Glu441_Glu443del",
"transcript": "ENST00000886143.1",
"protein_id": "ENSP00000556202.1",
"transcript_support_level": null,
"aa_start": 441,
"aa_end": null,
"aa_length": 444,
"cds_start": 1322,
"cds_end": null,
"cds_length": 1335,
"cdna_start": 1531,
"cdna_end": null,
"cdna_length": 3205,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886143.1"
},
{
"aa_ref": "EEEG",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NADK",
"gene_hgnc_id": 29831,
"hgvs_c": "c.1244_1252delAGGAGGAGG",
"hgvs_p": "p.Glu415_Glu417del",
"transcript": "ENST00000886142.1",
"protein_id": "ENSP00000556201.1",
"transcript_support_level": null,
"aa_start": 415,
"aa_end": null,
"aa_length": 418,
"cds_start": 1244,
"cds_end": null,
"cds_length": 1257,
"cdna_start": 1456,
"cdna_end": null,
"cdna_length": 3133,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886142.1"
},
{
"aa_ref": "EEEG",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NADK",
"gene_hgnc_id": 29831,
"hgvs_c": "c.1232_1240delAGGAGGAGG",
"hgvs_p": "p.Glu411_Glu413del",
"transcript": "NM_001198995.1",
"protein_id": "NP_001185924.1",
"transcript_support_level": null,
"aa_start": 411,
"aa_end": null,
"aa_length": 414,
"cds_start": 1232,
"cds_end": null,
"cds_length": 1245,
"cdna_start": 1351,
"cdna_end": null,
"cdna_length": 3028,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001198995.1"
},
{
"aa_ref": "EEEG",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NADK",
"gene_hgnc_id": 29831,
"hgvs_c": "c.1232_1240delAGGAGGAGG",
"hgvs_p": "p.Glu411_Glu413del",
"transcript": "ENST00000342348.9",
"protein_id": "ENSP00000339727.5",
"transcript_support_level": 2,
"aa_start": 411,
"aa_end": null,
"aa_length": 414,
"cds_start": 1232,
"cds_end": null,
"cds_length": 1245,
"cdna_start": 1284,
"cdna_end": null,
"cdna_length": 1722,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000342348.9"
},
{
"aa_ref": "EEEG",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NADK",
"gene_hgnc_id": 29831,
"hgvs_c": "c.1205_1213delAGGAGGAGG",
"hgvs_p": "p.Glu402_Glu404del",
"transcript": "ENST00000931661.1",
"protein_id": "ENSP00000601720.1",
"transcript_support_level": null,
"aa_start": 402,
"aa_end": null,
"aa_length": 405,
"cds_start": 1205,
"cds_end": null,
"cds_length": 1218,
"cdna_start": 1498,
"cdna_end": null,
"cdna_length": 1892,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931661.1"
},
{
"aa_ref": "EEEG",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NADK",
"gene_hgnc_id": 29831,
"hgvs_c": "c.1205_1213delAGGAGGAGG",
"hgvs_p": "p.Glu402_Glu404del",
"transcript": "ENST00000931662.1",
"protein_id": "ENSP00000601721.1",
"transcript_support_level": null,
"aa_start": 402,
"aa_end": null,
"aa_length": 405,
"cds_start": 1205,
"cds_end": null,
"cds_length": 1218,
"cdna_start": 1380,
"cdna_end": null,
"cdna_length": 3050,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931662.1"
},
{
"aa_ref": "EEEG",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NADK",
"gene_hgnc_id": 29831,
"hgvs_c": "c.1139_1147delAGGAGGAGG",
"hgvs_p": "p.Glu380_Glu382del",
"transcript": "ENST00000886144.1",
"protein_id": "ENSP00000556203.1",
"transcript_support_level": null,
"aa_start": 380,
"aa_end": null,
"aa_length": 383,
"cds_start": 1139,
"cds_end": null,
"cds_length": 1152,
"cdna_start": 1348,
"cdna_end": null,
"cdna_length": 3022,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886144.1"
},
{
"aa_ref": "EEEG",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NADK",
"gene_hgnc_id": 29831,
"hgvs_c": "c.1067_1075delAGGAGGAGG",
"hgvs_p": "p.Glu356_Glu358del",
"transcript": "NM_001353642.2",
"protein_id": "NP_001340571.1",
"transcript_support_level": null,
"aa_start": 356,
"aa_end": null,
"aa_length": 359,
"cds_start": 1067,
"cds_end": null,
"cds_length": 1080,
"cdna_start": 1619,
"cdna_end": null,
"cdna_length": 3296,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001353642.2"
},
{
"aa_ref": "EEEG",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NADK",
"gene_hgnc_id": 29831,
"hgvs_c": "c.1640_1648delAGGAGGAGG",
"hgvs_p": "p.Glu547_Glu549del",
"transcript": "XM_047428656.1",
"protein_id": "XP_047284612.1",
"transcript_support_level": null,
"aa_start": 547,
"aa_end": null,
"aa_length": 550,
"cds_start": 1640,
"cds_end": null,
"cds_length": 1653,
"cdna_start": 1870,
"cdna_end": null,
"cdna_length": 3547,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047428656.1"
},
{
"aa_ref": "EEEG",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NADK",
"gene_hgnc_id": 29831,
"hgvs_c": "c.1328_1336delAGGAGGAGG",
"hgvs_p": "p.Glu443_Glu445del",
"transcript": "XM_047428631.1",
"protein_id": "XP_047284587.1",
"transcript_support_level": null,
"aa_start": 443,
"aa_end": null,
"aa_length": 446,
"cds_start": 1328,
"cds_end": null,
"cds_length": 1341,
"cdna_start": 1734,
"cdna_end": null,
"cdna_length": 3411,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047428631.1"
},
{
"aa_ref": "EEEG",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NADK",
"gene_hgnc_id": 29831,
"hgvs_c": "c.1019_1027delAGGAGGAGG",
"hgvs_p": "p.Glu340_Glu342del",
"transcript": "XM_011542009.3",
"protein_id": "XP_011540311.1",
"transcript_support_level": null,
"aa_start": 340,
"aa_end": null,
"aa_length": 343,
"cds_start": 1019,
"cds_end": null,
"cds_length": 1032,
"cdna_start": 1178,
"cdna_end": null,
"cdna_length": 2855,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011542009.3"
},
{
"aa_ref": "EEEG",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NADK",
"gene_hgnc_id": 29831,
"hgvs_c": "c.992_1000delAGGAGGAGG",
"hgvs_p": "p.Glu331_Glu333del",
"transcript": "XM_017002144.3",
"protein_id": "XP_016857633.1",
"transcript_support_level": null,
"aa_start": 331,
"aa_end": null,
"aa_length": 334,
"cds_start": 992,
"cds_end": null,
"cds_length": 1005,
"cdna_start": 1150,
"cdna_end": null,
"cdna_length": 2827,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017002144.3"
},
{
"aa_ref": "EEEG",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NADK",
"gene_hgnc_id": 29831,
"hgvs_c": "c.929_937delAGGAGGAGG",
"hgvs_p": "p.Glu310_Glu312del",
"transcript": "XM_047428647.1",
"protein_id": "XP_047284603.1",
"transcript_support_level": null,
"aa_start": 310,
"aa_end": null,
"aa_length": 313,
"cds_start": 929,
"cds_end": null,
"cds_length": 942,
"cdna_start": 1047,
"cdna_end": null,
"cdna_length": 2724,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047428647.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": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NADK",
"gene_hgnc_id": 29831,
"hgvs_c": "n.1392_1400delAGGAGGAGG",
"hgvs_p": null,
"transcript": "XR_946747.3",
"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": 3077,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_946747.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NADK",
"gene_hgnc_id": 29831,
"hgvs_c": "n.*210_*218delAGGAGGAGG",
"hgvs_p": null,
"transcript": "ENST00000498806.1",
"protein_id": "ENSP00000464137.1",
"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": 269,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000498806.1"
}
],
"gene_symbol": "NADK",
"gene_hgnc_id": 29831,
"dbsnp": "rs71578334",
"frequency_reference_population": 0.000051768722,
"hom_count_reference_population": 0,
"allele_count_reference_population": 79,
"gnomad_exomes_af": 0.0000494124,
"gnomad_genomes_af": 0.0000734097,
"gnomad_exomes_ac": 68,
"gnomad_genomes_ac": 11,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": null,
"computational_prediction_selected": null,
"computational_source_selected": null,
"splice_score_selected": null,
"splice_prediction_selected": null,
"splice_source_selected": null,
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": null,
"bayesdelnoaf_prediction": null,
"phylop100way_score": 0.426,
"phylop100way_prediction": "Benign",
"spliceai_max_score": null,
"spliceai_max_prediction": null,
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 1,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP3",
"acmg_by_gene": [
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP3"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001198994.2",
"gene_symbol": "NADK",
"hgnc_id": 29831,
"effects": [
"disruptive_inframe_deletion"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1763_1771delAGGAGGAGG",
"hgvs_p": "p.Glu588_Glu590del"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}