← Back to variant description

GeneBe API Showcase

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

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

Documentation & Advanced Usage

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

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

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

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

All tools documented at:docs.genebe.net

API Request Examples for Variant: 3-9684627-G-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "3",
      "pos": 9684627,
      "ref": "G",
      "alt": "A",
      "effect": "missense_variant",
      "transcript": "ENST00000296003.9",
      "consequences": [
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTMR14",
          "gene_hgnc_id": 26190,
          "hgvs_c": "c.1007G>A",
          "hgvs_p": "p.Arg336Gln",
          "transcript": "NM_001077525.3",
          "protein_id": "NP_001070993.1",
          "transcript_support_level": null,
          "aa_start": 336,
          "aa_end": null,
          "aa_length": 650,
          "cds_start": 1007,
          "cds_end": null,
          "cds_length": 1953,
          "cdna_start": 1086,
          "cdna_end": null,
          "cdna_length": 2452,
          "mane_select": "ENST00000296003.9",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTMR14",
          "gene_hgnc_id": 26190,
          "hgvs_c": "c.1007G>A",
          "hgvs_p": "p.Arg336Gln",
          "transcript": "ENST00000296003.9",
          "protein_id": "ENSP00000296003.5",
          "transcript_support_level": 1,
          "aa_start": 336,
          "aa_end": null,
          "aa_length": 650,
          "cds_start": 1007,
          "cds_end": null,
          "cds_length": 1953,
          "cdna_start": 1086,
          "cdna_end": null,
          "cdna_length": 2452,
          "mane_select": "NM_001077525.3",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTMR14",
          "gene_hgnc_id": 26190,
          "hgvs_c": "c.1007G>A",
          "hgvs_p": "p.Arg336Gln",
          "transcript": "ENST00000353332.9",
          "protein_id": "ENSP00000323462.8",
          "transcript_support_level": 1,
          "aa_start": 336,
          "aa_end": null,
          "aa_length": 598,
          "cds_start": 1007,
          "cds_end": null,
          "cds_length": 1797,
          "cdna_start": 1158,
          "cdna_end": null,
          "cdna_length": 2368,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTMR14",
          "gene_hgnc_id": 26190,
          "hgvs_c": "c.1007G>A",
          "hgvs_p": "p.Arg336Gln",
          "transcript": "ENST00000351233.9",
          "protein_id": "ENSP00000334070.7",
          "transcript_support_level": 1,
          "aa_start": 336,
          "aa_end": null,
          "aa_length": 538,
          "cds_start": 1007,
          "cds_end": null,
          "cds_length": 1617,
          "cdna_start": 1079,
          "cdna_end": null,
          "cdna_length": 2105,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTMR14",
          "gene_hgnc_id": 26190,
          "hgvs_c": "n.*364G>A",
          "hgvs_p": null,
          "transcript": "ENST00000414996.1",
          "protein_id": "ENSP00000392935.1",
          "transcript_support_level": 1,
          "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": 1746,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTMR14",
          "gene_hgnc_id": 26190,
          "hgvs_c": "n.*364G>A",
          "hgvs_p": null,
          "transcript": "ENST00000414996.1",
          "protein_id": "ENSP00000392935.1",
          "transcript_support_level": 1,
          "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": 1746,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTMR14",
          "gene_hgnc_id": 26190,
          "hgvs_c": "c.1076G>A",
          "hgvs_p": "p.Arg359Gln",
          "transcript": "NM_001400518.1",
          "protein_id": "NP_001387447.1",
          "transcript_support_level": null,
          "aa_start": 359,
          "aa_end": null,
          "aa_length": 673,
          "cds_start": 1076,
          "cds_end": null,
          "cds_length": 2022,
          "cdna_start": 1288,
          "cdna_end": null,
          "cdna_length": 2654,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTMR14",
          "gene_hgnc_id": 26190,
          "hgvs_c": "c.1004G>A",
          "hgvs_p": "p.Arg335Gln",
          "transcript": "NM_001400519.1",
          "protein_id": "NP_001387448.1",
          "transcript_support_level": null,
          "aa_start": 335,
          "aa_end": null,
          "aa_length": 649,
          "cds_start": 1004,
          "cds_end": null,
          "cds_length": 1950,
          "cdna_start": 1083,
          "cdna_end": null,
          "cdna_length": 2449,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTMR14",
          "gene_hgnc_id": 26190,
          "hgvs_c": "c.932G>A",
          "hgvs_p": "p.Arg311Gln",
          "transcript": "NM_001400520.1",
          "protein_id": "NP_001387449.1",
          "transcript_support_level": null,
          "aa_start": 311,
          "aa_end": null,
          "aa_length": 625,
          "cds_start": 932,
          "cds_end": null,
          "cds_length": 1878,
          "cdna_start": 1011,
          "cdna_end": null,
          "cdna_length": 2377,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTMR14",
          "gene_hgnc_id": 26190,
          "hgvs_c": "c.1076G>A",
          "hgvs_p": "p.Arg359Gln",
          "transcript": "NM_001400521.1",
          "protein_id": "NP_001387450.1",
          "transcript_support_level": null,
          "aa_start": 359,
          "aa_end": null,
          "aa_length": 621,
          "cds_start": 1076,
          "cds_end": null,
          "cds_length": 1866,
          "cdna_start": 1288,
          "cdna_end": null,
          "cdna_length": 2498,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTMR14",
          "gene_hgnc_id": 26190,
          "hgvs_c": "c.1007G>A",
          "hgvs_p": "p.Arg336Gln",
          "transcript": "NM_001077526.3",
          "protein_id": "NP_001070994.1",
          "transcript_support_level": null,
          "aa_start": 336,
          "aa_end": null,
          "aa_length": 598,
          "cds_start": 1007,
          "cds_end": null,
          "cds_length": 1797,
          "cdna_start": 1086,
          "cdna_end": null,
          "cdna_length": 2296,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTMR14",
          "gene_hgnc_id": 26190,
          "hgvs_c": "c.1004G>A",
          "hgvs_p": "p.Arg335Gln",
          "transcript": "NM_001400522.1",
          "protein_id": "NP_001387451.1",
          "transcript_support_level": null,
          "aa_start": 335,
          "aa_end": null,
          "aa_length": 597,
          "cds_start": 1004,
          "cds_end": null,
          "cds_length": 1794,
          "cdna_start": 1083,
          "cdna_end": null,
          "cdna_length": 2293,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTMR14",
          "gene_hgnc_id": 26190,
          "hgvs_c": "c.932G>A",
          "hgvs_p": "p.Arg311Gln",
          "transcript": "NM_001400523.1",
          "protein_id": "NP_001387452.1",
          "transcript_support_level": null,
          "aa_start": 311,
          "aa_end": null,
          "aa_length": 573,
          "cds_start": 932,
          "cds_end": null,
          "cds_length": 1722,
          "cdna_start": 1011,
          "cdna_end": null,
          "cdna_length": 2221,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTMR14",
          "gene_hgnc_id": 26190,
          "hgvs_c": "c.761G>A",
          "hgvs_p": "p.Arg254Gln",
          "transcript": "NM_001400524.1",
          "protein_id": "NP_001387453.1",
          "transcript_support_level": null,
          "aa_start": 254,
          "aa_end": null,
          "aa_length": 568,
          "cds_start": 761,
          "cds_end": null,
          "cds_length": 1707,
          "cdna_start": 840,
          "cdna_end": null,
          "cdna_length": 2206,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTMR14",
          "gene_hgnc_id": 26190,
          "hgvs_c": "c.725G>A",
          "hgvs_p": "p.Arg242Gln",
          "transcript": "NM_001400525.1",
          "protein_id": "NP_001387454.1",
          "transcript_support_level": null,
          "aa_start": 242,
          "aa_end": null,
          "aa_length": 556,
          "cds_start": 725,
          "cds_end": null,
          "cds_length": 1671,
          "cdna_start": 937,
          "cdna_end": null,
          "cdna_length": 2303,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTMR14",
          "gene_hgnc_id": 26190,
          "hgvs_c": "c.1007G>A",
          "hgvs_p": "p.Arg336Gln",
          "transcript": "NM_022485.5",
          "protein_id": "NP_071930.2",
          "transcript_support_level": null,
          "aa_start": 336,
          "aa_end": null,
          "aa_length": 538,
          "cds_start": 1007,
          "cds_end": null,
          "cds_length": 1617,
          "cdna_start": 1086,
          "cdna_end": null,
          "cdna_length": 2116,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTMR14",
          "gene_hgnc_id": 26190,
          "hgvs_c": "c.1001G>A",
          "hgvs_p": "p.Arg334Gln",
          "transcript": "NM_001400526.1",
          "protein_id": "NP_001387455.1",
          "transcript_support_level": null,
          "aa_start": 334,
          "aa_end": null,
          "aa_length": 536,
          "cds_start": 1001,
          "cds_end": null,
          "cds_length": 1611,
          "cdna_start": 1213,
          "cdna_end": null,
          "cdna_length": 2243,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTMR14",
          "gene_hgnc_id": 26190,
          "hgvs_c": "c.761G>A",
          "hgvs_p": "p.Arg254Gln",
          "transcript": "NM_001400527.1",
          "protein_id": "NP_001387456.1",
          "transcript_support_level": null,
          "aa_start": 254,
          "aa_end": null,
          "aa_length": 516,
          "cds_start": 761,
          "cds_end": null,
          "cds_length": 1551,
          "cdna_start": 840,
          "cdna_end": null,
          "cdna_length": 2050,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTMR14",
          "gene_hgnc_id": 26190,
          "hgvs_c": "c.932G>A",
          "hgvs_p": "p.Arg311Gln",
          "transcript": "NM_001400528.1",
          "protein_id": "NP_001387457.1",
          "transcript_support_level": null,
          "aa_start": 311,
          "aa_end": null,
          "aa_length": 513,
          "cds_start": 932,
          "cds_end": null,
          "cds_length": 1542,
          "cdna_start": 1011,
          "cdna_end": null,
          "cdna_length": 2041,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTMR14",
          "gene_hgnc_id": 26190,
          "hgvs_c": "c.725G>A",
          "hgvs_p": "p.Arg242Gln",
          "transcript": "NM_001400529.1",
          "protein_id": "NP_001387458.1",
          "transcript_support_level": null,
          "aa_start": 242,
          "aa_end": null,
          "aa_length": 504,
          "cds_start": 725,
          "cds_end": null,
          "cds_length": 1515,
          "cdna_start": 937,
          "cdna_end": null,
          "cdna_length": 2147,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTMR14",
          "gene_hgnc_id": 26190,
          "hgvs_c": "c.761G>A",
          "hgvs_p": "p.Arg254Gln",
          "transcript": "NM_001400530.1",
          "protein_id": "NP_001387459.1",
          "transcript_support_level": null,
          "aa_start": 254,
          "aa_end": null,
          "aa_length": 456,
          "cds_start": 761,
          "cds_end": null,
          "cds_length": 1371,
          "cdna_start": 840,
          "cdna_end": null,
          "cdna_length": 1870,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTMR14",
          "gene_hgnc_id": 26190,
          "hgvs_c": "c.758G>A",
          "hgvs_p": "p.Arg253Gln",
          "transcript": "NM_001400531.1",
          "protein_id": "NP_001387460.1",
          "transcript_support_level": null,
          "aa_start": 253,
          "aa_end": null,
          "aa_length": 455,
          "cds_start": 758,
          "cds_end": null,
          "cds_length": 1368,
          "cdna_start": 837,
          "cdna_end": null,
          "cdna_length": 1867,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTMR14",
          "gene_hgnc_id": 26190,
          "hgvs_c": "c.725G>A",
          "hgvs_p": "p.Arg242Gln",
          "transcript": "NM_001400532.1",
          "protein_id": "NP_001387461.1",
          "transcript_support_level": null,
          "aa_start": 242,
          "aa_end": null,
          "aa_length": 444,
          "cds_start": 725,
          "cds_end": null,
          "cds_length": 1335,
          "cdna_start": 937,
          "cdna_end": null,
          "cdna_length": 1967,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTMR14",
          "gene_hgnc_id": 26190,
          "hgvs_c": "c.365G>A",
          "hgvs_p": "p.Arg122Gln",
          "transcript": "NM_001400533.1",
          "protein_id": "NP_001387462.1",
          "transcript_support_level": null,
          "aa_start": 122,
          "aa_end": null,
          "aa_length": 436,
          "cds_start": 365,
          "cds_end": null,
          "cds_length": 1311,
          "cdna_start": 949,
          "cdna_end": null,
          "cdna_length": 2315,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTMR14",
          "gene_hgnc_id": 26190,
          "hgvs_c": "c.365G>A",
          "hgvs_p": "p.Arg122Gln",
          "transcript": "NM_001400534.1",
          "protein_id": "NP_001387463.1",
          "transcript_support_level": null,
          "aa_start": 122,
          "aa_end": null,
          "aa_length": 436,
          "cds_start": 365,
          "cds_end": null,
          "cds_length": 1311,
          "cdna_start": 1010,
          "cdna_end": null,
          "cdna_length": 2376,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTMR14",
          "gene_hgnc_id": 26190,
          "hgvs_c": "c.365G>A",
          "hgvs_p": "p.Arg122Gln",
          "transcript": "NM_001400535.1",
          "protein_id": "NP_001387464.1",
          "transcript_support_level": null,
          "aa_start": 122,
          "aa_end": null,
          "aa_length": 436,
          "cds_start": 365,
          "cds_end": null,
          "cds_length": 1311,
          "cdna_start": 800,
          "cdna_end": null,
          "cdna_length": 2166,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTMR14",
          "gene_hgnc_id": 26190,
          "hgvs_c": "c.686G>A",
          "hgvs_p": "p.Arg229Gln",
          "transcript": "NM_001400536.1",
          "protein_id": "NP_001387465.1",
          "transcript_support_level": null,
          "aa_start": 229,
          "aa_end": null,
          "aa_length": 431,
          "cds_start": 686,
          "cds_end": null,
          "cds_length": 1296,
          "cdna_start": 765,
          "cdna_end": null,
          "cdna_length": 1795,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTMR14",
          "gene_hgnc_id": 26190,
          "hgvs_c": "c.650G>A",
          "hgvs_p": "p.Arg217Gln",
          "transcript": "NM_001400537.1",
          "protein_id": "NP_001387466.1",
          "transcript_support_level": null,
          "aa_start": 217,
          "aa_end": null,
          "aa_length": 419,
          "cds_start": 650,
          "cds_end": null,
          "cds_length": 1260,
          "cdna_start": 862,
          "cdna_end": null,
          "cdna_length": 1892,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTMR14",
          "gene_hgnc_id": 26190,
          "hgvs_c": "c.290G>A",
          "hgvs_p": "p.Arg97Gln",
          "transcript": "NM_001400538.1",
          "protein_id": "NP_001387467.1",
          "transcript_support_level": null,
          "aa_start": 97,
          "aa_end": null,
          "aa_length": 411,
          "cds_start": 290,
          "cds_end": null,
          "cds_length": 1236,
          "cdna_start": 935,
          "cdna_end": null,
          "cdna_length": 2301,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTMR14",
          "gene_hgnc_id": 26190,
          "hgvs_c": "c.365G>A",
          "hgvs_p": "p.Arg122Gln",
          "transcript": "NM_001400539.1",
          "protein_id": "NP_001387468.1",
          "transcript_support_level": null,
          "aa_start": 122,
          "aa_end": null,
          "aa_length": 384,
          "cds_start": 365,
          "cds_end": null,
          "cds_length": 1155,
          "cdna_start": 949,
          "cdna_end": null,
          "cdna_length": 2159,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTMR14",
          "gene_hgnc_id": 26190,
          "hgvs_c": "c.365G>A",
          "hgvs_p": "p.Arg122Gln",
          "transcript": "NM_001400540.1",
          "protein_id": "NP_001387469.1",
          "transcript_support_level": null,
          "aa_start": 122,
          "aa_end": null,
          "aa_length": 384,
          "cds_start": 365,
          "cds_end": null,
          "cds_length": 1155,
          "cdna_start": 977,
          "cdna_end": null,
          "cdna_length": 2187,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTMR14",
          "gene_hgnc_id": 26190,
          "hgvs_c": "c.365G>A",
          "hgvs_p": "p.Arg122Gln",
          "transcript": "NM_001400541.1",
          "protein_id": "NP_001387470.1",
          "transcript_support_level": null,
          "aa_start": 122,
          "aa_end": null,
          "aa_length": 384,
          "cds_start": 365,
          "cds_end": null,
          "cds_length": 1155,
          "cdna_start": 1010,
          "cdna_end": null,
          "cdna_length": 2220,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTMR14",
          "gene_hgnc_id": 26190,
          "hgvs_c": "c.365G>A",
          "hgvs_p": "p.Arg122Gln",
          "transcript": "NM_001400542.1",
          "protein_id": "NP_001387471.1",
          "transcript_support_level": null,
          "aa_start": 122,
          "aa_end": null,
          "aa_length": 384,
          "cds_start": 365,
          "cds_end": null,
          "cds_length": 1155,
          "cdna_start": 1212,
          "cdna_end": null,
          "cdna_length": 2422,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTMR14",
          "gene_hgnc_id": 26190,
          "hgvs_c": "c.365G>A",
          "hgvs_p": "p.Arg122Gln",
          "transcript": "NM_001400543.1",
          "protein_id": "NP_001387472.1",
          "transcript_support_level": null,
          "aa_start": 122,
          "aa_end": null,
          "aa_length": 384,
          "cds_start": 365,
          "cds_end": null,
          "cds_length": 1155,
          "cdna_start": 771,
          "cdna_end": null,
          "cdna_length": 1981,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTMR14",
          "gene_hgnc_id": 26190,
          "hgvs_c": "c.146G>A",
          "hgvs_p": "p.Arg49Gln",
          "transcript": "NM_001400544.1",
          "protein_id": "NP_001387473.1",
          "transcript_support_level": null,
          "aa_start": 49,
          "aa_end": null,
          "aa_length": 363,
          "cds_start": 146,
          "cds_end": null,
          "cds_length": 1092,
          "cdna_start": 803,
          "cdna_end": null,
          "cdna_length": 2169,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTMR14",
          "gene_hgnc_id": 26190,
          "hgvs_c": "c.365G>A",
          "hgvs_p": "p.Arg122Gln",
          "transcript": "NM_001400545.1",
          "protein_id": "NP_001387474.1",
          "transcript_support_level": null,
          "aa_start": 122,
          "aa_end": null,
          "aa_length": 324,
          "cds_start": 365,
          "cds_end": null,
          "cds_length": 975,
          "cdna_start": 949,
          "cdna_end": null,
          "cdna_length": 1979,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTMR14",
          "gene_hgnc_id": 26190,
          "hgvs_c": "c.365G>A",
          "hgvs_p": "p.Arg122Gln",
          "transcript": "NM_001400546.1",
          "protein_id": "NP_001387475.1",
          "transcript_support_level": null,
          "aa_start": 122,
          "aa_end": null,
          "aa_length": 324,
          "cds_start": 365,
          "cds_end": null,
          "cds_length": 975,
          "cdna_start": 1010,
          "cdna_end": null,
          "cdna_length": 2040,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTMR14",
          "gene_hgnc_id": 26190,
          "hgvs_c": "c.146G>A",
          "hgvs_p": "p.Arg49Gln",
          "transcript": "NM_001400547.1",
          "protein_id": "NP_001387476.1",
          "transcript_support_level": null,
          "aa_start": 49,
          "aa_end": null,
          "aa_length": 311,
          "cds_start": 146,
          "cds_end": null,
          "cds_length": 936,
          "cdna_start": 940,
          "cdna_end": null,
          "cdna_length": 2150,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTMR14",
          "gene_hgnc_id": 26190,
          "hgvs_c": "c.146G>A",
          "hgvs_p": "p.Arg49Gln",
          "transcript": "NM_001400548.1",
          "protein_id": "NP_001387477.1",
          "transcript_support_level": null,
          "aa_start": 49,
          "aa_end": null,
          "aa_length": 311,
          "cds_start": 146,
          "cds_end": null,
          "cds_length": 936,
          "cdna_start": 864,
          "cdna_end": null,
          "cdna_length": 2074,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTMR14",
          "gene_hgnc_id": 26190,
          "hgvs_c": "c.290G>A",
          "hgvs_p": "p.Arg97Gln",
          "transcript": "NM_001400549.1",
          "protein_id": "NP_001387478.1",
          "transcript_support_level": null,
          "aa_start": 97,
          "aa_end": null,
          "aa_length": 299,
          "cds_start": 290,
          "cds_end": null,
          "cds_length": 900,
          "cdna_start": 935,
          "cdna_end": null,
          "cdna_length": 1965,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTMR14",
          "gene_hgnc_id": 26190,
          "hgvs_c": "c.269G>A",
          "hgvs_p": "p.Arg90Gln",
          "transcript": "ENST00000420925.5",
          "protein_id": "ENSP00000401993.1",
          "transcript_support_level": 2,
          "aa_start": 90,
          "aa_end": null,
          "aa_length": 292,
          "cds_start": 269,
          "cds_end": null,
          "cds_length": 879,
          "cdna_start": 403,
          "cdna_end": null,
          "cdna_length": 1427,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTMR14",
          "gene_hgnc_id": 26190,
          "hgvs_c": "c.146G>A",
          "hgvs_p": "p.Arg49Gln",
          "transcript": "NM_001400550.1",
          "protein_id": "NP_001387479.1",
          "transcript_support_level": null,
          "aa_start": 49,
          "aa_end": null,
          "aa_length": 251,
          "cds_start": 146,
          "cds_end": null,
          "cds_length": 756,
          "cdna_start": 694,
          "cdna_end": null,
          "cdna_length": 1724,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTMR14",
          "gene_hgnc_id": 26190,
          "hgvs_c": "c.323G>A",
          "hgvs_p": "p.Arg108Gln",
          "transcript": "ENST00000431250.1",
          "protein_id": "ENSP00000388746.1",
          "transcript_support_level": 4,
          "aa_start": 108,
          "aa_end": null,
          "aa_length": 153,
          "cds_start": 323,
          "cds_end": null,
          "cds_length": 462,
          "cdna_start": 414,
          "cdna_end": null,
          "cdna_length": 553,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTMR14",
          "gene_hgnc_id": 26190,
          "hgvs_c": "c.650G>A",
          "hgvs_p": "p.Arg217Gln",
          "transcript": "XM_017007041.2",
          "protein_id": "XP_016862530.1",
          "transcript_support_level": null,
          "aa_start": 217,
          "aa_end": null,
          "aa_length": 531,
          "cds_start": 650,
          "cds_end": null,
          "cds_length": 1596,
          "cdna_start": 862,
          "cdna_end": null,
          "cdna_length": 2228,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTMR14",
          "gene_hgnc_id": 26190,
          "hgvs_c": "c.644G>A",
          "hgvs_p": "p.Arg215Gln",
          "transcript": "XM_011534013.2",
          "protein_id": "XP_011532315.1",
          "transcript_support_level": null,
          "aa_start": 215,
          "aa_end": null,
          "aa_length": 529,
          "cds_start": 644,
          "cds_end": null,
          "cds_length": 1590,
          "cdna_start": 810,
          "cdna_end": null,
          "cdna_length": 2176,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTMR14",
          "gene_hgnc_id": 26190,
          "hgvs_c": "c.650G>A",
          "hgvs_p": "p.Arg217Gln",
          "transcript": "XM_047448719.1",
          "protein_id": "XP_047304675.1",
          "transcript_support_level": null,
          "aa_start": 217,
          "aa_end": null,
          "aa_length": 479,
          "cds_start": 650,
          "cds_end": null,
          "cds_length": 1440,
          "cdna_start": 862,
          "cdna_end": null,
          "cdna_length": 2072,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTMR14",
          "gene_hgnc_id": 26190,
          "hgvs_c": "n.*51G>A",
          "hgvs_p": null,
          "transcript": "ENST00000447144.5",
          "protein_id": "ENSP00000410761.1",
          "transcript_support_level": 2,
          "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": 1664,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTMR14",
          "gene_hgnc_id": 26190,
          "hgvs_c": "n.1011G>A",
          "hgvs_p": null,
          "transcript": "NR_174503.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": 2197,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTMR14",
          "gene_hgnc_id": 26190,
          "hgvs_c": "n.1086G>A",
          "hgvs_p": null,
          "transcript": "NR_174504.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": 2272,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTMR14",
          "gene_hgnc_id": 26190,
          "hgvs_c": "n.694G>A",
          "hgvs_p": null,
          "transcript": "NR_174505.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": 1880,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTMR14",
          "gene_hgnc_id": 26190,
          "hgvs_c": "n.874G>A",
          "hgvs_p": null,
          "transcript": "NR_174506.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": 2060,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTMR14",
          "gene_hgnc_id": 26190,
          "hgvs_c": "n.940G>A",
          "hgvs_p": null,
          "transcript": "NR_174507.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": 2126,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTMR14",
          "gene_hgnc_id": 26190,
          "hgvs_c": "n.940G>A",
          "hgvs_p": null,
          "transcript": "NR_174508.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": 1970,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTMR14",
          "gene_hgnc_id": 26190,
          "hgvs_c": "n.840G>A",
          "hgvs_p": null,
          "transcript": "NR_174509.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": 2026,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTMR14",
          "gene_hgnc_id": 26190,
          "hgvs_c": "n.937G>A",
          "hgvs_p": null,
          "transcript": "NR_174510.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": 2123,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTMR14",
          "gene_hgnc_id": 26190,
          "hgvs_c": "n.1010G>A",
          "hgvs_p": null,
          "transcript": "NR_174511.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": 2196,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTMR14",
          "gene_hgnc_id": 26190,
          "hgvs_c": "n.1086G>A",
          "hgvs_p": null,
          "transcript": "XR_007095717.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": 4267,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTMR14",
          "gene_hgnc_id": 26190,
          "hgvs_c": "n.1086G>A",
          "hgvs_p": null,
          "transcript": "XR_007095718.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": 4087,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTMR14",
          "gene_hgnc_id": 26190,
          "hgvs_c": "n.1050G>A",
          "hgvs_p": null,
          "transcript": "XR_007095719.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": 4051,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTMR14",
          "gene_hgnc_id": 26190,
          "hgvs_c": "n.*51G>A",
          "hgvs_p": null,
          "transcript": "ENST00000447144.5",
          "protein_id": "ENSP00000410761.1",
          "transcript_support_level": 2,
          "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": 1664,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "MTMR14",
      "gene_hgnc_id": 26190,
      "dbsnp": "rs121434509",
      "frequency_reference_population": 0.0000041042704,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 6,
      "gnomad_exomes_af": 0.00000410427,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": 6,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.9594197869300842,
      "computational_prediction_selected": "Pathogenic",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0.11999999731779099,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.952,
      "revel_prediction": "Pathogenic",
      "alphamissense_score": 0.9977,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.46,
      "bayesdelnoaf_prediction": "Pathogenic",
      "phylop100way_score": 8.887,
      "phylop100way_prediction": "Pathogenic",
      "spliceai_max_score": 0.12,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": 6,
      "acmg_classification": "Likely_pathogenic",
      "acmg_criteria": "PM2,PP3_Strong",
      "acmg_by_gene": [
        {
          "score": 6,
          "benign_score": 0,
          "pathogenic_score": 6,
          "criteria": [
            "PM2",
            "PP3_Strong"
          ],
          "verdict": "Likely_pathogenic",
          "transcript": "ENST00000296003.9",
          "gene_symbol": "MTMR14",
          "hgnc_id": 26190,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.1007G>A",
          "hgvs_p": "p.Arg336Gln"
        }
      ],
      "clinvar_disease": " AUTOSOMAL DOMINANT, CENTRONUCLEAR, MODIFIER OF,MYOPATHY,not provided",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "phenotype_combined": "MYOPATHY, CENTRONUCLEAR, AUTOSOMAL DOMINANT, MODIFIER OF|not provided",
      "pathogenicity_classification_combined": "Uncertain significance",
      "custom_annotations": null
    }
  ],
  "message": null
}