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

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "3",
      "pos": 193643607,
      "ref": "CCAT",
      "alt": "C",
      "effect": "disruptive_inframe_deletion",
      "transcript": "NM_130837.3",
      "consequences": [
        {
          "aa_ref": "II",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "c.1461_1463delCAT",
          "hgvs_p": "p.Ile488del",
          "transcript": "NM_130837.3",
          "protein_id": "NP_570850.2",
          "transcript_support_level": null,
          "aa_start": 487,
          "aa_end": null,
          "aa_length": 1015,
          "cds_start": 1461,
          "cds_end": null,
          "cds_length": 3048,
          "cdna_start": 1631,
          "cdna_end": null,
          "cdna_length": 6429,
          "mane_select": "ENST00000361510.8",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_130837.3"
        },
        {
          "aa_ref": "II",
          "aa_alt": "I",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "c.1461_1463delCAT",
          "hgvs_p": "p.Ile488del",
          "transcript": "ENST00000361510.8",
          "protein_id": "ENSP00000355324.2",
          "transcript_support_level": 5,
          "aa_start": 487,
          "aa_end": null,
          "aa_length": 1015,
          "cds_start": 1461,
          "cds_end": null,
          "cds_length": 3048,
          "cdna_start": 1631,
          "cdna_end": null,
          "cdna_length": 6429,
          "mane_select": "NM_130837.3",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000361510.8"
        },
        {
          "aa_ref": "II",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "c.1407_1409delCAT",
          "hgvs_p": "p.Ile470del",
          "transcript": "ENST00000361908.8",
          "protein_id": "ENSP00000354681.3",
          "transcript_support_level": 1,
          "aa_start": 469,
          "aa_end": null,
          "aa_length": 997,
          "cds_start": 1407,
          "cds_end": null,
          "cds_length": 2994,
          "cdna_start": 1599,
          "cdna_end": null,
          "cdna_length": 6397,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000361908.8"
        },
        {
          "aa_ref": "II",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "c.1476_1478delCAT",
          "hgvs_p": "p.Ile493del",
          "transcript": "ENST00000968586.1",
          "protein_id": "ENSP00000638645.1",
          "transcript_support_level": null,
          "aa_start": 492,
          "aa_end": null,
          "aa_length": 1020,
          "cds_start": 1476,
          "cds_end": null,
          "cds_length": 3063,
          "cdna_start": 1636,
          "cdna_end": null,
          "cdna_length": 3344,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968586.1"
        },
        {
          "aa_ref": "II",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "c.1422_1424delCAT",
          "hgvs_p": "p.Ile475del",
          "transcript": "ENST00000968584.1",
          "protein_id": "ENSP00000638643.1",
          "transcript_support_level": null,
          "aa_start": 474,
          "aa_end": null,
          "aa_length": 1002,
          "cds_start": 1422,
          "cds_end": null,
          "cds_length": 3009,
          "cdna_start": 1591,
          "cdna_end": null,
          "cdna_length": 3586,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968584.1"
        },
        {
          "aa_ref": "II",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "c.1407_1409delCAT",
          "hgvs_p": "p.Ile470del",
          "transcript": "NM_130836.3",
          "protein_id": "NP_570849.2",
          "transcript_support_level": null,
          "aa_start": 469,
          "aa_end": null,
          "aa_length": 997,
          "cds_start": 1407,
          "cds_end": null,
          "cds_length": 2994,
          "cdna_start": 1577,
          "cdna_end": null,
          "cdna_length": 6375,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_130836.3"
        },
        {
          "aa_ref": "II",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "c.1407_1409delCAT",
          "hgvs_p": "p.Ile470del",
          "transcript": "ENST00000890753.1",
          "protein_id": "ENSP00000560812.1",
          "transcript_support_level": null,
          "aa_start": 469,
          "aa_end": null,
          "aa_length": 997,
          "cds_start": 1407,
          "cds_end": null,
          "cds_length": 2994,
          "cdna_start": 1577,
          "cdna_end": null,
          "cdna_length": 4345,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000890753.1"
        },
        {
          "aa_ref": "II",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "c.1407_1409delCAT",
          "hgvs_p": "p.Ile470del",
          "transcript": "ENST00000925500.1",
          "protein_id": "ENSP00000595559.1",
          "transcript_support_level": null,
          "aa_start": 469,
          "aa_end": null,
          "aa_length": 997,
          "cds_start": 1407,
          "cds_end": null,
          "cds_length": 2994,
          "cdna_start": 1591,
          "cdna_end": null,
          "cdna_length": 6389,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000925500.1"
        },
        {
          "aa_ref": "II",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "c.1353_1355delCAT",
          "hgvs_p": "p.Ile452del",
          "transcript": "NM_130835.3",
          "protein_id": "NP_570848.1",
          "transcript_support_level": null,
          "aa_start": 451,
          "aa_end": null,
          "aa_length": 979,
          "cds_start": 1353,
          "cds_end": null,
          "cds_length": 2940,
          "cdna_start": 1523,
          "cdna_end": null,
          "cdna_length": 6321,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_130835.3"
        },
        {
          "aa_ref": "II",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "c.1353_1355delCAT",
          "hgvs_p": "p.Ile452del",
          "transcript": "ENST00000361715.6",
          "protein_id": "ENSP00000355311.2",
          "transcript_support_level": 5,
          "aa_start": 451,
          "aa_end": null,
          "aa_length": 979,
          "cds_start": 1353,
          "cds_end": null,
          "cds_length": 2940,
          "cdna_start": 1587,
          "cdna_end": null,
          "cdna_length": 6384,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000361715.6"
        },
        {
          "aa_ref": "II",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "c.1299_1301delCAT",
          "hgvs_p": "p.Ile434del",
          "transcript": "ENST00000890756.1",
          "protein_id": "ENSP00000560815.1",
          "transcript_support_level": null,
          "aa_start": 433,
          "aa_end": null,
          "aa_length": 979,
          "cds_start": 1299,
          "cds_end": null,
          "cds_length": 2940,
          "cdna_start": 1437,
          "cdna_end": null,
          "cdna_length": 3535,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000890756.1"
        },
        {
          "aa_ref": "II",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "c.1353_1355delCAT",
          "hgvs_p": "p.Ile452del",
          "transcript": "ENST00000968579.1",
          "protein_id": "ENSP00000638638.1",
          "transcript_support_level": null,
          "aa_start": 451,
          "aa_end": null,
          "aa_length": 979,
          "cds_start": 1353,
          "cds_end": null,
          "cds_length": 2940,
          "cdna_start": 1524,
          "cdna_end": null,
          "cdna_length": 6035,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968579.1"
        },
        {
          "aa_ref": "II",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "c.1350_1352delCAT",
          "hgvs_p": "p.Ile451del",
          "transcript": "NM_130834.3",
          "protein_id": "NP_570847.2",
          "transcript_support_level": null,
          "aa_start": 450,
          "aa_end": null,
          "aa_length": 978,
          "cds_start": 1350,
          "cds_end": null,
          "cds_length": 2937,
          "cdna_start": 1520,
          "cdna_end": null,
          "cdna_length": 6318,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_130834.3"
        },
        {
          "aa_ref": "II",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "c.1350_1352delCAT",
          "hgvs_p": "p.Ile451del",
          "transcript": "ENST00000392437.6",
          "protein_id": "ENSP00000376232.2",
          "transcript_support_level": 3,
          "aa_start": 450,
          "aa_end": null,
          "aa_length": 978,
          "cds_start": 1350,
          "cds_end": null,
          "cds_length": 2937,
          "cdna_start": 1448,
          "cdna_end": null,
          "cdna_length": 4087,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000392437.6"
        },
        {
          "aa_ref": "II",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "c.1296_1298delCAT",
          "hgvs_p": "p.Ile433del",
          "transcript": "ENST00000890755.1",
          "protein_id": "ENSP00000560814.1",
          "transcript_support_level": null,
          "aa_start": 432,
          "aa_end": null,
          "aa_length": 978,
          "cds_start": 1296,
          "cds_end": null,
          "cds_length": 2937,
          "cdna_start": 1466,
          "cdna_end": null,
          "cdna_length": 3564,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000890755.1"
        },
        {
          "aa_ref": "II",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "c.1341_1343delCAT",
          "hgvs_p": "p.Ile448del",
          "transcript": "ENST00000890757.1",
          "protein_id": "ENSP00000560816.1",
          "transcript_support_level": null,
          "aa_start": 447,
          "aa_end": null,
          "aa_length": 975,
          "cds_start": 1341,
          "cds_end": null,
          "cds_length": 2928,
          "cdna_start": 1489,
          "cdna_end": null,
          "cdna_length": 3077,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000890757.1"
        },
        {
          "aa_ref": "II",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "c.1296_1298delCAT",
          "hgvs_p": "p.Ile433del",
          "transcript": "ENST00000392436.7",
          "protein_id": "ENSP00000376231.3",
          "transcript_support_level": 3,
          "aa_start": 432,
          "aa_end": null,
          "aa_length": 972,
          "cds_start": 1296,
          "cds_end": null,
          "cds_length": 2919,
          "cdna_start": 1454,
          "cdna_end": null,
          "cdna_length": 3579,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000392436.7"
        },
        {
          "aa_ref": "II",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "c.1461_1463delCAT",
          "hgvs_p": "p.Ile488del",
          "transcript": "ENST00000968581.1",
          "protein_id": "ENSP00000638640.1",
          "transcript_support_level": null,
          "aa_start": 487,
          "aa_end": null,
          "aa_length": 968,
          "cds_start": 1461,
          "cds_end": null,
          "cds_length": 2907,
          "cdna_start": 1648,
          "cdna_end": null,
          "cdna_length": 4261,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968581.1"
        },
        {
          "aa_ref": "II",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "c.1311_1313delCAT",
          "hgvs_p": "p.Ile438del",
          "transcript": "ENST00000645553.1",
          "protein_id": "ENSP00000494725.1",
          "transcript_support_level": null,
          "aa_start": 437,
          "aa_end": null,
          "aa_length": 965,
          "cds_start": 1311,
          "cds_end": null,
          "cds_length": 2898,
          "cdna_start": 1402,
          "cdna_end": null,
          "cdna_length": 5008,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000645553.1"
        },
        {
          "aa_ref": "II",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "c.1299_1301delCAT",
          "hgvs_p": "p.Ile434del",
          "transcript": "NM_130833.3",
          "protein_id": "NP_570846.1",
          "transcript_support_level": null,
          "aa_start": 433,
          "aa_end": null,
          "aa_length": 961,
          "cds_start": 1299,
          "cds_end": null,
          "cds_length": 2886,
          "cdna_start": 1469,
          "cdna_end": null,
          "cdna_length": 6267,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_130833.3"
        },
        {
          "aa_ref": "II",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "c.1299_1301delCAT",
          "hgvs_p": "p.Ile434del",
          "transcript": "ENST00000361150.6",
          "protein_id": "ENSP00000354781.2",
          "transcript_support_level": 5,
          "aa_start": 433,
          "aa_end": null,
          "aa_length": 961,
          "cds_start": 1299,
          "cds_end": null,
          "cds_length": 2886,
          "cdna_start": 1533,
          "cdna_end": null,
          "cdna_length": 6330,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000361150.6"
        },
        {
          "aa_ref": "II",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "c.1296_1298delCAT",
          "hgvs_p": "p.Ile433del",
          "transcript": "NM_015560.3",
          "protein_id": "NP_056375.2",
          "transcript_support_level": null,
          "aa_start": 432,
          "aa_end": null,
          "aa_length": 960,
          "cds_start": 1296,
          "cds_end": null,
          "cds_length": 2883,
          "cdna_start": 1466,
          "cdna_end": null,
          "cdna_length": 6264,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_015560.3"
        },
        {
          "aa_ref": "II",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "c.1296_1298delCAT",
          "hgvs_p": "p.Ile433del",
          "transcript": "ENST00000361828.7",
          "protein_id": "ENSP00000354429.3",
          "transcript_support_level": 5,
          "aa_start": 432,
          "aa_end": null,
          "aa_length": 960,
          "cds_start": 1296,
          "cds_end": null,
          "cds_length": 2883,
          "cdna_start": 1530,
          "cdna_end": null,
          "cdna_length": 6328,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000361828.7"
        },
        {
          "aa_ref": "II",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "c.1407_1409delCAT",
          "hgvs_p": "p.Ile470del",
          "transcript": "ENST00000890752.1",
          "protein_id": "ENSP00000560811.1",
          "transcript_support_level": null,
          "aa_start": 469,
          "aa_end": null,
          "aa_length": 960,
          "cds_start": 1407,
          "cds_end": null,
          "cds_length": 2883,
          "cdna_start": 1524,
          "cdna_end": null,
          "cdna_length": 5023,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000890752.1"
        },
        {
          "aa_ref": "II",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "c.1242_1244delCAT",
          "hgvs_p": "p.Ile415del",
          "transcript": "NM_130832.3",
          "protein_id": "NP_570845.1",
          "transcript_support_level": null,
          "aa_start": 414,
          "aa_end": null,
          "aa_length": 942,
          "cds_start": 1242,
          "cds_end": null,
          "cds_length": 2829,
          "cdna_start": 1412,
          "cdna_end": null,
          "cdna_length": 6210,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_130832.3"
        },
        {
          "aa_ref": "II",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "c.1242_1244delCAT",
          "hgvs_p": "p.Ile415del",
          "transcript": "ENST00000968585.1",
          "protein_id": "ENSP00000638644.1",
          "transcript_support_level": null,
          "aa_start": 414,
          "aa_end": null,
          "aa_length": 942,
          "cds_start": 1242,
          "cds_end": null,
          "cds_length": 2829,
          "cdna_start": 1400,
          "cdna_end": null,
          "cdna_length": 3392,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968585.1"
        },
        {
          "aa_ref": "II",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "c.1191_1193delCAT",
          "hgvs_p": "p.Ile398del",
          "transcript": "ENST00000968580.1",
          "protein_id": "ENSP00000638639.1",
          "transcript_support_level": null,
          "aa_start": 397,
          "aa_end": null,
          "aa_length": 925,
          "cds_start": 1191,
          "cds_end": null,
          "cds_length": 2778,
          "cdna_start": 1351,
          "cdna_end": null,
          "cdna_length": 4965,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968580.1"
        },
        {
          "aa_ref": "II",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "c.1188_1190delCAT",
          "hgvs_p": "p.Ile397del",
          "transcript": "NM_130831.3",
          "protein_id": "NP_570844.1",
          "transcript_support_level": null,
          "aa_start": 396,
          "aa_end": null,
          "aa_length": 924,
          "cds_start": 1188,
          "cds_end": null,
          "cds_length": 2775,
          "cdna_start": 1358,
          "cdna_end": null,
          "cdna_length": 6156,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_130831.3"
        },
        {
          "aa_ref": "II",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "c.1188_1190delCAT",
          "hgvs_p": "p.Ile397del",
          "transcript": "ENST00000646793.1",
          "protein_id": "ENSP00000494512.1",
          "transcript_support_level": null,
          "aa_start": 396,
          "aa_end": null,
          "aa_length": 924,
          "cds_start": 1188,
          "cds_end": null,
          "cds_length": 2775,
          "cdna_start": 1319,
          "cdna_end": null,
          "cdna_length": 5830,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000646793.1"
        },
        {
          "aa_ref": "II",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "c.1296_1298delCAT",
          "hgvs_p": "p.Ile433del",
          "transcript": "ENST00000968582.1",
          "protein_id": "ENSP00000638641.1",
          "transcript_support_level": null,
          "aa_start": 432,
          "aa_end": null,
          "aa_length": 923,
          "cds_start": 1296,
          "cds_end": null,
          "cds_length": 2772,
          "cdna_start": 1427,
          "cdna_end": null,
          "cdna_length": 3901,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968582.1"
        },
        {
          "aa_ref": "II",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "c.1146_1148delCAT",
          "hgvs_p": "p.Ile383del",
          "transcript": "ENST00000890754.1",
          "protein_id": "ENSP00000560813.1",
          "transcript_support_level": null,
          "aa_start": 382,
          "aa_end": null,
          "aa_length": 910,
          "cds_start": 1146,
          "cds_end": null,
          "cds_length": 2733,
          "cdna_start": 1296,
          "cdna_end": null,
          "cdna_length": 4055,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000890754.1"
        },
        {
          "aa_ref": "II",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "c.1137_1139delCAT",
          "hgvs_p": "p.Ile380del",
          "transcript": "ENST00000968583.1",
          "protein_id": "ENSP00000638642.1",
          "transcript_support_level": null,
          "aa_start": 379,
          "aa_end": null,
          "aa_length": 907,
          "cds_start": 1137,
          "cds_end": null,
          "cds_length": 2724,
          "cdna_start": 1268,
          "cdna_end": null,
          "cdna_length": 3834,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968583.1"
        },
        {
          "aa_ref": "II",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "c.978_980delCAT",
          "hgvs_p": "p.Ile327del",
          "transcript": "ENST00000643329.1",
          "protein_id": "ENSP00000493673.1",
          "transcript_support_level": null,
          "aa_start": 326,
          "aa_end": null,
          "aa_length": 854,
          "cds_start": 978,
          "cds_end": null,
          "cds_length": 2565,
          "cdna_start": 1558,
          "cdna_end": null,
          "cdna_length": 6068,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000643329.1"
        },
        {
          "aa_ref": "II",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "c.927_929delCAT",
          "hgvs_p": "p.Ile310del",
          "transcript": "NM_001354663.2",
          "protein_id": "NP_001341592.1",
          "transcript_support_level": null,
          "aa_start": 309,
          "aa_end": null,
          "aa_length": 837,
          "cds_start": 927,
          "cds_end": null,
          "cds_length": 2514,
          "cdna_start": 1527,
          "cdna_end": null,
          "cdna_length": 6325,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001354663.2"
        },
        {
          "aa_ref": "II",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "c.924_926delCAT",
          "hgvs_p": "p.Ile309del",
          "transcript": "NM_001354664.2",
          "protein_id": "NP_001341593.1",
          "transcript_support_level": null,
          "aa_start": 308,
          "aa_end": null,
          "aa_length": 836,
          "cds_start": 924,
          "cds_end": null,
          "cds_length": 2511,
          "cdna_start": 1524,
          "cdna_end": null,
          "cdna_length": 6322,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001354664.2"
        },
        {
          "aa_ref": "II",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "c.282_284delCAT",
          "hgvs_p": "p.Ile95del",
          "transcript": "ENST00000646544.1",
          "protein_id": "ENSP00000495028.1",
          "transcript_support_level": null,
          "aa_start": 94,
          "aa_end": null,
          "aa_length": 622,
          "cds_start": 282,
          "cds_end": null,
          "cds_length": 1869,
          "cdna_start": 284,
          "cdna_end": null,
          "cdna_length": 5071,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000646544.1"
        },
        {
          "aa_ref": "II",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "c.1461_1463delCAT",
          "hgvs_p": "p.Ile488del",
          "transcript": "XM_047448206.1",
          "protein_id": "XP_047304162.1",
          "transcript_support_level": null,
          "aa_start": 487,
          "aa_end": null,
          "aa_length": 1047,
          "cds_start": 1461,
          "cds_end": null,
          "cds_length": 3144,
          "cdna_start": 1631,
          "cdna_end": null,
          "cdna_length": 3338,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047448206.1"
        },
        {
          "aa_ref": "II",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "c.1407_1409delCAT",
          "hgvs_p": "p.Ile470del",
          "transcript": "XM_047448207.1",
          "protein_id": "XP_047304163.1",
          "transcript_support_level": null,
          "aa_start": 469,
          "aa_end": null,
          "aa_length": 1029,
          "cds_start": 1407,
          "cds_end": null,
          "cds_length": 3090,
          "cdna_start": 1577,
          "cdna_end": null,
          "cdna_length": 3284,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047448207.1"
        },
        {
          "aa_ref": "II",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "c.1350_1352delCAT",
          "hgvs_p": "p.Ile451del",
          "transcript": "XM_047448208.1",
          "protein_id": "XP_047304164.1",
          "transcript_support_level": null,
          "aa_start": 450,
          "aa_end": null,
          "aa_length": 1010,
          "cds_start": 1350,
          "cds_end": null,
          "cds_length": 3033,
          "cdna_start": 1520,
          "cdna_end": null,
          "cdna_length": 3227,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047448208.1"
        },
        {
          "aa_ref": "II",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "c.1299_1301delCAT",
          "hgvs_p": "p.Ile434del",
          "transcript": "XM_047448209.1",
          "protein_id": "XP_047304165.1",
          "transcript_support_level": null,
          "aa_start": 433,
          "aa_end": null,
          "aa_length": 993,
          "cds_start": 1299,
          "cds_end": null,
          "cds_length": 2982,
          "cdna_start": 1469,
          "cdna_end": null,
          "cdna_length": 3176,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047448209.1"
        },
        {
          "aa_ref": "II",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "c.1296_1298delCAT",
          "hgvs_p": "p.Ile433del",
          "transcript": "XM_047448210.1",
          "protein_id": "XP_047304166.1",
          "transcript_support_level": null,
          "aa_start": 432,
          "aa_end": null,
          "aa_length": 992,
          "cds_start": 1296,
          "cds_end": null,
          "cds_length": 2979,
          "cdna_start": 1466,
          "cdna_end": null,
          "cdna_length": 3173,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047448210.1"
        },
        {
          "aa_ref": "II",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "c.1188_1190delCAT",
          "hgvs_p": "p.Ile397del",
          "transcript": "XM_047448211.1",
          "protein_id": "XP_047304167.1",
          "transcript_support_level": null,
          "aa_start": 396,
          "aa_end": null,
          "aa_length": 956,
          "cds_start": 1188,
          "cds_end": null,
          "cds_length": 2871,
          "cdna_start": 1358,
          "cdna_end": null,
          "cdna_length": 3065,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047448211.1"
        },
        {
          "aa_ref": "II",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "c.1089_1091delCAT",
          "hgvs_p": "p.Ile364del",
          "transcript": "XM_047448212.1",
          "protein_id": "XP_047304168.1",
          "transcript_support_level": null,
          "aa_start": 363,
          "aa_end": null,
          "aa_length": 923,
          "cds_start": 1089,
          "cds_end": null,
          "cds_length": 2772,
          "cdna_start": 1689,
          "cdna_end": null,
          "cdna_length": 3396,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047448212.1"
        },
        {
          "aa_ref": "II",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "c.1461_1463delCAT",
          "hgvs_p": "p.Ile488del",
          "transcript": "XM_047448213.1",
          "protein_id": "XP_047304169.1",
          "transcript_support_level": null,
          "aa_start": 487,
          "aa_end": null,
          "aa_length": 729,
          "cds_start": 1461,
          "cds_end": null,
          "cds_length": 2190,
          "cdna_start": 1631,
          "cdna_end": null,
          "cdna_length": 2464,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047448213.1"
        },
        {
          "aa_ref": "II",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "c.498_500delCAT",
          "hgvs_p": "p.Ile167del",
          "transcript": "XM_047448214.1",
          "protein_id": "XP_047304170.1",
          "transcript_support_level": null,
          "aa_start": 166,
          "aa_end": null,
          "aa_length": 726,
          "cds_start": 498,
          "cds_end": null,
          "cds_length": 2181,
          "cdna_start": 772,
          "cdna_end": null,
          "cdna_length": 2479,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047448214.1"
        },
        {
          "aa_ref": "II",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "c.498_500delCAT",
          "hgvs_p": "p.Ile167del",
          "transcript": "XM_047448216.1",
          "protein_id": "XP_047304172.1",
          "transcript_support_level": null,
          "aa_start": 166,
          "aa_end": null,
          "aa_length": 694,
          "cds_start": 498,
          "cds_end": null,
          "cds_length": 2085,
          "cdna_start": 770,
          "cdna_end": null,
          "cdna_length": 5568,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047448216.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "n.492_494delCAT",
          "hgvs_p": null,
          "transcript": "ENST00000475899.1",
          "protein_id": null,
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 685,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000475899.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "n.*724_*726delCAT",
          "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": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3943,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000642289.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "n.1296_1298delCAT",
          "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": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5999,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000642445.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "n.1296_1298delCAT",
          "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": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4800,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000642593.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "n.*1377_*1379delCAT",
          "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": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5228,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000643737.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "n.1296_1298delCAT",
          "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": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5169,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000644595.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "n.954_956delCAT",
          "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": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5310,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000644629.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "n.924_926delCAT",
          "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": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5579,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000644841.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "n.1263_1265delCAT",
          "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": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3685,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000644959.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "n.*774_*776delCAT",
          "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": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4280,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000646085.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "n.1461_1463delCAT",
          "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": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5916,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000646277.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "n.*724_*726delCAT",
          "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": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3943,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000646699.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "n.*724_*726delCAT",
          "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": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3943,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000642289.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "n.*1377_*1379delCAT",
          "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": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5228,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000643737.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "n.*774_*776delCAT",
          "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": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4280,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000646085.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPA1",
          "gene_hgnc_id": 8140,
          "hgvs_c": "n.*724_*726delCAT",
          "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": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3943,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000646699.1"
        }
      ],
      "gene_symbol": "OPA1",
      "gene_hgnc_id": 8140,
      "dbsnp": "rs879255511",
      "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": null,
      "computational_prediction_selected": null,
      "computational_source_selected": null,
      "splice_score_selected": 0.019999999552965164,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": null,
      "bayesdelnoaf_prediction": null,
      "phylop100way_score": 9.256,
      "phylop100way_prediction": "Pathogenic",
      "spliceai_max_score": 0.02,
      "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": 6,
      "acmg_classification": "Likely_pathogenic",
      "acmg_criteria": "PM1,PM2,PM4_Supporting,PP5",
      "acmg_by_gene": [
        {
          "score": 6,
          "benign_score": 0,
          "pathogenic_score": 6,
          "criteria": [
            "PM1",
            "PM2",
            "PM4_Supporting",
            "PP5"
          ],
          "verdict": "Likely_pathogenic",
          "transcript": "NM_130837.3",
          "gene_symbol": "OPA1",
          "hgnc_id": 8140,
          "effects": [
            "disruptive_inframe_deletion"
          ],
          "inheritance_mode": "AD,AR,SD",
          "hgvs_c": "c.1461_1463delCAT",
          "hgvs_p": "p.Ile488del"
        }
      ],
      "clinvar_disease": "Autosomal dominant optic atrophy classic form",
      "clinvar_classification": "Pathogenic",
      "clinvar_review_status": "no assertion criteria provided",
      "clinvar_submissions_summary": "null",
      "phenotype_combined": "Autosomal dominant optic atrophy classic form",
      "pathogenicity_classification_combined": "Pathogenic",
      "custom_annotations": null
    }
  ],
  "message": null
}
For research and educational, non-commercial use only. Not for clinical or diagnostic use. GeneBe does not provide medical advice. Data use for AI modeling is prohibited: if used, the cost is $0.001 per byte of downloaded uncompressed data.