← 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-139307875-C-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "5",
      "pos": 139307875,
      "ref": "C",
      "alt": "T",
      "effect": "missense_variant",
      "transcript": "ENST00000394805.8",
      "consequences": [
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.460C>T",
          "hgvs_p": "p.Pro154Ser",
          "transcript": "NM_018834.6",
          "protein_id": "NP_061322.2",
          "transcript_support_level": null,
          "aa_start": 154,
          "aa_end": null,
          "aa_length": 847,
          "cds_start": 460,
          "cds_end": null,
          "cds_length": 2544,
          "cdna_start": 703,
          "cdna_end": null,
          "cdna_length": 5069,
          "mane_select": "ENST00000394805.8",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.460C>T",
          "hgvs_p": "p.Pro154Ser",
          "transcript": "ENST00000394805.8",
          "protein_id": "ENSP00000378284.3",
          "transcript_support_level": 1,
          "aa_start": 154,
          "aa_end": null,
          "aa_length": 847,
          "cds_start": 460,
          "cds_end": null,
          "cds_length": 2544,
          "cdna_start": 703,
          "cdna_end": null,
          "cdna_length": 5069,
          "mane_select": "NM_018834.6",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.460C>T",
          "hgvs_p": "p.Pro154Ser",
          "transcript": "ENST00000502929.5",
          "protein_id": "ENSP00000422319.1",
          "transcript_support_level": 2,
          "aa_start": 154,
          "aa_end": null,
          "aa_length": 895,
          "cds_start": 460,
          "cds_end": null,
          "cds_length": 2688,
          "cdna_start": 1112,
          "cdna_end": null,
          "cdna_length": 4373,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.460C>T",
          "hgvs_p": "p.Pro154Ser",
          "transcript": "ENST00000618441.5",
          "protein_id": "ENSP00000482895.1",
          "transcript_support_level": 1,
          "aa_start": 154,
          "aa_end": null,
          "aa_length": 847,
          "cds_start": 460,
          "cds_end": null,
          "cds_length": 2544,
          "cdna_start": 888,
          "cdna_end": null,
          "cdna_length": 4018,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.460C>T",
          "hgvs_p": "p.Pro154Ser",
          "transcript": "NM_001400441.1",
          "protein_id": "NP_001387370.1",
          "transcript_support_level": null,
          "aa_start": 154,
          "aa_end": null,
          "aa_length": 895,
          "cds_start": 460,
          "cds_end": null,
          "cds_length": 2688,
          "cdna_start": 732,
          "cdna_end": null,
          "cdna_length": 5242,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.460C>T",
          "hgvs_p": "p.Pro154Ser",
          "transcript": "NM_001400442.1",
          "protein_id": "NP_001387371.1",
          "transcript_support_level": null,
          "aa_start": 154,
          "aa_end": null,
          "aa_length": 895,
          "cds_start": 460,
          "cds_end": null,
          "cds_length": 2688,
          "cdna_start": 889,
          "cdna_end": null,
          "cdna_length": 5399,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.460C>T",
          "hgvs_p": "p.Pro154Ser",
          "transcript": "NM_001400443.1",
          "protein_id": "NP_001387372.1",
          "transcript_support_level": null,
          "aa_start": 154,
          "aa_end": null,
          "aa_length": 895,
          "cds_start": 460,
          "cds_end": null,
          "cds_length": 2688,
          "cdna_start": 728,
          "cdna_end": null,
          "cdna_length": 5238,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.460C>T",
          "hgvs_p": "p.Pro154Ser",
          "transcript": "NM_001400444.1",
          "protein_id": "NP_001387373.1",
          "transcript_support_level": null,
          "aa_start": 154,
          "aa_end": null,
          "aa_length": 895,
          "cds_start": 460,
          "cds_end": null,
          "cds_length": 2688,
          "cdna_start": 1012,
          "cdna_end": null,
          "cdna_length": 5522,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.460C>T",
          "hgvs_p": "p.Pro154Ser",
          "transcript": "NM_001400445.1",
          "protein_id": "NP_001387374.1",
          "transcript_support_level": null,
          "aa_start": 154,
          "aa_end": null,
          "aa_length": 895,
          "cds_start": 460,
          "cds_end": null,
          "cds_length": 2688,
          "cdna_start": 1895,
          "cdna_end": null,
          "cdna_length": 6405,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.460C>T",
          "hgvs_p": "p.Pro154Ser",
          "transcript": "ENST00000394800.6",
          "protein_id": "ENSP00000378279.2",
          "transcript_support_level": 5,
          "aa_start": 154,
          "aa_end": null,
          "aa_length": 895,
          "cds_start": 460,
          "cds_end": null,
          "cds_length": 2688,
          "cdna_start": 1009,
          "cdna_end": null,
          "cdna_length": 5513,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.460C>T",
          "hgvs_p": "p.Pro154Ser",
          "transcript": "NM_001194954.2",
          "protein_id": "NP_001181883.1",
          "transcript_support_level": null,
          "aa_start": 154,
          "aa_end": null,
          "aa_length": 847,
          "cds_start": 460,
          "cds_end": null,
          "cds_length": 2544,
          "cdna_start": 807,
          "cdna_end": null,
          "cdna_length": 5173,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.460C>T",
          "hgvs_p": "p.Pro154Ser",
          "transcript": "NM_001194955.2",
          "protein_id": "NP_001181884.1",
          "transcript_support_level": null,
          "aa_start": 154,
          "aa_end": null,
          "aa_length": 847,
          "cds_start": 460,
          "cds_end": null,
          "cds_length": 2544,
          "cdna_start": 926,
          "cdna_end": null,
          "cdna_length": 5292,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.460C>T",
          "hgvs_p": "p.Pro154Ser",
          "transcript": "NM_001400447.1",
          "protein_id": "NP_001387376.1",
          "transcript_support_level": null,
          "aa_start": 154,
          "aa_end": null,
          "aa_length": 847,
          "cds_start": 460,
          "cds_end": null,
          "cds_length": 2544,
          "cdna_start": 851,
          "cdna_end": null,
          "cdna_length": 5217,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.460C>T",
          "hgvs_p": "p.Pro154Ser",
          "transcript": "NM_001400448.1",
          "protein_id": "NP_001387377.1",
          "transcript_support_level": null,
          "aa_start": 154,
          "aa_end": null,
          "aa_length": 847,
          "cds_start": 460,
          "cds_end": null,
          "cds_length": 2544,
          "cdna_start": 1012,
          "cdna_end": null,
          "cdna_length": 5378,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.460C>T",
          "hgvs_p": "p.Pro154Ser",
          "transcript": "NM_001400450.1",
          "protein_id": "NP_001387379.1",
          "transcript_support_level": null,
          "aa_start": 154,
          "aa_end": null,
          "aa_length": 847,
          "cds_start": 460,
          "cds_end": null,
          "cds_length": 2544,
          "cdna_start": 893,
          "cdna_end": null,
          "cdna_length": 5259,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.460C>T",
          "hgvs_p": "p.Pro154Ser",
          "transcript": "NM_001400451.1",
          "protein_id": "NP_001387380.1",
          "transcript_support_level": null,
          "aa_start": 154,
          "aa_end": null,
          "aa_length": 847,
          "cds_start": 460,
          "cds_end": null,
          "cds_length": 2544,
          "cdna_start": 1016,
          "cdna_end": null,
          "cdna_length": 5382,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.460C>T",
          "hgvs_p": "p.Pro154Ser",
          "transcript": "NM_001400452.1",
          "protein_id": "NP_001387381.1",
          "transcript_support_level": null,
          "aa_start": 154,
          "aa_end": null,
          "aa_length": 847,
          "cds_start": 460,
          "cds_end": null,
          "cds_length": 2544,
          "cdna_start": 1136,
          "cdna_end": null,
          "cdna_length": 5502,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.460C>T",
          "hgvs_p": "p.Pro154Ser",
          "transcript": "NM_001400453.1",
          "protein_id": "NP_001387382.1",
          "transcript_support_level": null,
          "aa_start": 154,
          "aa_end": null,
          "aa_length": 847,
          "cds_start": 460,
          "cds_end": null,
          "cds_length": 2544,
          "cdna_start": 728,
          "cdna_end": null,
          "cdna_length": 5094,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.460C>T",
          "hgvs_p": "p.Pro154Ser",
          "transcript": "NM_001400454.1",
          "protein_id": "NP_001387383.1",
          "transcript_support_level": null,
          "aa_start": 154,
          "aa_end": null,
          "aa_length": 847,
          "cds_start": 460,
          "cds_end": null,
          "cds_length": 2544,
          "cdna_start": 1013,
          "cdna_end": null,
          "cdna_length": 5379,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.460C>T",
          "hgvs_p": "p.Pro154Ser",
          "transcript": "NM_001400455.1",
          "protein_id": "NP_001387384.1",
          "transcript_support_level": null,
          "aa_start": 154,
          "aa_end": null,
          "aa_length": 847,
          "cds_start": 460,
          "cds_end": null,
          "cds_length": 2544,
          "cdna_start": 1078,
          "cdna_end": null,
          "cdna_length": 5444,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.460C>T",
          "hgvs_p": "p.Pro154Ser",
          "transcript": "NM_001400456.1",
          "protein_id": "NP_001387385.1",
          "transcript_support_level": null,
          "aa_start": 154,
          "aa_end": null,
          "aa_length": 847,
          "cds_start": 460,
          "cds_end": null,
          "cds_length": 2544,
          "cdna_start": 2244,
          "cdna_end": null,
          "cdna_length": 6610,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.460C>T",
          "hgvs_p": "p.Pro154Ser",
          "transcript": "NM_001400457.1",
          "protein_id": "NP_001387386.1",
          "transcript_support_level": null,
          "aa_start": 154,
          "aa_end": null,
          "aa_length": 847,
          "cds_start": 460,
          "cds_end": null,
          "cds_length": 2544,
          "cdna_start": 1514,
          "cdna_end": null,
          "cdna_length": 5880,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.460C>T",
          "hgvs_p": "p.Pro154Ser",
          "transcript": "NM_001400458.1",
          "protein_id": "NP_001387387.1",
          "transcript_support_level": null,
          "aa_start": 154,
          "aa_end": null,
          "aa_length": 847,
          "cds_start": 460,
          "cds_end": null,
          "cds_length": 2544,
          "cdna_start": 1518,
          "cdna_end": null,
          "cdna_length": 5884,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.460C>T",
          "hgvs_p": "p.Pro154Ser",
          "transcript": "NM_199189.3",
          "protein_id": "NP_954659.1",
          "transcript_support_level": null,
          "aa_start": 154,
          "aa_end": null,
          "aa_length": 847,
          "cds_start": 460,
          "cds_end": null,
          "cds_length": 2544,
          "cdna_start": 889,
          "cdna_end": null,
          "cdna_length": 5255,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.460C>T",
          "hgvs_p": "p.Pro154Ser",
          "transcript": "ENST00000361059.7",
          "protein_id": "ENSP00000354346.4",
          "transcript_support_level": 2,
          "aa_start": 154,
          "aa_end": null,
          "aa_length": 847,
          "cds_start": 460,
          "cds_end": null,
          "cds_length": 2544,
          "cdna_start": 887,
          "cdna_end": null,
          "cdna_length": 3970,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.460C>T",
          "hgvs_p": "p.Pro154Ser",
          "transcript": "ENST00000509990.5",
          "protein_id": "ENSP00000423533.1",
          "transcript_support_level": 2,
          "aa_start": 154,
          "aa_end": null,
          "aa_length": 847,
          "cds_start": 460,
          "cds_end": null,
          "cds_length": 2544,
          "cdna_start": 1156,
          "cdna_end": null,
          "cdna_length": 3249,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.460C>T",
          "hgvs_p": "p.Pro154Ser",
          "transcript": "ENST00000510056.5",
          "protein_id": "ENSP00000426743.1",
          "transcript_support_level": 5,
          "aa_start": 154,
          "aa_end": null,
          "aa_length": 794,
          "cds_start": 460,
          "cds_end": null,
          "cds_length": 2385,
          "cdna_start": 713,
          "cdna_end": null,
          "cdna_length": 3040,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.460C>T",
          "hgvs_p": "p.Pro154Ser",
          "transcript": "ENST00000504045.5",
          "protein_id": "ENSP00000423290.1",
          "transcript_support_level": 5,
          "aa_start": 154,
          "aa_end": null,
          "aa_length": 432,
          "cds_start": 460,
          "cds_end": null,
          "cds_length": 1300,
          "cdna_start": 690,
          "cdna_end": null,
          "cdna_length": 1530,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.52-6800C>T",
          "hgvs_p": null,
          "transcript": "NM_001400459.1",
          "protein_id": "NP_001387388.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 560,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1683,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4290,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.49-6800C>T",
          "hgvs_p": null,
          "transcript": "NM_001194956.2",
          "protein_id": "NP_001181885.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 559,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1680,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4203,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.49-6800C>T",
          "hgvs_p": null,
          "transcript": "ENST00000503811.5",
          "protein_id": "ENSP00000423587.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 559,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1680,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2518,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.-102-6800C>T",
          "hgvs_p": null,
          "transcript": "NM_001400460.1",
          "protein_id": "NP_001387389.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 557,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1674,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4310,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.13-6800C>T",
          "hgvs_p": null,
          "transcript": "NM_001400461.1",
          "protein_id": "NP_001387390.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 547,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1644,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4005,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.-102-6800C>T",
          "hgvs_p": null,
          "transcript": "NM_001282278.2",
          "protein_id": "NP_001269207.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 509,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1530,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4166,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.-40-7822C>T",
          "hgvs_p": null,
          "transcript": "NM_001400462.1",
          "protein_id": "NP_001387391.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 509,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1530,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4104,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.-102-6800C>T",
          "hgvs_p": null,
          "transcript": "NM_001400463.1",
          "protein_id": "NP_001387392.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 509,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1530,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4289,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.-102-6800C>T",
          "hgvs_p": null,
          "transcript": "NM_001400464.1",
          "protein_id": "NP_001387393.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 509,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1530,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4084,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.-102-6800C>T",
          "hgvs_p": null,
          "transcript": "NM_001400465.1",
          "protein_id": "NP_001387394.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 509,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1530,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5644,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.-102-6800C>T",
          "hgvs_p": null,
          "transcript": "NM_001400466.1",
          "protein_id": "NP_001387395.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 509,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1530,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5172,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.-40-7822C>T",
          "hgvs_p": null,
          "transcript": "NM_001400467.1",
          "protein_id": "NP_001387396.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 509,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1530,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5110,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.-40-7822C>T",
          "hgvs_p": null,
          "transcript": "ENST00000502499.5",
          "protein_id": "ENSP00000426030.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 509,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1530,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2664,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.-102-6800C>T",
          "hgvs_p": null,
          "transcript": "ENST00000504203.5",
          "protein_id": "ENSP00000421218.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 509,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1530,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2243,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.121-6800C>T",
          "hgvs_p": null,
          "transcript": "ENST00000514528.5",
          "protein_id": "ENSP00000427557.1",
          "transcript_support_level": 4,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 171,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 516,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 532,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.-102-6800C>T",
          "hgvs_p": null,
          "transcript": "ENST00000512876.5",
          "protein_id": "ENSP00000425150.1",
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 123,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 374,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 575,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.-13-9732C>T",
          "hgvs_p": null,
          "transcript": "ENST00000511249.5",
          "protein_id": "ENSP00000422649.1",
          "transcript_support_level": 4,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 120,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 365,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 447,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.-40-7822C>T",
          "hgvs_p": null,
          "transcript": "ENST00000504311.5",
          "protein_id": "ENSP00000422700.1",
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 108,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 329,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 423,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.-60-6800C>T",
          "hgvs_p": null,
          "transcript": "ENST00000513678.5",
          "protein_id": "ENSP00000424646.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 85,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 258,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 444,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.-102-6800C>T",
          "hgvs_p": null,
          "transcript": "ENST00000509644.5",
          "protein_id": "ENSP00000421666.1",
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 80,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 243,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 750,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.-102-6800C>T",
          "hgvs_p": null,
          "transcript": "ENST00000506147.5",
          "protein_id": "ENSP00000423521.2",
          "transcript_support_level": 4,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 24,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 75,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 580,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.-40-7822C>T",
          "hgvs_p": null,
          "transcript": "ENST00000512107.5",
          "protein_id": "ENSP00000423695.1",
          "transcript_support_level": 4,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 5,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 20,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 579,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "n.47-6800C>T",
          "hgvs_p": null,
          "transcript": "ENST00000504643.5",
          "protein_id": null,
          "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": 2560,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "n.32-6800C>T",
          "hgvs_p": null,
          "transcript": "ENST00000507860.1",
          "protein_id": null,
          "transcript_support_level": 4,
          "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": 571,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "n.64-6800C>T",
          "hgvs_p": null,
          "transcript": "ENST00000509918.5",
          "protein_id": null,
          "transcript_support_level": 4,
          "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": 377,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "n.57-6800C>T",
          "hgvs_p": null,
          "transcript": "ENST00000511978.5",
          "protein_id": null,
          "transcript_support_level": 3,
          "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": 573,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "n.91-6800C>T",
          "hgvs_p": null,
          "transcript": "ENST00000513121.1",
          "protein_id": null,
          "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": 573,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.-222C>T",
          "hgvs_p": null,
          "transcript": "ENST00000515833.2",
          "protein_id": "ENSP00000422054.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 332,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 999,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1001,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.*138C>T",
          "hgvs_p": null,
          "transcript": "ENST00000514694.5",
          "protein_id": "ENSP00000422233.1",
          "transcript_support_level": 4,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 106,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 322,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 587,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.*160C>T",
          "hgvs_p": null,
          "transcript": "ENST00000514488.1",
          "protein_id": "ENSP00000426801.1",
          "transcript_support_level": 4,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 99,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 300,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 564,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.*161C>T",
          "hgvs_p": null,
          "transcript": "ENST00000502394.1",
          "protein_id": "ENSP00000427168.1",
          "transcript_support_level": 4,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 98,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 299,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 589,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.*198C>T",
          "hgvs_p": null,
          "transcript": "ENST00000503340.1",
          "protein_id": "ENSP00000422590.1",
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 86,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 262,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 696,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.*225C>T",
          "hgvs_p": null,
          "transcript": "ENST00000508689.1",
          "protein_id": "ENSP00000422137.1",
          "transcript_support_level": 4,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 77,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 235,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 561,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATR3",
          "gene_hgnc_id": 6912,
          "hgvs_c": "c.*227C>T",
          "hgvs_p": null,
          "transcript": "ENST00000504023.1",
          "protein_id": "ENSP00000421145.1",
          "transcript_support_level": 4,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 76,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 233,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 770,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "MATR3",
      "gene_hgnc_id": 6912,
      "dbsnp": "rs587777302",
      "frequency_reference_population": 0.000001858918,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 3,
      "gnomad_exomes_af": 0.00000136814,
      "gnomad_genomes_af": 0.00000657886,
      "gnomad_exomes_ac": 2,
      "gnomad_genomes_ac": 1,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.20779597759246826,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.138,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.0755,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.28,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 1.947,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": 0,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,BP4_Moderate",
      "acmg_by_gene": [
        {
          "score": 0,
          "benign_score": 2,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Moderate"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "ENST00000394805.8",
          "gene_symbol": "MATR3",
          "hgnc_id": 6912,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.460C>T",
          "hgvs_p": "p.Pro154Ser"
        }
      ],
      "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
}