← 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-CCCTCCT-C (hg38)

Bash / cURL Example

bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=1752908&ref=CCCTCCT&alt=C&genome=hg38&allGenes=true"

API Response

json
{
  "variants": [
    {
      "chr": "1",
      "pos": 1752908,
      "ref": "CCCTCCT",
      "alt": "C",
      "effect": "disruptive_inframe_deletion",
      "transcript": "NM_001198994.2",
      "consequences": [
        {
          "aa_ref": "EEG",
          "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.1331_1336delAGGAGG",
          "hgvs_p": "p.Glu444_Glu445del",
          "transcript": "NM_023018.5",
          "protein_id": "NP_075394.3",
          "transcript_support_level": null,
          "aa_start": 444,
          "aa_end": null,
          "aa_length": 446,
          "cds_start": 1331,
          "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": "EEG",
          "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.1331_1336delAGGAGG",
          "hgvs_p": "p.Glu444_Glu445del",
          "transcript": "ENST00000341426.9",
          "protein_id": "ENSP00000341679.5",
          "transcript_support_level": 2,
          "aa_start": 444,
          "aa_end": null,
          "aa_length": 446,
          "cds_start": 1331,
          "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": "EEG",
          "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.1766_1771delAGGAGG",
          "hgvs_p": "p.Glu589_Glu590del",
          "transcript": "ENST00000378625.5",
          "protein_id": "ENSP00000367890.1",
          "transcript_support_level": 1,
          "aa_start": 589,
          "aa_end": null,
          "aa_length": 591,
          "cds_start": 1766,
          "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": "EEG",
          "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.1331_1336delAGGAGG",
          "hgvs_p": "p.Glu444_Glu445del",
          "transcript": "ENST00000341991.7",
          "protein_id": "ENSP00000344340.3",
          "transcript_support_level": 1,
          "aa_start": 444,
          "aa_end": null,
          "aa_length": 446,
          "cds_start": 1331,
          "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": "EEG",
          "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.1766_1771delAGGAGG",
          "hgvs_p": "p.Glu589_Glu590del",
          "transcript": "NM_001198994.2",
          "protein_id": "NP_001185923.1",
          "transcript_support_level": null,
          "aa_start": 589,
          "aa_end": null,
          "aa_length": 591,
          "cds_start": 1766,
          "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": "EEG",
          "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.1358_1363delAGGAGG",
          "hgvs_p": "p.Glu453_Glu454del",
          "transcript": "ENST00000886141.1",
          "protein_id": "ENSP00000556200.1",
          "transcript_support_level": null,
          "aa_start": 453,
          "aa_end": null,
          "aa_length": 455,
          "cds_start": 1358,
          "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": "EEG",
          "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.1352_1357delAGGAGG",
          "hgvs_p": "p.Glu451_Glu452del",
          "transcript": "ENST00000886139.1",
          "protein_id": "ENSP00000556198.1",
          "transcript_support_level": null,
          "aa_start": 451,
          "aa_end": null,
          "aa_length": 453,
          "cds_start": 1352,
          "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": "EEG",
          "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.1352_1357delAGGAGG",
          "hgvs_p": "p.Glu451_Glu452del",
          "transcript": "ENST00000931659.1",
          "protein_id": "ENSP00000601718.1",
          "transcript_support_level": null,
          "aa_start": 451,
          "aa_end": null,
          "aa_length": 453,
          "cds_start": 1352,
          "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": "EEG",
          "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.1331_1336delAGGAGG",
          "hgvs_p": "p.Glu444_Glu445del",
          "transcript": "NM_001198993.2",
          "protein_id": "NP_001185922.1",
          "transcript_support_level": null,
          "aa_start": 444,
          "aa_end": null,
          "aa_length": 446,
          "cds_start": 1331,
          "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": "EEG",
          "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.1331_1336delAGGAGG",
          "hgvs_p": "p.Glu444_Glu445del",
          "transcript": "NM_001353641.2",
          "protein_id": "NP_001340570.1",
          "transcript_support_level": null,
          "aa_start": 444,
          "aa_end": null,
          "aa_length": 446,
          "cds_start": 1331,
          "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": "EEG",
          "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.1331_1336delAGGAGG",
          "hgvs_p": "p.Glu444_Glu445del",
          "transcript": "ENST00000886130.1",
          "protein_id": "ENSP00000556189.1",
          "transcript_support_level": null,
          "aa_start": 444,
          "aa_end": null,
          "aa_length": 446,
          "cds_start": 1331,
          "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": "EEG",
          "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.1331_1336delAGGAGG",
          "hgvs_p": "p.Glu444_Glu445del",
          "transcript": "ENST00000886131.1",
          "protein_id": "ENSP00000556190.1",
          "transcript_support_level": null,
          "aa_start": 444,
          "aa_end": null,
          "aa_length": 446,
          "cds_start": 1331,
          "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": "EEG",
          "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.1331_1336delAGGAGG",
          "hgvs_p": "p.Glu444_Glu445del",
          "transcript": "ENST00000886132.1",
          "protein_id": "ENSP00000556191.1",
          "transcript_support_level": null,
          "aa_start": 444,
          "aa_end": null,
          "aa_length": 446,
          "cds_start": 1331,
          "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": "EEG",
          "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.1331_1336delAGGAGG",
          "hgvs_p": "p.Glu444_Glu445del",
          "transcript": "ENST00000886133.1",
          "protein_id": "ENSP00000556192.1",
          "transcript_support_level": null,
          "aa_start": 444,
          "aa_end": null,
          "aa_length": 446,
          "cds_start": 1331,
          "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": "EEG",
          "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.1331_1336delAGGAGG",
          "hgvs_p": "p.Glu444_Glu445del",
          "transcript": "ENST00000886134.1",
          "protein_id": "ENSP00000556193.1",
          "transcript_support_level": null,
          "aa_start": 444,
          "aa_end": null,
          "aa_length": 446,
          "cds_start": 1331,
          "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": "EEG",
          "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.1331_1336delAGGAGG",
          "hgvs_p": "p.Glu444_Glu445del",
          "transcript": "ENST00000886136.1",
          "protein_id": "ENSP00000556195.1",
          "transcript_support_level": null,
          "aa_start": 444,
          "aa_end": null,
          "aa_length": 446,
          "cds_start": 1331,
          "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": "EEG",
          "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.1331_1336delAGGAGG",
          "hgvs_p": "p.Glu444_Glu445del",
          "transcript": "ENST00000886137.1",
          "protein_id": "ENSP00000556196.1",
          "transcript_support_level": null,
          "aa_start": 444,
          "aa_end": null,
          "aa_length": 446,
          "cds_start": 1331,
          "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": "EEG",
          "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.1331_1336delAGGAGG",
          "hgvs_p": "p.Glu444_Glu445del",
          "transcript": "ENST00000886138.1",
          "protein_id": "ENSP00000556197.1",
          "transcript_support_level": null,
          "aa_start": 444,
          "aa_end": null,
          "aa_length": 446,
          "cds_start": 1331,
          "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": "EEG",
          "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.1331_1336delAGGAGG",
          "hgvs_p": "p.Glu444_Glu445del",
          "transcript": "ENST00000886140.1",
          "protein_id": "ENSP00000556199.1",
          "transcript_support_level": null,
          "aa_start": 444,
          "aa_end": null,
          "aa_length": 446,
          "cds_start": 1331,
          "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": "EEG",
          "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.1331_1336delAGGAGG",
          "hgvs_p": "p.Glu444_Glu445del",
          "transcript": "ENST00000931657.1",
          "protein_id": "ENSP00000601716.1",
          "transcript_support_level": null,
          "aa_start": 444,
          "aa_end": null,
          "aa_length": 446,
          "cds_start": 1331,
          "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": "EEG",
          "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.1331_1336delAGGAGG",
          "hgvs_p": "p.Glu444_Glu445del",
          "transcript": "ENST00000931658.1",
          "protein_id": "ENSP00000601717.1",
          "transcript_support_level": null,
          "aa_start": 444,
          "aa_end": null,
          "aa_length": 446,
          "cds_start": 1331,
          "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": "EEG",
          "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.1331_1336delAGGAGG",
          "hgvs_p": "p.Glu444_Glu445del",
          "transcript": "ENST00000931660.1",
          "protein_id": "ENSP00000601719.1",
          "transcript_support_level": null,
          "aa_start": 444,
          "aa_end": null,
          "aa_length": 446,
          "cds_start": 1331,
          "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": "EEG",
          "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.1331_1336delAGGAGG",
          "hgvs_p": "p.Glu444_Glu445del",
          "transcript": "ENST00000931663.1",
          "protein_id": "ENSP00000601722.1",
          "transcript_support_level": null,
          "aa_start": 444,
          "aa_end": null,
          "aa_length": 446,
          "cds_start": 1331,
          "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": "EEG",
          "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.1331_1336delAGGAGG",
          "hgvs_p": "p.Glu444_Glu445del",
          "transcript": "ENST00000953975.1",
          "protein_id": "ENSP00000624034.1",
          "transcript_support_level": null,
          "aa_start": 444,
          "aa_end": null,
          "aa_length": 446,
          "cds_start": 1331,
          "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": "EEG",
          "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_1333delAGGAGG",
          "hgvs_p": "p.Glu443_Glu444del",
          "transcript": "ENST00000953973.1",
          "protein_id": "ENSP00000624032.1",
          "transcript_support_level": null,
          "aa_start": 443,
          "aa_end": null,
          "aa_length": 445,
          "cds_start": 1328,
          "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": "EEG",
          "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_1333delAGGAGG",
          "hgvs_p": "p.Glu443_Glu444del",
          "transcript": "ENST00000953974.1",
          "protein_id": "ENSP00000624033.1",
          "transcript_support_level": null,
          "aa_start": 443,
          "aa_end": null,
          "aa_length": 445,
          "cds_start": 1328,
          "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": "EEG",
          "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_1330delAGGAGG",
          "hgvs_p": "p.Glu442_Glu443del",
          "transcript": "ENST00000886135.1",
          "protein_id": "ENSP00000556194.1",
          "transcript_support_level": null,
          "aa_start": 442,
          "aa_end": null,
          "aa_length": 444,
          "cds_start": 1325,
          "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": "EEG",
          "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_1330delAGGAGG",
          "hgvs_p": "p.Glu442_Glu443del",
          "transcript": "ENST00000886143.1",
          "protein_id": "ENSP00000556202.1",
          "transcript_support_level": null,
          "aa_start": 442,
          "aa_end": null,
          "aa_length": 444,
          "cds_start": 1325,
          "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": "EEG",
          "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.1247_1252delAGGAGG",
          "hgvs_p": "p.Glu416_Glu417del",
          "transcript": "ENST00000886142.1",
          "protein_id": "ENSP00000556201.1",
          "transcript_support_level": null,
          "aa_start": 416,
          "aa_end": null,
          "aa_length": 418,
          "cds_start": 1247,
          "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": "EEG",
          "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.1235_1240delAGGAGG",
          "hgvs_p": "p.Glu412_Glu413del",
          "transcript": "NM_001198995.1",
          "protein_id": "NP_001185924.1",
          "transcript_support_level": null,
          "aa_start": 412,
          "aa_end": null,
          "aa_length": 414,
          "cds_start": 1235,
          "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": "EEG",
          "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.1235_1240delAGGAGG",
          "hgvs_p": "p.Glu412_Glu413del",
          "transcript": "ENST00000342348.9",
          "protein_id": "ENSP00000339727.5",
          "transcript_support_level": 2,
          "aa_start": 412,
          "aa_end": null,
          "aa_length": 414,
          "cds_start": 1235,
          "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": "EEG",
          "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.1208_1213delAGGAGG",
          "hgvs_p": "p.Glu403_Glu404del",
          "transcript": "ENST00000931661.1",
          "protein_id": "ENSP00000601720.1",
          "transcript_support_level": null,
          "aa_start": 403,
          "aa_end": null,
          "aa_length": 405,
          "cds_start": 1208,
          "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": "EEG",
          "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.1208_1213delAGGAGG",
          "hgvs_p": "p.Glu403_Glu404del",
          "transcript": "ENST00000931662.1",
          "protein_id": "ENSP00000601721.1",
          "transcript_support_level": null,
          "aa_start": 403,
          "aa_end": null,
          "aa_length": 405,
          "cds_start": 1208,
          "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": "EEG",
          "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.1142_1147delAGGAGG",
          "hgvs_p": "p.Glu381_Glu382del",
          "transcript": "ENST00000886144.1",
          "protein_id": "ENSP00000556203.1",
          "transcript_support_level": null,
          "aa_start": 381,
          "aa_end": null,
          "aa_length": 383,
          "cds_start": 1142,
          "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": "EEG",
          "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.1070_1075delAGGAGG",
          "hgvs_p": "p.Glu357_Glu358del",
          "transcript": "NM_001353642.2",
          "protein_id": "NP_001340571.1",
          "transcript_support_level": null,
          "aa_start": 357,
          "aa_end": null,
          "aa_length": 359,
          "cds_start": 1070,
          "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": "EEG",
          "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.1643_1648delAGGAGG",
          "hgvs_p": "p.Glu548_Glu549del",
          "transcript": "XM_047428656.1",
          "protein_id": "XP_047284612.1",
          "transcript_support_level": null,
          "aa_start": 548,
          "aa_end": null,
          "aa_length": 550,
          "cds_start": 1643,
          "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": "EEG",
          "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.1331_1336delAGGAGG",
          "hgvs_p": "p.Glu444_Glu445del",
          "transcript": "XM_047428631.1",
          "protein_id": "XP_047284587.1",
          "transcript_support_level": null,
          "aa_start": 444,
          "aa_end": null,
          "aa_length": 446,
          "cds_start": 1331,
          "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": "EEG",
          "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.1022_1027delAGGAGG",
          "hgvs_p": "p.Glu341_Glu342del",
          "transcript": "XM_011542009.3",
          "protein_id": "XP_011540311.1",
          "transcript_support_level": null,
          "aa_start": 341,
          "aa_end": null,
          "aa_length": 343,
          "cds_start": 1022,
          "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": "EEG",
          "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.995_1000delAGGAGG",
          "hgvs_p": "p.Glu332_Glu333del",
          "transcript": "XM_017002144.3",
          "protein_id": "XP_016857633.1",
          "transcript_support_level": null,
          "aa_start": 332,
          "aa_end": null,
          "aa_length": 334,
          "cds_start": 995,
          "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": "EEG",
          "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.932_937delAGGAGG",
          "hgvs_p": "p.Glu311_Glu312del",
          "transcript": "XM_047428647.1",
          "protein_id": "XP_047284603.1",
          "transcript_support_level": null,
          "aa_start": 311,
          "aa_end": null,
          "aa_length": 313,
          "cds_start": 932,
          "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.1395_1400delAGGAGG",
          "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.*213_*218delAGGAGG",
          "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.00027327382,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 417,
      "gnomad_exomes_af": 0.000273985,
      "gnomad_genomes_af": 0.000266748,
      "gnomad_exomes_ac": 377,
      "gnomad_genomes_ac": 40,
      "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": "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": [
            "disruptive_inframe_deletion"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.1766_1771delAGGAGG",
          "hgvs_p": "p.Glu589_Glu590del"
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "custom_annotations": null
    }
  ],
  "message": null
}
For research and educational, non-commercial use only. Not for clinical or diagnostic use. GeneBe does not provide medical advice. Data use for AI modeling is prohibited: if used, the cost is $0.001 per byte of downloaded uncompressed data.