← 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: 5-139329372-C-G (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "5",
      "pos": 139329372,
      "ref": "C",
      "alt": "G",
      "effect": "missense_variant",
      "transcript": "NM_001400441.1",
      "consequences": [
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.2521C>G",
          "hgvs_p": "p.Arg841Gly",
          "transcript": "NM_018834.6",
          "protein_id": "NP_061322.2",
          "transcript_support_level": null,
          "aa_start": 841,
          "aa_end": null,
          "aa_length": 847,
          "cds_start": 2521,
          "cds_end": null,
          "cds_length": 2544,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000394805.8",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_018834.6"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.2521C>G",
          "hgvs_p": "p.Arg841Gly",
          "transcript": "ENST00000394805.8",
          "protein_id": "ENSP00000378284.3",
          "transcript_support_level": 1,
          "aa_start": 841,
          "aa_end": null,
          "aa_length": 847,
          "cds_start": 2521,
          "cds_end": null,
          "cds_length": 2544,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_018834.6",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000394805.8"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.2665C>G",
          "hgvs_p": "p.Arg889Gly",
          "transcript": "ENST00000502929.5",
          "protein_id": "ENSP00000422319.1",
          "transcript_support_level": 2,
          "aa_start": 889,
          "aa_end": null,
          "aa_length": 895,
          "cds_start": 2665,
          "cds_end": null,
          "cds_length": 2688,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000502929.5"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.2521C>G",
          "hgvs_p": "p.Arg841Gly",
          "transcript": "ENST00000618441.5",
          "protein_id": "ENSP00000482895.1",
          "transcript_support_level": 1,
          "aa_start": 841,
          "aa_end": null,
          "aa_length": 847,
          "cds_start": 2521,
          "cds_end": null,
          "cds_length": 2544,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000618441.5"
        },
        {
          "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": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "n.1974C>G",
          "hgvs_p": null,
          "transcript": "ENST00000502422.5",
          "protein_id": null,
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000502422.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "n.6241C>G",
          "hgvs_p": null,
          "transcript": "ENST00000505625.5",
          "protein_id": null,
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000505625.5"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.2665C>G",
          "hgvs_p": "p.Arg889Gly",
          "transcript": "NM_001400441.1",
          "protein_id": "NP_001387370.1",
          "transcript_support_level": null,
          "aa_start": 889,
          "aa_end": null,
          "aa_length": 895,
          "cds_start": 2665,
          "cds_end": null,
          "cds_length": 2688,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001400441.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.2665C>G",
          "hgvs_p": "p.Arg889Gly",
          "transcript": "NM_001400442.1",
          "protein_id": "NP_001387371.1",
          "transcript_support_level": null,
          "aa_start": 889,
          "aa_end": null,
          "aa_length": 895,
          "cds_start": 2665,
          "cds_end": null,
          "cds_length": 2688,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001400442.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.2665C>G",
          "hgvs_p": "p.Arg889Gly",
          "transcript": "NM_001400443.1",
          "protein_id": "NP_001387372.1",
          "transcript_support_level": null,
          "aa_start": 889,
          "aa_end": null,
          "aa_length": 895,
          "cds_start": 2665,
          "cds_end": null,
          "cds_length": 2688,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001400443.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.2665C>G",
          "hgvs_p": "p.Arg889Gly",
          "transcript": "NM_001400444.1",
          "protein_id": "NP_001387373.1",
          "transcript_support_level": null,
          "aa_start": 889,
          "aa_end": null,
          "aa_length": 895,
          "cds_start": 2665,
          "cds_end": null,
          "cds_length": 2688,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001400444.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.2665C>G",
          "hgvs_p": "p.Arg889Gly",
          "transcript": "NM_001400445.1",
          "protein_id": "NP_001387374.1",
          "transcript_support_level": null,
          "aa_start": 889,
          "aa_end": null,
          "aa_length": 895,
          "cds_start": 2665,
          "cds_end": null,
          "cds_length": 2688,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001400445.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.2665C>G",
          "hgvs_p": "p.Arg889Gly",
          "transcript": "ENST00000394800.6",
          "protein_id": "ENSP00000378279.2",
          "transcript_support_level": 5,
          "aa_start": 889,
          "aa_end": null,
          "aa_length": 895,
          "cds_start": 2665,
          "cds_end": null,
          "cds_length": 2688,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000394800.6"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.2665C>G",
          "hgvs_p": "p.Arg889Gly",
          "transcript": "ENST00000910014.1",
          "protein_id": "ENSP00000580073.1",
          "transcript_support_level": null,
          "aa_start": 889,
          "aa_end": null,
          "aa_length": 895,
          "cds_start": 2665,
          "cds_end": null,
          "cds_length": 2688,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000910014.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.2665C>G",
          "hgvs_p": "p.Arg889Gly",
          "transcript": "ENST00000910016.1",
          "protein_id": "ENSP00000580075.1",
          "transcript_support_level": null,
          "aa_start": 889,
          "aa_end": null,
          "aa_length": 895,
          "cds_start": 2665,
          "cds_end": null,
          "cds_length": 2688,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000910016.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.2665C>G",
          "hgvs_p": "p.Arg889Gly",
          "transcript": "ENST00000910028.1",
          "protein_id": "ENSP00000580087.1",
          "transcript_support_level": null,
          "aa_start": 889,
          "aa_end": null,
          "aa_length": 895,
          "cds_start": 2665,
          "cds_end": null,
          "cds_length": 2688,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000910028.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.2665C>G",
          "hgvs_p": "p.Arg889Gly",
          "transcript": "ENST00000928206.1",
          "protein_id": "ENSP00000598265.1",
          "transcript_support_level": null,
          "aa_start": 889,
          "aa_end": null,
          "aa_length": 895,
          "cds_start": 2665,
          "cds_end": null,
          "cds_length": 2688,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000928206.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.2665C>G",
          "hgvs_p": "p.Arg889Gly",
          "transcript": "ENST00000928207.1",
          "protein_id": "ENSP00000598266.1",
          "transcript_support_level": null,
          "aa_start": 889,
          "aa_end": null,
          "aa_length": 895,
          "cds_start": 2665,
          "cds_end": null,
          "cds_length": 2688,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000928207.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.2665C>G",
          "hgvs_p": "p.Arg889Gly",
          "transcript": "ENST00000955717.1",
          "protein_id": "ENSP00000625776.1",
          "transcript_support_level": null,
          "aa_start": 889,
          "aa_end": null,
          "aa_length": 895,
          "cds_start": 2665,
          "cds_end": null,
          "cds_length": 2688,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000955717.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.2659C>G",
          "hgvs_p": "p.Arg887Gly",
          "transcript": "ENST00000928208.1",
          "protein_id": "ENSP00000598267.1",
          "transcript_support_level": null,
          "aa_start": 887,
          "aa_end": null,
          "aa_length": 893,
          "cds_start": 2659,
          "cds_end": null,
          "cds_length": 2682,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000928208.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.2587C>G",
          "hgvs_p": "p.Arg863Gly",
          "transcript": "ENST00000910031.1",
          "protein_id": "ENSP00000580090.1",
          "transcript_support_level": null,
          "aa_start": 863,
          "aa_end": null,
          "aa_length": 869,
          "cds_start": 2587,
          "cds_end": null,
          "cds_length": 2610,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000910031.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.2566C>G",
          "hgvs_p": "p.Arg856Gly",
          "transcript": "ENST00000910020.1",
          "protein_id": "ENSP00000580079.1",
          "transcript_support_level": null,
          "aa_start": 856,
          "aa_end": null,
          "aa_length": 862,
          "cds_start": 2566,
          "cds_end": null,
          "cds_length": 2589,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000910020.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.2566C>G",
          "hgvs_p": "p.Arg856Gly",
          "transcript": "ENST00000955716.1",
          "protein_id": "ENSP00000625775.1",
          "transcript_support_level": null,
          "aa_start": 856,
          "aa_end": null,
          "aa_length": 862,
          "cds_start": 2566,
          "cds_end": null,
          "cds_length": 2589,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000955716.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.2521C>G",
          "hgvs_p": "p.Arg841Gly",
          "transcript": "NM_001194954.2",
          "protein_id": "NP_001181883.1",
          "transcript_support_level": null,
          "aa_start": 841,
          "aa_end": null,
          "aa_length": 847,
          "cds_start": 2521,
          "cds_end": null,
          "cds_length": 2544,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001194954.2"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.2521C>G",
          "hgvs_p": "p.Arg841Gly",
          "transcript": "NM_001194955.2",
          "protein_id": "NP_001181884.1",
          "transcript_support_level": null,
          "aa_start": 841,
          "aa_end": null,
          "aa_length": 847,
          "cds_start": 2521,
          "cds_end": null,
          "cds_length": 2544,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001194955.2"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.2521C>G",
          "hgvs_p": "p.Arg841Gly",
          "transcript": "NM_001400447.1",
          "protein_id": "NP_001387376.1",
          "transcript_support_level": null,
          "aa_start": 841,
          "aa_end": null,
          "aa_length": 847,
          "cds_start": 2521,
          "cds_end": null,
          "cds_length": 2544,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001400447.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.2521C>G",
          "hgvs_p": "p.Arg841Gly",
          "transcript": "NM_001400448.1",
          "protein_id": "NP_001387377.1",
          "transcript_support_level": null,
          "aa_start": 841,
          "aa_end": null,
          "aa_length": 847,
          "cds_start": 2521,
          "cds_end": null,
          "cds_length": 2544,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001400448.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.2521C>G",
          "hgvs_p": "p.Arg841Gly",
          "transcript": "NM_001400450.1",
          "protein_id": "NP_001387379.1",
          "transcript_support_level": null,
          "aa_start": 841,
          "aa_end": null,
          "aa_length": 847,
          "cds_start": 2521,
          "cds_end": null,
          "cds_length": 2544,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001400450.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.2521C>G",
          "hgvs_p": "p.Arg841Gly",
          "transcript": "NM_001400451.1",
          "protein_id": "NP_001387380.1",
          "transcript_support_level": null,
          "aa_start": 841,
          "aa_end": null,
          "aa_length": 847,
          "cds_start": 2521,
          "cds_end": null,
          "cds_length": 2544,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001400451.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.2521C>G",
          "hgvs_p": "p.Arg841Gly",
          "transcript": "NM_001400452.1",
          "protein_id": "NP_001387381.1",
          "transcript_support_level": null,
          "aa_start": 841,
          "aa_end": null,
          "aa_length": 847,
          "cds_start": 2521,
          "cds_end": null,
          "cds_length": 2544,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001400452.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.2521C>G",
          "hgvs_p": "p.Arg841Gly",
          "transcript": "NM_001400453.1",
          "protein_id": "NP_001387382.1",
          "transcript_support_level": null,
          "aa_start": 841,
          "aa_end": null,
          "aa_length": 847,
          "cds_start": 2521,
          "cds_end": null,
          "cds_length": 2544,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001400453.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.2521C>G",
          "hgvs_p": "p.Arg841Gly",
          "transcript": "NM_001400454.1",
          "protein_id": "NP_001387383.1",
          "transcript_support_level": null,
          "aa_start": 841,
          "aa_end": null,
          "aa_length": 847,
          "cds_start": 2521,
          "cds_end": null,
          "cds_length": 2544,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001400454.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.2521C>G",
          "hgvs_p": "p.Arg841Gly",
          "transcript": "NM_001400455.1",
          "protein_id": "NP_001387384.1",
          "transcript_support_level": null,
          "aa_start": 841,
          "aa_end": null,
          "aa_length": 847,
          "cds_start": 2521,
          "cds_end": null,
          "cds_length": 2544,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001400455.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.2521C>G",
          "hgvs_p": "p.Arg841Gly",
          "transcript": "NM_001400456.1",
          "protein_id": "NP_001387385.1",
          "transcript_support_level": null,
          "aa_start": 841,
          "aa_end": null,
          "aa_length": 847,
          "cds_start": 2521,
          "cds_end": null,
          "cds_length": 2544,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001400456.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.2521C>G",
          "hgvs_p": "p.Arg841Gly",
          "transcript": "NM_001400457.1",
          "protein_id": "NP_001387386.1",
          "transcript_support_level": null,
          "aa_start": 841,
          "aa_end": null,
          "aa_length": 847,
          "cds_start": 2521,
          "cds_end": null,
          "cds_length": 2544,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001400457.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.2521C>G",
          "hgvs_p": "p.Arg841Gly",
          "transcript": "NM_001400458.1",
          "protein_id": "NP_001387387.1",
          "transcript_support_level": null,
          "aa_start": 841,
          "aa_end": null,
          "aa_length": 847,
          "cds_start": 2521,
          "cds_end": null,
          "cds_length": 2544,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001400458.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.2521C>G",
          "hgvs_p": "p.Arg841Gly",
          "transcript": "NM_199189.3",
          "protein_id": "NP_954659.1",
          "transcript_support_level": null,
          "aa_start": 841,
          "aa_end": null,
          "aa_length": 847,
          "cds_start": 2521,
          "cds_end": null,
          "cds_length": 2544,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_199189.3"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.2521C>G",
          "hgvs_p": "p.Arg841Gly",
          "transcript": "ENST00000361059.7",
          "protein_id": "ENSP00000354346.4",
          "transcript_support_level": 2,
          "aa_start": 841,
          "aa_end": null,
          "aa_length": 847,
          "cds_start": 2521,
          "cds_end": null,
          "cds_length": 2544,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000361059.7"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.2521C>G",
          "hgvs_p": "p.Arg841Gly",
          "transcript": "ENST00000509990.5",
          "protein_id": "ENSP00000423533.1",
          "transcript_support_level": 2,
          "aa_start": 841,
          "aa_end": null,
          "aa_length": 847,
          "cds_start": 2521,
          "cds_end": null,
          "cds_length": 2544,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000509990.5"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.2521C>G",
          "hgvs_p": "p.Arg841Gly",
          "transcript": "ENST00000910013.1",
          "protein_id": "ENSP00000580072.1",
          "transcript_support_level": null,
          "aa_start": 841,
          "aa_end": null,
          "aa_length": 847,
          "cds_start": 2521,
          "cds_end": null,
          "cds_length": 2544,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000910013.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.2521C>G",
          "hgvs_p": "p.Arg841Gly",
          "transcript": "ENST00000910017.1",
          "protein_id": "ENSP00000580076.1",
          "transcript_support_level": null,
          "aa_start": 841,
          "aa_end": null,
          "aa_length": 847,
          "cds_start": 2521,
          "cds_end": null,
          "cds_length": 2544,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000910017.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.2521C>G",
          "hgvs_p": "p.Arg841Gly",
          "transcript": "ENST00000910019.1",
          "protein_id": "ENSP00000580078.1",
          "transcript_support_level": null,
          "aa_start": 841,
          "aa_end": null,
          "aa_length": 847,
          "cds_start": 2521,
          "cds_end": null,
          "cds_length": 2544,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000910019.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.2521C>G",
          "hgvs_p": "p.Arg841Gly",
          "transcript": "ENST00000928211.1",
          "protein_id": "ENSP00000598270.1",
          "transcript_support_level": null,
          "aa_start": 841,
          "aa_end": null,
          "aa_length": 847,
          "cds_start": 2521,
          "cds_end": null,
          "cds_length": 2544,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000928211.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.2521C>G",
          "hgvs_p": "p.Arg841Gly",
          "transcript": "ENST00000955715.1",
          "protein_id": "ENSP00000625774.1",
          "transcript_support_level": null,
          "aa_start": 841,
          "aa_end": null,
          "aa_length": 847,
          "cds_start": 2521,
          "cds_end": null,
          "cds_length": 2544,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000955715.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.2515C>G",
          "hgvs_p": "p.Arg839Gly",
          "transcript": "ENST00000910018.1",
          "protein_id": "ENSP00000580077.1",
          "transcript_support_level": null,
          "aa_start": 839,
          "aa_end": null,
          "aa_length": 845,
          "cds_start": 2515,
          "cds_end": null,
          "cds_length": 2538,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000910018.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.2515C>G",
          "hgvs_p": "p.Arg839Gly",
          "transcript": "ENST00000910021.1",
          "protein_id": "ENSP00000580080.1",
          "transcript_support_level": null,
          "aa_start": 839,
          "aa_end": null,
          "aa_length": 845,
          "cds_start": 2515,
          "cds_end": null,
          "cds_length": 2538,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000910021.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.2515C>G",
          "hgvs_p": "p.Arg839Gly",
          "transcript": "ENST00000910030.1",
          "protein_id": "ENSP00000580089.1",
          "transcript_support_level": null,
          "aa_start": 839,
          "aa_end": null,
          "aa_length": 845,
          "cds_start": 2515,
          "cds_end": null,
          "cds_length": 2538,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000910030.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.2497C>G",
          "hgvs_p": "p.Arg833Gly",
          "transcript": "ENST00000910024.1",
          "protein_id": "ENSP00000580083.1",
          "transcript_support_level": null,
          "aa_start": 833,
          "aa_end": null,
          "aa_length": 839,
          "cds_start": 2497,
          "cds_end": null,
          "cds_length": 2520,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000910024.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.2494C>G",
          "hgvs_p": "p.Arg832Gly",
          "transcript": "ENST00000910027.1",
          "protein_id": "ENSP00000580086.1",
          "transcript_support_level": null,
          "aa_start": 832,
          "aa_end": null,
          "aa_length": 838,
          "cds_start": 2494,
          "cds_end": null,
          "cds_length": 2517,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000910027.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.2443C>G",
          "hgvs_p": "p.Arg815Gly",
          "transcript": "ENST00000910022.1",
          "protein_id": "ENSP00000580081.1",
          "transcript_support_level": null,
          "aa_start": 815,
          "aa_end": null,
          "aa_length": 821,
          "cds_start": 2443,
          "cds_end": null,
          "cds_length": 2466,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000910022.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.2443C>G",
          "hgvs_p": "p.Arg815Gly",
          "transcript": "ENST00000928210.1",
          "protein_id": "ENSP00000598269.1",
          "transcript_support_level": null,
          "aa_start": 815,
          "aa_end": null,
          "aa_length": 821,
          "cds_start": 2443,
          "cds_end": null,
          "cds_length": 2466,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000928210.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.2395C>G",
          "hgvs_p": "p.Arg799Gly",
          "transcript": "ENST00000910026.1",
          "protein_id": "ENSP00000580085.1",
          "transcript_support_level": null,
          "aa_start": 799,
          "aa_end": null,
          "aa_length": 805,
          "cds_start": 2395,
          "cds_end": null,
          "cds_length": 2418,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000910026.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.2395C>G",
          "hgvs_p": "p.Arg799Gly",
          "transcript": "ENST00000955713.1",
          "protein_id": "ENSP00000625772.1",
          "transcript_support_level": null,
          "aa_start": 799,
          "aa_end": null,
          "aa_length": 805,
          "cds_start": 2395,
          "cds_end": null,
          "cds_length": 2418,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000955713.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.2380C>G",
          "hgvs_p": "p.Arg794Gly",
          "transcript": "ENST00000928209.1",
          "protein_id": "ENSP00000598268.1",
          "transcript_support_level": null,
          "aa_start": 794,
          "aa_end": null,
          "aa_length": 800,
          "cds_start": 2380,
          "cds_end": null,
          "cds_length": 2403,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000928209.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.2353C>G",
          "hgvs_p": "p.Arg785Gly",
          "transcript": "ENST00000910015.1",
          "protein_id": "ENSP00000580074.1",
          "transcript_support_level": null,
          "aa_start": 785,
          "aa_end": null,
          "aa_length": 791,
          "cds_start": 2353,
          "cds_end": null,
          "cds_length": 2376,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000910015.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.2353C>G",
          "hgvs_p": "p.Arg785Gly",
          "transcript": "ENST00000910029.1",
          "protein_id": "ENSP00000580088.1",
          "transcript_support_level": null,
          "aa_start": 785,
          "aa_end": null,
          "aa_length": 791,
          "cds_start": 2353,
          "cds_end": null,
          "cds_length": 2376,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000910029.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.2353C>G",
          "hgvs_p": "p.Arg785Gly",
          "transcript": "ENST00000955711.1",
          "protein_id": "ENSP00000625770.1",
          "transcript_support_level": null,
          "aa_start": 785,
          "aa_end": null,
          "aa_length": 791,
          "cds_start": 2353,
          "cds_end": null,
          "cds_length": 2376,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000955711.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.2311C>G",
          "hgvs_p": "p.Arg771Gly",
          "transcript": "ENST00000955714.1",
          "protein_id": "ENSP00000625773.1",
          "transcript_support_level": null,
          "aa_start": 771,
          "aa_end": null,
          "aa_length": 777,
          "cds_start": 2311,
          "cds_end": null,
          "cds_length": 2334,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000955714.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.2227C>G",
          "hgvs_p": "p.Arg743Gly",
          "transcript": "ENST00000955712.1",
          "protein_id": "ENSP00000625771.1",
          "transcript_support_level": null,
          "aa_start": 743,
          "aa_end": null,
          "aa_length": 749,
          "cds_start": 2227,
          "cds_end": null,
          "cds_length": 2250,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000955712.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.2176C>G",
          "hgvs_p": "p.Arg726Gly",
          "transcript": "ENST00000910025.1",
          "protein_id": "ENSP00000580084.1",
          "transcript_support_level": null,
          "aa_start": 726,
          "aa_end": null,
          "aa_length": 732,
          "cds_start": 2176,
          "cds_end": null,
          "cds_length": 2199,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000910025.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.1660C>G",
          "hgvs_p": "p.Arg554Gly",
          "transcript": "NM_001400459.1",
          "protein_id": "NP_001387388.1",
          "transcript_support_level": null,
          "aa_start": 554,
          "aa_end": null,
          "aa_length": 560,
          "cds_start": 1660,
          "cds_end": null,
          "cds_length": 1683,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001400459.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.1657C>G",
          "hgvs_p": "p.Arg553Gly",
          "transcript": "NM_001194956.2",
          "protein_id": "NP_001181885.1",
          "transcript_support_level": null,
          "aa_start": 553,
          "aa_end": null,
          "aa_length": 559,
          "cds_start": 1657,
          "cds_end": null,
          "cds_length": 1680,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001194956.2"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.1657C>G",
          "hgvs_p": "p.Arg553Gly",
          "transcript": "ENST00000503811.5",
          "protein_id": "ENSP00000423587.1",
          "transcript_support_level": 2,
          "aa_start": 553,
          "aa_end": null,
          "aa_length": 559,
          "cds_start": 1657,
          "cds_end": null,
          "cds_length": 1680,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000503811.5"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.1651C>G",
          "hgvs_p": "p.Arg551Gly",
          "transcript": "NM_001400460.1",
          "protein_id": "NP_001387389.1",
          "transcript_support_level": null,
          "aa_start": 551,
          "aa_end": null,
          "aa_length": 557,
          "cds_start": 1651,
          "cds_end": null,
          "cds_length": 1674,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001400460.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.1621C>G",
          "hgvs_p": "p.Arg541Gly",
          "transcript": "NM_001400461.1",
          "protein_id": "NP_001387390.1",
          "transcript_support_level": null,
          "aa_start": 541,
          "aa_end": null,
          "aa_length": 547,
          "cds_start": 1621,
          "cds_end": null,
          "cds_length": 1644,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001400461.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.1507C>G",
          "hgvs_p": "p.Arg503Gly",
          "transcript": "NM_001282278.2",
          "protein_id": "NP_001269207.1",
          "transcript_support_level": null,
          "aa_start": 503,
          "aa_end": null,
          "aa_length": 509,
          "cds_start": 1507,
          "cds_end": null,
          "cds_length": 1530,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001282278.2"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.1507C>G",
          "hgvs_p": "p.Arg503Gly",
          "transcript": "NM_001400462.1",
          "protein_id": "NP_001387391.1",
          "transcript_support_level": null,
          "aa_start": 503,
          "aa_end": null,
          "aa_length": 509,
          "cds_start": 1507,
          "cds_end": null,
          "cds_length": 1530,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001400462.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.1507C>G",
          "hgvs_p": "p.Arg503Gly",
          "transcript": "NM_001400463.1",
          "protein_id": "NP_001387392.1",
          "transcript_support_level": null,
          "aa_start": 503,
          "aa_end": null,
          "aa_length": 509,
          "cds_start": 1507,
          "cds_end": null,
          "cds_length": 1530,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001400463.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.1507C>G",
          "hgvs_p": "p.Arg503Gly",
          "transcript": "NM_001400464.1",
          "protein_id": "NP_001387393.1",
          "transcript_support_level": null,
          "aa_start": 503,
          "aa_end": null,
          "aa_length": 509,
          "cds_start": 1507,
          "cds_end": null,
          "cds_length": 1530,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001400464.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.1507C>G",
          "hgvs_p": "p.Arg503Gly",
          "transcript": "NM_001400465.1",
          "protein_id": "NP_001387394.1",
          "transcript_support_level": null,
          "aa_start": 503,
          "aa_end": null,
          "aa_length": 509,
          "cds_start": 1507,
          "cds_end": null,
          "cds_length": 1530,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001400465.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.1507C>G",
          "hgvs_p": "p.Arg503Gly",
          "transcript": "NM_001400466.1",
          "protein_id": "NP_001387395.1",
          "transcript_support_level": null,
          "aa_start": 503,
          "aa_end": null,
          "aa_length": 509,
          "cds_start": 1507,
          "cds_end": null,
          "cds_length": 1530,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001400466.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.1507C>G",
          "hgvs_p": "p.Arg503Gly",
          "transcript": "NM_001400467.1",
          "protein_id": "NP_001387396.1",
          "transcript_support_level": null,
          "aa_start": 503,
          "aa_end": null,
          "aa_length": 509,
          "cds_start": 1507,
          "cds_end": null,
          "cds_length": 1530,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001400467.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.1507C>G",
          "hgvs_p": "p.Arg503Gly",
          "transcript": "ENST00000502499.5",
          "protein_id": "ENSP00000426030.1",
          "transcript_support_level": 5,
          "aa_start": 503,
          "aa_end": null,
          "aa_length": 509,
          "cds_start": 1507,
          "cds_end": null,
          "cds_length": 1530,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000502499.5"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.1507C>G",
          "hgvs_p": "p.Arg503Gly",
          "transcript": "ENST00000504203.5",
          "protein_id": "ENSP00000421218.1",
          "transcript_support_level": 2,
          "aa_start": 503,
          "aa_end": null,
          "aa_length": 509,
          "cds_start": 1507,
          "cds_end": null,
          "cds_length": 1530,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000504203.5"
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.1423C>G",
          "hgvs_p": "p.Arg475Gly",
          "transcript": "ENST00000910023.1",
          "protein_id": "ENSP00000580082.1",
          "transcript_support_level": null,
          "aa_start": 475,
          "aa_end": null,
          "aa_length": 481,
          "cds_start": 1423,
          "cds_end": null,
          "cds_length": 1446,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000910023.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.*14C>G",
          "hgvs_p": null,
          "transcript": "ENST00000510056.5",
          "protein_id": "ENSP00000426743.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 794,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2385,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000510056.5"
        }
      ],
      "gene_symbol": "MATR3",
      "gene_hgnc_id": 6912,
      "dbsnp": "rs781050726",
      "frequency_reference_population": 0.00000342538,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 5,
      "gnomad_exomes_af": 0.00000342538,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": 5,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.13181403279304504,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0.009999999776482582,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.059,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.356,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.24,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 1.72,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0.01,
      "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": -4,
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "PM2,BP4_Moderate,BS2",
      "acmg_by_gene": [
        {
          "score": -4,
          "benign_score": 6,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Moderate",
            "BS2"
          ],
          "verdict": "Likely_benign",
          "transcript": "NM_001400441.1",
          "gene_symbol": "MATR3",
          "hgnc_id": 6912,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.2665C>G",
          "hgvs_p": "p.Arg889Gly"
        }
      ],
      "clinvar_disease": "Amyotrophic lateral sclerosis type 21",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "phenotype_combined": "Amyotrophic lateral sclerosis type 21",
      "pathogenicity_classification_combined": "Uncertain significance",
      "custom_annotations": null
    }
  ],
  "message": null
}