← 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: 11-95865623-T-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=95865623&ref=T&alt=G&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "11",
"pos": 95865623,
"ref": "T",
"alt": "G",
"effect": "synonymous_variant",
"transcript": "ENST00000346299.10",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR2",
"gene_hgnc_id": 7450,
"hgvs_c": "c.240A>C",
"hgvs_p": "p.Pro80Pro",
"transcript": "NM_016156.6",
"protein_id": "NP_057240.3",
"transcript_support_level": null,
"aa_start": 80,
"aa_end": null,
"aa_length": 643,
"cds_start": 240,
"cds_end": null,
"cds_length": 1932,
"cdna_start": 393,
"cdna_end": null,
"cdna_length": 4495,
"mane_select": "ENST00000346299.10",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR2",
"gene_hgnc_id": 7450,
"hgvs_c": "c.240A>C",
"hgvs_p": "p.Pro80Pro",
"transcript": "ENST00000346299.10",
"protein_id": "ENSP00000345752.6",
"transcript_support_level": 1,
"aa_start": 80,
"aa_end": null,
"aa_length": 643,
"cds_start": 240,
"cds_end": null,
"cds_length": 1932,
"cdna_start": 393,
"cdna_end": null,
"cdna_length": 4495,
"mane_select": "NM_016156.6",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR2",
"gene_hgnc_id": 7450,
"hgvs_c": "c.24A>C",
"hgvs_p": "p.Pro8Pro",
"transcript": "ENST00000352297.11",
"protein_id": "ENSP00000343737.7",
"transcript_support_level": 1,
"aa_start": 8,
"aa_end": null,
"aa_length": 571,
"cds_start": 24,
"cds_end": null,
"cds_length": 1716,
"cdna_start": 457,
"cdna_end": null,
"cdna_length": 3350,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR2",
"gene_hgnc_id": 7450,
"hgvs_c": "c.24A>C",
"hgvs_p": "p.Pro8Pro",
"transcript": "ENST00000393223.8",
"protein_id": "ENSP00000376915.3",
"transcript_support_level": 1,
"aa_start": 8,
"aa_end": null,
"aa_length": 571,
"cds_start": 24,
"cds_end": null,
"cds_length": 1716,
"cdna_start": 501,
"cdna_end": null,
"cdna_length": 4601,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR2",
"gene_hgnc_id": 7450,
"hgvs_c": "c.240A>C",
"hgvs_p": "p.Pro80Pro",
"transcript": "NM_001440647.1",
"protein_id": "NP_001427576.1",
"transcript_support_level": null,
"aa_start": 80,
"aa_end": null,
"aa_length": 615,
"cds_start": 240,
"cds_end": null,
"cds_length": 1848,
"cdna_start": 393,
"cdna_end": null,
"cdna_length": 4411,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR2",
"gene_hgnc_id": 7450,
"hgvs_c": "c.240A>C",
"hgvs_p": "p.Pro80Pro",
"transcript": "NM_001440648.1",
"protein_id": "NP_001427577.1",
"transcript_support_level": null,
"aa_start": 80,
"aa_end": null,
"aa_length": 612,
"cds_start": 240,
"cds_end": null,
"cds_length": 1839,
"cdna_start": 393,
"cdna_end": null,
"cdna_length": 4402,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR2",
"gene_hgnc_id": 7450,
"hgvs_c": "c.240A>C",
"hgvs_p": "p.Pro80Pro",
"transcript": "NM_001440649.1",
"protein_id": "NP_001427578.1",
"transcript_support_level": null,
"aa_start": 80,
"aa_end": null,
"aa_length": 581,
"cds_start": 240,
"cds_end": null,
"cds_length": 1746,
"cdna_start": 393,
"cdna_end": null,
"cdna_length": 4309,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR2",
"gene_hgnc_id": 7450,
"hgvs_c": "c.240A>C",
"hgvs_p": "p.Pro80Pro",
"transcript": "NM_001440650.1",
"protein_id": "NP_001427579.1",
"transcript_support_level": null,
"aa_start": 80,
"aa_end": null,
"aa_length": 581,
"cds_start": 240,
"cds_end": null,
"cds_length": 1746,
"cdna_start": 393,
"cdna_end": null,
"cdna_length": 4309,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR2",
"gene_hgnc_id": 7450,
"hgvs_c": "c.240A>C",
"hgvs_p": "p.Pro80Pro",
"transcript": "ENST00000675022.1",
"protein_id": "ENSP00000502722.1",
"transcript_support_level": null,
"aa_start": 80,
"aa_end": null,
"aa_length": 581,
"cds_start": 240,
"cds_end": null,
"cds_length": 1746,
"cdna_start": 409,
"cdna_end": null,
"cdna_length": 4323,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR2",
"gene_hgnc_id": 7450,
"hgvs_c": "c.240A>C",
"hgvs_p": "p.Pro80Pro",
"transcript": "NM_001440651.1",
"protein_id": "NP_001427580.1",
"transcript_support_level": null,
"aa_start": 80,
"aa_end": null,
"aa_length": 580,
"cds_start": 240,
"cds_end": null,
"cds_length": 1743,
"cdna_start": 393,
"cdna_end": null,
"cdna_length": 4306,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR2",
"gene_hgnc_id": 7450,
"hgvs_c": "c.24A>C",
"hgvs_p": "p.Pro8Pro",
"transcript": "NM_001243571.2",
"protein_id": "NP_001230500.1",
"transcript_support_level": null,
"aa_start": 8,
"aa_end": null,
"aa_length": 571,
"cds_start": 24,
"cds_end": null,
"cds_length": 1716,
"cdna_start": 660,
"cdna_end": null,
"cdna_length": 4762,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR2",
"gene_hgnc_id": 7450,
"hgvs_c": "c.24A>C",
"hgvs_p": "p.Pro8Pro",
"transcript": "NM_001440630.1",
"protein_id": "NP_001427559.1",
"transcript_support_level": null,
"aa_start": 8,
"aa_end": null,
"aa_length": 571,
"cds_start": 24,
"cds_end": null,
"cds_length": 1716,
"cdna_start": 328,
"cdna_end": null,
"cdna_length": 4430,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR2",
"gene_hgnc_id": 7450,
"hgvs_c": "c.24A>C",
"hgvs_p": "p.Pro8Pro",
"transcript": "NM_001440631.1",
"protein_id": "NP_001427560.1",
"transcript_support_level": null,
"aa_start": 8,
"aa_end": null,
"aa_length": 571,
"cds_start": 24,
"cds_end": null,
"cds_length": 1716,
"cdna_start": 744,
"cdna_end": null,
"cdna_length": 4846,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR2",
"gene_hgnc_id": 7450,
"hgvs_c": "c.24A>C",
"hgvs_p": "p.Pro8Pro",
"transcript": "NM_001440632.1",
"protein_id": "NP_001427561.1",
"transcript_support_level": null,
"aa_start": 8,
"aa_end": null,
"aa_length": 571,
"cds_start": 24,
"cds_end": null,
"cds_length": 1716,
"cdna_start": 708,
"cdna_end": null,
"cdna_length": 4810,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR2",
"gene_hgnc_id": 7450,
"hgvs_c": "c.24A>C",
"hgvs_p": "p.Pro8Pro",
"transcript": "NM_001440633.1",
"protein_id": "NP_001427562.1",
"transcript_support_level": null,
"aa_start": 8,
"aa_end": null,
"aa_length": 571,
"cds_start": 24,
"cds_end": null,
"cds_length": 1716,
"cdna_start": 683,
"cdna_end": null,
"cdna_length": 4785,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR2",
"gene_hgnc_id": 7450,
"hgvs_c": "c.24A>C",
"hgvs_p": "p.Pro8Pro",
"transcript": "NM_001440634.1",
"protein_id": "NP_001427563.1",
"transcript_support_level": null,
"aa_start": 8,
"aa_end": null,
"aa_length": 571,
"cds_start": 24,
"cds_end": null,
"cds_length": 1716,
"cdna_start": 599,
"cdna_end": null,
"cdna_length": 4701,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR2",
"gene_hgnc_id": 7450,
"hgvs_c": "c.24A>C",
"hgvs_p": "p.Pro8Pro",
"transcript": "NM_001440635.1",
"protein_id": "NP_001427564.1",
"transcript_support_level": null,
"aa_start": 8,
"aa_end": null,
"aa_length": 571,
"cds_start": 24,
"cds_end": null,
"cds_length": 1716,
"cdna_start": 287,
"cdna_end": null,
"cdna_length": 4389,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR2",
"gene_hgnc_id": 7450,
"hgvs_c": "c.24A>C",
"hgvs_p": "p.Pro8Pro",
"transcript": "NM_001440636.1",
"protein_id": "NP_001427565.1",
"transcript_support_level": null,
"aa_start": 8,
"aa_end": null,
"aa_length": 571,
"cds_start": 24,
"cds_end": null,
"cds_length": 1716,
"cdna_start": 418,
"cdna_end": null,
"cdna_length": 4520,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR2",
"gene_hgnc_id": 7450,
"hgvs_c": "c.24A>C",
"hgvs_p": "p.Pro8Pro",
"transcript": "NM_001440637.1",
"protein_id": "NP_001427566.1",
"transcript_support_level": null,
"aa_start": 8,
"aa_end": null,
"aa_length": 571,
"cds_start": 24,
"cds_end": null,
"cds_length": 1716,
"cdna_start": 322,
"cdna_end": null,
"cdna_length": 4424,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR2",
"gene_hgnc_id": 7450,
"hgvs_c": "c.24A>C",
"hgvs_p": "p.Pro8Pro",
"transcript": "NM_201278.3",
"protein_id": "NP_958435.1",
"transcript_support_level": null,
"aa_start": 8,
"aa_end": null,
"aa_length": 571,
"cds_start": 24,
"cds_end": null,
"cds_length": 1716,
"cdna_start": 587,
"cdna_end": null,
"cdna_length": 4689,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR2",
"gene_hgnc_id": 7450,
"hgvs_c": "c.24A>C",
"hgvs_p": "p.Pro8Pro",
"transcript": "NM_201281.3",
"protein_id": "NP_958438.1",
"transcript_support_level": null,
"aa_start": 8,
"aa_end": null,
"aa_length": 571,
"cds_start": 24,
"cds_end": null,
"cds_length": 1716,
"cdna_start": 464,
"cdna_end": null,
"cdna_length": 4566,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR2",
"gene_hgnc_id": 7450,
"hgvs_c": "c.24A>C",
"hgvs_p": "p.Pro8Pro",
"transcript": "ENST00000409459.5",
"protein_id": "ENSP00000386882.1",
"transcript_support_level": 5,
"aa_start": 8,
"aa_end": null,
"aa_length": 571,
"cds_start": 24,
"cds_end": null,
"cds_length": 1716,
"cdna_start": 526,
"cdna_end": null,
"cdna_length": 3420,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR2",
"gene_hgnc_id": 7450,
"hgvs_c": "c.24A>C",
"hgvs_p": "p.Pro8Pro",
"transcript": "ENST00000444541.7",
"protein_id": "ENSP00000396020.2",
"transcript_support_level": 5,
"aa_start": 8,
"aa_end": null,
"aa_length": 571,
"cds_start": 24,
"cds_end": null,
"cds_length": 1716,
"cdna_start": 372,
"cdna_end": null,
"cdna_length": 2064,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR2",
"gene_hgnc_id": 7450,
"hgvs_c": "c.24A>C",
"hgvs_p": "p.Pro8Pro",
"transcript": "ENST00000470293.6",
"protein_id": "ENSP00000502515.1",
"transcript_support_level": 4,
"aa_start": 8,
"aa_end": null,
"aa_length": 571,
"cds_start": 24,
"cds_end": null,
"cds_length": 1716,
"cdna_start": 543,
"cdna_end": null,
"cdna_length": 2235,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR2",
"gene_hgnc_id": 7450,
"hgvs_c": "c.24A>C",
"hgvs_p": "p.Pro8Pro",
"transcript": "ENST00000481642.6",
"protein_id": "ENSP00000502505.1",
"transcript_support_level": 4,
"aa_start": 8,
"aa_end": null,
"aa_length": 571,
"cds_start": 24,
"cds_end": null,
"cds_length": 1716,
"cdna_start": 637,
"cdna_end": null,
"cdna_length": 2329,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR2",
"gene_hgnc_id": 7450,
"hgvs_c": "c.24A>C",
"hgvs_p": "p.Pro8Pro",
"transcript": "ENST00000484818.6",
"protein_id": "ENSP00000501963.1",
"transcript_support_level": 3,
"aa_start": 8,
"aa_end": null,
"aa_length": 571,
"cds_start": 24,
"cds_end": null,
"cds_length": 1716,
"cdna_start": 407,
"cdna_end": null,
"cdna_length": 2099,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR2",
"gene_hgnc_id": 7450,
"hgvs_c": "c.24A>C",
"hgvs_p": "p.Pro8Pro",
"transcript": "ENST00000495134.6",
"protein_id": "ENSP00000501894.1",
"transcript_support_level": 3,
"aa_start": 8,
"aa_end": null,
"aa_length": 571,
"cds_start": 24,
"cds_end": null,
"cds_length": 1716,
"cdna_start": 556,
"cdna_end": null,
"cdna_length": 2248,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR2",
"gene_hgnc_id": 7450,
"hgvs_c": "c.24A>C",
"hgvs_p": "p.Pro8Pro",
"transcript": "ENST00000497683.6",
"protein_id": "ENSP00000501753.1",
"transcript_support_level": 4,
"aa_start": 8,
"aa_end": null,
"aa_length": 571,
"cds_start": 24,
"cds_end": null,
"cds_length": 1716,
"cdna_start": 460,
"cdna_end": null,
"cdna_length": 2152,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR2",
"gene_hgnc_id": 7450,
"hgvs_c": "c.24A>C",
"hgvs_p": "p.Pro8Pro",
"transcript": "ENST00000674528.1",
"protein_id": "ENSP00000501567.1",
"transcript_support_level": null,
"aa_start": 8,
"aa_end": null,
"aa_length": 571,
"cds_start": 24,
"cds_end": null,
"cds_length": 1716,
"cdna_start": 458,
"cdna_end": null,
"cdna_length": 4558,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR2",
"gene_hgnc_id": 7450,
"hgvs_c": "c.24A>C",
"hgvs_p": "p.Pro8Pro",
"transcript": "ENST00000674610.1",
"protein_id": "ENSP00000501688.1",
"transcript_support_level": null,
"aa_start": 8,
"aa_end": null,
"aa_length": 571,
"cds_start": 24,
"cds_end": null,
"cds_length": 1716,
"cdna_start": 110,
"cdna_end": null,
"cdna_length": 4210,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR2",
"gene_hgnc_id": 7450,
"hgvs_c": "c.24A>C",
"hgvs_p": "p.Pro8Pro",
"transcript": "ENST00000674924.1",
"protein_id": "ENSP00000502433.1",
"transcript_support_level": null,
"aa_start": 8,
"aa_end": null,
"aa_length": 571,
"cds_start": 24,
"cds_end": null,
"cds_length": 1716,
"cdna_start": 477,
"cdna_end": null,
"cdna_length": 4577,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR2",
"gene_hgnc_id": 7450,
"hgvs_c": "c.24A>C",
"hgvs_p": "p.Pro8Pro",
"transcript": "ENST00000674968.1",
"protein_id": "ENSP00000502567.1",
"transcript_support_level": null,
"aa_start": 8,
"aa_end": null,
"aa_length": 571,
"cds_start": 24,
"cds_end": null,
"cds_length": 1716,
"cdna_start": 455,
"cdna_end": null,
"cdna_length": 4555,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR2",
"gene_hgnc_id": 7450,
"hgvs_c": "c.24A>C",
"hgvs_p": "p.Pro8Pro",
"transcript": "ENST00000674989.1",
"protein_id": "ENSP00000502829.1",
"transcript_support_level": null,
"aa_start": 8,
"aa_end": null,
"aa_length": 571,
"cds_start": 24,
"cds_end": null,
"cds_length": 1716,
"cdna_start": 477,
"cdna_end": null,
"cdna_length": 4577,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR2",
"gene_hgnc_id": 7450,
"hgvs_c": "c.24A>C",
"hgvs_p": "p.Pro8Pro",
"transcript": "ENST00000675174.1",
"protein_id": "ENSP00000502032.1",
"transcript_support_level": null,
"aa_start": 8,
"aa_end": null,
"aa_length": 571,
"cds_start": 24,
"cds_end": null,
"cds_length": 1716,
"cdna_start": 530,
"cdna_end": null,
"cdna_length": 4630,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR2",
"gene_hgnc_id": 7450,
"hgvs_c": "c.24A>C",
"hgvs_p": "p.Pro8Pro",
"transcript": "ENST00000675196.1",
"protein_id": "ENSP00000501867.1",
"transcript_support_level": null,
"aa_start": 8,
"aa_end": null,
"aa_length": 571,
"cds_start": 24,
"cds_end": null,
"cds_length": 1716,
"cdna_start": 529,
"cdna_end": null,
"cdna_length": 4629,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR2",
"gene_hgnc_id": 7450,
"hgvs_c": "c.24A>C",
"hgvs_p": "p.Pro8Pro",
"transcript": "ENST00000675362.1",
"protein_id": "ENSP00000501989.1",
"transcript_support_level": null,
"aa_start": 8,
"aa_end": null,
"aa_length": 571,
"cds_start": 24,
"cds_end": null,
"cds_length": 1716,
"cdna_start": 574,
"cdna_end": null,
"cdna_length": 4674,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR2",
"gene_hgnc_id": 7450,
"hgvs_c": "c.24A>C",
"hgvs_p": "p.Pro8Pro",
"transcript": "ENST00000675454.1",
"protein_id": "ENSP00000501781.1",
"transcript_support_level": null,
"aa_start": 8,
"aa_end": null,
"aa_length": 571,
"cds_start": 24,
"cds_end": null,
"cds_length": 1716,
"cdna_start": 287,
"cdna_end": null,
"cdna_length": 4387,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR2",
"gene_hgnc_id": 7450,
"hgvs_c": "c.24A>C",
"hgvs_p": "p.Pro8Pro",
"transcript": "ENST00000675477.1",
"protein_id": "ENSP00000501751.1",
"transcript_support_level": null,
"aa_start": 8,
"aa_end": null,
"aa_length": 571,
"cds_start": 24,
"cds_end": null,
"cds_length": 1716,
"cdna_start": 508,
"cdna_end": null,
"cdna_length": 4608,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR2",
"gene_hgnc_id": 7450,
"hgvs_c": "c.24A>C",
"hgvs_p": "p.Pro8Pro",
"transcript": "ENST00000675489.1",
"protein_id": "ENSP00000501702.1",
"transcript_support_level": null,
"aa_start": 8,
"aa_end": null,
"aa_length": 571,
"cds_start": 24,
"cds_end": null,
"cds_length": 1716,
"cdna_start": 646,
"cdna_end": null,
"cdna_length": 3536,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR2",
"gene_hgnc_id": 7450,
"hgvs_c": "c.24A>C",
"hgvs_p": "p.Pro8Pro",
"transcript": "ENST00000675636.1",
"protein_id": "ENSP00000501850.1",
"transcript_support_level": null,
"aa_start": 8,
"aa_end": null,
"aa_length": 571,
"cds_start": 24,
"cds_end": null,
"cds_length": 1716,
"cdna_start": 394,
"cdna_end": null,
"cdna_length": 4494,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR2",
"gene_hgnc_id": 7450,
"hgvs_c": "c.24A>C",
"hgvs_p": "p.Pro8Pro",
"transcript": "ENST00000675652.1",
"protein_id": "ENSP00000502694.1",
"transcript_support_level": null,
"aa_start": 8,
"aa_end": null,
"aa_length": 571,
"cds_start": 24,
"cds_end": null,
"cds_length": 1716,
"cdna_start": 374,
"cdna_end": null,
"cdna_length": 4474,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR2",
"gene_hgnc_id": 7450,
"hgvs_c": "c.24A>C",
"hgvs_p": "p.Pro8Pro",
"transcript": "ENST00000675933.1",
"protein_id": "ENSP00000502575.1",
"transcript_support_level": null,
"aa_start": 8,
"aa_end": null,
"aa_length": 571,
"cds_start": 24,
"cds_end": null,
"cds_length": 1716,
"cdna_start": 502,
"cdna_end": null,
"cdna_length": 4602,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR2",
"gene_hgnc_id": 7450,
"hgvs_c": "c.24A>C",
"hgvs_p": "p.Pro8Pro",
"transcript": "ENST00000675981.1",
"protein_id": "ENSP00000502204.1",
"transcript_support_level": null,
"aa_start": 8,
"aa_end": null,
"aa_length": 571,
"cds_start": 24,
"cds_end": null,
"cds_length": 1716,
"cdna_start": 404,
"cdna_end": null,
"cdna_length": 4504,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR2",
"gene_hgnc_id": 7450,
"hgvs_c": "c.24A>C",
"hgvs_p": "p.Pro8Pro",
"transcript": "ENST00000676166.1",
"protein_id": "ENSP00000501632.1",
"transcript_support_level": null,
"aa_start": 8,
"aa_end": null,
"aa_length": 571,
"cds_start": 24,
"cds_end": null,
"cds_length": 1716,
"cdna_start": 404,
"cdna_end": null,
"cdna_length": 4504,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR2",
"gene_hgnc_id": 7450,
"hgvs_c": "c.24A>C",
"hgvs_p": "p.Pro8Pro",
"transcript": "ENST00000676261.1",
"protein_id": "ENSP00000501675.1",
"transcript_support_level": null,
"aa_start": 8,
"aa_end": null,
"aa_length": 571,
"cds_start": 24,
"cds_end": null,
"cds_length": 1716,
"cdna_start": 578,
"cdna_end": null,
"cdna_length": 3457,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR2",
"gene_hgnc_id": 7450,
"hgvs_c": "c.24A>C",
"hgvs_p": "p.Pro8Pro",
"transcript": "ENST00000676272.1",
"protein_id": "ENSP00000501601.1",
"transcript_support_level": null,
"aa_start": 8,
"aa_end": null,
"aa_length": 571,
"cds_start": 24,
"cds_end": null,
"cds_length": 1716,
"cdna_start": 303,
"cdna_end": null,
"cdna_length": 4403,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR2",
"gene_hgnc_id": 7450,
"hgvs_c": "c.24A>C",
"hgvs_p": "p.Pro8Pro",
"transcript": "ENST00000676378.1",
"protein_id": "ENSP00000502736.1",
"transcript_support_level": null,
"aa_start": 8,
"aa_end": null,
"aa_length": 571,
"cds_start": 24,
"cds_end": null,
"cds_length": 1716,
"cdna_start": 453,
"cdna_end": null,
"cdna_length": 4553,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR2",
"gene_hgnc_id": 7450,
"hgvs_c": "c.24A>C",
"hgvs_p": "p.Pro8Pro",
"transcript": "ENST00000676440.1",
"protein_id": "ENSP00000501926.1",
"transcript_support_level": null,
"aa_start": 8,
"aa_end": null,
"aa_length": 571,
"cds_start": 24,
"cds_end": null,
"cds_length": 1716,
"cdna_start": 406,
"cdna_end": null,
"cdna_length": 4506,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR2",
"gene_hgnc_id": 7450,
"hgvs_c": "c.24A>C",
"hgvs_p": "p.Pro8Pro",
"transcript": "NM_001440638.1",
"protein_id": "NP_001427567.1",
"transcript_support_level": null,
"aa_start": 8,
"aa_end": null,
"aa_length": 540,
"cds_start": 24,
"cds_end": null,
"cds_length": 1623,
"cdna_start": 723,
"cdna_end": null,
"cdna_length": 4732,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR2",
"gene_hgnc_id": 7450,
"hgvs_c": "c.24A>C",
"hgvs_p": "p.Pro8Pro",
"transcript": "NM_001440639.1",
"protein_id": "NP_001427568.1",
"transcript_support_level": null,
"aa_start": 8,
"aa_end": null,
"aa_length": 540,
"cds_start": 24,
"cds_end": null,
"cds_length": 1623,
"cdna_start": 621,
"cdna_end": null,
"cdna_length": 4630,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR2",
"gene_hgnc_id": 7450,
"hgvs_c": "c.24A>C",
"hgvs_p": "p.Pro8Pro",
"transcript": "NM_001440641.1",
"protein_id": "NP_001427570.1",
"transcript_support_level": null,
"aa_start": 8,
"aa_end": null,
"aa_length": 540,
"cds_start": 24,
"cds_end": null,
"cds_length": 1623,
"cdna_start": 472,
"cdna_end": null,
"cdna_length": 4481,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR2",
"gene_hgnc_id": 7450,
"hgvs_c": "c.24A>C",
"hgvs_p": "p.Pro8Pro",
"transcript": "ENST00000675438.1",
"protein_id": "ENSP00000502388.1",
"transcript_support_level": null,
"aa_start": 8,
"aa_end": null,
"aa_length": 540,
"cds_start": 24,
"cds_end": null,
"cds_length": 1623,
"cdna_start": 24,
"cdna_end": null,
"cdna_length": 2824,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR2",
"gene_hgnc_id": 7450,
"hgvs_c": "c.24A>C",
"hgvs_p": "p.Pro8Pro",
"transcript": "NM_001440643.1",
"protein_id": "NP_001427572.1",
"transcript_support_level": null,
"aa_start": 8,
"aa_end": null,
"aa_length": 509,
"cds_start": 24,
"cds_end": null,
"cds_length": 1530,
"cdna_start": 466,
"cdna_end": null,
"cdna_length": 4382,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR2",
"gene_hgnc_id": 7450,
"hgvs_c": "c.24A>C",
"hgvs_p": "p.Pro8Pro",
"transcript": "XM_047427807.1",
"protein_id": "XP_047283763.1",
"transcript_support_level": null,
"aa_start": 8,
"aa_end": null,
"aa_length": 571,
"cds_start": 24,
"cds_end": null,
"cds_length": 1716,
"cdna_start": 336,
"cdna_end": null,
"cdna_length": 4438,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR2",
"gene_hgnc_id": 7450,
"hgvs_c": "n.322A>C",
"hgvs_p": null,
"transcript": "ENST00000674901.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5478,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR2",
"gene_hgnc_id": 7450,
"hgvs_c": "n.*37A>C",
"hgvs_p": null,
"transcript": "ENST00000674950.1",
"protein_id": "ENSP00000502425.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4974,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR2",
"gene_hgnc_id": 7450,
"hgvs_c": "n.*175A>C",
"hgvs_p": null,
"transcript": "ENST00000674974.1",
"protein_id": "ENSP00000502337.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4705,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR2",
"gene_hgnc_id": 7450,
"hgvs_c": "n.516A>C",
"hgvs_p": null,
"transcript": "ENST00000675024.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5511,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR2",
"gene_hgnc_id": 7450,
"hgvs_c": "n.*175A>C",
"hgvs_p": null,
"transcript": "ENST00000675030.1",
"protein_id": "ENSP00000502386.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7939,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR2",
"gene_hgnc_id": 7450,
"hgvs_c": "n.504A>C",
"hgvs_p": null,
"transcript": "ENST00000675034.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5499,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR2",
"gene_hgnc_id": 7450,
"hgvs_c": "n.508A>C",
"hgvs_p": null,
"transcript": "ENST00000675237.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5503,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR2",
"gene_hgnc_id": 7450,
"hgvs_c": "n.*37A>C",
"hgvs_p": null,
"transcript": "ENST00000675320.1",
"protein_id": "ENSP00000502076.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4582,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR2",
"gene_hgnc_id": 7450,
"hgvs_c": "n.306A>C",
"hgvs_p": null,
"transcript": "ENST00000675413.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5301,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR2",
"gene_hgnc_id": 7450,
"hgvs_c": "n.417A>C",
"hgvs_p": null,
"transcript": "ENST00000675495.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5412,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR2",
"gene_hgnc_id": 7450,
"hgvs_c": "n.387A>C",
"hgvs_p": null,
"transcript": "ENST00000675767.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5392,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR2",
"gene_hgnc_id": 7450,
"hgvs_c": "n.*153A>C",
"hgvs_p": null,
"transcript": "ENST00000675896.1",
"protein_id": "ENSP00000502487.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5108,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR2",
"gene_hgnc_id": 7450,
"hgvs_c": "n.*178A>C",
"hgvs_p": null,
"transcript": "ENST00000675910.1",
"protein_id": "ENSP00000502622.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4657,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR2",
"gene_hgnc_id": 7450,
"hgvs_c": "n.240A>C",
"hgvs_p": null,
"transcript": "ENST00000675922.1",
"protein_id": "ENSP00000502168.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4670,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR2",
"gene_hgnc_id": 7450,
"hgvs_c": "n.407A>C",
"hgvs_p": null,
"transcript": "ENST00000675957.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5402,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR2",
"gene_hgnc_id": 7450,
"hgvs_c": "n.*37A>C",
"hgvs_p": null,
"transcript": "ENST00000676146.1",
"protein_id": "ENSP00000502583.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4396,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR2",
"gene_hgnc_id": 7450,
"hgvs_c": "n.*153A>C",
"hgvs_p": null,
"transcript": "ENST00000676177.1",
"protein_id": "ENSP00000501635.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4632,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR2",
"gene_hgnc_id": 7450,
"hgvs_c": "n.240A>C",
"hgvs_p": null,
"transcript": "ENST00000676268.1",
"protein_id": "ENSP00000502444.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4505,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR2",
"gene_hgnc_id": 7450,
"hgvs_c": "n.240A>C",
"hgvs_p": null,
"transcript": "ENST00000676388.1",
"protein_id": "ENSP00000501866.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4519,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR2",
"gene_hgnc_id": 7450,
"hgvs_c": "n.381A>C",
"hgvs_p": null,
"transcript": "ENST00000676393.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5376,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR2",
"gene_hgnc_id": 7450,
"hgvs_c": "n.386A>C",
"hgvs_p": null,
"transcript": "ENST00000676432.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5542,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR2",
"gene_hgnc_id": 7450,
"hgvs_c": "c.-270A>C",
"hgvs_p": null,
"transcript": "NM_001440642.1",
"protein_id": "NP_001427571.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 527,
"cds_start": -4,
"cds_end": null,
"cds_length": 1584,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4656,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR2",
"gene_hgnc_id": 7450,
"hgvs_c": "c.-270A>C",
"hgvs_p": null,
"transcript": "ENST00000675288.1",
"protein_id": "ENSP00000501942.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 527,
"cds_start": -4,
"cds_end": null,
"cds_length": 1584,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4641,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR2",
"gene_hgnc_id": 7450,
"hgvs_c": "c.-270A>C",
"hgvs_p": null,
"transcript": "ENST00000675660.1",
"protein_id": "ENSP00000502824.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 527,
"cds_start": -4,
"cds_end": null,
"cds_length": 1584,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4747,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR2",
"gene_hgnc_id": 7450,
"hgvs_c": "c.-270A>C",
"hgvs_p": null,
"transcript": "ENST00000675807.1",
"protein_id": "ENSP00000501640.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 527,
"cds_start": -4,
"cds_end": null,
"cds_length": 1584,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3459,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR2",
"gene_hgnc_id": 7450,
"hgvs_c": "c.-270A>C",
"hgvs_p": null,
"transcript": "ENST00000675848.1",
"protein_id": "ENSP00000502057.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 527,
"cds_start": -4,
"cds_end": null,
"cds_length": 1584,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4741,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR2",
"gene_hgnc_id": 7450,
"hgvs_c": "c.-270A>C",
"hgvs_p": null,
"transcript": "ENST00000676027.1",
"protein_id": "ENSP00000502405.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 527,
"cds_start": -4,
"cds_end": null,
"cds_length": 1584,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4781,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR2",
"gene_hgnc_id": 7450,
"hgvs_c": "n.*37A>C",
"hgvs_p": null,
"transcript": "ENST00000674950.1",
"protein_id": "ENSP00000502425.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4974,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR2",
"gene_hgnc_id": 7450,
"hgvs_c": "n.*175A>C",
"hgvs_p": null,
"transcript": "ENST00000674974.1",
"protein_id": "ENSP00000502337.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4705,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR2",
"gene_hgnc_id": 7450,
"hgvs_c": "n.*175A>C",
"hgvs_p": null,
"transcript": "ENST00000675030.1",
"protein_id": "ENSP00000502386.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7939,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR2",
"gene_hgnc_id": 7450,
"hgvs_c": "n.*37A>C",
"hgvs_p": null,
"transcript": "ENST00000675320.1",
"protein_id": "ENSP00000502076.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4582,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR2",
"gene_hgnc_id": 7450,
"hgvs_c": "n.*153A>C",
"hgvs_p": null,
"transcript": "ENST00000675896.1",
"protein_id": "ENSP00000502487.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5108,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR2",
"gene_hgnc_id": 7450,
"hgvs_c": "n.*178A>C",
"hgvs_p": null,
"transcript": "ENST00000675910.1",
"protein_id": "ENSP00000502622.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4657,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR2",
"gene_hgnc_id": 7450,
"hgvs_c": "n.*37A>C",
"hgvs_p": null,
"transcript": "ENST00000676146.1",
"protein_id": "ENSP00000502583.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4396,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR2",
"gene_hgnc_id": 7450,
"hgvs_c": "n.*153A>C",
"hgvs_p": null,
"transcript": "ENST00000676177.1",
"protein_id": "ENSP00000501635.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4632,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "MTMR2",
"gene_hgnc_id": 7450,
"dbsnp": "rs201920176",
"frequency_reference_population": 0.00029121715,
"hom_count_reference_population": 3,
"allele_count_reference_population": 470,
"gnomad_exomes_af": 0.000305145,
"gnomad_genomes_af": 0.000157567,
"gnomad_exomes_ac": 446,
"gnomad_genomes_ac": 24,
"gnomad_exomes_homalt": 3,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.49000000953674316,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.019999999552965164,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.49,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.042,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.02,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -21,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BP7,BS1,BS2",
"acmg_by_gene": [
{
"score": -21,
"benign_score": 21,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BP7",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000346299.10",
"gene_symbol": "MTMR2",
"hgnc_id": 7450,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.240A>C",
"hgvs_p": "p.Pro80Pro"
}
],
"clinvar_disease": "Charcot-Marie-Tooth disease,Charcot-Marie-Tooth disease type 4,Charcot-Marie-Tooth disease type 4B1,Inborn genetic diseases",
"clinvar_classification": "Benign/Likely benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "LB:3 B:1",
"phenotype_combined": "Charcot-Marie-Tooth disease type 4|Charcot-Marie-Tooth disease type 4B1|Charcot-Marie-Tooth disease|Inborn genetic diseases",
"pathogenicity_classification_combined": "Benign/Likely benign",
"custom_annotations": null
}
],
"message": null
}