← Back to variant description

GeneBe API Showcase

This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.

API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.

Documentation & Advanced Usage

Complete API documentation:docs.genebe.net/docs/api/overview/

Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/

Python client for pandas:pypi.org/project/genebe/

Java CLI for VCF files:github.com/pstawinski/genebe-cli

All tools documented at:docs.genebe.net

API Request Examples for Variant: 1-11992606-T-C (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "1",
      "pos": 11992606,
      "ref": "T",
      "alt": "C",
      "effect": "missense_variant",
      "transcript": "NM_014874.4",
      "consequences": [
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFN2",
          "gene_hgnc_id": 16877,
          "hgvs_c": "c.227T>C",
          "hgvs_p": "p.Leu76Pro",
          "transcript": "NM_014874.4",
          "protein_id": "NP_055689.1",
          "transcript_support_level": null,
          "aa_start": 76,
          "aa_end": null,
          "aa_length": 757,
          "cds_start": 227,
          "cds_end": null,
          "cds_length": 2274,
          "cdna_start": 417,
          "cdna_end": null,
          "cdna_length": 4407,
          "mane_select": "ENST00000235329.10",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_014874.4"
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFN2",
          "gene_hgnc_id": 16877,
          "hgvs_c": "c.227T>C",
          "hgvs_p": "p.Leu76Pro",
          "transcript": "ENST00000235329.10",
          "protein_id": "ENSP00000235329.5",
          "transcript_support_level": 1,
          "aa_start": 76,
          "aa_end": null,
          "aa_length": 757,
          "cds_start": 227,
          "cds_end": null,
          "cds_length": 2274,
          "cdna_start": 417,
          "cdna_end": null,
          "cdna_length": 4407,
          "mane_select": "NM_014874.4",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000235329.10"
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFN2",
          "gene_hgnc_id": 16877,
          "hgvs_c": "c.227T>C",
          "hgvs_p": "p.Leu76Pro",
          "transcript": "ENST00000675298.1",
          "protein_id": "ENSP00000501839.1",
          "transcript_support_level": null,
          "aa_start": 76,
          "aa_end": null,
          "aa_length": 808,
          "cds_start": 227,
          "cds_end": null,
          "cds_length": 2427,
          "cdna_start": 652,
          "cdna_end": null,
          "cdna_length": 3584,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000675298.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFN2",
          "gene_hgnc_id": 16877,
          "hgvs_c": "c.227T>C",
          "hgvs_p": "p.Leu76Pro",
          "transcript": "ENST00000675817.1",
          "protein_id": "ENSP00000502422.1",
          "transcript_support_level": null,
          "aa_start": 76,
          "aa_end": null,
          "aa_length": 801,
          "cds_start": 227,
          "cds_end": null,
          "cds_length": 2406,
          "cdna_start": 652,
          "cdna_end": null,
          "cdna_length": 4766,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000675817.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFN2",
          "gene_hgnc_id": 16877,
          "hgvs_c": "c.227T>C",
          "hgvs_p": "p.Leu76Pro",
          "transcript": "ENST00000898895.1",
          "protein_id": "ENSP00000568954.1",
          "transcript_support_level": null,
          "aa_start": 76,
          "aa_end": null,
          "aa_length": 801,
          "cds_start": 227,
          "cds_end": null,
          "cds_length": 2406,
          "cdna_start": 510,
          "cdna_end": null,
          "cdna_length": 4623,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000898895.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFN2",
          "gene_hgnc_id": 16877,
          "hgvs_c": "c.227T>C",
          "hgvs_p": "p.Leu76Pro",
          "transcript": "ENST00000967404.1",
          "protein_id": "ENSP00000637463.1",
          "transcript_support_level": null,
          "aa_start": 76,
          "aa_end": null,
          "aa_length": 801,
          "cds_start": 227,
          "cds_end": null,
          "cds_length": 2406,
          "cdna_start": 401,
          "cdna_end": null,
          "cdna_length": 4521,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000967404.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFN2",
          "gene_hgnc_id": 16877,
          "hgvs_c": "c.227T>C",
          "hgvs_p": "p.Leu76Pro",
          "transcript": "ENST00000967417.1",
          "protein_id": "ENSP00000637476.1",
          "transcript_support_level": null,
          "aa_start": 76,
          "aa_end": null,
          "aa_length": 801,
          "cds_start": 227,
          "cds_end": null,
          "cds_length": 2406,
          "cdna_start": 481,
          "cdna_end": null,
          "cdna_length": 2786,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000967417.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFN2",
          "gene_hgnc_id": 16877,
          "hgvs_c": "c.227T>C",
          "hgvs_p": "p.Leu76Pro",
          "transcript": "ENST00000898885.1",
          "protein_id": "ENSP00000568944.1",
          "transcript_support_level": null,
          "aa_start": 76,
          "aa_end": null,
          "aa_length": 787,
          "cds_start": 227,
          "cds_end": null,
          "cds_length": 2364,
          "cdna_start": 604,
          "cdna_end": null,
          "cdna_length": 4684,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000898885.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFN2",
          "gene_hgnc_id": 16877,
          "hgvs_c": "c.227T>C",
          "hgvs_p": "p.Leu76Pro",
          "transcript": "NM_001127660.2",
          "protein_id": "NP_001121132.1",
          "transcript_support_level": null,
          "aa_start": 76,
          "aa_end": null,
          "aa_length": 757,
          "cds_start": 227,
          "cds_end": null,
          "cds_length": 2274,
          "cdna_start": 272,
          "cdna_end": null,
          "cdna_length": 4262,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001127660.2"
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFN2",
          "gene_hgnc_id": 16877,
          "hgvs_c": "c.227T>C",
          "hgvs_p": "p.Leu76Pro",
          "transcript": "ENST00000444836.5",
          "protein_id": "ENSP00000416338.1",
          "transcript_support_level": 2,
          "aa_start": 76,
          "aa_end": null,
          "aa_length": 757,
          "cds_start": 227,
          "cds_end": null,
          "cds_length": 2274,
          "cdna_start": 535,
          "cdna_end": null,
          "cdna_length": 4531,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000444836.5"
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFN2",
          "gene_hgnc_id": 16877,
          "hgvs_c": "c.227T>C",
          "hgvs_p": "p.Leu76Pro",
          "transcript": "ENST00000674548.1",
          "protein_id": "ENSP00000502185.1",
          "transcript_support_level": null,
          "aa_start": 76,
          "aa_end": null,
          "aa_length": 757,
          "cds_start": 227,
          "cds_end": null,
          "cds_length": 2274,
          "cdna_start": 590,
          "cdna_end": null,
          "cdna_length": 4572,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000674548.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFN2",
          "gene_hgnc_id": 16877,
          "hgvs_c": "c.227T>C",
          "hgvs_p": "p.Leu76Pro",
          "transcript": "ENST00000674817.1",
          "protein_id": "ENSP00000502151.1",
          "transcript_support_level": null,
          "aa_start": 76,
          "aa_end": null,
          "aa_length": 757,
          "cds_start": 227,
          "cds_end": null,
          "cds_length": 2274,
          "cdna_start": 527,
          "cdna_end": null,
          "cdna_length": 4514,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000674817.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFN2",
          "gene_hgnc_id": 16877,
          "hgvs_c": "c.227T>C",
          "hgvs_p": "p.Leu76Pro",
          "transcript": "ENST00000674910.1",
          "protein_id": "ENSP00000501716.1",
          "transcript_support_level": null,
          "aa_start": 76,
          "aa_end": null,
          "aa_length": 757,
          "cds_start": 227,
          "cds_end": null,
          "cds_length": 2274,
          "cdna_start": 557,
          "cdna_end": null,
          "cdna_length": 4539,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000674910.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFN2",
          "gene_hgnc_id": 16877,
          "hgvs_c": "c.227T>C",
          "hgvs_p": "p.Leu76Pro",
          "transcript": "ENST00000675053.1",
          "protein_id": "ENSP00000501646.1",
          "transcript_support_level": null,
          "aa_start": 76,
          "aa_end": null,
          "aa_length": 757,
          "cds_start": 227,
          "cds_end": null,
          "cds_length": 2274,
          "cdna_start": 573,
          "cdna_end": null,
          "cdna_length": 4555,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000675053.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFN2",
          "gene_hgnc_id": 16877,
          "hgvs_c": "c.227T>C",
          "hgvs_p": "p.Leu76Pro",
          "transcript": "ENST00000675113.1",
          "protein_id": "ENSP00000502623.1",
          "transcript_support_level": null,
          "aa_start": 76,
          "aa_end": null,
          "aa_length": 757,
          "cds_start": 227,
          "cds_end": null,
          "cds_length": 2274,
          "cdna_start": 479,
          "cdna_end": null,
          "cdna_length": 4461,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000675113.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFN2",
          "gene_hgnc_id": 16877,
          "hgvs_c": "c.227T>C",
          "hgvs_p": "p.Leu76Pro",
          "transcript": "ENST00000675231.1",
          "protein_id": "ENSP00000502404.1",
          "transcript_support_level": null,
          "aa_start": 76,
          "aa_end": null,
          "aa_length": 757,
          "cds_start": 227,
          "cds_end": null,
          "cds_length": 2274,
          "cdna_start": 790,
          "cdna_end": null,
          "cdna_length": 4772,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000675231.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFN2",
          "gene_hgnc_id": 16877,
          "hgvs_c": "c.227T>C",
          "hgvs_p": "p.Leu76Pro",
          "transcript": "ENST00000675919.1",
          "protein_id": "ENSP00000501776.1",
          "transcript_support_level": null,
          "aa_start": 76,
          "aa_end": null,
          "aa_length": 757,
          "cds_start": 227,
          "cds_end": null,
          "cds_length": 2274,
          "cdna_start": 507,
          "cdna_end": null,
          "cdna_length": 4497,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000675919.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFN2",
          "gene_hgnc_id": 16877,
          "hgvs_c": "c.227T>C",
          "hgvs_p": "p.Leu76Pro",
          "transcript": "ENST00000676293.1",
          "protein_id": "ENSP00000502362.1",
          "transcript_support_level": null,
          "aa_start": 76,
          "aa_end": null,
          "aa_length": 757,
          "cds_start": 227,
          "cds_end": null,
          "cds_length": 2274,
          "cdna_start": 539,
          "cdna_end": null,
          "cdna_length": 4529,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000676293.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFN2",
          "gene_hgnc_id": 16877,
          "hgvs_c": "c.227T>C",
          "hgvs_p": "p.Leu76Pro",
          "transcript": "ENST00000898883.1",
          "protein_id": "ENSP00000568942.1",
          "transcript_support_level": null,
          "aa_start": 76,
          "aa_end": null,
          "aa_length": 757,
          "cds_start": 227,
          "cds_end": null,
          "cds_length": 2274,
          "cdna_start": 619,
          "cdna_end": null,
          "cdna_length": 4609,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000898883.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFN2",
          "gene_hgnc_id": 16877,
          "hgvs_c": "c.227T>C",
          "hgvs_p": "p.Leu76Pro",
          "transcript": "ENST00000898886.1",
          "protein_id": "ENSP00000568945.1",
          "transcript_support_level": null,
          "aa_start": 76,
          "aa_end": null,
          "aa_length": 757,
          "cds_start": 227,
          "cds_end": null,
          "cds_length": 2274,
          "cdna_start": 521,
          "cdna_end": null,
          "cdna_length": 4513,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000898886.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFN2",
          "gene_hgnc_id": 16877,
          "hgvs_c": "c.227T>C",
          "hgvs_p": "p.Leu76Pro",
          "transcript": "ENST00000898887.1",
          "protein_id": "ENSP00000568946.1",
          "transcript_support_level": null,
          "aa_start": 76,
          "aa_end": null,
          "aa_length": 757,
          "cds_start": 227,
          "cds_end": null,
          "cds_length": 2274,
          "cdna_start": 650,
          "cdna_end": null,
          "cdna_length": 4640,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000898887.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFN2",
          "gene_hgnc_id": 16877,
          "hgvs_c": "c.227T>C",
          "hgvs_p": "p.Leu76Pro",
          "transcript": "ENST00000898888.1",
          "protein_id": "ENSP00000568947.1",
          "transcript_support_level": null,
          "aa_start": 76,
          "aa_end": null,
          "aa_length": 757,
          "cds_start": 227,
          "cds_end": null,
          "cds_length": 2274,
          "cdna_start": 551,
          "cdna_end": null,
          "cdna_length": 4538,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000898888.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFN2",
          "gene_hgnc_id": 16877,
          "hgvs_c": "c.227T>C",
          "hgvs_p": "p.Leu76Pro",
          "transcript": "ENST00000898889.1",
          "protein_id": "ENSP00000568948.1",
          "transcript_support_level": null,
          "aa_start": 76,
          "aa_end": null,
          "aa_length": 757,
          "cds_start": 227,
          "cds_end": null,
          "cds_length": 2274,
          "cdna_start": 275,
          "cdna_end": null,
          "cdna_length": 4265,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000898889.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFN2",
          "gene_hgnc_id": 16877,
          "hgvs_c": "c.227T>C",
          "hgvs_p": "p.Leu76Pro",
          "transcript": "ENST00000898890.1",
          "protein_id": "ENSP00000568949.1",
          "transcript_support_level": null,
          "aa_start": 76,
          "aa_end": null,
          "aa_length": 757,
          "cds_start": 227,
          "cds_end": null,
          "cds_length": 2274,
          "cdna_start": 509,
          "cdna_end": null,
          "cdna_length": 4499,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000898890.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFN2",
          "gene_hgnc_id": 16877,
          "hgvs_c": "c.227T>C",
          "hgvs_p": "p.Leu76Pro",
          "transcript": "ENST00000898893.1",
          "protein_id": "ENSP00000568952.1",
          "transcript_support_level": null,
          "aa_start": 76,
          "aa_end": null,
          "aa_length": 757,
          "cds_start": 227,
          "cds_end": null,
          "cds_length": 2274,
          "cdna_start": 535,
          "cdna_end": null,
          "cdna_length": 4525,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000898893.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFN2",
          "gene_hgnc_id": 16877,
          "hgvs_c": "c.227T>C",
          "hgvs_p": "p.Leu76Pro",
          "transcript": "ENST00000898894.1",
          "protein_id": "ENSP00000568953.1",
          "transcript_support_level": null,
          "aa_start": 76,
          "aa_end": null,
          "aa_length": 757,
          "cds_start": 227,
          "cds_end": null,
          "cds_length": 2274,
          "cdna_start": 563,
          "cdna_end": null,
          "cdna_length": 4550,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000898894.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFN2",
          "gene_hgnc_id": 16877,
          "hgvs_c": "c.227T>C",
          "hgvs_p": "p.Leu76Pro",
          "transcript": "ENST00000898896.1",
          "protein_id": "ENSP00000568955.1",
          "transcript_support_level": null,
          "aa_start": 76,
          "aa_end": null,
          "aa_length": 757,
          "cds_start": 227,
          "cds_end": null,
          "cds_length": 2274,
          "cdna_start": 488,
          "cdna_end": null,
          "cdna_length": 4480,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000898896.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFN2",
          "gene_hgnc_id": 16877,
          "hgvs_c": "c.227T>C",
          "hgvs_p": "p.Leu76Pro",
          "transcript": "ENST00000898897.1",
          "protein_id": "ENSP00000568956.1",
          "transcript_support_level": null,
          "aa_start": 76,
          "aa_end": null,
          "aa_length": 757,
          "cds_start": 227,
          "cds_end": null,
          "cds_length": 2274,
          "cdna_start": 521,
          "cdna_end": null,
          "cdna_length": 4511,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000898897.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFN2",
          "gene_hgnc_id": 16877,
          "hgvs_c": "c.227T>C",
          "hgvs_p": "p.Leu76Pro",
          "transcript": "ENST00000898898.1",
          "protein_id": "ENSP00000568957.1",
          "transcript_support_level": null,
          "aa_start": 76,
          "aa_end": null,
          "aa_length": 757,
          "cds_start": 227,
          "cds_end": null,
          "cds_length": 2274,
          "cdna_start": 536,
          "cdna_end": null,
          "cdna_length": 4529,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000898898.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFN2",
          "gene_hgnc_id": 16877,
          "hgvs_c": "c.227T>C",
          "hgvs_p": "p.Leu76Pro",
          "transcript": "ENST00000898899.1",
          "protein_id": "ENSP00000568958.1",
          "transcript_support_level": null,
          "aa_start": 76,
          "aa_end": null,
          "aa_length": 757,
          "cds_start": 227,
          "cds_end": null,
          "cds_length": 2274,
          "cdna_start": 384,
          "cdna_end": null,
          "cdna_length": 4376,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000898899.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFN2",
          "gene_hgnc_id": 16877,
          "hgvs_c": "c.227T>C",
          "hgvs_p": "p.Leu76Pro",
          "transcript": "ENST00000898900.1",
          "protein_id": "ENSP00000568959.1",
          "transcript_support_level": null,
          "aa_start": 76,
          "aa_end": null,
          "aa_length": 757,
          "cds_start": 227,
          "cds_end": null,
          "cds_length": 2274,
          "cdna_start": 387,
          "cdna_end": null,
          "cdna_length": 4377,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000898900.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFN2",
          "gene_hgnc_id": 16877,
          "hgvs_c": "c.227T>C",
          "hgvs_p": "p.Leu76Pro",
          "transcript": "ENST00000917332.1",
          "protein_id": "ENSP00000587391.1",
          "transcript_support_level": null,
          "aa_start": 76,
          "aa_end": null,
          "aa_length": 757,
          "cds_start": 227,
          "cds_end": null,
          "cds_length": 2274,
          "cdna_start": 519,
          "cdna_end": null,
          "cdna_length": 4506,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000917332.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFN2",
          "gene_hgnc_id": 16877,
          "hgvs_c": "c.227T>C",
          "hgvs_p": "p.Leu76Pro",
          "transcript": "ENST00000967393.1",
          "protein_id": "ENSP00000637452.1",
          "transcript_support_level": null,
          "aa_start": 76,
          "aa_end": null,
          "aa_length": 757,
          "cds_start": 227,
          "cds_end": null,
          "cds_length": 2274,
          "cdna_start": 821,
          "cdna_end": null,
          "cdna_length": 4805,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000967393.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFN2",
          "gene_hgnc_id": 16877,
          "hgvs_c": "c.227T>C",
          "hgvs_p": "p.Leu76Pro",
          "transcript": "ENST00000967395.1",
          "protein_id": "ENSP00000637454.1",
          "transcript_support_level": null,
          "aa_start": 76,
          "aa_end": null,
          "aa_length": 757,
          "cds_start": 227,
          "cds_end": null,
          "cds_length": 2274,
          "cdna_start": 688,
          "cdna_end": null,
          "cdna_length": 4683,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000967395.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFN2",
          "gene_hgnc_id": 16877,
          "hgvs_c": "c.227T>C",
          "hgvs_p": "p.Leu76Pro",
          "transcript": "ENST00000967396.1",
          "protein_id": "ENSP00000637455.1",
          "transcript_support_level": null,
          "aa_start": 76,
          "aa_end": null,
          "aa_length": 757,
          "cds_start": 227,
          "cds_end": null,
          "cds_length": 2274,
          "cdna_start": 726,
          "cdna_end": null,
          "cdna_length": 4716,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000967396.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFN2",
          "gene_hgnc_id": 16877,
          "hgvs_c": "c.227T>C",
          "hgvs_p": "p.Leu76Pro",
          "transcript": "ENST00000967397.1",
          "protein_id": "ENSP00000637456.1",
          "transcript_support_level": null,
          "aa_start": 76,
          "aa_end": null,
          "aa_length": 757,
          "cds_start": 227,
          "cds_end": null,
          "cds_length": 2274,
          "cdna_start": 746,
          "cdna_end": null,
          "cdna_length": 4736,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000967397.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFN2",
          "gene_hgnc_id": 16877,
          "hgvs_c": "c.227T>C",
          "hgvs_p": "p.Leu76Pro",
          "transcript": "ENST00000967398.1",
          "protein_id": "ENSP00000637457.1",
          "transcript_support_level": null,
          "aa_start": 76,
          "aa_end": null,
          "aa_length": 757,
          "cds_start": 227,
          "cds_end": null,
          "cds_length": 2274,
          "cdna_start": 571,
          "cdna_end": null,
          "cdna_length": 4554,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000967398.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFN2",
          "gene_hgnc_id": 16877,
          "hgvs_c": "c.227T>C",
          "hgvs_p": "p.Leu76Pro",
          "transcript": "ENST00000967399.1",
          "protein_id": "ENSP00000637458.1",
          "transcript_support_level": null,
          "aa_start": 76,
          "aa_end": null,
          "aa_length": 757,
          "cds_start": 227,
          "cds_end": null,
          "cds_length": 2274,
          "cdna_start": 693,
          "cdna_end": null,
          "cdna_length": 4677,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000967399.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFN2",
          "gene_hgnc_id": 16877,
          "hgvs_c": "c.227T>C",
          "hgvs_p": "p.Leu76Pro",
          "transcript": "ENST00000967400.1",
          "protein_id": "ENSP00000637459.1",
          "transcript_support_level": null,
          "aa_start": 76,
          "aa_end": null,
          "aa_length": 757,
          "cds_start": 227,
          "cds_end": null,
          "cds_length": 2274,
          "cdna_start": 487,
          "cdna_end": null,
          "cdna_length": 4479,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000967400.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFN2",
          "gene_hgnc_id": 16877,
          "hgvs_c": "c.227T>C",
          "hgvs_p": "p.Leu76Pro",
          "transcript": "ENST00000967401.1",
          "protein_id": "ENSP00000637460.1",
          "transcript_support_level": null,
          "aa_start": 76,
          "aa_end": null,
          "aa_length": 757,
          "cds_start": 227,
          "cds_end": null,
          "cds_length": 2274,
          "cdna_start": 519,
          "cdna_end": null,
          "cdna_length": 4511,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000967401.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFN2",
          "gene_hgnc_id": 16877,
          "hgvs_c": "c.227T>C",
          "hgvs_p": "p.Leu76Pro",
          "transcript": "ENST00000967403.1",
          "protein_id": "ENSP00000637462.1",
          "transcript_support_level": null,
          "aa_start": 76,
          "aa_end": null,
          "aa_length": 757,
          "cds_start": 227,
          "cds_end": null,
          "cds_length": 2274,
          "cdna_start": 490,
          "cdna_end": null,
          "cdna_length": 4480,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000967403.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFN2",
          "gene_hgnc_id": 16877,
          "hgvs_c": "c.227T>C",
          "hgvs_p": "p.Leu76Pro",
          "transcript": "ENST00000967405.1",
          "protein_id": "ENSP00000637464.1",
          "transcript_support_level": null,
          "aa_start": 76,
          "aa_end": null,
          "aa_length": 757,
          "cds_start": 227,
          "cds_end": null,
          "cds_length": 2274,
          "cdna_start": 487,
          "cdna_end": null,
          "cdna_length": 4479,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000967405.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFN2",
          "gene_hgnc_id": 16877,
          "hgvs_c": "c.227T>C",
          "hgvs_p": "p.Leu76Pro",
          "transcript": "ENST00000967406.1",
          "protein_id": "ENSP00000637465.1",
          "transcript_support_level": null,
          "aa_start": 76,
          "aa_end": null,
          "aa_length": 757,
          "cds_start": 227,
          "cds_end": null,
          "cds_length": 2274,
          "cdna_start": 396,
          "cdna_end": null,
          "cdna_length": 4386,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000967406.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFN2",
          "gene_hgnc_id": 16877,
          "hgvs_c": "c.227T>C",
          "hgvs_p": "p.Leu76Pro",
          "transcript": "ENST00000967408.1",
          "protein_id": "ENSP00000637467.1",
          "transcript_support_level": null,
          "aa_start": 76,
          "aa_end": null,
          "aa_length": 757,
          "cds_start": 227,
          "cds_end": null,
          "cds_length": 2274,
          "cdna_start": 525,
          "cdna_end": null,
          "cdna_length": 4516,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000967408.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFN2",
          "gene_hgnc_id": 16877,
          "hgvs_c": "c.227T>C",
          "hgvs_p": "p.Leu76Pro",
          "transcript": "ENST00000967410.1",
          "protein_id": "ENSP00000637469.1",
          "transcript_support_level": null,
          "aa_start": 76,
          "aa_end": null,
          "aa_length": 757,
          "cds_start": 227,
          "cds_end": null,
          "cds_length": 2274,
          "cdna_start": 790,
          "cdna_end": null,
          "cdna_length": 4782,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000967410.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFN2",
          "gene_hgnc_id": 16877,
          "hgvs_c": "c.227T>C",
          "hgvs_p": "p.Leu76Pro",
          "transcript": "ENST00000967411.1",
          "protein_id": "ENSP00000637470.1",
          "transcript_support_level": null,
          "aa_start": 76,
          "aa_end": null,
          "aa_length": 757,
          "cds_start": 227,
          "cds_end": null,
          "cds_length": 2274,
          "cdna_start": 542,
          "cdna_end": null,
          "cdna_length": 4532,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000967411.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFN2",
          "gene_hgnc_id": 16877,
          "hgvs_c": "c.227T>C",
          "hgvs_p": "p.Leu76Pro",
          "transcript": "ENST00000967412.1",
          "protein_id": "ENSP00000637471.1",
          "transcript_support_level": null,
          "aa_start": 76,
          "aa_end": null,
          "aa_length": 757,
          "cds_start": 227,
          "cds_end": null,
          "cds_length": 2274,
          "cdna_start": 508,
          "cdna_end": null,
          "cdna_length": 4495,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000967412.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFN2",
          "gene_hgnc_id": 16877,
          "hgvs_c": "c.227T>C",
          "hgvs_p": "p.Leu76Pro",
          "transcript": "ENST00000967413.1",
          "protein_id": "ENSP00000637472.1",
          "transcript_support_level": null,
          "aa_start": 76,
          "aa_end": null,
          "aa_length": 757,
          "cds_start": 227,
          "cds_end": null,
          "cds_length": 2274,
          "cdna_start": 444,
          "cdna_end": null,
          "cdna_length": 4119,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000967413.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFN2",
          "gene_hgnc_id": 16877,
          "hgvs_c": "c.227T>C",
          "hgvs_p": "p.Leu76Pro",
          "transcript": "ENST00000967414.1",
          "protein_id": "ENSP00000637473.1",
          "transcript_support_level": null,
          "aa_start": 76,
          "aa_end": null,
          "aa_length": 757,
          "cds_start": 227,
          "cds_end": null,
          "cds_length": 2274,
          "cdna_start": 1205,
          "cdna_end": null,
          "cdna_length": 5188,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000967414.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFN2",
          "gene_hgnc_id": 16877,
          "hgvs_c": "c.227T>C",
          "hgvs_p": "p.Leu76Pro",
          "transcript": "ENST00000967415.1",
          "protein_id": "ENSP00000637474.1",
          "transcript_support_level": null,
          "aa_start": 76,
          "aa_end": null,
          "aa_length": 757,
          "cds_start": 227,
          "cds_end": null,
          "cds_length": 2274,
          "cdna_start": 529,
          "cdna_end": null,
          "cdna_length": 4519,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000967415.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFN2",
          "gene_hgnc_id": 16877,
          "hgvs_c": "c.227T>C",
          "hgvs_p": "p.Leu76Pro",
          "transcript": "ENST00000967416.1",
          "protein_id": "ENSP00000637475.1",
          "transcript_support_level": null,
          "aa_start": 76,
          "aa_end": null,
          "aa_length": 757,
          "cds_start": 227,
          "cds_end": null,
          "cds_length": 2274,
          "cdna_start": 280,
          "cdna_end": null,
          "cdna_length": 4270,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000967416.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFN2",
          "gene_hgnc_id": 16877,
          "hgvs_c": "c.227T>C",
          "hgvs_p": "p.Leu76Pro",
          "transcript": "ENST00000967419.1",
          "protein_id": "ENSP00000637478.1",
          "transcript_support_level": null,
          "aa_start": 76,
          "aa_end": null,
          "aa_length": 757,
          "cds_start": 227,
          "cds_end": null,
          "cds_length": 2274,
          "cdna_start": 380,
          "cdna_end": null,
          "cdna_length": 4371,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000967419.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFN2",
          "gene_hgnc_id": 16877,
          "hgvs_c": "c.227T>C",
          "hgvs_p": "p.Leu76Pro",
          "transcript": "ENST00000967394.1",
          "protein_id": "ENSP00000637453.1",
          "transcript_support_level": null,
          "aa_start": 76,
          "aa_end": null,
          "aa_length": 756,
          "cds_start": 227,
          "cds_end": null,
          "cds_length": 2271,
          "cdna_start": 616,
          "cdna_end": null,
          "cdna_length": 4609,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000967394.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFN2",
          "gene_hgnc_id": 16877,
          "hgvs_c": "c.227T>C",
          "hgvs_p": "p.Leu76Pro",
          "transcript": "ENST00000967402.1",
          "protein_id": "ENSP00000637461.1",
          "transcript_support_level": null,
          "aa_start": 76,
          "aa_end": null,
          "aa_length": 756,
          "cds_start": 227,
          "cds_end": null,
          "cds_length": 2271,
          "cdna_start": 436,
          "cdna_end": null,
          "cdna_length": 4423,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000967402.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFN2",
          "gene_hgnc_id": 16877,
          "hgvs_c": "c.227T>C",
          "hgvs_p": "p.Leu76Pro",
          "transcript": "ENST00000967409.1",
          "protein_id": "ENSP00000637468.1",
          "transcript_support_level": null,
          "aa_start": 76,
          "aa_end": null,
          "aa_length": 753,
          "cds_start": 227,
          "cds_end": null,
          "cds_length": 2262,
          "cdna_start": 417,
          "cdna_end": null,
          "cdna_length": 4395,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000967409.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFN2",
          "gene_hgnc_id": 16877,
          "hgvs_c": "c.227T>C",
          "hgvs_p": "p.Leu76Pro",
          "transcript": "ENST00000898884.1",
          "protein_id": "ENSP00000568943.1",
          "transcript_support_level": null,
          "aa_start": 76,
          "aa_end": null,
          "aa_length": 752,
          "cds_start": 227,
          "cds_end": null,
          "cds_length": 2259,
          "cdna_start": 617,
          "cdna_end": null,
          "cdna_length": 4593,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000898884.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFN2",
          "gene_hgnc_id": 16877,
          "hgvs_c": "c.227T>C",
          "hgvs_p": "p.Leu76Pro",
          "transcript": "ENST00000967407.1",
          "protein_id": "ENSP00000637466.1",
          "transcript_support_level": null,
          "aa_start": 76,
          "aa_end": null,
          "aa_length": 750,
          "cds_start": 227,
          "cds_end": null,
          "cds_length": 2253,
          "cdna_start": 415,
          "cdna_end": null,
          "cdna_length": 4388,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000967407.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFN2",
          "gene_hgnc_id": 16877,
          "hgvs_c": "c.227T>C",
          "hgvs_p": "p.Leu76Pro",
          "transcript": "ENST00000898892.1",
          "protein_id": "ENSP00000568951.1",
          "transcript_support_level": null,
          "aa_start": 76,
          "aa_end": null,
          "aa_length": 728,
          "cds_start": 227,
          "cds_end": null,
          "cds_length": 2187,
          "cdna_start": 417,
          "cdna_end": null,
          "cdna_length": 4317,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000898892.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFN2",
          "gene_hgnc_id": 16877,
          "hgvs_c": "c.227T>C",
          "hgvs_p": "p.Leu76Pro",
          "transcript": "ENST00000967418.1",
          "protein_id": "ENSP00000637477.1",
          "transcript_support_level": null,
          "aa_start": 76,
          "aa_end": null,
          "aa_length": 728,
          "cds_start": 227,
          "cds_end": null,
          "cds_length": 2187,
          "cdna_start": 508,
          "cdna_end": null,
          "cdna_length": 4405,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000967418.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFN2",
          "gene_hgnc_id": 16877,
          "hgvs_c": "c.227T>C",
          "hgvs_p": "p.Leu76Pro",
          "transcript": "ENST00000898891.1",
          "protein_id": "ENSP00000568950.1",
          "transcript_support_level": null,
          "aa_start": 76,
          "aa_end": null,
          "aa_length": 721,
          "cds_start": 227,
          "cds_end": null,
          "cds_length": 2166,
          "cdna_start": 415,
          "cdna_end": null,
          "cdna_length": 4302,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000898891.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFN2",
          "gene_hgnc_id": 16877,
          "hgvs_c": "c.227T>C",
          "hgvs_p": "p.Leu76Pro",
          "transcript": "ENST00000412236.2",
          "protein_id": "ENSP00000412023.1",
          "transcript_support_level": 3,
          "aa_start": 76,
          "aa_end": null,
          "aa_length": 97,
          "cds_start": 227,
          "cds_end": null,
          "cds_length": 294,
          "cdna_start": 710,
          "cdna_end": null,
          "cdna_length": 777,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000412236.2"
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFN2",
          "gene_hgnc_id": 16877,
          "hgvs_c": "c.227T>C",
          "hgvs_p": "p.Leu76Pro",
          "transcript": "ENST00000675530.1",
          "protein_id": "ENSP00000501972.1",
          "transcript_support_level": null,
          "aa_start": 76,
          "aa_end": null,
          "aa_length": 97,
          "cds_start": 227,
          "cds_end": null,
          "cds_length": 294,
          "cdna_start": 642,
          "cdna_end": null,
          "cdna_length": 709,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000675530.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFN2",
          "gene_hgnc_id": 16877,
          "hgvs_c": "c.227T>C",
          "hgvs_p": "p.Leu76Pro",
          "transcript": "ENST00000676369.1",
          "protein_id": "ENSP00000502005.1",
          "transcript_support_level": null,
          "aa_start": 76,
          "aa_end": null,
          "aa_length": 97,
          "cds_start": 227,
          "cds_end": null,
          "cds_length": 294,
          "cdna_start": 714,
          "cdna_end": null,
          "cdna_length": 781,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000676369.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFN2",
          "gene_hgnc_id": 16877,
          "hgvs_c": "c.227T>C",
          "hgvs_p": "p.Leu76Pro",
          "transcript": "XM_005263543.4",
          "protein_id": "XP_005263600.1",
          "transcript_support_level": null,
          "aa_start": 76,
          "aa_end": null,
          "aa_length": 757,
          "cds_start": 227,
          "cds_end": null,
          "cds_length": 2274,
          "cdna_start": 485,
          "cdna_end": null,
          "cdna_length": 4475,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005263543.4"
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFN2",
          "gene_hgnc_id": 16877,
          "hgvs_c": "c.227T>C",
          "hgvs_p": "p.Leu76Pro",
          "transcript": "XM_005263545.4",
          "protein_id": "XP_005263602.1",
          "transcript_support_level": null,
          "aa_start": 76,
          "aa_end": null,
          "aa_length": 757,
          "cds_start": 227,
          "cds_end": null,
          "cds_length": 2274,
          "cdna_start": 413,
          "cdna_end": null,
          "cdna_length": 4403,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005263545.4"
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFN2",
          "gene_hgnc_id": 16877,
          "hgvs_c": "c.227T>C",
          "hgvs_p": "p.Leu76Pro",
          "transcript": "XM_005263548.4",
          "protein_id": "XP_005263605.1",
          "transcript_support_level": null,
          "aa_start": 76,
          "aa_end": null,
          "aa_length": 757,
          "cds_start": 227,
          "cds_end": null,
          "cds_length": 2274,
          "cdna_start": 481,
          "cdna_end": null,
          "cdna_length": 4471,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005263548.4"
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFN2",
          "gene_hgnc_id": 16877,
          "hgvs_c": "c.227T>C",
          "hgvs_p": "p.Leu76Pro",
          "transcript": "XM_047436149.1",
          "protein_id": "XP_047292105.1",
          "transcript_support_level": null,
          "aa_start": 76,
          "aa_end": null,
          "aa_length": 757,
          "cds_start": 227,
          "cds_end": null,
          "cds_length": 2274,
          "cdna_start": 461,
          "cdna_end": null,
          "cdna_length": 4451,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047436149.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFN2",
          "gene_hgnc_id": 16877,
          "hgvs_c": "c.227T>C",
          "hgvs_p": "p.Leu76Pro",
          "transcript": "XM_047436154.1",
          "protein_id": "XP_047292110.1",
          "transcript_support_level": null,
          "aa_start": 76,
          "aa_end": null,
          "aa_length": 757,
          "cds_start": 227,
          "cds_end": null,
          "cds_length": 2274,
          "cdna_start": 529,
          "cdna_end": null,
          "cdna_length": 4519,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047436154.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFN2",
          "gene_hgnc_id": 16877,
          "hgvs_c": "c.-62T>C",
          "hgvs_p": null,
          "transcript": "XM_047436156.1",
          "protein_id": "XP_047292112.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 661,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 1986,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4314,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047436156.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "MFN2",
          "gene_hgnc_id": 16877,
          "hgvs_c": "c.-34-3550T>C",
          "hgvs_p": null,
          "transcript": "ENST00000674658.1",
          "protein_id": "ENSP00000502334.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 642,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 1929,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4320,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000674658.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "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": "MFN2",
          "gene_hgnc_id": 16877,
          "hgvs_c": "n.*229T>C",
          "hgvs_p": null,
          "transcript": "ENST00000497302.1",
          "protein_id": "ENSP00000502511.1",
          "transcript_support_level": 2,
          "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": 645,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000497302.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFN2",
          "gene_hgnc_id": 16877,
          "hgvs_c": "n.666T>C",
          "hgvs_p": null,
          "transcript": "ENST00000674706.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2005,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000674706.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFN2",
          "gene_hgnc_id": 16877,
          "hgvs_c": "n.652T>C",
          "hgvs_p": null,
          "transcript": "ENST00000675194.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2944,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000675194.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFN2",
          "gene_hgnc_id": 16877,
          "hgvs_c": "n.355T>C",
          "hgvs_p": null,
          "transcript": "ENST00000675483.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4337,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000675483.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFN2",
          "gene_hgnc_id": 16877,
          "hgvs_c": "n.*229T>C",
          "hgvs_p": null,
          "transcript": "ENST00000675512.1",
          "protein_id": "ENSP00000502630.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": 4580,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000675512.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFN2",
          "gene_hgnc_id": 16877,
          "hgvs_c": "n.478T>C",
          "hgvs_p": null,
          "transcript": "ENST00000675872.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4569,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000675872.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFN2",
          "gene_hgnc_id": 16877,
          "hgvs_c": "n.624T>C",
          "hgvs_p": null,
          "transcript": "ENST00000675959.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4715,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000675959.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFN2",
          "gene_hgnc_id": 16877,
          "hgvs_c": "n.227T>C",
          "hgvs_p": null,
          "transcript": "ENST00000675987.1",
          "protein_id": "ENSP00000502145.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": 4453,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000675987.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFN2",
          "gene_hgnc_id": 16877,
          "hgvs_c": "n.227T>C",
          "hgvs_p": null,
          "transcript": "ENST00000676426.1",
          "protein_id": "ENSP00000502359.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": 4352,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000676426.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFN2",
          "gene_hgnc_id": 16877,
          "hgvs_c": "n.*229T>C",
          "hgvs_p": null,
          "transcript": "ENST00000497302.1",
          "protein_id": "ENSP00000502511.1",
          "transcript_support_level": 2,
          "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": 645,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000497302.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFN2",
          "gene_hgnc_id": 16877,
          "hgvs_c": "n.*229T>C",
          "hgvs_p": null,
          "transcript": "ENST00000675512.1",
          "protein_id": "ENSP00000502630.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": 4580,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000675512.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFN2",
          "gene_hgnc_id": 16877,
          "hgvs_c": "c.*12T>C",
          "hgvs_p": null,
          "transcript": "ENST00000675781.1",
          "protein_id": "ENSP00000501947.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 70,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 215,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 563,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000675781.1"
        }
      ],
      "gene_symbol": "MFN2",
      "gene_hgnc_id": 16877,
      "dbsnp": "rs28940293",
      "frequency_reference_population": 0.0000012390806,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 2,
      "gnomad_exomes_af": 6.84044e-7,
      "gnomad_genomes_af": 0.00000657004,
      "gnomad_exomes_ac": 1,
      "gnomad_genomes_ac": 1,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.7912471294403076,
      "computational_prediction_selected": "Pathogenic",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.721,
      "revel_prediction": "Pathogenic",
      "alphamissense_score": 0.505,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.36,
      "bayesdelnoaf_prediction": "Pathogenic",
      "phylop100way_score": 1.888,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": 18,
      "acmg_classification": "Pathogenic",
      "acmg_criteria": "PS3,PM1,PM2,PP2,PP3,PP5_Very_Strong",
      "acmg_by_gene": [
        {
          "score": 18,
          "benign_score": 0,
          "pathogenic_score": 18,
          "criteria": [
            "PS3",
            "PM1",
            "PM2",
            "PP2",
            "PP3",
            "PP5_Very_Strong"
          ],
          "verdict": "Pathogenic",
          "transcript": "NM_014874.4",
          "gene_symbol": "MFN2",
          "hgnc_id": 16877,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR,AD,SD",
          "hgvs_c": "c.227T>C",
          "hgvs_p": "p.Leu76Pro"
        }
      ],
      "clinvar_disease": "Charcot-Marie-Tooth disease type 2,Charcot-Marie-Tooth disease type 2A2,not provided",
      "clinvar_classification": "Pathogenic",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "P:5",
      "phenotype_combined": "Charcot-Marie-Tooth disease type 2A2|not provided|Charcot-Marie-Tooth disease type 2",
      "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.