← 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-12006580-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=12006580&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 12006580,
"ref": "C",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_014874.4",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MFN2",
"gene_hgnc_id": 16877,
"hgvs_c": "c.1759C>A",
"hgvs_p": "p.Pro587Thr",
"transcript": "NM_014874.4",
"protein_id": "NP_055689.1",
"transcript_support_level": null,
"aa_start": 587,
"aa_end": null,
"aa_length": 757,
"cds_start": 1759,
"cds_end": null,
"cds_length": 2274,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000235329.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_014874.4"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MFN2",
"gene_hgnc_id": 16877,
"hgvs_c": "c.1759C>A",
"hgvs_p": "p.Pro587Thr",
"transcript": "ENST00000235329.10",
"protein_id": "ENSP00000235329.5",
"transcript_support_level": 1,
"aa_start": 587,
"aa_end": null,
"aa_length": 757,
"cds_start": 1759,
"cds_end": null,
"cds_length": 2274,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_014874.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000235329.10"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MFN2",
"gene_hgnc_id": 16877,
"hgvs_c": "c.1759C>A",
"hgvs_p": "p.Pro587Thr",
"transcript": "ENST00000675298.1",
"protein_id": "ENSP00000501839.1",
"transcript_support_level": null,
"aa_start": 587,
"aa_end": null,
"aa_length": 808,
"cds_start": 1759,
"cds_end": null,
"cds_length": 2427,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000675298.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MFN2",
"gene_hgnc_id": 16877,
"hgvs_c": "c.1891C>A",
"hgvs_p": "p.Pro631Thr",
"transcript": "ENST00000675817.1",
"protein_id": "ENSP00000502422.1",
"transcript_support_level": null,
"aa_start": 631,
"aa_end": null,
"aa_length": 801,
"cds_start": 1891,
"cds_end": null,
"cds_length": 2406,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000675817.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MFN2",
"gene_hgnc_id": 16877,
"hgvs_c": "c.1891C>A",
"hgvs_p": "p.Pro631Thr",
"transcript": "ENST00000898895.1",
"protein_id": "ENSP00000568954.1",
"transcript_support_level": null,
"aa_start": 631,
"aa_end": null,
"aa_length": 801,
"cds_start": 1891,
"cds_end": null,
"cds_length": 2406,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000898895.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MFN2",
"gene_hgnc_id": 16877,
"hgvs_c": "c.1891C>A",
"hgvs_p": "p.Pro631Thr",
"transcript": "ENST00000967404.1",
"protein_id": "ENSP00000637463.1",
"transcript_support_level": null,
"aa_start": 631,
"aa_end": null,
"aa_length": 801,
"cds_start": 1891,
"cds_end": null,
"cds_length": 2406,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967404.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MFN2",
"gene_hgnc_id": 16877,
"hgvs_c": "c.1891C>A",
"hgvs_p": "p.Pro631Thr",
"transcript": "ENST00000967417.1",
"protein_id": "ENSP00000637476.1",
"transcript_support_level": null,
"aa_start": 631,
"aa_end": null,
"aa_length": 801,
"cds_start": 1891,
"cds_end": null,
"cds_length": 2406,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967417.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MFN2",
"gene_hgnc_id": 16877,
"hgvs_c": "c.1849C>A",
"hgvs_p": "p.Pro617Thr",
"transcript": "ENST00000898885.1",
"protein_id": "ENSP00000568944.1",
"transcript_support_level": null,
"aa_start": 617,
"aa_end": null,
"aa_length": 787,
"cds_start": 1849,
"cds_end": null,
"cds_length": 2364,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000898885.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MFN2",
"gene_hgnc_id": 16877,
"hgvs_c": "c.1759C>A",
"hgvs_p": "p.Pro587Thr",
"transcript": "NM_001127660.2",
"protein_id": "NP_001121132.1",
"transcript_support_level": null,
"aa_start": 587,
"aa_end": null,
"aa_length": 757,
"cds_start": 1759,
"cds_end": null,
"cds_length": 2274,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001127660.2"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MFN2",
"gene_hgnc_id": 16877,
"hgvs_c": "c.1759C>A",
"hgvs_p": "p.Pro587Thr",
"transcript": "ENST00000444836.5",
"protein_id": "ENSP00000416338.1",
"transcript_support_level": 2,
"aa_start": 587,
"aa_end": null,
"aa_length": 757,
"cds_start": 1759,
"cds_end": null,
"cds_length": 2274,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000444836.5"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MFN2",
"gene_hgnc_id": 16877,
"hgvs_c": "c.1759C>A",
"hgvs_p": "p.Pro587Thr",
"transcript": "ENST00000674548.1",
"protein_id": "ENSP00000502185.1",
"transcript_support_level": null,
"aa_start": 587,
"aa_end": null,
"aa_length": 757,
"cds_start": 1759,
"cds_end": null,
"cds_length": 2274,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000674548.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MFN2",
"gene_hgnc_id": 16877,
"hgvs_c": "c.1759C>A",
"hgvs_p": "p.Pro587Thr",
"transcript": "ENST00000674817.1",
"protein_id": "ENSP00000502151.1",
"transcript_support_level": null,
"aa_start": 587,
"aa_end": null,
"aa_length": 757,
"cds_start": 1759,
"cds_end": null,
"cds_length": 2274,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000674817.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MFN2",
"gene_hgnc_id": 16877,
"hgvs_c": "c.1759C>A",
"hgvs_p": "p.Pro587Thr",
"transcript": "ENST00000674910.1",
"protein_id": "ENSP00000501716.1",
"transcript_support_level": null,
"aa_start": 587,
"aa_end": null,
"aa_length": 757,
"cds_start": 1759,
"cds_end": null,
"cds_length": 2274,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000674910.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MFN2",
"gene_hgnc_id": 16877,
"hgvs_c": "c.1759C>A",
"hgvs_p": "p.Pro587Thr",
"transcript": "ENST00000675053.1",
"protein_id": "ENSP00000501646.1",
"transcript_support_level": null,
"aa_start": 587,
"aa_end": null,
"aa_length": 757,
"cds_start": 1759,
"cds_end": null,
"cds_length": 2274,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000675053.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MFN2",
"gene_hgnc_id": 16877,
"hgvs_c": "c.1759C>A",
"hgvs_p": "p.Pro587Thr",
"transcript": "ENST00000675113.1",
"protein_id": "ENSP00000502623.1",
"transcript_support_level": null,
"aa_start": 587,
"aa_end": null,
"aa_length": 757,
"cds_start": 1759,
"cds_end": null,
"cds_length": 2274,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000675113.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MFN2",
"gene_hgnc_id": 16877,
"hgvs_c": "c.1759C>A",
"hgvs_p": "p.Pro587Thr",
"transcript": "ENST00000675231.1",
"protein_id": "ENSP00000502404.1",
"transcript_support_level": null,
"aa_start": 587,
"aa_end": null,
"aa_length": 757,
"cds_start": 1759,
"cds_end": null,
"cds_length": 2274,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000675231.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MFN2",
"gene_hgnc_id": 16877,
"hgvs_c": "c.1759C>A",
"hgvs_p": "p.Pro587Thr",
"transcript": "ENST00000675919.1",
"protein_id": "ENSP00000501776.1",
"transcript_support_level": null,
"aa_start": 587,
"aa_end": null,
"aa_length": 757,
"cds_start": 1759,
"cds_end": null,
"cds_length": 2274,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000675919.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MFN2",
"gene_hgnc_id": 16877,
"hgvs_c": "c.1759C>A",
"hgvs_p": "p.Pro587Thr",
"transcript": "ENST00000676293.1",
"protein_id": "ENSP00000502362.1",
"transcript_support_level": null,
"aa_start": 587,
"aa_end": null,
"aa_length": 757,
"cds_start": 1759,
"cds_end": null,
"cds_length": 2274,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000676293.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MFN2",
"gene_hgnc_id": 16877,
"hgvs_c": "c.1759C>A",
"hgvs_p": "p.Pro587Thr",
"transcript": "ENST00000898883.1",
"protein_id": "ENSP00000568942.1",
"transcript_support_level": null,
"aa_start": 587,
"aa_end": null,
"aa_length": 757,
"cds_start": 1759,
"cds_end": null,
"cds_length": 2274,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000898883.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MFN2",
"gene_hgnc_id": 16877,
"hgvs_c": "c.1759C>A",
"hgvs_p": "p.Pro587Thr",
"transcript": "ENST00000898886.1",
"protein_id": "ENSP00000568945.1",
"transcript_support_level": null,
"aa_start": 587,
"aa_end": null,
"aa_length": 757,
"cds_start": 1759,
"cds_end": null,
"cds_length": 2274,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000898886.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MFN2",
"gene_hgnc_id": 16877,
"hgvs_c": "c.1759C>A",
"hgvs_p": "p.Pro587Thr",
"transcript": "ENST00000898887.1",
"protein_id": "ENSP00000568946.1",
"transcript_support_level": null,
"aa_start": 587,
"aa_end": null,
"aa_length": 757,
"cds_start": 1759,
"cds_end": null,
"cds_length": 2274,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000898887.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MFN2",
"gene_hgnc_id": 16877,
"hgvs_c": "c.1759C>A",
"hgvs_p": "p.Pro587Thr",
"transcript": "ENST00000898888.1",
"protein_id": "ENSP00000568947.1",
"transcript_support_level": null,
"aa_start": 587,
"aa_end": null,
"aa_length": 757,
"cds_start": 1759,
"cds_end": null,
"cds_length": 2274,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000898888.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MFN2",
"gene_hgnc_id": 16877,
"hgvs_c": "c.1759C>A",
"hgvs_p": "p.Pro587Thr",
"transcript": "ENST00000898889.1",
"protein_id": "ENSP00000568948.1",
"transcript_support_level": null,
"aa_start": 587,
"aa_end": null,
"aa_length": 757,
"cds_start": 1759,
"cds_end": null,
"cds_length": 2274,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000898889.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MFN2",
"gene_hgnc_id": 16877,
"hgvs_c": "c.1759C>A",
"hgvs_p": "p.Pro587Thr",
"transcript": "ENST00000898890.1",
"protein_id": "ENSP00000568949.1",
"transcript_support_level": null,
"aa_start": 587,
"aa_end": null,
"aa_length": 757,
"cds_start": 1759,
"cds_end": null,
"cds_length": 2274,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000898890.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MFN2",
"gene_hgnc_id": 16877,
"hgvs_c": "c.1759C>A",
"hgvs_p": "p.Pro587Thr",
"transcript": "ENST00000898893.1",
"protein_id": "ENSP00000568952.1",
"transcript_support_level": null,
"aa_start": 587,
"aa_end": null,
"aa_length": 757,
"cds_start": 1759,
"cds_end": null,
"cds_length": 2274,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000898893.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MFN2",
"gene_hgnc_id": 16877,
"hgvs_c": "c.1759C>A",
"hgvs_p": "p.Pro587Thr",
"transcript": "ENST00000898894.1",
"protein_id": "ENSP00000568953.1",
"transcript_support_level": null,
"aa_start": 587,
"aa_end": null,
"aa_length": 757,
"cds_start": 1759,
"cds_end": null,
"cds_length": 2274,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000898894.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MFN2",
"gene_hgnc_id": 16877,
"hgvs_c": "c.1759C>A",
"hgvs_p": "p.Pro587Thr",
"transcript": "ENST00000898896.1",
"protein_id": "ENSP00000568955.1",
"transcript_support_level": null,
"aa_start": 587,
"aa_end": null,
"aa_length": 757,
"cds_start": 1759,
"cds_end": null,
"cds_length": 2274,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000898896.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MFN2",
"gene_hgnc_id": 16877,
"hgvs_c": "c.1759C>A",
"hgvs_p": "p.Pro587Thr",
"transcript": "ENST00000898897.1",
"protein_id": "ENSP00000568956.1",
"transcript_support_level": null,
"aa_start": 587,
"aa_end": null,
"aa_length": 757,
"cds_start": 1759,
"cds_end": null,
"cds_length": 2274,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000898897.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MFN2",
"gene_hgnc_id": 16877,
"hgvs_c": "c.1759C>A",
"hgvs_p": "p.Pro587Thr",
"transcript": "ENST00000898898.1",
"protein_id": "ENSP00000568957.1",
"transcript_support_level": null,
"aa_start": 587,
"aa_end": null,
"aa_length": 757,
"cds_start": 1759,
"cds_end": null,
"cds_length": 2274,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000898898.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MFN2",
"gene_hgnc_id": 16877,
"hgvs_c": "c.1759C>A",
"hgvs_p": "p.Pro587Thr",
"transcript": "ENST00000898899.1",
"protein_id": "ENSP00000568958.1",
"transcript_support_level": null,
"aa_start": 587,
"aa_end": null,
"aa_length": 757,
"cds_start": 1759,
"cds_end": null,
"cds_length": 2274,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000898899.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MFN2",
"gene_hgnc_id": 16877,
"hgvs_c": "c.1759C>A",
"hgvs_p": "p.Pro587Thr",
"transcript": "ENST00000898900.1",
"protein_id": "ENSP00000568959.1",
"transcript_support_level": null,
"aa_start": 587,
"aa_end": null,
"aa_length": 757,
"cds_start": 1759,
"cds_end": null,
"cds_length": 2274,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000898900.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MFN2",
"gene_hgnc_id": 16877,
"hgvs_c": "c.1759C>A",
"hgvs_p": "p.Pro587Thr",
"transcript": "ENST00000917332.1",
"protein_id": "ENSP00000587391.1",
"transcript_support_level": null,
"aa_start": 587,
"aa_end": null,
"aa_length": 757,
"cds_start": 1759,
"cds_end": null,
"cds_length": 2274,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000917332.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MFN2",
"gene_hgnc_id": 16877,
"hgvs_c": "c.1759C>A",
"hgvs_p": "p.Pro587Thr",
"transcript": "ENST00000967393.1",
"protein_id": "ENSP00000637452.1",
"transcript_support_level": null,
"aa_start": 587,
"aa_end": null,
"aa_length": 757,
"cds_start": 1759,
"cds_end": null,
"cds_length": 2274,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967393.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MFN2",
"gene_hgnc_id": 16877,
"hgvs_c": "c.1759C>A",
"hgvs_p": "p.Pro587Thr",
"transcript": "ENST00000967395.1",
"protein_id": "ENSP00000637454.1",
"transcript_support_level": null,
"aa_start": 587,
"aa_end": null,
"aa_length": 757,
"cds_start": 1759,
"cds_end": null,
"cds_length": 2274,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967395.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MFN2",
"gene_hgnc_id": 16877,
"hgvs_c": "c.1759C>A",
"hgvs_p": "p.Pro587Thr",
"transcript": "ENST00000967396.1",
"protein_id": "ENSP00000637455.1",
"transcript_support_level": null,
"aa_start": 587,
"aa_end": null,
"aa_length": 757,
"cds_start": 1759,
"cds_end": null,
"cds_length": 2274,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967396.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MFN2",
"gene_hgnc_id": 16877,
"hgvs_c": "c.1759C>A",
"hgvs_p": "p.Pro587Thr",
"transcript": "ENST00000967397.1",
"protein_id": "ENSP00000637456.1",
"transcript_support_level": null,
"aa_start": 587,
"aa_end": null,
"aa_length": 757,
"cds_start": 1759,
"cds_end": null,
"cds_length": 2274,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967397.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MFN2",
"gene_hgnc_id": 16877,
"hgvs_c": "c.1759C>A",
"hgvs_p": "p.Pro587Thr",
"transcript": "ENST00000967398.1",
"protein_id": "ENSP00000637457.1",
"transcript_support_level": null,
"aa_start": 587,
"aa_end": null,
"aa_length": 757,
"cds_start": 1759,
"cds_end": null,
"cds_length": 2274,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967398.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MFN2",
"gene_hgnc_id": 16877,
"hgvs_c": "c.1759C>A",
"hgvs_p": "p.Pro587Thr",
"transcript": "ENST00000967399.1",
"protein_id": "ENSP00000637458.1",
"transcript_support_level": null,
"aa_start": 587,
"aa_end": null,
"aa_length": 757,
"cds_start": 1759,
"cds_end": null,
"cds_length": 2274,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967399.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MFN2",
"gene_hgnc_id": 16877,
"hgvs_c": "c.1759C>A",
"hgvs_p": "p.Pro587Thr",
"transcript": "ENST00000967400.1",
"protein_id": "ENSP00000637459.1",
"transcript_support_level": null,
"aa_start": 587,
"aa_end": null,
"aa_length": 757,
"cds_start": 1759,
"cds_end": null,
"cds_length": 2274,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967400.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MFN2",
"gene_hgnc_id": 16877,
"hgvs_c": "c.1759C>A",
"hgvs_p": "p.Pro587Thr",
"transcript": "ENST00000967401.1",
"protein_id": "ENSP00000637460.1",
"transcript_support_level": null,
"aa_start": 587,
"aa_end": null,
"aa_length": 757,
"cds_start": 1759,
"cds_end": null,
"cds_length": 2274,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967401.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MFN2",
"gene_hgnc_id": 16877,
"hgvs_c": "c.1759C>A",
"hgvs_p": "p.Pro587Thr",
"transcript": "ENST00000967403.1",
"protein_id": "ENSP00000637462.1",
"transcript_support_level": null,
"aa_start": 587,
"aa_end": null,
"aa_length": 757,
"cds_start": 1759,
"cds_end": null,
"cds_length": 2274,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967403.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MFN2",
"gene_hgnc_id": 16877,
"hgvs_c": "c.1759C>A",
"hgvs_p": "p.Pro587Thr",
"transcript": "ENST00000967405.1",
"protein_id": "ENSP00000637464.1",
"transcript_support_level": null,
"aa_start": 587,
"aa_end": null,
"aa_length": 757,
"cds_start": 1759,
"cds_end": null,
"cds_length": 2274,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967405.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MFN2",
"gene_hgnc_id": 16877,
"hgvs_c": "c.1759C>A",
"hgvs_p": "p.Pro587Thr",
"transcript": "ENST00000967406.1",
"protein_id": "ENSP00000637465.1",
"transcript_support_level": null,
"aa_start": 587,
"aa_end": null,
"aa_length": 757,
"cds_start": 1759,
"cds_end": null,
"cds_length": 2274,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967406.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MFN2",
"gene_hgnc_id": 16877,
"hgvs_c": "c.1759C>A",
"hgvs_p": "p.Pro587Thr",
"transcript": "ENST00000967408.1",
"protein_id": "ENSP00000637467.1",
"transcript_support_level": null,
"aa_start": 587,
"aa_end": null,
"aa_length": 757,
"cds_start": 1759,
"cds_end": null,
"cds_length": 2274,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967408.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MFN2",
"gene_hgnc_id": 16877,
"hgvs_c": "c.1759C>A",
"hgvs_p": "p.Pro587Thr",
"transcript": "ENST00000967410.1",
"protein_id": "ENSP00000637469.1",
"transcript_support_level": null,
"aa_start": 587,
"aa_end": null,
"aa_length": 757,
"cds_start": 1759,
"cds_end": null,
"cds_length": 2274,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967410.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MFN2",
"gene_hgnc_id": 16877,
"hgvs_c": "c.1759C>A",
"hgvs_p": "p.Pro587Thr",
"transcript": "ENST00000967411.1",
"protein_id": "ENSP00000637470.1",
"transcript_support_level": null,
"aa_start": 587,
"aa_end": null,
"aa_length": 757,
"cds_start": 1759,
"cds_end": null,
"cds_length": 2274,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967411.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MFN2",
"gene_hgnc_id": 16877,
"hgvs_c": "c.1759C>A",
"hgvs_p": "p.Pro587Thr",
"transcript": "ENST00000967412.1",
"protein_id": "ENSP00000637471.1",
"transcript_support_level": null,
"aa_start": 587,
"aa_end": null,
"aa_length": 757,
"cds_start": 1759,
"cds_end": null,
"cds_length": 2274,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967412.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MFN2",
"gene_hgnc_id": 16877,
"hgvs_c": "c.1759C>A",
"hgvs_p": "p.Pro587Thr",
"transcript": "ENST00000967413.1",
"protein_id": "ENSP00000637472.1",
"transcript_support_level": null,
"aa_start": 587,
"aa_end": null,
"aa_length": 757,
"cds_start": 1759,
"cds_end": null,
"cds_length": 2274,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967413.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MFN2",
"gene_hgnc_id": 16877,
"hgvs_c": "c.1759C>A",
"hgvs_p": "p.Pro587Thr",
"transcript": "ENST00000967414.1",
"protein_id": "ENSP00000637473.1",
"transcript_support_level": null,
"aa_start": 587,
"aa_end": null,
"aa_length": 757,
"cds_start": 1759,
"cds_end": null,
"cds_length": 2274,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967414.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MFN2",
"gene_hgnc_id": 16877,
"hgvs_c": "c.1759C>A",
"hgvs_p": "p.Pro587Thr",
"transcript": "ENST00000967415.1",
"protein_id": "ENSP00000637474.1",
"transcript_support_level": null,
"aa_start": 587,
"aa_end": null,
"aa_length": 757,
"cds_start": 1759,
"cds_end": null,
"cds_length": 2274,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967415.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MFN2",
"gene_hgnc_id": 16877,
"hgvs_c": "c.1759C>A",
"hgvs_p": "p.Pro587Thr",
"transcript": "ENST00000967416.1",
"protein_id": "ENSP00000637475.1",
"transcript_support_level": null,
"aa_start": 587,
"aa_end": null,
"aa_length": 757,
"cds_start": 1759,
"cds_end": null,
"cds_length": 2274,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967416.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MFN2",
"gene_hgnc_id": 16877,
"hgvs_c": "c.1759C>A",
"hgvs_p": "p.Pro587Thr",
"transcript": "ENST00000967419.1",
"protein_id": "ENSP00000637478.1",
"transcript_support_level": null,
"aa_start": 587,
"aa_end": null,
"aa_length": 757,
"cds_start": 1759,
"cds_end": null,
"cds_length": 2274,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967419.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MFN2",
"gene_hgnc_id": 16877,
"hgvs_c": "c.1759C>A",
"hgvs_p": "p.Pro587Thr",
"transcript": "ENST00000967394.1",
"protein_id": "ENSP00000637453.1",
"transcript_support_level": null,
"aa_start": 587,
"aa_end": null,
"aa_length": 756,
"cds_start": 1759,
"cds_end": null,
"cds_length": 2271,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967394.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MFN2",
"gene_hgnc_id": 16877,
"hgvs_c": "c.1756C>A",
"hgvs_p": "p.Pro586Thr",
"transcript": "ENST00000967402.1",
"protein_id": "ENSP00000637461.1",
"transcript_support_level": null,
"aa_start": 586,
"aa_end": null,
"aa_length": 756,
"cds_start": 1756,
"cds_end": null,
"cds_length": 2271,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967402.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MFN2",
"gene_hgnc_id": 16877,
"hgvs_c": "c.1747C>A",
"hgvs_p": "p.Pro583Thr",
"transcript": "ENST00000967409.1",
"protein_id": "ENSP00000637468.1",
"transcript_support_level": null,
"aa_start": 583,
"aa_end": null,
"aa_length": 753,
"cds_start": 1747,
"cds_end": null,
"cds_length": 2262,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967409.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MFN2",
"gene_hgnc_id": 16877,
"hgvs_c": "c.1744C>A",
"hgvs_p": "p.Pro582Thr",
"transcript": "ENST00000898884.1",
"protein_id": "ENSP00000568943.1",
"transcript_support_level": null,
"aa_start": 582,
"aa_end": null,
"aa_length": 752,
"cds_start": 1744,
"cds_end": null,
"cds_length": 2259,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000898884.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MFN2",
"gene_hgnc_id": 16877,
"hgvs_c": "c.1738C>A",
"hgvs_p": "p.Pro580Thr",
"transcript": "ENST00000967407.1",
"protein_id": "ENSP00000637466.1",
"transcript_support_level": null,
"aa_start": 580,
"aa_end": null,
"aa_length": 750,
"cds_start": 1738,
"cds_end": null,
"cds_length": 2253,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967407.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MFN2",
"gene_hgnc_id": 16877,
"hgvs_c": "c.1672C>A",
"hgvs_p": "p.Pro558Thr",
"transcript": "ENST00000898892.1",
"protein_id": "ENSP00000568951.1",
"transcript_support_level": null,
"aa_start": 558,
"aa_end": null,
"aa_length": 728,
"cds_start": 1672,
"cds_end": null,
"cds_length": 2187,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000898892.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MFN2",
"gene_hgnc_id": 16877,
"hgvs_c": "c.1672C>A",
"hgvs_p": "p.Pro558Thr",
"transcript": "ENST00000967418.1",
"protein_id": "ENSP00000637477.1",
"transcript_support_level": null,
"aa_start": 558,
"aa_end": null,
"aa_length": 728,
"cds_start": 1672,
"cds_end": null,
"cds_length": 2187,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967418.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MFN2",
"gene_hgnc_id": 16877,
"hgvs_c": "c.1651C>A",
"hgvs_p": "p.Pro551Thr",
"transcript": "ENST00000898891.1",
"protein_id": "ENSP00000568950.1",
"transcript_support_level": null,
"aa_start": 551,
"aa_end": null,
"aa_length": 721,
"cds_start": 1651,
"cds_end": null,
"cds_length": 2166,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000898891.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MFN2",
"gene_hgnc_id": 16877,
"hgvs_c": "c.1414C>A",
"hgvs_p": "p.Pro472Thr",
"transcript": "ENST00000674658.1",
"protein_id": "ENSP00000502334.1",
"transcript_support_level": null,
"aa_start": 472,
"aa_end": null,
"aa_length": 642,
"cds_start": 1414,
"cds_end": null,
"cds_length": 1929,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000674658.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MFN2",
"gene_hgnc_id": 16877,
"hgvs_c": "c.1759C>A",
"hgvs_p": "p.Pro587Thr",
"transcript": "XM_005263543.4",
"protein_id": "XP_005263600.1",
"transcript_support_level": null,
"aa_start": 587,
"aa_end": null,
"aa_length": 757,
"cds_start": 1759,
"cds_end": null,
"cds_length": 2274,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005263543.4"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MFN2",
"gene_hgnc_id": 16877,
"hgvs_c": "c.1759C>A",
"hgvs_p": "p.Pro587Thr",
"transcript": "XM_005263545.4",
"protein_id": "XP_005263602.1",
"transcript_support_level": null,
"aa_start": 587,
"aa_end": null,
"aa_length": 757,
"cds_start": 1759,
"cds_end": null,
"cds_length": 2274,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005263545.4"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MFN2",
"gene_hgnc_id": 16877,
"hgvs_c": "c.1759C>A",
"hgvs_p": "p.Pro587Thr",
"transcript": "XM_005263548.4",
"protein_id": "XP_005263605.1",
"transcript_support_level": null,
"aa_start": 587,
"aa_end": null,
"aa_length": 757,
"cds_start": 1759,
"cds_end": null,
"cds_length": 2274,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005263548.4"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MFN2",
"gene_hgnc_id": 16877,
"hgvs_c": "c.1759C>A",
"hgvs_p": "p.Pro587Thr",
"transcript": "XM_047436149.1",
"protein_id": "XP_047292105.1",
"transcript_support_level": null,
"aa_start": 587,
"aa_end": null,
"aa_length": 757,
"cds_start": 1759,
"cds_end": null,
"cds_length": 2274,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047436149.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MFN2",
"gene_hgnc_id": 16877,
"hgvs_c": "c.1759C>A",
"hgvs_p": "p.Pro587Thr",
"transcript": "XM_047436154.1",
"protein_id": "XP_047292110.1",
"transcript_support_level": null,
"aa_start": 587,
"aa_end": null,
"aa_length": 757,
"cds_start": 1759,
"cds_end": null,
"cds_length": 2274,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047436154.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MFN2",
"gene_hgnc_id": 16877,
"hgvs_c": "c.1471C>A",
"hgvs_p": "p.Pro491Thr",
"transcript": "XM_047436156.1",
"protein_id": "XP_047292112.1",
"transcript_support_level": null,
"aa_start": 491,
"aa_end": null,
"aa_length": 661,
"cds_start": 1471,
"cds_end": null,
"cds_length": 1986,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047436156.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MFN2",
"gene_hgnc_id": 16877,
"hgvs_c": "n.1994C>A",
"hgvs_p": null,
"transcript": "ENST00000675404.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000675404.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": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MFN2",
"gene_hgnc_id": 16877,
"hgvs_c": "n.1887C>A",
"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": null,
"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": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MFN2",
"gene_hgnc_id": 16877,
"hgvs_c": "n.*1761C>A",
"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": null,
"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": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MFN2",
"gene_hgnc_id": 16877,
"hgvs_c": "n.1250C>A",
"hgvs_p": null,
"transcript": "ENST00000675528.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000675528.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": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MFN2",
"gene_hgnc_id": 16877,
"hgvs_c": "n.2119C>A",
"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": null,
"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": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MFN2",
"gene_hgnc_id": 16877,
"hgvs_c": "n.2265C>A",
"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": null,
"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": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MFN2",
"gene_hgnc_id": 16877,
"hgvs_c": "n.1759C>A",
"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": null,
"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": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MFN2",
"gene_hgnc_id": 16877,
"hgvs_c": "n.*759C>A",
"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": null,
"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": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MFN2",
"gene_hgnc_id": 16877,
"hgvs_c": "n.*1761C>A",
"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": null,
"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": [
"3_prime_UTR_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MFN2",
"gene_hgnc_id": 16877,
"hgvs_c": "n.*759C>A",
"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": null,
"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": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MFN2",
"gene_hgnc_id": 16877,
"hgvs_c": "n.-188C>A",
"hgvs_p": null,
"transcript": "ENST00000676295.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000676295.1"
}
],
"gene_symbol": "MFN2",
"gene_hgnc_id": 16877,
"dbsnp": "rs771675874",
"frequency_reference_population": 0.000003097644,
"hom_count_reference_population": 0,
"allele_count_reference_population": 5,
"gnomad_exomes_af": 0.00000205215,
"gnomad_genomes_af": 0.0000131366,
"gnomad_exomes_ac": 3,
"gnomad_genomes_ac": 2,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.34650295972824097,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.558,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.1425,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.2,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 4.684,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PP2,BP4",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 1,
"pathogenic_score": 3,
"criteria": [
"PM2",
"PP2",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "NM_014874.4",
"gene_symbol": "MFN2",
"hgnc_id": 16877,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD,AR,SD",
"hgvs_c": "c.1759C>A",
"hgvs_p": "p.Pro587Thr"
}
],
"clinvar_disease": "Charcot-Marie-Tooth disease type 2,Inborn genetic diseases",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "US:2",
"phenotype_combined": "Charcot-Marie-Tooth disease type 2|Inborn genetic diseases",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}