← 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-C-CCCTCCTCCT (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=1752908&ref=C&alt=CCCTCCTCCT&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 1752908,
"ref": "C",
"alt": "CCCTCCTCCT",
"effect": "conservative_inframe_insertion",
"transcript": "NM_001198994.2",
"consequences": [
{
"aa_ref": "G",
"aa_alt": "EEEG",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_insertion"
],
"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_1336dupAGGAGGAGG",
"hgvs_p": "p.Glu443_Glu445dup",
"transcript": "NM_023018.5",
"protein_id": "NP_075394.3",
"transcript_support_level": null,
"aa_start": 446,
"aa_end": null,
"aa_length": 446,
"cds_start": 1336,
"cds_end": null,
"cds_length": 1341,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000341426.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_023018.5"
},
{
"aa_ref": "G",
"aa_alt": "EEEG",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_insertion"
],
"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_1336dupAGGAGGAGG",
"hgvs_p": "p.Glu443_Glu445dup",
"transcript": "ENST00000341426.9",
"protein_id": "ENSP00000341679.5",
"transcript_support_level": 2,
"aa_start": 446,
"aa_end": null,
"aa_length": 446,
"cds_start": 1336,
"cds_end": null,
"cds_length": 1341,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_023018.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000341426.9"
},
{
"aa_ref": "G",
"aa_alt": "EEEG",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_insertion"
],
"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_1771dupAGGAGGAGG",
"hgvs_p": "p.Glu588_Glu590dup",
"transcript": "ENST00000378625.5",
"protein_id": "ENSP00000367890.1",
"transcript_support_level": 1,
"aa_start": 591,
"aa_end": null,
"aa_length": 591,
"cds_start": 1771,
"cds_end": null,
"cds_length": 1776,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000378625.5"
},
{
"aa_ref": "G",
"aa_alt": "EEEG",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_insertion"
],
"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_1336dupAGGAGGAGG",
"hgvs_p": "p.Glu443_Glu445dup",
"transcript": "ENST00000341991.7",
"protein_id": "ENSP00000344340.3",
"transcript_support_level": 1,
"aa_start": 446,
"aa_end": null,
"aa_length": 446,
"cds_start": 1336,
"cds_end": null,
"cds_length": 1341,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000341991.7"
},
{
"aa_ref": "G",
"aa_alt": "EEEG",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_insertion"
],
"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_1771dupAGGAGGAGG",
"hgvs_p": "p.Glu588_Glu590dup",
"transcript": "NM_001198994.2",
"protein_id": "NP_001185923.1",
"transcript_support_level": null,
"aa_start": 591,
"aa_end": null,
"aa_length": 591,
"cds_start": 1771,
"cds_end": null,
"cds_length": 1776,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001198994.2"
},
{
"aa_ref": "G",
"aa_alt": "EEEG",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_insertion"
],
"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_1363dupAGGAGGAGG",
"hgvs_p": "p.Glu452_Glu454dup",
"transcript": "ENST00000886141.1",
"protein_id": "ENSP00000556200.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 455,
"cds_start": 1363,
"cds_end": null,
"cds_length": 1368,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886141.1"
},
{
"aa_ref": "G",
"aa_alt": "EEEG",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_insertion"
],
"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_1357dupAGGAGGAGG",
"hgvs_p": "p.Glu450_Glu452dup",
"transcript": "ENST00000886139.1",
"protein_id": "ENSP00000556198.1",
"transcript_support_level": null,
"aa_start": 453,
"aa_end": null,
"aa_length": 453,
"cds_start": 1357,
"cds_end": null,
"cds_length": 1362,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886139.1"
},
{
"aa_ref": "G",
"aa_alt": "EEEG",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_insertion"
],
"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_1357dupAGGAGGAGG",
"hgvs_p": "p.Glu450_Glu452dup",
"transcript": "ENST00000931659.1",
"protein_id": "ENSP00000601718.1",
"transcript_support_level": null,
"aa_start": 453,
"aa_end": null,
"aa_length": 453,
"cds_start": 1357,
"cds_end": null,
"cds_length": 1362,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931659.1"
},
{
"aa_ref": "G",
"aa_alt": "EEEG",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_insertion"
],
"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_1336dupAGGAGGAGG",
"hgvs_p": "p.Glu443_Glu445dup",
"transcript": "NM_001198993.2",
"protein_id": "NP_001185922.1",
"transcript_support_level": null,
"aa_start": 446,
"aa_end": null,
"aa_length": 446,
"cds_start": 1336,
"cds_end": null,
"cds_length": 1341,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001198993.2"
},
{
"aa_ref": "G",
"aa_alt": "EEEG",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_insertion"
],
"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_1336dupAGGAGGAGG",
"hgvs_p": "p.Glu443_Glu445dup",
"transcript": "NM_001353641.2",
"protein_id": "NP_001340570.1",
"transcript_support_level": null,
"aa_start": 446,
"aa_end": null,
"aa_length": 446,
"cds_start": 1336,
"cds_end": null,
"cds_length": 1341,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001353641.2"
},
{
"aa_ref": "G",
"aa_alt": "EEEG",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_insertion"
],
"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_1336dupAGGAGGAGG",
"hgvs_p": "p.Glu443_Glu445dup",
"transcript": "ENST00000886130.1",
"protein_id": "ENSP00000556189.1",
"transcript_support_level": null,
"aa_start": 446,
"aa_end": null,
"aa_length": 446,
"cds_start": 1336,
"cds_end": null,
"cds_length": 1341,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886130.1"
},
{
"aa_ref": "G",
"aa_alt": "EEEG",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_insertion"
],
"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_1336dupAGGAGGAGG",
"hgvs_p": "p.Glu443_Glu445dup",
"transcript": "ENST00000886131.1",
"protein_id": "ENSP00000556190.1",
"transcript_support_level": null,
"aa_start": 446,
"aa_end": null,
"aa_length": 446,
"cds_start": 1336,
"cds_end": null,
"cds_length": 1341,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886131.1"
},
{
"aa_ref": "G",
"aa_alt": "EEEG",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_insertion"
],
"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_1336dupAGGAGGAGG",
"hgvs_p": "p.Glu443_Glu445dup",
"transcript": "ENST00000886132.1",
"protein_id": "ENSP00000556191.1",
"transcript_support_level": null,
"aa_start": 446,
"aa_end": null,
"aa_length": 446,
"cds_start": 1336,
"cds_end": null,
"cds_length": 1341,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886132.1"
},
{
"aa_ref": "G",
"aa_alt": "EEEG",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_insertion"
],
"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_1336dupAGGAGGAGG",
"hgvs_p": "p.Glu443_Glu445dup",
"transcript": "ENST00000886133.1",
"protein_id": "ENSP00000556192.1",
"transcript_support_level": null,
"aa_start": 446,
"aa_end": null,
"aa_length": 446,
"cds_start": 1336,
"cds_end": null,
"cds_length": 1341,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886133.1"
},
{
"aa_ref": "G",
"aa_alt": "EEEG",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_insertion"
],
"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_1336dupAGGAGGAGG",
"hgvs_p": "p.Glu443_Glu445dup",
"transcript": "ENST00000886134.1",
"protein_id": "ENSP00000556193.1",
"transcript_support_level": null,
"aa_start": 446,
"aa_end": null,
"aa_length": 446,
"cds_start": 1336,
"cds_end": null,
"cds_length": 1341,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886134.1"
},
{
"aa_ref": "G",
"aa_alt": "EEEG",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_insertion"
],
"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_1336dupAGGAGGAGG",
"hgvs_p": "p.Glu443_Glu445dup",
"transcript": "ENST00000886136.1",
"protein_id": "ENSP00000556195.1",
"transcript_support_level": null,
"aa_start": 446,
"aa_end": null,
"aa_length": 446,
"cds_start": 1336,
"cds_end": null,
"cds_length": 1341,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886136.1"
},
{
"aa_ref": "G",
"aa_alt": "EEEG",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_insertion"
],
"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_1336dupAGGAGGAGG",
"hgvs_p": "p.Glu443_Glu445dup",
"transcript": "ENST00000886137.1",
"protein_id": "ENSP00000556196.1",
"transcript_support_level": null,
"aa_start": 446,
"aa_end": null,
"aa_length": 446,
"cds_start": 1336,
"cds_end": null,
"cds_length": 1341,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886137.1"
},
{
"aa_ref": "G",
"aa_alt": "EEEG",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_insertion"
],
"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_1336dupAGGAGGAGG",
"hgvs_p": "p.Glu443_Glu445dup",
"transcript": "ENST00000886138.1",
"protein_id": "ENSP00000556197.1",
"transcript_support_level": null,
"aa_start": 446,
"aa_end": null,
"aa_length": 446,
"cds_start": 1336,
"cds_end": null,
"cds_length": 1341,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886138.1"
},
{
"aa_ref": "G",
"aa_alt": "EEEG",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_insertion"
],
"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_1336dupAGGAGGAGG",
"hgvs_p": "p.Glu443_Glu445dup",
"transcript": "ENST00000886140.1",
"protein_id": "ENSP00000556199.1",
"transcript_support_level": null,
"aa_start": 446,
"aa_end": null,
"aa_length": 446,
"cds_start": 1336,
"cds_end": null,
"cds_length": 1341,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886140.1"
},
{
"aa_ref": "G",
"aa_alt": "EEEG",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_insertion"
],
"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_1336dupAGGAGGAGG",
"hgvs_p": "p.Glu443_Glu445dup",
"transcript": "ENST00000931657.1",
"protein_id": "ENSP00000601716.1",
"transcript_support_level": null,
"aa_start": 446,
"aa_end": null,
"aa_length": 446,
"cds_start": 1336,
"cds_end": null,
"cds_length": 1341,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931657.1"
},
{
"aa_ref": "G",
"aa_alt": "EEEG",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_insertion"
],
"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_1336dupAGGAGGAGG",
"hgvs_p": "p.Glu443_Glu445dup",
"transcript": "ENST00000931658.1",
"protein_id": "ENSP00000601717.1",
"transcript_support_level": null,
"aa_start": 446,
"aa_end": null,
"aa_length": 446,
"cds_start": 1336,
"cds_end": null,
"cds_length": 1341,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931658.1"
},
{
"aa_ref": "G",
"aa_alt": "EEEG",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_insertion"
],
"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_1336dupAGGAGGAGG",
"hgvs_p": "p.Glu443_Glu445dup",
"transcript": "ENST00000931660.1",
"protein_id": "ENSP00000601719.1",
"transcript_support_level": null,
"aa_start": 446,
"aa_end": null,
"aa_length": 446,
"cds_start": 1336,
"cds_end": null,
"cds_length": 1341,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931660.1"
},
{
"aa_ref": "G",
"aa_alt": "EEEG",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_insertion"
],
"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_1336dupAGGAGGAGG",
"hgvs_p": "p.Glu443_Glu445dup",
"transcript": "ENST00000931663.1",
"protein_id": "ENSP00000601722.1",
"transcript_support_level": null,
"aa_start": 446,
"aa_end": null,
"aa_length": 446,
"cds_start": 1336,
"cds_end": null,
"cds_length": 1341,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931663.1"
},
{
"aa_ref": "G",
"aa_alt": "EEEG",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_insertion"
],
"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_1336dupAGGAGGAGG",
"hgvs_p": "p.Glu443_Glu445dup",
"transcript": "ENST00000953975.1",
"protein_id": "ENSP00000624034.1",
"transcript_support_level": null,
"aa_start": 446,
"aa_end": null,
"aa_length": 446,
"cds_start": 1336,
"cds_end": null,
"cds_length": 1341,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953975.1"
},
{
"aa_ref": "G",
"aa_alt": "EEEG",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_insertion"
],
"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_1333dupAGGAGGAGG",
"hgvs_p": "p.Glu442_Glu444dup",
"transcript": "ENST00000953973.1",
"protein_id": "ENSP00000624032.1",
"transcript_support_level": null,
"aa_start": 445,
"aa_end": null,
"aa_length": 445,
"cds_start": 1333,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953973.1"
},
{
"aa_ref": "G",
"aa_alt": "EEEG",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_insertion"
],
"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_1333dupAGGAGGAGG",
"hgvs_p": "p.Glu442_Glu444dup",
"transcript": "ENST00000953974.1",
"protein_id": "ENSP00000624033.1",
"transcript_support_level": null,
"aa_start": 445,
"aa_end": null,
"aa_length": 445,
"cds_start": 1333,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953974.1"
},
{
"aa_ref": "G",
"aa_alt": "EEEG",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_insertion"
],
"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_1330dupAGGAGGAGG",
"hgvs_p": "p.Glu441_Glu443dup",
"transcript": "ENST00000886135.1",
"protein_id": "ENSP00000556194.1",
"transcript_support_level": null,
"aa_start": 444,
"aa_end": null,
"aa_length": 444,
"cds_start": 1330,
"cds_end": null,
"cds_length": 1335,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886135.1"
},
{
"aa_ref": "G",
"aa_alt": "EEEG",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_insertion"
],
"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_1330dupAGGAGGAGG",
"hgvs_p": "p.Glu441_Glu443dup",
"transcript": "ENST00000886143.1",
"protein_id": "ENSP00000556202.1",
"transcript_support_level": null,
"aa_start": 444,
"aa_end": null,
"aa_length": 444,
"cds_start": 1330,
"cds_end": null,
"cds_length": 1335,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886143.1"
},
{
"aa_ref": "G",
"aa_alt": "EEEG",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_insertion"
],
"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_1252dupAGGAGGAGG",
"hgvs_p": "p.Glu415_Glu417dup",
"transcript": "ENST00000886142.1",
"protein_id": "ENSP00000556201.1",
"transcript_support_level": null,
"aa_start": 418,
"aa_end": null,
"aa_length": 418,
"cds_start": 1252,
"cds_end": null,
"cds_length": 1257,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886142.1"
},
{
"aa_ref": "G",
"aa_alt": "EEEG",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_insertion"
],
"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_1240dupAGGAGGAGG",
"hgvs_p": "p.Glu411_Glu413dup",
"transcript": "NM_001198995.1",
"protein_id": "NP_001185924.1",
"transcript_support_level": null,
"aa_start": 414,
"aa_end": null,
"aa_length": 414,
"cds_start": 1240,
"cds_end": null,
"cds_length": 1245,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001198995.1"
},
{
"aa_ref": "G",
"aa_alt": "EEEG",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_insertion"
],
"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_1240dupAGGAGGAGG",
"hgvs_p": "p.Glu411_Glu413dup",
"transcript": "ENST00000342348.9",
"protein_id": "ENSP00000339727.5",
"transcript_support_level": 2,
"aa_start": 414,
"aa_end": null,
"aa_length": 414,
"cds_start": 1240,
"cds_end": null,
"cds_length": 1245,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000342348.9"
},
{
"aa_ref": "G",
"aa_alt": "EEEG",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_insertion"
],
"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_1213dupAGGAGGAGG",
"hgvs_p": "p.Glu402_Glu404dup",
"transcript": "ENST00000931661.1",
"protein_id": "ENSP00000601720.1",
"transcript_support_level": null,
"aa_start": 405,
"aa_end": null,
"aa_length": 405,
"cds_start": 1213,
"cds_end": null,
"cds_length": 1218,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931661.1"
},
{
"aa_ref": "G",
"aa_alt": "EEEG",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_insertion"
],
"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_1213dupAGGAGGAGG",
"hgvs_p": "p.Glu402_Glu404dup",
"transcript": "ENST00000931662.1",
"protein_id": "ENSP00000601721.1",
"transcript_support_level": null,
"aa_start": 405,
"aa_end": null,
"aa_length": 405,
"cds_start": 1213,
"cds_end": null,
"cds_length": 1218,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931662.1"
},
{
"aa_ref": "G",
"aa_alt": "EEEG",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_insertion"
],
"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_1147dupAGGAGGAGG",
"hgvs_p": "p.Glu380_Glu382dup",
"transcript": "ENST00000886144.1",
"protein_id": "ENSP00000556203.1",
"transcript_support_level": null,
"aa_start": 383,
"aa_end": null,
"aa_length": 383,
"cds_start": 1147,
"cds_end": null,
"cds_length": 1152,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886144.1"
},
{
"aa_ref": "G",
"aa_alt": "EEEG",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_insertion"
],
"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_1075dupAGGAGGAGG",
"hgvs_p": "p.Glu356_Glu358dup",
"transcript": "NM_001353642.2",
"protein_id": "NP_001340571.1",
"transcript_support_level": null,
"aa_start": 359,
"aa_end": null,
"aa_length": 359,
"cds_start": 1075,
"cds_end": null,
"cds_length": 1080,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001353642.2"
},
{
"aa_ref": "G",
"aa_alt": "EEEG",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_insertion"
],
"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_1648dupAGGAGGAGG",
"hgvs_p": "p.Glu547_Glu549dup",
"transcript": "XM_047428656.1",
"protein_id": "XP_047284612.1",
"transcript_support_level": null,
"aa_start": 550,
"aa_end": null,
"aa_length": 550,
"cds_start": 1648,
"cds_end": null,
"cds_length": 1653,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047428656.1"
},
{
"aa_ref": "G",
"aa_alt": "EEEG",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_insertion"
],
"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_1336dupAGGAGGAGG",
"hgvs_p": "p.Glu443_Glu445dup",
"transcript": "XM_047428631.1",
"protein_id": "XP_047284587.1",
"transcript_support_level": null,
"aa_start": 446,
"aa_end": null,
"aa_length": 446,
"cds_start": 1336,
"cds_end": null,
"cds_length": 1341,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047428631.1"
},
{
"aa_ref": "G",
"aa_alt": "EEEG",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_insertion"
],
"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_1027dupAGGAGGAGG",
"hgvs_p": "p.Glu340_Glu342dup",
"transcript": "XM_011542009.3",
"protein_id": "XP_011540311.1",
"transcript_support_level": null,
"aa_start": 343,
"aa_end": null,
"aa_length": 343,
"cds_start": 1027,
"cds_end": null,
"cds_length": 1032,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011542009.3"
},
{
"aa_ref": "G",
"aa_alt": "EEEG",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_insertion"
],
"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_1000dupAGGAGGAGG",
"hgvs_p": "p.Glu331_Glu333dup",
"transcript": "XM_017002144.3",
"protein_id": "XP_016857633.1",
"transcript_support_level": null,
"aa_start": 334,
"aa_end": null,
"aa_length": 334,
"cds_start": 1000,
"cds_end": null,
"cds_length": 1005,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017002144.3"
},
{
"aa_ref": "G",
"aa_alt": "EEEG",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_insertion"
],
"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_937dupAGGAGGAGG",
"hgvs_p": "p.Glu310_Glu312dup",
"transcript": "XM_047428647.1",
"protein_id": "XP_047284603.1",
"transcript_support_level": null,
"aa_start": 313,
"aa_end": null,
"aa_length": 313,
"cds_start": 937,
"cds_end": null,
"cds_length": 942,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"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_1400dupAGGAGGAGG",
"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": null,
"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_*218dupAGGAGGAGG",
"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": null,
"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.00031059686,
"hom_count_reference_population": 0,
"allele_count_reference_population": 474,
"gnomad_exomes_af": 0.000324821,
"gnomad_genomes_af": 0.000180058,
"gnomad_exomes_ac": 447,
"gnomad_genomes_ac": 27,
"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.315,
"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": "Likely_benign",
"acmg_criteria": "BP3",
"acmg_by_gene": [
{
"score": -1,
"benign_score": 1,
"pathogenic_score": 0,
"criteria": [
"BP3"
],
"verdict": "Likely_benign",
"transcript": "NM_001198994.2",
"gene_symbol": "NADK",
"hgnc_id": 29831,
"effects": [
"conservative_inframe_insertion"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1763_1771dupAGGAGGAGG",
"hgvs_p": "p.Glu588_Glu590dup"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}