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

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "1",
      "pos": 1752908,
      "ref": "CCCTCCTCCTCCTCCTCCT",
      "alt": "C",
      "effect": "disruptive_inframe_deletion",
      "transcript": "NM_001198994.2",
      "consequences": [
        {
          "aa_ref": "EEEEEEG",
          "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.1319_1336delAGGAGGAGGAGGAGGAGG",
          "hgvs_p": "p.Glu440_Glu445del",
          "transcript": "NM_023018.5",
          "protein_id": "NP_075394.3",
          "transcript_support_level": null,
          "aa_start": 440,
          "aa_end": null,
          "aa_length": 446,
          "cds_start": 1319,
          "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": "EEEEEEG",
          "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.1319_1336delAGGAGGAGGAGGAGGAGG",
          "hgvs_p": "p.Glu440_Glu445del",
          "transcript": "ENST00000341426.9",
          "protein_id": "ENSP00000341679.5",
          "transcript_support_level": 2,
          "aa_start": 440,
          "aa_end": null,
          "aa_length": 446,
          "cds_start": 1319,
          "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": "EEEEEEG",
          "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.1754_1771delAGGAGGAGGAGGAGGAGG",
          "hgvs_p": "p.Glu585_Glu590del",
          "transcript": "ENST00000378625.5",
          "protein_id": "ENSP00000367890.1",
          "transcript_support_level": 1,
          "aa_start": 585,
          "aa_end": null,
          "aa_length": 591,
          "cds_start": 1754,
          "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": "EEEEEEG",
          "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.1319_1336delAGGAGGAGGAGGAGGAGG",
          "hgvs_p": "p.Glu440_Glu445del",
          "transcript": "ENST00000341991.7",
          "protein_id": "ENSP00000344340.3",
          "transcript_support_level": 1,
          "aa_start": 440,
          "aa_end": null,
          "aa_length": 446,
          "cds_start": 1319,
          "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": "EEEEEEG",
          "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.1754_1771delAGGAGGAGGAGGAGGAGG",
          "hgvs_p": "p.Glu585_Glu590del",
          "transcript": "NM_001198994.2",
          "protein_id": "NP_001185923.1",
          "transcript_support_level": null,
          "aa_start": 585,
          "aa_end": null,
          "aa_length": 591,
          "cds_start": 1754,
          "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": "EEEEEEG",
          "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.1346_1363delAGGAGGAGGAGGAGGAGG",
          "hgvs_p": "p.Glu449_Glu454del",
          "transcript": "ENST00000886141.1",
          "protein_id": "ENSP00000556200.1",
          "transcript_support_level": null,
          "aa_start": 449,
          "aa_end": null,
          "aa_length": 455,
          "cds_start": 1346,
          "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": "EEEEEEG",
          "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.1340_1357delAGGAGGAGGAGGAGGAGG",
          "hgvs_p": "p.Glu447_Glu452del",
          "transcript": "ENST00000886139.1",
          "protein_id": "ENSP00000556198.1",
          "transcript_support_level": null,
          "aa_start": 447,
          "aa_end": null,
          "aa_length": 453,
          "cds_start": 1340,
          "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": "EEEEEEG",
          "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.1340_1357delAGGAGGAGGAGGAGGAGG",
          "hgvs_p": "p.Glu447_Glu452del",
          "transcript": "ENST00000931659.1",
          "protein_id": "ENSP00000601718.1",
          "transcript_support_level": null,
          "aa_start": 447,
          "aa_end": null,
          "aa_length": 453,
          "cds_start": 1340,
          "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": "EEEEEEG",
          "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.1319_1336delAGGAGGAGGAGGAGGAGG",
          "hgvs_p": "p.Glu440_Glu445del",
          "transcript": "NM_001198993.2",
          "protein_id": "NP_001185922.1",
          "transcript_support_level": null,
          "aa_start": 440,
          "aa_end": null,
          "aa_length": 446,
          "cds_start": 1319,
          "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": "EEEEEEG",
          "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.1319_1336delAGGAGGAGGAGGAGGAGG",
          "hgvs_p": "p.Glu440_Glu445del",
          "transcript": "NM_001353641.2",
          "protein_id": "NP_001340570.1",
          "transcript_support_level": null,
          "aa_start": 440,
          "aa_end": null,
          "aa_length": 446,
          "cds_start": 1319,
          "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": "EEEEEEG",
          "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.1319_1336delAGGAGGAGGAGGAGGAGG",
          "hgvs_p": "p.Glu440_Glu445del",
          "transcript": "ENST00000886130.1",
          "protein_id": "ENSP00000556189.1",
          "transcript_support_level": null,
          "aa_start": 440,
          "aa_end": null,
          "aa_length": 446,
          "cds_start": 1319,
          "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": "EEEEEEG",
          "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.1319_1336delAGGAGGAGGAGGAGGAGG",
          "hgvs_p": "p.Glu440_Glu445del",
          "transcript": "ENST00000886131.1",
          "protein_id": "ENSP00000556190.1",
          "transcript_support_level": null,
          "aa_start": 440,
          "aa_end": null,
          "aa_length": 446,
          "cds_start": 1319,
          "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": "EEEEEEG",
          "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.1319_1336delAGGAGGAGGAGGAGGAGG",
          "hgvs_p": "p.Glu440_Glu445del",
          "transcript": "ENST00000886132.1",
          "protein_id": "ENSP00000556191.1",
          "transcript_support_level": null,
          "aa_start": 440,
          "aa_end": null,
          "aa_length": 446,
          "cds_start": 1319,
          "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": "EEEEEEG",
          "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.1319_1336delAGGAGGAGGAGGAGGAGG",
          "hgvs_p": "p.Glu440_Glu445del",
          "transcript": "ENST00000886133.1",
          "protein_id": "ENSP00000556192.1",
          "transcript_support_level": null,
          "aa_start": 440,
          "aa_end": null,
          "aa_length": 446,
          "cds_start": 1319,
          "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": "EEEEEEG",
          "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.1319_1336delAGGAGGAGGAGGAGGAGG",
          "hgvs_p": "p.Glu440_Glu445del",
          "transcript": "ENST00000886134.1",
          "protein_id": "ENSP00000556193.1",
          "transcript_support_level": null,
          "aa_start": 440,
          "aa_end": null,
          "aa_length": 446,
          "cds_start": 1319,
          "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": "EEEEEEG",
          "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.1319_1336delAGGAGGAGGAGGAGGAGG",
          "hgvs_p": "p.Glu440_Glu445del",
          "transcript": "ENST00000886136.1",
          "protein_id": "ENSP00000556195.1",
          "transcript_support_level": null,
          "aa_start": 440,
          "aa_end": null,
          "aa_length": 446,
          "cds_start": 1319,
          "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": "EEEEEEG",
          "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.1319_1336delAGGAGGAGGAGGAGGAGG",
          "hgvs_p": "p.Glu440_Glu445del",
          "transcript": "ENST00000886137.1",
          "protein_id": "ENSP00000556196.1",
          "transcript_support_level": null,
          "aa_start": 440,
          "aa_end": null,
          "aa_length": 446,
          "cds_start": 1319,
          "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": "EEEEEEG",
          "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.1319_1336delAGGAGGAGGAGGAGGAGG",
          "hgvs_p": "p.Glu440_Glu445del",
          "transcript": "ENST00000886138.1",
          "protein_id": "ENSP00000556197.1",
          "transcript_support_level": null,
          "aa_start": 440,
          "aa_end": null,
          "aa_length": 446,
          "cds_start": 1319,
          "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": "EEEEEEG",
          "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.1319_1336delAGGAGGAGGAGGAGGAGG",
          "hgvs_p": "p.Glu440_Glu445del",
          "transcript": "ENST00000886140.1",
          "protein_id": "ENSP00000556199.1",
          "transcript_support_level": null,
          "aa_start": 440,
          "aa_end": null,
          "aa_length": 446,
          "cds_start": 1319,
          "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": "EEEEEEG",
          "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.1319_1336delAGGAGGAGGAGGAGGAGG",
          "hgvs_p": "p.Glu440_Glu445del",
          "transcript": "ENST00000931657.1",
          "protein_id": "ENSP00000601716.1",
          "transcript_support_level": null,
          "aa_start": 440,
          "aa_end": null,
          "aa_length": 446,
          "cds_start": 1319,
          "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": "EEEEEEG",
          "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.1319_1336delAGGAGGAGGAGGAGGAGG",
          "hgvs_p": "p.Glu440_Glu445del",
          "transcript": "ENST00000931658.1",
          "protein_id": "ENSP00000601717.1",
          "transcript_support_level": null,
          "aa_start": 440,
          "aa_end": null,
          "aa_length": 446,
          "cds_start": 1319,
          "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": "EEEEEEG",
          "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.1319_1336delAGGAGGAGGAGGAGGAGG",
          "hgvs_p": "p.Glu440_Glu445del",
          "transcript": "ENST00000931660.1",
          "protein_id": "ENSP00000601719.1",
          "transcript_support_level": null,
          "aa_start": 440,
          "aa_end": null,
          "aa_length": 446,
          "cds_start": 1319,
          "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": "EEEEEEG",
          "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.1319_1336delAGGAGGAGGAGGAGGAGG",
          "hgvs_p": "p.Glu440_Glu445del",
          "transcript": "ENST00000931663.1",
          "protein_id": "ENSP00000601722.1",
          "transcript_support_level": null,
          "aa_start": 440,
          "aa_end": null,
          "aa_length": 446,
          "cds_start": 1319,
          "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": "EEEEEEG",
          "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.1319_1336delAGGAGGAGGAGGAGGAGG",
          "hgvs_p": "p.Glu440_Glu445del",
          "transcript": "ENST00000953975.1",
          "protein_id": "ENSP00000624034.1",
          "transcript_support_level": null,
          "aa_start": 440,
          "aa_end": null,
          "aa_length": 446,
          "cds_start": 1319,
          "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": "EEEEEEG",
          "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.1316_1333delAGGAGGAGGAGGAGGAGG",
          "hgvs_p": "p.Glu439_Glu444del",
          "transcript": "ENST00000953973.1",
          "protein_id": "ENSP00000624032.1",
          "transcript_support_level": null,
          "aa_start": 439,
          "aa_end": null,
          "aa_length": 445,
          "cds_start": 1316,
          "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": "EEEEEEG",
          "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.1316_1333delAGGAGGAGGAGGAGGAGG",
          "hgvs_p": "p.Glu439_Glu444del",
          "transcript": "ENST00000953974.1",
          "protein_id": "ENSP00000624033.1",
          "transcript_support_level": null,
          "aa_start": 439,
          "aa_end": null,
          "aa_length": 445,
          "cds_start": 1316,
          "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": "EEEEEEG",
          "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.1313_1330delAGGAGGAGGAGGAGGAGG",
          "hgvs_p": "p.Glu438_Glu443del",
          "transcript": "ENST00000886135.1",
          "protein_id": "ENSP00000556194.1",
          "transcript_support_level": null,
          "aa_start": 438,
          "aa_end": null,
          "aa_length": 444,
          "cds_start": 1313,
          "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": "EEEEEEG",
          "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.1313_1330delAGGAGGAGGAGGAGGAGG",
          "hgvs_p": "p.Glu438_Glu443del",
          "transcript": "ENST00000886143.1",
          "protein_id": "ENSP00000556202.1",
          "transcript_support_level": null,
          "aa_start": 438,
          "aa_end": null,
          "aa_length": 444,
          "cds_start": 1313,
          "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": "EEEEEEG",
          "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.1235_1252delAGGAGGAGGAGGAGGAGG",
          "hgvs_p": "p.Glu412_Glu417del",
          "transcript": "ENST00000886142.1",
          "protein_id": "ENSP00000556201.1",
          "transcript_support_level": null,
          "aa_start": 412,
          "aa_end": null,
          "aa_length": 418,
          "cds_start": 1235,
          "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": "EEEEEEG",
          "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.1223_1240delAGGAGGAGGAGGAGGAGG",
          "hgvs_p": "p.Glu408_Glu413del",
          "transcript": "NM_001198995.1",
          "protein_id": "NP_001185924.1",
          "transcript_support_level": null,
          "aa_start": 408,
          "aa_end": null,
          "aa_length": 414,
          "cds_start": 1223,
          "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": "EEEEEEG",
          "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.1223_1240delAGGAGGAGGAGGAGGAGG",
          "hgvs_p": "p.Glu408_Glu413del",
          "transcript": "ENST00000342348.9",
          "protein_id": "ENSP00000339727.5",
          "transcript_support_level": 2,
          "aa_start": 408,
          "aa_end": null,
          "aa_length": 414,
          "cds_start": 1223,
          "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": "EEEEEEG",
          "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.1196_1213delAGGAGGAGGAGGAGGAGG",
          "hgvs_p": "p.Glu399_Glu404del",
          "transcript": "ENST00000931661.1",
          "protein_id": "ENSP00000601720.1",
          "transcript_support_level": null,
          "aa_start": 399,
          "aa_end": null,
          "aa_length": 405,
          "cds_start": 1196,
          "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": "EEEEEEG",
          "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.1196_1213delAGGAGGAGGAGGAGGAGG",
          "hgvs_p": "p.Glu399_Glu404del",
          "transcript": "ENST00000931662.1",
          "protein_id": "ENSP00000601721.1",
          "transcript_support_level": null,
          "aa_start": 399,
          "aa_end": null,
          "aa_length": 405,
          "cds_start": 1196,
          "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": "EEEEEEG",
          "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.1130_1147delAGGAGGAGGAGGAGGAGG",
          "hgvs_p": "p.Glu377_Glu382del",
          "transcript": "ENST00000886144.1",
          "protein_id": "ENSP00000556203.1",
          "transcript_support_level": null,
          "aa_start": 377,
          "aa_end": null,
          "aa_length": 383,
          "cds_start": 1130,
          "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": "EEEEEEG",
          "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.1058_1075delAGGAGGAGGAGGAGGAGG",
          "hgvs_p": "p.Glu353_Glu358del",
          "transcript": "NM_001353642.2",
          "protein_id": "NP_001340571.1",
          "transcript_support_level": null,
          "aa_start": 353,
          "aa_end": null,
          "aa_length": 359,
          "cds_start": 1058,
          "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": "EEEEEEG",
          "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.1631_1648delAGGAGGAGGAGGAGGAGG",
          "hgvs_p": "p.Glu544_Glu549del",
          "transcript": "XM_047428656.1",
          "protein_id": "XP_047284612.1",
          "transcript_support_level": null,
          "aa_start": 544,
          "aa_end": null,
          "aa_length": 550,
          "cds_start": 1631,
          "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": "EEEEEEG",
          "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.1319_1336delAGGAGGAGGAGGAGGAGG",
          "hgvs_p": "p.Glu440_Glu445del",
          "transcript": "XM_047428631.1",
          "protein_id": "XP_047284587.1",
          "transcript_support_level": null,
          "aa_start": 440,
          "aa_end": null,
          "aa_length": 446,
          "cds_start": 1319,
          "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": "EEEEEEG",
          "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.1010_1027delAGGAGGAGGAGGAGGAGG",
          "hgvs_p": "p.Glu337_Glu342del",
          "transcript": "XM_011542009.3",
          "protein_id": "XP_011540311.1",
          "transcript_support_level": null,
          "aa_start": 337,
          "aa_end": null,
          "aa_length": 343,
          "cds_start": 1010,
          "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": "EEEEEEG",
          "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.983_1000delAGGAGGAGGAGGAGGAGG",
          "hgvs_p": "p.Glu328_Glu333del",
          "transcript": "XM_017002144.3",
          "protein_id": "XP_016857633.1",
          "transcript_support_level": null,
          "aa_start": 328,
          "aa_end": null,
          "aa_length": 334,
          "cds_start": 983,
          "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": "EEEEEEG",
          "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.920_937delAGGAGGAGGAGGAGGAGG",
          "hgvs_p": "p.Glu307_Glu312del",
          "transcript": "XM_047428647.1",
          "protein_id": "XP_047284603.1",
          "transcript_support_level": null,
          "aa_start": 307,
          "aa_end": null,
          "aa_length": 313,
          "cds_start": 920,
          "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.1383_1400delAGGAGGAGGAGGAGGAGG",
          "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.*201_*218delAGGAGGAGGAGGAGGAGG",
          "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.0000026211942,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 4,
      "gnomad_exomes_af": 7.2665e-7,
      "gnomad_genomes_af": 0.0000200208,
      "gnomad_exomes_ac": 1,
      "gnomad_genomes_ac": 3,
      "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": 2.164,
      "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.1754_1771delAGGAGGAGGAGGAGGAGG",
          "hgvs_p": "p.Glu585_Glu590del"
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "custom_annotations": null
    }
  ],
  "message": null
}