← 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: 18-12329567-A-G (hg38)

Bash / cURL Example

bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=18&pos=12329567&ref=A&alt=G&genome=hg38&allGenes=true"

API Response

json
{
  "variants": [
    {
      "chr": "18",
      "pos": 12329567,
      "ref": "A",
      "alt": "G",
      "effect": "stop_lost",
      "transcript": "NM_006796.3",
      "consequences": [
        {
          "aa_ref": "*",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_lost"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AFG3L2",
          "gene_hgnc_id": 315,
          "hgvs_c": "c.2392T>C",
          "hgvs_p": "p.Ter798Glnext*?",
          "transcript": "NM_006796.3",
          "protein_id": "NP_006787.2",
          "transcript_support_level": null,
          "aa_start": 798,
          "aa_end": null,
          "aa_length": 797,
          "cds_start": 2392,
          "cds_end": null,
          "cds_length": 2394,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000269143.8",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_006796.3"
        },
        {
          "aa_ref": "*",
          "aa_alt": "Q",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_lost"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AFG3L2",
          "gene_hgnc_id": 315,
          "hgvs_c": "c.2392T>C",
          "hgvs_p": "p.Ter798Glnext*?",
          "transcript": "ENST00000269143.8",
          "protein_id": "ENSP00000269143.2",
          "transcript_support_level": 1,
          "aa_start": 798,
          "aa_end": null,
          "aa_length": 797,
          "cds_start": 2392,
          "cds_end": null,
          "cds_length": 2394,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_006796.3",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000269143.8"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TUBB6",
          "gene_hgnc_id": 20776,
          "hgvs_c": "c.*384A>G",
          "hgvs_p": null,
          "transcript": "ENST00000591909.5",
          "protein_id": "ENSP00000465040.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 104,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 315,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000591909.5"
        },
        {
          "aa_ref": "*",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_lost"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AFG3L2",
          "gene_hgnc_id": 315,
          "hgvs_c": "c.2599T>C",
          "hgvs_p": "p.Ter867Glnext*?",
          "transcript": "ENST00000889396.1",
          "protein_id": "ENSP00000559455.1",
          "transcript_support_level": null,
          "aa_start": 867,
          "aa_end": null,
          "aa_length": 866,
          "cds_start": 2599,
          "cds_end": null,
          "cds_length": 2601,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000889396.1"
        },
        {
          "aa_ref": "*",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_lost"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AFG3L2",
          "gene_hgnc_id": 315,
          "hgvs_c": "c.2536T>C",
          "hgvs_p": "p.Ter846Glnext*?",
          "transcript": "ENST00000964861.1",
          "protein_id": "ENSP00000634920.1",
          "transcript_support_level": null,
          "aa_start": 846,
          "aa_end": null,
          "aa_length": 845,
          "cds_start": 2536,
          "cds_end": null,
          "cds_length": 2538,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000964861.1"
        },
        {
          "aa_ref": "*",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_lost"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AFG3L2",
          "gene_hgnc_id": 315,
          "hgvs_c": "c.2521T>C",
          "hgvs_p": "p.Ter841Glnext*?",
          "transcript": "ENST00000889412.1",
          "protein_id": "ENSP00000559471.1",
          "transcript_support_level": null,
          "aa_start": 841,
          "aa_end": null,
          "aa_length": 840,
          "cds_start": 2521,
          "cds_end": null,
          "cds_length": 2523,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000889412.1"
        },
        {
          "aa_ref": "*",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_lost"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AFG3L2",
          "gene_hgnc_id": 315,
          "hgvs_c": "c.2488T>C",
          "hgvs_p": "p.Ter830Glnext*?",
          "transcript": "ENST00000964858.1",
          "protein_id": "ENSP00000634917.1",
          "transcript_support_level": null,
          "aa_start": 830,
          "aa_end": null,
          "aa_length": 829,
          "cds_start": 2488,
          "cds_end": null,
          "cds_length": 2490,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000964858.1"
        },
        {
          "aa_ref": "*",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_lost"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AFG3L2",
          "gene_hgnc_id": 315,
          "hgvs_c": "c.2461T>C",
          "hgvs_p": "p.Ter821Glnext*?",
          "transcript": "ENST00000889406.1",
          "protein_id": "ENSP00000559465.1",
          "transcript_support_level": null,
          "aa_start": 821,
          "aa_end": null,
          "aa_length": 820,
          "cds_start": 2461,
          "cds_end": null,
          "cds_length": 2463,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000889406.1"
        },
        {
          "aa_ref": "*",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_lost"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AFG3L2",
          "gene_hgnc_id": 315,
          "hgvs_c": "c.2413T>C",
          "hgvs_p": "p.Ter805Glnext*?",
          "transcript": "ENST00000889408.1",
          "protein_id": "ENSP00000559467.1",
          "transcript_support_level": null,
          "aa_start": 805,
          "aa_end": null,
          "aa_length": 804,
          "cds_start": 2413,
          "cds_end": null,
          "cds_length": 2415,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000889408.1"
        },
        {
          "aa_ref": "*",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_lost"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AFG3L2",
          "gene_hgnc_id": 315,
          "hgvs_c": "c.2392T>C",
          "hgvs_p": "p.Ter798Glnext*?",
          "transcript": "ENST00000964852.1",
          "protein_id": "ENSP00000634911.1",
          "transcript_support_level": null,
          "aa_start": 798,
          "aa_end": null,
          "aa_length": 797,
          "cds_start": 2392,
          "cds_end": null,
          "cds_length": 2394,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000964852.1"
        },
        {
          "aa_ref": "*",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_lost"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AFG3L2",
          "gene_hgnc_id": 315,
          "hgvs_c": "c.2389T>C",
          "hgvs_p": "p.Ter797Glnext*?",
          "transcript": "ENST00000889395.1",
          "protein_id": "ENSP00000559454.1",
          "transcript_support_level": null,
          "aa_start": 797,
          "aa_end": null,
          "aa_length": 796,
          "cds_start": 2389,
          "cds_end": null,
          "cds_length": 2391,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000889395.1"
        },
        {
          "aa_ref": "*",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_lost"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AFG3L2",
          "gene_hgnc_id": 315,
          "hgvs_c": "c.2389T>C",
          "hgvs_p": "p.Ter797Glnext*?",
          "transcript": "ENST00000918897.1",
          "protein_id": "ENSP00000588956.1",
          "transcript_support_level": null,
          "aa_start": 797,
          "aa_end": null,
          "aa_length": 796,
          "cds_start": 2389,
          "cds_end": null,
          "cds_length": 2391,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000918897.1"
        },
        {
          "aa_ref": "*",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_lost"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AFG3L2",
          "gene_hgnc_id": 315,
          "hgvs_c": "c.2386T>C",
          "hgvs_p": "p.Ter796Glnext*?",
          "transcript": "ENST00000889407.1",
          "protein_id": "ENSP00000559466.1",
          "transcript_support_level": null,
          "aa_start": 796,
          "aa_end": null,
          "aa_length": 795,
          "cds_start": 2386,
          "cds_end": null,
          "cds_length": 2388,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000889407.1"
        },
        {
          "aa_ref": "*",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_lost"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AFG3L2",
          "gene_hgnc_id": 315,
          "hgvs_c": "c.2383T>C",
          "hgvs_p": "p.Ter795Glnext*?",
          "transcript": "ENST00000889398.1",
          "protein_id": "ENSP00000559457.1",
          "transcript_support_level": null,
          "aa_start": 795,
          "aa_end": null,
          "aa_length": 794,
          "cds_start": 2383,
          "cds_end": null,
          "cds_length": 2385,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000889398.1"
        },
        {
          "aa_ref": "*",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_lost"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AFG3L2",
          "gene_hgnc_id": 315,
          "hgvs_c": "c.2341T>C",
          "hgvs_p": "p.Ter781Glnext*?",
          "transcript": "ENST00000889400.1",
          "protein_id": "ENSP00000559459.1",
          "transcript_support_level": null,
          "aa_start": 781,
          "aa_end": null,
          "aa_length": 780,
          "cds_start": 2341,
          "cds_end": null,
          "cds_length": 2343,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000889400.1"
        },
        {
          "aa_ref": "*",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_lost"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AFG3L2",
          "gene_hgnc_id": 315,
          "hgvs_c": "c.2329T>C",
          "hgvs_p": "p.Ter777Glnext*?",
          "transcript": "ENST00000918900.1",
          "protein_id": "ENSP00000588959.1",
          "transcript_support_level": null,
          "aa_start": 777,
          "aa_end": null,
          "aa_length": 776,
          "cds_start": 2329,
          "cds_end": null,
          "cds_length": 2331,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000918900.1"
        },
        {
          "aa_ref": "*",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_lost"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AFG3L2",
          "gene_hgnc_id": 315,
          "hgvs_c": "c.2329T>C",
          "hgvs_p": "p.Ter777Glnext*?",
          "transcript": "ENST00000964853.1",
          "protein_id": "ENSP00000634912.1",
          "transcript_support_level": null,
          "aa_start": 777,
          "aa_end": null,
          "aa_length": 776,
          "cds_start": 2329,
          "cds_end": null,
          "cds_length": 2331,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000964853.1"
        },
        {
          "aa_ref": "*",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_lost"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AFG3L2",
          "gene_hgnc_id": 315,
          "hgvs_c": "c.2317T>C",
          "hgvs_p": "p.Ter773Glnext*?",
          "transcript": "ENST00000691179.1",
          "protein_id": "ENSP00000509010.1",
          "transcript_support_level": null,
          "aa_start": 773,
          "aa_end": null,
          "aa_length": 772,
          "cds_start": 2317,
          "cds_end": null,
          "cds_length": 2319,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000691179.1"
        },
        {
          "aa_ref": "*",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_lost"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AFG3L2",
          "gene_hgnc_id": 315,
          "hgvs_c": "c.2314T>C",
          "hgvs_p": "p.Ter772Glnext*?",
          "transcript": "ENST00000889392.1",
          "protein_id": "ENSP00000559451.1",
          "transcript_support_level": null,
          "aa_start": 772,
          "aa_end": null,
          "aa_length": 771,
          "cds_start": 2314,
          "cds_end": null,
          "cds_length": 2316,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000889392.1"
        },
        {
          "aa_ref": "*",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_lost"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AFG3L2",
          "gene_hgnc_id": 315,
          "hgvs_c": "c.2311T>C",
          "hgvs_p": "p.Ter771Glnext*?",
          "transcript": "ENST00000889409.1",
          "protein_id": "ENSP00000559468.1",
          "transcript_support_level": null,
          "aa_start": 771,
          "aa_end": null,
          "aa_length": 770,
          "cds_start": 2311,
          "cds_end": null,
          "cds_length": 2313,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000889409.1"
        },
        {
          "aa_ref": "*",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_lost"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AFG3L2",
          "gene_hgnc_id": 315,
          "hgvs_c": "c.2311T>C",
          "hgvs_p": "p.Ter771Glnext*?",
          "transcript": "ENST00000964860.1",
          "protein_id": "ENSP00000634919.1",
          "transcript_support_level": null,
          "aa_start": 771,
          "aa_end": null,
          "aa_length": 770,
          "cds_start": 2311,
          "cds_end": null,
          "cds_length": 2313,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000964860.1"
        },
        {
          "aa_ref": "*",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_lost"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AFG3L2",
          "gene_hgnc_id": 315,
          "hgvs_c": "c.2308T>C",
          "hgvs_p": "p.Ter770Glnext*?",
          "transcript": "ENST00000918901.1",
          "protein_id": "ENSP00000588960.1",
          "transcript_support_level": null,
          "aa_start": 770,
          "aa_end": null,
          "aa_length": 769,
          "cds_start": 2308,
          "cds_end": null,
          "cds_length": 2310,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000918901.1"
        },
        {
          "aa_ref": "*",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_lost"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AFG3L2",
          "gene_hgnc_id": 315,
          "hgvs_c": "c.2281T>C",
          "hgvs_p": "p.Ter761Glnext*?",
          "transcript": "ENST00000889393.1",
          "protein_id": "ENSP00000559452.1",
          "transcript_support_level": null,
          "aa_start": 761,
          "aa_end": null,
          "aa_length": 760,
          "cds_start": 2281,
          "cds_end": null,
          "cds_length": 2283,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000889393.1"
        },
        {
          "aa_ref": "*",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_lost"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AFG3L2",
          "gene_hgnc_id": 315,
          "hgvs_c": "c.2272T>C",
          "hgvs_p": "p.Ter758Glnext*?",
          "transcript": "ENST00000964854.1",
          "protein_id": "ENSP00000634913.1",
          "transcript_support_level": null,
          "aa_start": 758,
          "aa_end": null,
          "aa_length": 757,
          "cds_start": 2272,
          "cds_end": null,
          "cds_length": 2274,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000964854.1"
        },
        {
          "aa_ref": "*",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_lost"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AFG3L2",
          "gene_hgnc_id": 315,
          "hgvs_c": "c.2266T>C",
          "hgvs_p": "p.Ter756Glnext*?",
          "transcript": "ENST00000889402.1",
          "protein_id": "ENSP00000559461.1",
          "transcript_support_level": null,
          "aa_start": 756,
          "aa_end": null,
          "aa_length": 755,
          "cds_start": 2266,
          "cds_end": null,
          "cds_length": 2268,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000889402.1"
        },
        {
          "aa_ref": "*",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_lost"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AFG3L2",
          "gene_hgnc_id": 315,
          "hgvs_c": "c.2254T>C",
          "hgvs_p": "p.Ter752Glnext*?",
          "transcript": "ENST00000688199.1",
          "protein_id": "ENSP00000510237.1",
          "transcript_support_level": null,
          "aa_start": 752,
          "aa_end": null,
          "aa_length": 751,
          "cds_start": 2254,
          "cds_end": null,
          "cds_length": 2256,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000688199.1"
        },
        {
          "aa_ref": "*",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_lost"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AFG3L2",
          "gene_hgnc_id": 315,
          "hgvs_c": "c.2197T>C",
          "hgvs_p": "p.Ter733Glnext*?",
          "transcript": "ENST00000889401.1",
          "protein_id": "ENSP00000559460.1",
          "transcript_support_level": null,
          "aa_start": 733,
          "aa_end": null,
          "aa_length": 732,
          "cds_start": 2197,
          "cds_end": null,
          "cds_length": 2199,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000889401.1"
        },
        {
          "aa_ref": "*",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_lost"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AFG3L2",
          "gene_hgnc_id": 315,
          "hgvs_c": "c.2191T>C",
          "hgvs_p": "p.Ter731Glnext*?",
          "transcript": "ENST00000889391.1",
          "protein_id": "ENSP00000559450.1",
          "transcript_support_level": null,
          "aa_start": 731,
          "aa_end": null,
          "aa_length": 730,
          "cds_start": 2191,
          "cds_end": null,
          "cds_length": 2193,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000889391.1"
        },
        {
          "aa_ref": "*",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_lost"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AFG3L2",
          "gene_hgnc_id": 315,
          "hgvs_c": "c.2188T>C",
          "hgvs_p": "p.Ter730Glnext*?",
          "transcript": "ENST00000918896.1",
          "protein_id": "ENSP00000588955.1",
          "transcript_support_level": null,
          "aa_start": 730,
          "aa_end": null,
          "aa_length": 729,
          "cds_start": 2188,
          "cds_end": null,
          "cds_length": 2190,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000918896.1"
        },
        {
          "aa_ref": "*",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_lost"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AFG3L2",
          "gene_hgnc_id": 315,
          "hgvs_c": "c.2182T>C",
          "hgvs_p": "p.Ter728Glnext*?",
          "transcript": "ENST00000889404.1",
          "protein_id": "ENSP00000559463.1",
          "transcript_support_level": null,
          "aa_start": 728,
          "aa_end": null,
          "aa_length": 727,
          "cds_start": 2182,
          "cds_end": null,
          "cds_length": 2184,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000889404.1"
        },
        {
          "aa_ref": "*",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_lost"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AFG3L2",
          "gene_hgnc_id": 315,
          "hgvs_c": "c.2155T>C",
          "hgvs_p": "p.Ter719Glnext*?",
          "transcript": "ENST00000964856.1",
          "protein_id": "ENSP00000634915.1",
          "transcript_support_level": null,
          "aa_start": 719,
          "aa_end": null,
          "aa_length": 718,
          "cds_start": 2155,
          "cds_end": null,
          "cds_length": 2157,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000964856.1"
        },
        {
          "aa_ref": "*",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_lost"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AFG3L2",
          "gene_hgnc_id": 315,
          "hgvs_c": "c.2116T>C",
          "hgvs_p": "p.Ter706Glnext*?",
          "transcript": "ENST00000918898.1",
          "protein_id": "ENSP00000588957.1",
          "transcript_support_level": null,
          "aa_start": 706,
          "aa_end": null,
          "aa_length": 705,
          "cds_start": 2116,
          "cds_end": null,
          "cds_length": 2118,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000918898.1"
        },
        {
          "aa_ref": "*",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_lost"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AFG3L2",
          "gene_hgnc_id": 315,
          "hgvs_c": "c.2086T>C",
          "hgvs_p": "p.Ter696Glnext*?",
          "transcript": "ENST00000964855.1",
          "protein_id": "ENSP00000634914.1",
          "transcript_support_level": null,
          "aa_start": 696,
          "aa_end": null,
          "aa_length": 695,
          "cds_start": 2086,
          "cds_end": null,
          "cds_length": 2088,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000964855.1"
        },
        {
          "aa_ref": "*",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_lost"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AFG3L2",
          "gene_hgnc_id": 315,
          "hgvs_c": "c.2080T>C",
          "hgvs_p": "p.Ter694Glnext*?",
          "transcript": "ENST00000889405.1",
          "protein_id": "ENSP00000559464.1",
          "transcript_support_level": null,
          "aa_start": 694,
          "aa_end": null,
          "aa_length": 693,
          "cds_start": 2080,
          "cds_end": null,
          "cds_length": 2082,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000889405.1"
        },
        {
          "aa_ref": "*",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_lost"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AFG3L2",
          "gene_hgnc_id": 315,
          "hgvs_c": "c.2053T>C",
          "hgvs_p": "p.Ter685Glnext*?",
          "transcript": "ENST00000889410.1",
          "protein_id": "ENSP00000559469.1",
          "transcript_support_level": null,
          "aa_start": 685,
          "aa_end": null,
          "aa_length": 684,
          "cds_start": 2053,
          "cds_end": null,
          "cds_length": 2055,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000889410.1"
        },
        {
          "aa_ref": "*",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_lost"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AFG3L2",
          "gene_hgnc_id": 315,
          "hgvs_c": "c.2047T>C",
          "hgvs_p": "p.Ter683Glnext*?",
          "transcript": "ENST00000889394.1",
          "protein_id": "ENSP00000559453.1",
          "transcript_support_level": null,
          "aa_start": 683,
          "aa_end": null,
          "aa_length": 682,
          "cds_start": 2047,
          "cds_end": null,
          "cds_length": 2049,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000889394.1"
        },
        {
          "aa_ref": "*",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_lost"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AFG3L2",
          "gene_hgnc_id": 315,
          "hgvs_c": "c.2032T>C",
          "hgvs_p": "p.Ter678Glnext*?",
          "transcript": "ENST00000918899.1",
          "protein_id": "ENSP00000588958.1",
          "transcript_support_level": null,
          "aa_start": 678,
          "aa_end": null,
          "aa_length": 677,
          "cds_start": 2032,
          "cds_end": null,
          "cds_length": 2034,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000918899.1"
        },
        {
          "aa_ref": "*",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_lost"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AFG3L2",
          "gene_hgnc_id": 315,
          "hgvs_c": "c.1996T>C",
          "hgvs_p": "p.Ter666Glnext*?",
          "transcript": "ENST00000889403.1",
          "protein_id": "ENSP00000559462.1",
          "transcript_support_level": null,
          "aa_start": 666,
          "aa_end": null,
          "aa_length": 665,
          "cds_start": 1996,
          "cds_end": null,
          "cds_length": 1998,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000889403.1"
        },
        {
          "aa_ref": "*",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_lost"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AFG3L2",
          "gene_hgnc_id": 315,
          "hgvs_c": "c.1954T>C",
          "hgvs_p": "p.Ter652Glnext*?",
          "transcript": "ENST00000889399.1",
          "protein_id": "ENSP00000559458.1",
          "transcript_support_level": null,
          "aa_start": 652,
          "aa_end": null,
          "aa_length": 651,
          "cds_start": 1954,
          "cds_end": null,
          "cds_length": 1956,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000889399.1"
        },
        {
          "aa_ref": "*",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_lost"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AFG3L2",
          "gene_hgnc_id": 315,
          "hgvs_c": "c.1879T>C",
          "hgvs_p": "p.Ter627Glnext*?",
          "transcript": "ENST00000889397.1",
          "protein_id": "ENSP00000559456.1",
          "transcript_support_level": null,
          "aa_start": 627,
          "aa_end": null,
          "aa_length": 626,
          "cds_start": 1879,
          "cds_end": null,
          "cds_length": 1881,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000889397.1"
        },
        {
          "aa_ref": "*",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_lost"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AFG3L2",
          "gene_hgnc_id": 315,
          "hgvs_c": "c.1816T>C",
          "hgvs_p": "p.Ter606Glnext*?",
          "transcript": "ENST00000964857.1",
          "protein_id": "ENSP00000634916.1",
          "transcript_support_level": null,
          "aa_start": 606,
          "aa_end": null,
          "aa_length": 605,
          "cds_start": 1816,
          "cds_end": null,
          "cds_length": 1818,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000964857.1"
        },
        {
          "aa_ref": "*",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_lost"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AFG3L2",
          "gene_hgnc_id": 315,
          "hgvs_c": "c.1342T>C",
          "hgvs_p": "p.Ter448Glnext*?",
          "transcript": "ENST00000889411.1",
          "protein_id": "ENSP00000559470.1",
          "transcript_support_level": null,
          "aa_start": 448,
          "aa_end": null,
          "aa_length": 447,
          "cds_start": 1342,
          "cds_end": null,
          "cds_length": 1344,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000889411.1"
        },
        {
          "aa_ref": "*",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_lost"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AFG3L2",
          "gene_hgnc_id": 315,
          "hgvs_c": "c.727T>C",
          "hgvs_p": "p.Ter243Glnext*?",
          "transcript": "ENST00000964859.1",
          "protein_id": "ENSP00000634918.1",
          "transcript_support_level": null,
          "aa_start": 243,
          "aa_end": null,
          "aa_length": 242,
          "cds_start": 727,
          "cds_end": null,
          "cds_length": 729,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000964859.1"
        },
        {
          "aa_ref": "*",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_lost"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AFG3L2",
          "gene_hgnc_id": 315,
          "hgvs_c": "c.2191T>C",
          "hgvs_p": "p.Ter731Glnext*?",
          "transcript": "XM_011525601.4",
          "protein_id": "XP_011523903.1",
          "transcript_support_level": null,
          "aa_start": 731,
          "aa_end": null,
          "aa_length": 730,
          "cds_start": 2191,
          "cds_end": null,
          "cds_length": 2193,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011525601.4"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TUBB6",
          "gene_hgnc_id": 20776,
          "hgvs_c": "c.*384A>G",
          "hgvs_p": null,
          "transcript": "NM_001303525.2",
          "protein_id": "NP_001290454.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 104,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 315,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001303525.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "TUBB6",
          "gene_hgnc_id": 20776,
          "hgvs_c": "c.278-7546A>G",
          "hgvs_p": null,
          "transcript": "ENST00000590967.5",
          "protein_id": "ENSP00000465386.1",
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 115,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 348,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000590967.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "TUBB6",
          "gene_hgnc_id": 20776,
          "hgvs_c": "c.86-14482A>G",
          "hgvs_p": null,
          "transcript": "ENST00000586691.1",
          "protein_id": "ENSP00000465448.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 30,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 93,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000586691.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AFG3L2",
          "gene_hgnc_id": 315,
          "hgvs_c": "n.*1988T>C",
          "hgvs_p": null,
          "transcript": "ENST00000687337.1",
          "protein_id": "ENSP00000508998.1",
          "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": "nonsense_mediated_decay",
          "feature": "ENST00000687337.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AFG3L2",
          "gene_hgnc_id": 315,
          "hgvs_c": "n.928T>C",
          "hgvs_p": null,
          "transcript": "ENST00000687477.1",
          "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": "retained_intron",
          "feature": "ENST00000687477.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AFG3L2",
          "gene_hgnc_id": 315,
          "hgvs_c": "n.*1769T>C",
          "hgvs_p": null,
          "transcript": "ENST00000691970.1",
          "protein_id": "ENSP00000508440.1",
          "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": "nonsense_mediated_decay",
          "feature": "ENST00000691970.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AFG3L2",
          "gene_hgnc_id": 315,
          "hgvs_c": "n.*822T>C",
          "hgvs_p": null,
          "transcript": "ENST00000692497.1",
          "protein_id": "ENSP00000509870.1",
          "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": "nonsense_mediated_decay",
          "feature": "ENST00000692497.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AFG3L2",
          "gene_hgnc_id": 315,
          "hgvs_c": "n.2210T>C",
          "hgvs_p": null,
          "transcript": "ENST00000692988.1",
          "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": "retained_intron",
          "feature": "ENST00000692988.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AFG3L2",
          "gene_hgnc_id": 315,
          "hgvs_c": "n.*1988T>C",
          "hgvs_p": null,
          "transcript": "ENST00000687337.1",
          "protein_id": "ENSP00000508998.1",
          "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": "nonsense_mediated_decay",
          "feature": "ENST00000687337.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AFG3L2",
          "gene_hgnc_id": 315,
          "hgvs_c": "n.*1769T>C",
          "hgvs_p": null,
          "transcript": "ENST00000691970.1",
          "protein_id": "ENSP00000508440.1",
          "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": "nonsense_mediated_decay",
          "feature": "ENST00000691970.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AFG3L2",
          "gene_hgnc_id": 315,
          "hgvs_c": "n.*822T>C",
          "hgvs_p": null,
          "transcript": "ENST00000692497.1",
          "protein_id": "ENSP00000509870.1",
          "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": "nonsense_mediated_decay",
          "feature": "ENST00000692497.1"
        }
      ],
      "gene_symbol": "AFG3L2",
      "gene_hgnc_id": 315,
      "dbsnp": "rs773545779",
      "frequency_reference_population": 0.000035579687,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 52,
      "gnomad_exomes_af": 0.0000355797,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": 52,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": -0.4000000059604645,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "BayesDel_noAF",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.4,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 4.418,
      "phylop100way_prediction": "Uncertain_significance",
      "spliceai_max_score": 0,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": 2,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM4",
      "acmg_by_gene": [
        {
          "score": 2,
          "benign_score": 0,
          "pathogenic_score": 2,
          "criteria": [
            "PM4"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NM_006796.3",
          "gene_symbol": "AFG3L2",
          "hgnc_id": 315,
          "effects": [
            "stop_lost"
          ],
          "inheritance_mode": "AR,AD",
          "hgvs_c": "c.2392T>C",
          "hgvs_p": "p.Ter798Glnext*?"
        },
        {
          "score": 0,
          "benign_score": 2,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Moderate"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NM_001303525.2",
          "gene_symbol": "TUBB6",
          "hgnc_id": 20776,
          "effects": [
            "3_prime_UTR_variant"
          ],
          "inheritance_mode": "Unknown",
          "hgvs_c": "c.*384A>G",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "not provided",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "phenotype_combined": "not provided",
      "pathogenicity_classification_combined": "Uncertain significance",
      "custom_annotations": null
    }
  ],
  "message": null
}