← 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: 16-15691192-C-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 20,
          "criteria": [
            "BP4_Strong",
            "BP6_Very_Strong",
            "BS1",
            "BS2"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "NDE1",
          "hgnc_id": 17619,
          "hgvs_c": "c.572C>T",
          "hgvs_p": "p.Thr191Ile",
          "inheritance_mode": "AR,Unknown",
          "pathogenic_score": 0,
          "score": -20,
          "transcript": "NM_017668.3",
          "verdict": "Benign"
        }
      ],
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Strong,BP6_Very_Strong,BS1,BS2",
      "acmg_score": -20,
      "allele_count_reference_population": 17448,
      "alphamissense_prediction": null,
      "alphamissense_score": 0.1089,
      "alt": "T",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.41,
      "chr": "16",
      "clinvar_classification": "Benign/Likely benign",
      "clinvar_disease": "Lissencephaly 4,NDE1-related disorder,not provided,not specified",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "LB:2 B:6",
      "computational_prediction_selected": "Benign",
      "computational_score_selected": 0.005299478769302368,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 335,
          "aa_ref": "T",
          "aa_start": 191,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3203,
          "cdna_start": 665,
          "cds_end": null,
          "cds_length": 1008,
          "cds_start": 572,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_017668.3",
          "gene_hgnc_id": 17619,
          "gene_symbol": "NDE1",
          "hgvs_c": "c.572C>T",
          "hgvs_p": "p.Thr191Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000396354.6",
          "protein_coding": true,
          "protein_id": "NP_060138.1",
          "strand": true,
          "transcript": "NM_017668.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 335,
          "aa_ref": "T",
          "aa_start": 191,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 3203,
          "cdna_start": 665,
          "cds_end": null,
          "cds_length": 1008,
          "cds_start": 572,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000396354.6",
          "gene_hgnc_id": 17619,
          "gene_symbol": "NDE1",
          "hgvs_c": "c.572C>T",
          "hgvs_p": "p.Thr191Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_017668.3",
          "protein_coding": true,
          "protein_id": "ENSP00000379642.1",
          "strand": true,
          "transcript": "ENST00000396354.6",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 335,
          "aa_ref": "T",
          "aa_start": 191,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3936,
          "cdna_start": 1398,
          "cds_end": null,
          "cds_length": 1008,
          "cds_start": 572,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000396355.5",
          "gene_hgnc_id": 17619,
          "gene_symbol": "NDE1",
          "hgvs_c": "c.572C>T",
          "hgvs_p": "p.Thr191Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000379643.1",
          "strand": true,
          "transcript": "ENST00000396355.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 384,
          "aa_ref": "T",
          "aa_start": 191,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3193,
          "cdna_start": 572,
          "cds_end": null,
          "cds_length": 1155,
          "cds_start": 572,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000577101.6",
          "gene_hgnc_id": 17619,
          "gene_symbol": "NDE1",
          "hgvs_c": "c.572C>T",
          "hgvs_p": "p.Thr191Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000461729.2",
          "strand": true,
          "transcript": "ENST00000577101.6",
          "transcript_support_level": 4
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 335,
          "aa_ref": "T",
          "aa_start": 191,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3821,
          "cdna_start": 1283,
          "cds_end": null,
          "cds_length": 1008,
          "cds_start": 572,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "NM_001143979.2",
          "gene_hgnc_id": 17619,
          "gene_symbol": "NDE1",
          "hgvs_c": "c.572C>T",
          "hgvs_p": "p.Thr191Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001137451.1",
          "strand": true,
          "transcript": "NM_001143979.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 335,
          "aa_ref": "T",
          "aa_start": 191,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3814,
          "cdna_start": 1276,
          "cds_end": null,
          "cds_length": 1008,
          "cds_start": 572,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000911227.1",
          "gene_hgnc_id": 17619,
          "gene_symbol": "NDE1",
          "hgvs_c": "c.572C>T",
          "hgvs_p": "p.Thr191Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000581286.1",
          "strand": true,
          "transcript": "ENST00000911227.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 335,
          "aa_ref": "T",
          "aa_start": 191,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3319,
          "cdna_start": 781,
          "cds_end": null,
          "cds_length": 1008,
          "cds_start": 572,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000911228.1",
          "gene_hgnc_id": 17619,
          "gene_symbol": "NDE1",
          "hgvs_c": "c.572C>T",
          "hgvs_p": "p.Thr191Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000581287.1",
          "strand": true,
          "transcript": "ENST00000911228.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 335,
          "aa_ref": "T",
          "aa_start": 191,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2180,
          "cdna_start": 846,
          "cds_end": null,
          "cds_length": 1008,
          "cds_start": 572,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000911231.1",
          "gene_hgnc_id": 17619,
          "gene_symbol": "NDE1",
          "hgvs_c": "c.572C>T",
          "hgvs_p": "p.Thr191Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000581290.1",
          "strand": true,
          "transcript": "ENST00000911231.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 335,
          "aa_ref": "T",
          "aa_start": 191,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2119,
          "cdna_start": 785,
          "cds_end": null,
          "cds_length": 1008,
          "cds_start": 572,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000911233.1",
          "gene_hgnc_id": 17619,
          "gene_symbol": "NDE1",
          "hgvs_c": "c.572C>T",
          "hgvs_p": "p.Thr191Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000581292.1",
          "strand": true,
          "transcript": "ENST00000911233.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 335,
          "aa_ref": "T",
          "aa_start": 191,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2451,
          "cdna_start": 1117,
          "cds_end": null,
          "cds_length": 1008,
          "cds_start": 572,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000911234.1",
          "gene_hgnc_id": 17619,
          "gene_symbol": "NDE1",
          "hgvs_c": "c.572C>T",
          "hgvs_p": "p.Thr191Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000581293.1",
          "strand": true,
          "transcript": "ENST00000911234.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 335,
          "aa_ref": "T",
          "aa_start": 191,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2075,
          "cdna_start": 1056,
          "cds_end": null,
          "cds_length": 1008,
          "cds_start": 572,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000963926.1",
          "gene_hgnc_id": 17619,
          "gene_symbol": "NDE1",
          "hgvs_c": "c.572C>T",
          "hgvs_p": "p.Thr191Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000633985.1",
          "strand": true,
          "transcript": "ENST00000963926.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 335,
          "aa_ref": "T",
          "aa_start": 191,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2155,
          "cdna_start": 837,
          "cds_end": null,
          "cds_length": 1008,
          "cds_start": 572,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000963928.1",
          "gene_hgnc_id": 17619,
          "gene_symbol": "NDE1",
          "hgvs_c": "c.572C>T",
          "hgvs_p": "p.Thr191Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000633987.1",
          "strand": true,
          "transcript": "ENST00000963928.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 335,
          "aa_ref": "T",
          "aa_start": 191,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2097,
          "cdna_start": 781,
          "cds_end": null,
          "cds_length": 1008,
          "cds_start": 572,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000963929.1",
          "gene_hgnc_id": 17619,
          "gene_symbol": "NDE1",
          "hgvs_c": "c.572C>T",
          "hgvs_p": "p.Thr191Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000633988.1",
          "strand": true,
          "transcript": "ENST00000963929.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 334,
          "aa_ref": "T",
          "aa_start": 190,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2112,
          "cdna_start": 778,
          "cds_end": null,
          "cds_length": 1005,
          "cds_start": 569,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000911229.1",
          "gene_hgnc_id": 17619,
          "gene_symbol": "NDE1",
          "hgvs_c": "c.569C>T",
          "hgvs_p": "p.Thr190Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000581288.1",
          "strand": true,
          "transcript": "ENST00000911229.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 334,
          "aa_ref": "T",
          "aa_start": 190,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2003,
          "cdna_start": 669,
          "cds_end": null,
          "cds_length": 1005,
          "cds_start": 569,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000911232.1",
          "gene_hgnc_id": 17619,
          "gene_symbol": "NDE1",
          "hgvs_c": "c.569C>T",
          "hgvs_p": "p.Thr190Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000581291.1",
          "strand": true,
          "transcript": "ENST00000911232.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 334,
          "aa_ref": "T",
          "aa_start": 190,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3331,
          "cdna_start": 794,
          "cds_end": null,
          "cds_length": 1005,
          "cds_start": 569,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000934469.1",
          "gene_hgnc_id": 17619,
          "gene_symbol": "NDE1",
          "hgvs_c": "c.569C>T",
          "hgvs_p": "p.Thr190Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000604528.1",
          "strand": true,
          "transcript": "ENST00000934469.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 317,
          "aa_ref": "T",
          "aa_start": 191,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5636,
          "cdna_start": 647,
          "cds_end": null,
          "cds_length": 954,
          "cds_start": 572,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000674995.1",
          "gene_hgnc_id": 17619,
          "gene_symbol": "NDE1",
          "hgvs_c": "c.572C>T",
          "hgvs_p": "p.Thr191Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000502414.1",
          "strand": true,
          "transcript": "ENST00000674995.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 305,
          "aa_ref": "T",
          "aa_start": 191,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1960,
          "cdna_start": 735,
          "cds_end": null,
          "cds_length": 918,
          "cds_start": 572,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000963930.1",
          "gene_hgnc_id": 17619,
          "gene_symbol": "NDE1",
          "hgvs_c": "c.572C>T",
          "hgvs_p": "p.Thr191Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000633989.1",
          "strand": true,
          "transcript": "ENST00000963930.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 283,
          "aa_ref": "T",
          "aa_start": 191,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 853,
          "cdna_start": 572,
          "cds_end": null,
          "cds_length": 853,
          "cds_start": 572,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000572756.6",
          "gene_hgnc_id": 17619,
          "gene_symbol": "NDE1",
          "hgvs_c": "c.572C>T",
          "hgvs_p": "p.Thr191Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000460436.2",
          "strand": true,
          "transcript": "ENST00000572756.6",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 282,
          "aa_ref": "T",
          "aa_start": 191,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3093,
          "cdna_start": 647,
          "cds_end": null,
          "cds_length": 849,
          "cds_start": 572,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000674581.1",
          "gene_hgnc_id": 17619,
          "gene_symbol": "NDE1",
          "hgvs_c": "c.572C>T",
          "hgvs_p": "p.Thr191Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000502100.1",
          "strand": true,
          "transcript": "ENST00000674581.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 234,
          "aa_ref": "T",
          "aa_start": 90,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1657,
          "cdna_start": 338,
          "cds_end": null,
          "cds_length": 705,
          "cds_start": 269,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000963927.1",
          "gene_hgnc_id": 17619,
          "gene_symbol": "NDE1",
          "hgvs_c": "c.269C>T",
          "hgvs_p": "p.Thr90Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000633986.1",
          "strand": true,
          "transcript": "ENST00000963927.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 173,
          "aa_ref": "T",
          "aa_start": 45,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 843,
          "cdna_start": 134,
          "cds_end": null,
          "cds_length": 522,
          "cds_start": 134,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000574109.5",
          "gene_hgnc_id": 17619,
          "gene_symbol": "NDE1",
          "hgvs_c": "c.134C>T",
          "hgvs_p": "p.Thr45Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000459875.1",
          "strand": true,
          "transcript": "ENST00000574109.5",
          "transcript_support_level": 3
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 135,
          "aa_ref": "T",
          "aa_start": 10,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 411,
          "cdna_start": 30,
          "cds_end": null,
          "cds_length": 410,
          "cds_start": 29,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 4,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000573694.5",
          "gene_hgnc_id": 17619,
          "gene_symbol": "NDE1",
          "hgvs_c": "c.29C>T",
          "hgvs_p": "p.Thr10Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000459863.1",
          "strand": true,
          "transcript": "ENST00000573694.5",
          "transcript_support_level": 3
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 379,
          "aa_ref": "T",
          "aa_start": 223,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1795,
          "cdna_start": 1161,
          "cds_end": null,
          "cds_length": 1140,
          "cds_start": 668,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_006720897.5",
          "gene_hgnc_id": 17619,
          "gene_symbol": "NDE1",
          "hgvs_c": "c.668C>T",
          "hgvs_p": "p.Thr223Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_006720960.1",
          "strand": true,
          "transcript": "XM_006720897.5",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 378,
          "aa_ref": "T",
          "aa_start": 222,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1795,
          "cdna_start": 1158,
          "cds_end": null,
          "cds_length": 1137,
          "cds_start": 665,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_047434258.1",
          "gene_hgnc_id": 17619,
          "gene_symbol": "NDE1",
          "hgvs_c": "c.665C>T",
          "hgvs_p": "p.Thr222Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047290214.1",
          "strand": true,
          "transcript": "XM_047434258.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 377,
          "aa_ref": "T",
          "aa_start": 222,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3719,
          "cdna_start": 1158,
          "cds_end": null,
          "cds_length": 1134,
          "cds_start": 665,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_047434259.1",
          "gene_hgnc_id": 17619,
          "gene_symbol": "NDE1",
          "hgvs_c": "c.665C>T",
          "hgvs_p": "p.Thr222Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047290215.1",
          "strand": true,
          "transcript": "XM_047434259.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 371,
          "aa_ref": "T",
          "aa_start": 223,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1704,
          "cdna_start": 1161,
          "cds_end": null,
          "cds_length": 1116,
          "cds_start": 668,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_047434260.1",
          "gene_hgnc_id": 17619,
          "gene_symbol": "NDE1",
          "hgvs_c": "c.668C>T",
          "hgvs_p": "p.Thr223Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047290216.1",
          "strand": true,
          "transcript": "XM_047434260.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 351,
          "aa_ref": "T",
          "aa_start": 223,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3570,
          "cdna_start": 1161,
          "cds_end": null,
          "cds_length": 1056,
          "cds_start": 668,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_047434261.1",
          "gene_hgnc_id": 17619,
          "gene_symbol": "NDE1",
          "hgvs_c": "c.668C>T",
          "hgvs_p": "p.Thr223Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047290217.1",
          "strand": true,
          "transcript": "XM_047434261.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 347,
          "aa_ref": "T",
          "aa_start": 191,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1299,
          "cdna_start": 665,
          "cds_end": null,
          "cds_length": 1044,
          "cds_start": 572,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_005255396.6",
          "gene_hgnc_id": 17619,
          "gene_symbol": "NDE1",
          "hgvs_c": "c.572C>T",
          "hgvs_p": "p.Thr191Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_005255453.1",
          "strand": true,
          "transcript": "XM_005255396.6",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 347,
          "aa_ref": "T",
          "aa_start": 191,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1284,
          "cdna_start": 650,
          "cds_end": null,
          "cds_length": 1044,
          "cds_start": 572,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_006720900.5",
          "gene_hgnc_id": 17619,
          "gene_symbol": "NDE1",
          "hgvs_c": "c.572C>T",
          "hgvs_p": "p.Thr191Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_006720963.1",
          "strand": true,
          "transcript": "XM_006720900.5",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 347,
          "aa_ref": "T",
          "aa_start": 191,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1272,
          "cdna_start": 638,
          "cds_end": null,
          "cds_length": 1044,
          "cds_start": 572,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_047434262.1",
          "gene_hgnc_id": 17619,
          "gene_symbol": "NDE1",
          "hgvs_c": "c.572C>T",
          "hgvs_p": "p.Thr191Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047290218.1",
          "strand": true,
          "transcript": "XM_047434262.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 346,
          "aa_ref": "T",
          "aa_start": 191,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3226,
          "cdna_start": 665,
          "cds_end": null,
          "cds_length": 1041,
          "cds_start": 572,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_017023349.3",
          "gene_hgnc_id": 17619,
          "gene_symbol": "NDE1",
          "hgvs_c": "c.572C>T",
          "hgvs_p": "p.Thr191Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016878838.1",
          "strand": true,
          "transcript": "XM_017023349.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 346,
          "aa_ref": "T",
          "aa_start": 190,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1298,
          "cdna_start": 662,
          "cds_end": null,
          "cds_length": 1041,
          "cds_start": 569,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_017023350.2",
          "gene_hgnc_id": 17619,
          "gene_symbol": "NDE1",
          "hgvs_c": "c.569C>T",
          "hgvs_p": "p.Thr190Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016878839.1",
          "strand": true,
          "transcript": "XM_017023350.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 345,
          "aa_ref": "T",
          "aa_start": 190,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3223,
          "cdna_start": 662,
          "cds_end": null,
          "cds_length": 1038,
          "cds_start": 569,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_047434263.1",
          "gene_hgnc_id": 17619,
          "gene_symbol": "NDE1",
          "hgvs_c": "c.569C>T",
          "hgvs_p": "p.Thr190Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047290219.1",
          "strand": true,
          "transcript": "XM_047434263.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 339,
          "aa_ref": "T",
          "aa_start": 191,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1208,
          "cdna_start": 665,
          "cds_end": null,
          "cds_length": 1020,
          "cds_start": 572,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_017023352.3",
          "gene_hgnc_id": 17619,
          "gene_symbol": "NDE1",
          "hgvs_c": "c.572C>T",
          "hgvs_p": "p.Thr191Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016878841.1",
          "strand": true,
          "transcript": "XM_017023352.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 333,
          "aa_ref": "T",
          "aa_start": 223,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1665,
          "cdna_start": 1161,
          "cds_end": null,
          "cds_length": 1002,
          "cds_start": 668,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_047434264.1",
          "gene_hgnc_id": 17619,
          "gene_symbol": "NDE1",
          "hgvs_c": "c.668C>T",
          "hgvs_p": "p.Thr223Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047290220.1",
          "strand": true,
          "transcript": "XM_047434264.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 319,
          "aa_ref": "T",
          "aa_start": 191,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3358,
          "cdna_start": 665,
          "cds_end": null,
          "cds_length": 960,
          "cds_start": 572,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_017023353.3",
          "gene_hgnc_id": 17619,
          "gene_symbol": "NDE1",
          "hgvs_c": "c.572C>T",
          "hgvs_p": "p.Thr191Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016878842.1",
          "strand": true,
          "transcript": "XM_017023353.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 319,
          "aa_ref": "T",
          "aa_start": 191,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3074,
          "cdna_start": 665,
          "cds_end": null,
          "cds_length": 960,
          "cds_start": 572,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_017023354.3",
          "gene_hgnc_id": 17619,
          "gene_symbol": "NDE1",
          "hgvs_c": "c.572C>T",
          "hgvs_p": "p.Thr191Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016878843.1",
          "strand": true,
          "transcript": "XM_017023354.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 318,
          "aa_ref": "T",
          "aa_start": 190,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3071,
          "cdna_start": 662,
          "cds_end": null,
          "cds_length": 957,
          "cds_start": 569,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_047434265.1",
          "gene_hgnc_id": 17619,
          "gene_symbol": "NDE1",
          "hgvs_c": "c.569C>T",
          "hgvs_p": "p.Thr190Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047290221.1",
          "strand": true,
          "transcript": "XM_047434265.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 318,
          "aa_ref": "T",
          "aa_start": 190,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1318,
          "cdna_start": 662,
          "cds_end": null,
          "cds_length": 957,
          "cds_start": 569,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_047434266.1",
          "gene_hgnc_id": 17619,
          "gene_symbol": "NDE1",
          "hgvs_c": "c.569C>T",
          "hgvs_p": "p.Thr190Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047290222.1",
          "strand": true,
          "transcript": "XM_047434266.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 301,
          "aa_ref": "T",
          "aa_start": 191,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1169,
          "cdna_start": 665,
          "cds_end": null,
          "cds_length": 906,
          "cds_start": 572,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_017023355.3",
          "gene_hgnc_id": 17619,
          "gene_symbol": "NDE1",
          "hgvs_c": "c.572C>T",
          "hgvs_p": "p.Thr191Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016878844.1",
          "strand": true,
          "transcript": "XM_017023355.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 285,
          "aa_ref": "T",
          "aa_start": 223,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1649,
          "cdna_start": 1161,
          "cds_end": null,
          "cds_length": 858,
          "cds_start": 668,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_047434267.1",
          "gene_hgnc_id": 17619,
          "gene_symbol": "NDE1",
          "hgvs_c": "c.668C>T",
          "hgvs_p": "p.Thr223Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047290223.1",
          "strand": true,
          "transcript": "XM_047434267.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 253,
          "aa_ref": "T",
          "aa_start": 191,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1151,
          "cdna_start": 665,
          "cds_end": null,
          "cds_length": 762,
          "cds_start": 572,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_047434268.1",
          "gene_hgnc_id": 17619,
          "gene_symbol": "NDE1",
          "hgvs_c": "c.572C>T",
          "hgvs_p": "p.Thr191Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047290224.1",
          "strand": true,
          "transcript": "XM_047434268.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 215,
          "aa_ref": "T",
          "aa_start": 59,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1338,
          "cdna_start": 698,
          "cds_end": null,
          "cds_length": 648,
          "cds_start": 176,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "XM_017023357.3",
          "gene_hgnc_id": 17619,
          "gene_symbol": "NDE1",
          "hgvs_c": "c.176C>T",
          "hgvs_p": "p.Thr59Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016878846.1",
          "strand": true,
          "transcript": "XM_017023357.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 275,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1826,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 828,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 8,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000911230.1",
          "gene_hgnc_id": 17619,
          "gene_symbol": "NDE1",
          "hgvs_c": "c.524-2973C>T",
          "hgvs_p": null,
          "intron_rank": 5,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000581289.1",
          "strand": true,
          "transcript": "ENST00000911230.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 762,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000573203.5",
          "gene_hgnc_id": 17619,
          "gene_symbol": "NDE1",
          "hgvs_c": "n.*324C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000460996.1",
          "strand": true,
          "transcript": "ENST00000573203.5",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3241,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 10,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000674538.1",
          "gene_hgnc_id": 17619,
          "gene_symbol": "NDE1",
          "hgvs_c": "n.572C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000501547.1",
          "strand": true,
          "transcript": "ENST00000674538.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2530,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 11,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000674554.1",
          "gene_hgnc_id": 17619,
          "gene_symbol": "NDE1",
          "hgvs_c": "n.572C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000502635.1",
          "strand": true,
          "transcript": "ENST00000674554.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5693,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 9,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000674588.1",
          "gene_hgnc_id": 17619,
          "gene_symbol": "NDE1",
          "hgvs_c": "n.572C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000502802.1",
          "strand": true,
          "transcript": "ENST00000674588.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2699,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 10,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000674888.1",
          "gene_hgnc_id": 17619,
          "gene_symbol": "NDE1",
          "hgvs_c": "n.572C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000501936.1",
          "strand": true,
          "transcript": "ENST00000674888.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2313,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 9,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000674900.1",
          "gene_hgnc_id": 17619,
          "gene_symbol": "NDE1",
          "hgvs_c": "n.435C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000502662.1",
          "strand": true,
          "transcript": "ENST00000674900.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2551,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 11,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000675171.1",
          "gene_hgnc_id": 17619,
          "gene_symbol": "NDE1",
          "hgvs_c": "n.*324C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000501812.1",
          "strand": true,
          "transcript": "ENST00000675171.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2550,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 11,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000675926.1",
          "gene_hgnc_id": 17619,
          "gene_symbol": "NDE1",
          "hgvs_c": "n.572C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000502354.1",
          "strand": true,
          "transcript": "ENST00000675926.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5861,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 10,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000675951.1",
          "gene_hgnc_id": 17619,
          "gene_symbol": "NDE1",
          "hgvs_c": "n.572C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000502160.1",
          "strand": true,
          "transcript": "ENST00000675951.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 762,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000573203.5",
          "gene_hgnc_id": 17619,
          "gene_symbol": "NDE1",
          "hgvs_c": "n.*324C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000460996.1",
          "strand": true,
          "transcript": "ENST00000573203.5",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2551,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 11,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000675171.1",
          "gene_hgnc_id": 17619,
          "gene_symbol": "NDE1",
          "hgvs_c": "n.*324C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000501812.1",
          "strand": true,
          "transcript": "ENST00000675171.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 153,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1131,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 462,
          "cds_start": null,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000576502.5",
          "gene_hgnc_id": 17619,
          "gene_symbol": "NDE1",
          "hgvs_c": "c.-8C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000461748.1",
          "strand": true,
          "transcript": "ENST00000576502.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 139,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 484,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 420,
          "cds_start": null,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_count": 5,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000572967.1",
          "gene_hgnc_id": 17619,
          "gene_symbol": "NDE1",
          "hgvs_c": "c.-50C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000459918.1",
          "strand": true,
          "transcript": "ENST00000572967.1",
          "transcript_support_level": 3
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs113493697",
      "effect": "missense_variant",
      "frequency_reference_population": 0.010809619,
      "gene_hgnc_id": 17619,
      "gene_symbol": "NDE1",
      "gnomad_exomes_ac": 16073,
      "gnomad_exomes_af": 0.0109947,
      "gnomad_exomes_homalt": 110,
      "gnomad_genomes_ac": 1375,
      "gnomad_genomes_af": 0.00903239,
      "gnomad_genomes_homalt": 16,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 126,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": "Benign/Likely benign",
      "phenotype_combined": "not specified|not provided|Lissencephaly 4|NDE1-related disorder",
      "phylop100way_prediction": "Benign",
      "phylop100way_score": 2.62,
      "pos": 15691192,
      "ref": "C",
      "revel_prediction": "Benign",
      "revel_score": 0.042,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0,
      "transcript": "NM_017668.3"
    }
  ]
}
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.