← 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: 3-193667191-T-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "3",
      "pos": 193667191,
      "ref": "T",
      "alt": "A",
      "effect": "missense_variant",
      "transcript": "ENST00000361510.8",
      "consequences": [
        {
          "aa_ref": "V",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "c.2894T>A",
          "hgvs_p": "p.Val965Asp",
          "transcript": "NM_130837.3",
          "protein_id": "NP_570850.2",
          "transcript_support_level": null,
          "aa_start": 965,
          "aa_end": null,
          "aa_length": 1015,
          "cds_start": 2894,
          "cds_end": null,
          "cds_length": 3048,
          "cdna_start": 3064,
          "cdna_end": null,
          "cdna_length": 6429,
          "mane_select": "ENST00000361510.8",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "D",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "c.2894T>A",
          "hgvs_p": "p.Val965Asp",
          "transcript": "ENST00000361510.8",
          "protein_id": "ENSP00000355324.2",
          "transcript_support_level": 5,
          "aa_start": 965,
          "aa_end": null,
          "aa_length": 1015,
          "cds_start": 2894,
          "cds_end": null,
          "cds_length": 3048,
          "cdna_start": 3064,
          "cdna_end": null,
          "cdna_length": 6429,
          "mane_select": "NM_130837.3",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "c.2840T>A",
          "hgvs_p": "p.Val947Asp",
          "transcript": "ENST00000361908.8",
          "protein_id": "ENSP00000354681.3",
          "transcript_support_level": 1,
          "aa_start": 947,
          "aa_end": null,
          "aa_length": 997,
          "cds_start": 2840,
          "cds_end": null,
          "cds_length": 2994,
          "cdna_start": 3032,
          "cdna_end": null,
          "cdna_length": 6397,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "c.2840T>A",
          "hgvs_p": "p.Val947Asp",
          "transcript": "NM_130836.3",
          "protein_id": "NP_570849.2",
          "transcript_support_level": null,
          "aa_start": 947,
          "aa_end": null,
          "aa_length": 997,
          "cds_start": 2840,
          "cds_end": null,
          "cds_length": 2994,
          "cdna_start": 3010,
          "cdna_end": null,
          "cdna_length": 6375,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "c.2786T>A",
          "hgvs_p": "p.Val929Asp",
          "transcript": "NM_130835.3",
          "protein_id": "NP_570848.1",
          "transcript_support_level": null,
          "aa_start": 929,
          "aa_end": null,
          "aa_length": 979,
          "cds_start": 2786,
          "cds_end": null,
          "cds_length": 2940,
          "cdna_start": 2956,
          "cdna_end": null,
          "cdna_length": 6321,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "c.2786T>A",
          "hgvs_p": "p.Val929Asp",
          "transcript": "ENST00000361715.6",
          "protein_id": "ENSP00000355311.2",
          "transcript_support_level": 5,
          "aa_start": 929,
          "aa_end": null,
          "aa_length": 979,
          "cds_start": 2786,
          "cds_end": null,
          "cds_length": 2940,
          "cdna_start": 3020,
          "cdna_end": null,
          "cdna_length": 6384,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "c.2783T>A",
          "hgvs_p": "p.Val928Asp",
          "transcript": "NM_130834.3",
          "protein_id": "NP_570847.2",
          "transcript_support_level": null,
          "aa_start": 928,
          "aa_end": null,
          "aa_length": 978,
          "cds_start": 2783,
          "cds_end": null,
          "cds_length": 2937,
          "cdna_start": 2953,
          "cdna_end": null,
          "cdna_length": 6318,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "c.2783T>A",
          "hgvs_p": "p.Val928Asp",
          "transcript": "ENST00000392437.6",
          "protein_id": "ENSP00000376232.2",
          "transcript_support_level": 3,
          "aa_start": 928,
          "aa_end": null,
          "aa_length": 978,
          "cds_start": 2783,
          "cds_end": null,
          "cds_length": 2937,
          "cdna_start": 2881,
          "cdna_end": null,
          "cdna_length": 4087,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "c.2729T>A",
          "hgvs_p": "p.Val910Asp",
          "transcript": "ENST00000392436.7",
          "protein_id": "ENSP00000376231.3",
          "transcript_support_level": 3,
          "aa_start": 910,
          "aa_end": null,
          "aa_length": 972,
          "cds_start": 2729,
          "cds_end": null,
          "cds_length": 2919,
          "cdna_start": 2887,
          "cdna_end": null,
          "cdna_length": 3579,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "c.2744T>A",
          "hgvs_p": "p.Val915Asp",
          "transcript": "ENST00000645553.1",
          "protein_id": "ENSP00000494725.1",
          "transcript_support_level": null,
          "aa_start": 915,
          "aa_end": null,
          "aa_length": 965,
          "cds_start": 2744,
          "cds_end": null,
          "cds_length": 2898,
          "cdna_start": 2835,
          "cdna_end": null,
          "cdna_length": 5008,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "c.2732T>A",
          "hgvs_p": "p.Val911Asp",
          "transcript": "NM_130833.3",
          "protein_id": "NP_570846.1",
          "transcript_support_level": null,
          "aa_start": 911,
          "aa_end": null,
          "aa_length": 961,
          "cds_start": 2732,
          "cds_end": null,
          "cds_length": 2886,
          "cdna_start": 2902,
          "cdna_end": null,
          "cdna_length": 6267,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "c.2732T>A",
          "hgvs_p": "p.Val911Asp",
          "transcript": "ENST00000361150.6",
          "protein_id": "ENSP00000354781.2",
          "transcript_support_level": 5,
          "aa_start": 911,
          "aa_end": null,
          "aa_length": 961,
          "cds_start": 2732,
          "cds_end": null,
          "cds_length": 2886,
          "cdna_start": 2966,
          "cdna_end": null,
          "cdna_length": 6330,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "c.2729T>A",
          "hgvs_p": "p.Val910Asp",
          "transcript": "NM_015560.3",
          "protein_id": "NP_056375.2",
          "transcript_support_level": null,
          "aa_start": 910,
          "aa_end": null,
          "aa_length": 960,
          "cds_start": 2729,
          "cds_end": null,
          "cds_length": 2883,
          "cdna_start": 2899,
          "cdna_end": null,
          "cdna_length": 6264,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "c.2729T>A",
          "hgvs_p": "p.Val910Asp",
          "transcript": "ENST00000361828.7",
          "protein_id": "ENSP00000354429.3",
          "transcript_support_level": 5,
          "aa_start": 910,
          "aa_end": null,
          "aa_length": 960,
          "cds_start": 2729,
          "cds_end": null,
          "cds_length": 2883,
          "cdna_start": 2963,
          "cdna_end": null,
          "cdna_length": 6328,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "c.2675T>A",
          "hgvs_p": "p.Val892Asp",
          "transcript": "NM_130832.3",
          "protein_id": "NP_570845.1",
          "transcript_support_level": null,
          "aa_start": 892,
          "aa_end": null,
          "aa_length": 942,
          "cds_start": 2675,
          "cds_end": null,
          "cds_length": 2829,
          "cdna_start": 2845,
          "cdna_end": null,
          "cdna_length": 6210,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "c.2621T>A",
          "hgvs_p": "p.Val874Asp",
          "transcript": "NM_130831.3",
          "protein_id": "NP_570844.1",
          "transcript_support_level": null,
          "aa_start": 874,
          "aa_end": null,
          "aa_length": 924,
          "cds_start": 2621,
          "cds_end": null,
          "cds_length": 2775,
          "cdna_start": 2791,
          "cdna_end": null,
          "cdna_length": 6156,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "c.2621T>A",
          "hgvs_p": "p.Val874Asp",
          "transcript": "ENST00000646793.1",
          "protein_id": "ENSP00000494512.1",
          "transcript_support_level": null,
          "aa_start": 874,
          "aa_end": null,
          "aa_length": 924,
          "cds_start": 2621,
          "cds_end": null,
          "cds_length": 2775,
          "cdna_start": 2752,
          "cdna_end": null,
          "cdna_length": 5830,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "c.2411T>A",
          "hgvs_p": "p.Val804Asp",
          "transcript": "ENST00000643329.1",
          "protein_id": "ENSP00000493673.1",
          "transcript_support_level": null,
          "aa_start": 804,
          "aa_end": null,
          "aa_length": 854,
          "cds_start": 2411,
          "cds_end": null,
          "cds_length": 2565,
          "cdna_start": 2991,
          "cdna_end": null,
          "cdna_length": 6068,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "c.2360T>A",
          "hgvs_p": "p.Val787Asp",
          "transcript": "NM_001354663.2",
          "protein_id": "NP_001341592.1",
          "transcript_support_level": null,
          "aa_start": 787,
          "aa_end": null,
          "aa_length": 837,
          "cds_start": 2360,
          "cds_end": null,
          "cds_length": 2514,
          "cdna_start": 2960,
          "cdna_end": null,
          "cdna_length": 6325,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "c.2357T>A",
          "hgvs_p": "p.Val786Asp",
          "transcript": "NM_001354664.2",
          "protein_id": "NP_001341593.1",
          "transcript_support_level": null,
          "aa_start": 786,
          "aa_end": null,
          "aa_length": 836,
          "cds_start": 2357,
          "cds_end": null,
          "cds_length": 2511,
          "cdna_start": 2957,
          "cdna_end": null,
          "cdna_length": 6322,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "c.1715T>A",
          "hgvs_p": "p.Val572Asp",
          "transcript": "ENST00000646544.1",
          "protein_id": "ENSP00000495028.1",
          "transcript_support_level": null,
          "aa_start": 572,
          "aa_end": null,
          "aa_length": 622,
          "cds_start": 1715,
          "cds_end": null,
          "cds_length": 1869,
          "cdna_start": 1717,
          "cdna_end": null,
          "cdna_length": 5071,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "c.305T>A",
          "hgvs_p": "p.Val102Asp",
          "transcript": "ENST00000445863.1",
          "protein_id": "ENSP00000398358.1",
          "transcript_support_level": 3,
          "aa_start": 102,
          "aa_end": null,
          "aa_length": 183,
          "cds_start": 305,
          "cds_end": null,
          "cds_length": 552,
          "cdna_start": 305,
          "cdna_end": null,
          "cdna_length": 1096,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "c.14T>A",
          "hgvs_p": "p.Val5Asp",
          "transcript": "ENST00000429164.1",
          "protein_id": "ENSP00000411699.1",
          "transcript_support_level": 3,
          "aa_start": 5,
          "aa_end": null,
          "aa_length": 129,
          "cds_start": 14,
          "cds_end": null,
          "cds_length": 391,
          "cdna_start": 16,
          "cdna_end": null,
          "cdna_length": 393,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "c.2894T>A",
          "hgvs_p": "p.Val965Asp",
          "transcript": "XM_047448206.1",
          "protein_id": "XP_047304162.1",
          "transcript_support_level": null,
          "aa_start": 965,
          "aa_end": null,
          "aa_length": 1047,
          "cds_start": 2894,
          "cds_end": null,
          "cds_length": 3144,
          "cdna_start": 3064,
          "cdna_end": null,
          "cdna_length": 3338,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "c.2840T>A",
          "hgvs_p": "p.Val947Asp",
          "transcript": "XM_047448207.1",
          "protein_id": "XP_047304163.1",
          "transcript_support_level": null,
          "aa_start": 947,
          "aa_end": null,
          "aa_length": 1029,
          "cds_start": 2840,
          "cds_end": null,
          "cds_length": 3090,
          "cdna_start": 3010,
          "cdna_end": null,
          "cdna_length": 3284,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "c.2783T>A",
          "hgvs_p": "p.Val928Asp",
          "transcript": "XM_047448208.1",
          "protein_id": "XP_047304164.1",
          "transcript_support_level": null,
          "aa_start": 928,
          "aa_end": null,
          "aa_length": 1010,
          "cds_start": 2783,
          "cds_end": null,
          "cds_length": 3033,
          "cdna_start": 2953,
          "cdna_end": null,
          "cdna_length": 3227,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "c.2732T>A",
          "hgvs_p": "p.Val911Asp",
          "transcript": "XM_047448209.1",
          "protein_id": "XP_047304165.1",
          "transcript_support_level": null,
          "aa_start": 911,
          "aa_end": null,
          "aa_length": 993,
          "cds_start": 2732,
          "cds_end": null,
          "cds_length": 2982,
          "cdna_start": 2902,
          "cdna_end": null,
          "cdna_length": 3176,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "c.2729T>A",
          "hgvs_p": "p.Val910Asp",
          "transcript": "XM_047448210.1",
          "protein_id": "XP_047304166.1",
          "transcript_support_level": null,
          "aa_start": 910,
          "aa_end": null,
          "aa_length": 992,
          "cds_start": 2729,
          "cds_end": null,
          "cds_length": 2979,
          "cdna_start": 2899,
          "cdna_end": null,
          "cdna_length": 3173,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "c.2621T>A",
          "hgvs_p": "p.Val874Asp",
          "transcript": "XM_047448211.1",
          "protein_id": "XP_047304167.1",
          "transcript_support_level": null,
          "aa_start": 874,
          "aa_end": null,
          "aa_length": 956,
          "cds_start": 2621,
          "cds_end": null,
          "cds_length": 2871,
          "cdna_start": 2791,
          "cdna_end": null,
          "cdna_length": 3065,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "c.2522T>A",
          "hgvs_p": "p.Val841Asp",
          "transcript": "XM_047448212.1",
          "protein_id": "XP_047304168.1",
          "transcript_support_level": null,
          "aa_start": 841,
          "aa_end": null,
          "aa_length": 923,
          "cds_start": 2522,
          "cds_end": null,
          "cds_length": 2772,
          "cdna_start": 3122,
          "cdna_end": null,
          "cdna_length": 3396,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "c.1931T>A",
          "hgvs_p": "p.Val644Asp",
          "transcript": "XM_047448214.1",
          "protein_id": "XP_047304170.1",
          "transcript_support_level": null,
          "aa_start": 644,
          "aa_end": null,
          "aa_length": 726,
          "cds_start": 1931,
          "cds_end": null,
          "cds_length": 2181,
          "cdna_start": 2205,
          "cdna_end": null,
          "cdna_length": 2479,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "c.1931T>A",
          "hgvs_p": "p.Val644Asp",
          "transcript": "XM_047448216.1",
          "protein_id": "XP_047304172.1",
          "transcript_support_level": null,
          "aa_start": 644,
          "aa_end": null,
          "aa_length": 694,
          "cds_start": 1931,
          "cds_end": null,
          "cds_length": 2085,
          "cdna_start": 2203,
          "cdna_end": null,
          "cdna_length": 5568,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "n.*2157T>A",
          "hgvs_p": null,
          "transcript": "ENST00000642289.1",
          "protein_id": "ENSP00000494736.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3943,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "n.2729T>A",
          "hgvs_p": null,
          "transcript": "ENST00000642445.1",
          "protein_id": "ENSP00000495535.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5999,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "n.*954T>A",
          "hgvs_p": null,
          "transcript": "ENST00000642593.1",
          "protein_id": "ENSP00000494273.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4800,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "n.*2810T>A",
          "hgvs_p": null,
          "transcript": "ENST00000643737.1",
          "protein_id": "ENSP00000494210.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5228,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "n.2729T>A",
          "hgvs_p": null,
          "transcript": "ENST00000644595.1",
          "protein_id": "ENSP00000494121.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5169,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "n.*1183T>A",
          "hgvs_p": null,
          "transcript": "ENST00000644629.1",
          "protein_id": "ENSP00000494015.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5310,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "n.*1213T>A",
          "hgvs_p": null,
          "transcript": "ENST00000644841.1",
          "protein_id": "ENSP00000493988.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5579,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "n.*729T>A",
          "hgvs_p": null,
          "transcript": "ENST00000644959.1",
          "protein_id": "ENSP00000495943.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3685,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "n.*2207T>A",
          "hgvs_p": null,
          "transcript": "ENST00000646085.1",
          "protein_id": "ENSP00000494509.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4280,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "n.*1330T>A",
          "hgvs_p": null,
          "transcript": "ENST00000646277.1",
          "protein_id": "ENSP00000495289.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5916,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "n.*2157T>A",
          "hgvs_p": null,
          "transcript": "ENST00000646699.1",
          "protein_id": "ENSP00000493913.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3943,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000306963",
          "gene_hgnc_id": null,
          "hgvs_c": "n.927A>T",
          "hgvs_p": null,
          "transcript": "ENST00000822235.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1022,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000306963",
          "gene_hgnc_id": null,
          "hgvs_c": "n.782A>T",
          "hgvs_p": null,
          "transcript": "ENST00000822236.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 877,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000306963",
          "gene_hgnc_id": null,
          "hgvs_c": "n.766A>T",
          "hgvs_p": null,
          "transcript": "ENST00000822237.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 863,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000306963",
          "gene_hgnc_id": null,
          "hgvs_c": "n.892A>T",
          "hgvs_p": null,
          "transcript": "ENST00000822238.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 981,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "n.*2157T>A",
          "hgvs_p": null,
          "transcript": "ENST00000642289.1",
          "protein_id": "ENSP00000494736.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3943,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "n.*954T>A",
          "hgvs_p": null,
          "transcript": "ENST00000642593.1",
          "protein_id": "ENSP00000494273.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4800,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "n.*2810T>A",
          "hgvs_p": null,
          "transcript": "ENST00000643737.1",
          "protein_id": "ENSP00000494210.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5228,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "n.*1183T>A",
          "hgvs_p": null,
          "transcript": "ENST00000644629.1",
          "protein_id": "ENSP00000494015.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5310,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "n.*1213T>A",
          "hgvs_p": null,
          "transcript": "ENST00000644841.1",
          "protein_id": "ENSP00000493988.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5579,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "n.*729T>A",
          "hgvs_p": null,
          "transcript": "ENST00000644959.1",
          "protein_id": "ENSP00000495943.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3685,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "n.*2207T>A",
          "hgvs_p": null,
          "transcript": "ENST00000646085.1",
          "protein_id": "ENSP00000494509.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4280,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "n.*1330T>A",
          "hgvs_p": null,
          "transcript": "ENST00000646277.1",
          "protein_id": "ENSP00000495289.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5916,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "n.*2157T>A",
          "hgvs_p": null,
          "transcript": "ENST00000646699.1",
          "protein_id": "ENSP00000493913.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3943,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000306963",
          "gene_hgnc_id": null,
          "hgvs_c": "n.290+1729A>T",
          "hgvs_p": null,
          "transcript": "ENST00000822231.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2270,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000306963",
          "gene_hgnc_id": null,
          "hgvs_c": "n.420+1729A>T",
          "hgvs_p": null,
          "transcript": "ENST00000822232.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 540,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000306963",
          "gene_hgnc_id": null,
          "hgvs_c": "n.420+1729A>T",
          "hgvs_p": null,
          "transcript": "ENST00000822233.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 861,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000306963",
          "gene_hgnc_id": null,
          "hgvs_c": "n.285+3617A>T",
          "hgvs_p": null,
          "transcript": "ENST00000822234.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 726,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "LOC102724808",
          "gene_hgnc_id": null,
          "hgvs_c": "n.420+1729A>T",
          "hgvs_p": null,
          "transcript": "XR_924835.3",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 476,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "OPA1",
      "gene_hgnc_id": 8140,
      "dbsnp": "rs387906901",
      "frequency_reference_population": null,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 0,
      "gnomad_exomes_af": null,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": null,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.898354172706604,
      "computational_prediction_selected": "Pathogenic",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0.009999999776482582,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.95,
      "revel_prediction": "Pathogenic",
      "alphamissense_score": 0.9989,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.45,
      "bayesdelnoaf_prediction": "Pathogenic",
      "phylop100way_score": 7.988,
      "phylop100way_prediction": "Pathogenic",
      "spliceai_max_score": 0.01,
      "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": 5,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,PP3_Moderate,PP5",
      "acmg_by_gene": [
        {
          "score": 5,
          "benign_score": 0,
          "pathogenic_score": 5,
          "criteria": [
            "PM2",
            "PP3_Moderate",
            "PP5"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "ENST00000361510.8",
          "gene_symbol": "OPA1",
          "hgnc_id": 8140,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD,AR,SD",
          "hgvs_c": "c.2894T>A",
          "hgvs_p": "p.Val965Asp"
        },
        {
          "score": 5,
          "benign_score": 0,
          "pathogenic_score": 5,
          "criteria": [
            "PM2",
            "PP3_Moderate",
            "PP5"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "ENST00000822235.1",
          "gene_symbol": "ENSG00000306963",
          "hgnc_id": null,
          "effects": [
            "non_coding_transcript_exon_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.927A>T",
          "hgvs_p": null
        },
        {
          "score": 5,
          "benign_score": 0,
          "pathogenic_score": 5,
          "criteria": [
            "PM2",
            "PP3_Moderate",
            "PP5"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "XR_924835.3",
          "gene_symbol": "LOC102724808",
          "hgnc_id": null,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.420+1729A>T",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": " and neuropathy, ataxia, myopathy, ophthalmoplegia,Optic atrophy with or without deafness",
      "clinvar_classification": "Pathogenic",
      "clinvar_review_status": "no assertion criteria provided",
      "clinvar_submissions_summary": "null",
      "phenotype_combined": "Optic atrophy with or without deafness, ophthalmoplegia, myopathy, ataxia, and neuropathy",
      "pathogenicity_classification_combined": "Pathogenic",
      "custom_annotations": null
    }
  ],
  "message": null
}