← 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
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 2,
          "criteria": [
            "PM2",
            "BP4_Moderate"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "MATR3",
          "hgnc_id": 6912,
          "hgvs_c": "c.460C>T",
          "hgvs_p": "p.Pro154Ser",
          "inheritance_mode": "AD",
          "pathogenic_score": 2,
          "score": 0,
          "transcript": "NM_001400441.1",
          "verdict": "Uncertain_significance"
        }
      ],
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,BP4_Moderate",
      "acmg_score": 0,
      "allele_count_reference_population": 3,
      "alphamissense_prediction": null,
      "alphamissense_score": 0.0755,
      "alt": "T",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.28,
      "chr": "5",
      "clinvar_classification": "Uncertain significance",
      "clinvar_disease": "Amyotrophic lateral sclerosis type 21",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "computational_prediction_selected": "Benign",
      "computational_score_selected": 0.20779597759246826,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 847,
          "aa_ref": "P",
          "aa_start": 154,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5069,
          "cdna_start": 703,
          "cds_end": null,
          "cds_length": 2544,
          "cds_start": 460,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "NM_018834.6",
          "gene_hgnc_id": 6912,
          "gene_symbol": "MATR3",
          "hgvs_c": "c.460C>T",
          "hgvs_p": "p.Pro154Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000394805.8",
          "protein_coding": true,
          "protein_id": "NP_061322.2",
          "strand": true,
          "transcript": "NM_018834.6",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 847,
          "aa_ref": "P",
          "aa_start": 154,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 5069,
          "cdna_start": 703,
          "cds_end": null,
          "cds_length": 2544,
          "cds_start": 460,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000394805.8",
          "gene_hgnc_id": 6912,
          "gene_symbol": "MATR3",
          "hgvs_c": "c.460C>T",
          "hgvs_p": "p.Pro154Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_018834.6",
          "protein_coding": true,
          "protein_id": "ENSP00000378284.3",
          "strand": true,
          "transcript": "ENST00000394805.8",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "P",
          "aa_start": 154,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 4373,
          "cdna_start": 1112,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 460,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000502929.5",
          "gene_hgnc_id": 6912,
          "gene_symbol": "MATR3",
          "hgvs_c": "c.460C>T",
          "hgvs_p": "p.Pro154Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000422319.1",
          "strand": true,
          "transcript": "ENST00000502929.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 847,
          "aa_ref": "P",
          "aa_start": 154,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4018,
          "cdna_start": 888,
          "cds_end": null,
          "cds_length": 2544,
          "cds_start": 460,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000618441.5",
          "gene_hgnc_id": 6912,
          "gene_symbol": "MATR3",
          "hgvs_c": "c.460C>T",
          "hgvs_p": "p.Pro154Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000482895.1",
          "strand": true,
          "transcript": "ENST00000618441.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "P",
          "aa_start": 154,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5242,
          "cdna_start": 732,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 460,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "NM_001400441.1",
          "gene_hgnc_id": 6912,
          "gene_symbol": "MATR3",
          "hgvs_c": "c.460C>T",
          "hgvs_p": "p.Pro154Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001387370.1",
          "strand": true,
          "transcript": "NM_001400441.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "P",
          "aa_start": 154,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5399,
          "cdna_start": 889,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 460,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001400442.1",
          "gene_hgnc_id": 6912,
          "gene_symbol": "MATR3",
          "hgvs_c": "c.460C>T",
          "hgvs_p": "p.Pro154Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001387371.1",
          "strand": true,
          "transcript": "NM_001400442.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "P",
          "aa_start": 154,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5238,
          "cdna_start": 728,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 460,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "NM_001400443.1",
          "gene_hgnc_id": 6912,
          "gene_symbol": "MATR3",
          "hgvs_c": "c.460C>T",
          "hgvs_p": "p.Pro154Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001387372.1",
          "strand": true,
          "transcript": "NM_001400443.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "P",
          "aa_start": 154,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5522,
          "cdna_start": 1012,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 460,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001400444.1",
          "gene_hgnc_id": 6912,
          "gene_symbol": "MATR3",
          "hgvs_c": "c.460C>T",
          "hgvs_p": "p.Pro154Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001387373.1",
          "strand": true,
          "transcript": "NM_001400444.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "P",
          "aa_start": 154,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6405,
          "cdna_start": 1895,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 460,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "NM_001400445.1",
          "gene_hgnc_id": 6912,
          "gene_symbol": "MATR3",
          "hgvs_c": "c.460C>T",
          "hgvs_p": "p.Pro154Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001387374.1",
          "strand": true,
          "transcript": "NM_001400445.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "P",
          "aa_start": 154,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5513,
          "cdna_start": 1009,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 460,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000394800.6",
          "gene_hgnc_id": 6912,
          "gene_symbol": "MATR3",
          "hgvs_c": "c.460C>T",
          "hgvs_p": "p.Pro154Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000378279.2",
          "strand": true,
          "transcript": "ENST00000394800.6",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "P",
          "aa_start": 154,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5028,
          "cdna_start": 833,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 460,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000910014.1",
          "gene_hgnc_id": 6912,
          "gene_symbol": "MATR3",
          "hgvs_c": "c.460C>T",
          "hgvs_p": "p.Pro154Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000580073.1",
          "strand": true,
          "transcript": "ENST00000910014.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "P",
          "aa_start": 154,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4018,
          "cdna_start": 744,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 460,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000910016.1",
          "gene_hgnc_id": 6912,
          "gene_symbol": "MATR3",
          "hgvs_c": "c.460C>T",
          "hgvs_p": "p.Pro154Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000580075.1",
          "strand": true,
          "transcript": "ENST00000910016.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "P",
          "aa_start": 154,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3998,
          "cdna_start": 722,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 460,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000910028.1",
          "gene_hgnc_id": 6912,
          "gene_symbol": "MATR3",
          "hgvs_c": "c.460C>T",
          "hgvs_p": "p.Pro154Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000580087.1",
          "strand": true,
          "transcript": "ENST00000910028.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "P",
          "aa_start": 154,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4113,
          "cdna_start": 725,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 460,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000928206.1",
          "gene_hgnc_id": 6912,
          "gene_symbol": "MATR3",
          "hgvs_c": "c.460C>T",
          "hgvs_p": "p.Pro154Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000598265.1",
          "strand": true,
          "transcript": "ENST00000928206.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "P",
          "aa_start": 154,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4046,
          "cdna_start": 772,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 460,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000928207.1",
          "gene_hgnc_id": 6912,
          "gene_symbol": "MATR3",
          "hgvs_c": "c.460C>T",
          "hgvs_p": "p.Pro154Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000598266.1",
          "strand": true,
          "transcript": "ENST00000928207.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "P",
          "aa_start": 154,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3324,
          "cdna_start": 735,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 460,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000955717.1",
          "gene_hgnc_id": 6912,
          "gene_symbol": "MATR3",
          "hgvs_c": "c.460C>T",
          "hgvs_p": "p.Pro154Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000625776.1",
          "strand": true,
          "transcript": "ENST00000955717.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 893,
          "aa_ref": "P",
          "aa_start": 154,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3989,
          "cdna_start": 723,
          "cds_end": null,
          "cds_length": 2682,
          "cds_start": 460,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000928208.1",
          "gene_hgnc_id": 6912,
          "gene_symbol": "MATR3",
          "hgvs_c": "c.460C>T",
          "hgvs_p": "p.Pro154Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000598267.1",
          "strand": true,
          "transcript": "ENST00000928208.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 869,
          "aa_ref": "P",
          "aa_start": 154,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3280,
          "cdna_start": 737,
          "cds_end": null,
          "cds_length": 2610,
          "cds_start": 460,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000910031.1",
          "gene_hgnc_id": 6912,
          "gene_symbol": "MATR3",
          "hgvs_c": "c.460C>T",
          "hgvs_p": "p.Pro154Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000580090.1",
          "strand": true,
          "transcript": "ENST00000910031.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 862,
          "aa_ref": "P",
          "aa_start": 154,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3899,
          "cdna_start": 757,
          "cds_end": null,
          "cds_length": 2589,
          "cds_start": 460,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000910020.1",
          "gene_hgnc_id": 6912,
          "gene_symbol": "MATR3",
          "hgvs_c": "c.460C>T",
          "hgvs_p": "p.Pro154Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000580079.1",
          "strand": true,
          "transcript": "ENST00000910020.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 862,
          "aa_ref": "P",
          "aa_start": 154,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3830,
          "cdna_start": 698,
          "cds_end": null,
          "cds_length": 2589,
          "cds_start": 460,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000955716.1",
          "gene_hgnc_id": 6912,
          "gene_symbol": "MATR3",
          "hgvs_c": "c.460C>T",
          "hgvs_p": "p.Pro154Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000625775.1",
          "strand": true,
          "transcript": "ENST00000955716.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 847,
          "aa_ref": "P",
          "aa_start": 154,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5173,
          "cdna_start": 807,
          "cds_end": null,
          "cds_length": 2544,
          "cds_start": 460,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NM_001194954.2",
          "gene_hgnc_id": 6912,
          "gene_symbol": "MATR3",
          "hgvs_c": "c.460C>T",
          "hgvs_p": "p.Pro154Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001181883.1",
          "strand": true,
          "transcript": "NM_001194954.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 847,
          "aa_ref": "P",
          "aa_start": 154,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5292,
          "cdna_start": 926,
          "cds_end": null,
          "cds_length": 2544,
          "cds_start": 460,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "NM_001194955.2",
          "gene_hgnc_id": 6912,
          "gene_symbol": "MATR3",
          "hgvs_c": "c.460C>T",
          "hgvs_p": "p.Pro154Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001181884.1",
          "strand": true,
          "transcript": "NM_001194955.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 847,
          "aa_ref": "P",
          "aa_start": 154,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5217,
          "cdna_start": 851,
          "cds_end": null,
          "cds_length": 2544,
          "cds_start": 460,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NM_001400447.1",
          "gene_hgnc_id": 6912,
          "gene_symbol": "MATR3",
          "hgvs_c": "c.460C>T",
          "hgvs_p": "p.Pro154Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001387376.1",
          "strand": true,
          "transcript": "NM_001400447.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 847,
          "aa_ref": "P",
          "aa_start": 154,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5378,
          "cdna_start": 1012,
          "cds_end": null,
          "cds_length": 2544,
          "cds_start": 460,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001400448.1",
          "gene_hgnc_id": 6912,
          "gene_symbol": "MATR3",
          "hgvs_c": "c.460C>T",
          "hgvs_p": "p.Pro154Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001387377.1",
          "strand": true,
          "transcript": "NM_001400448.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 847,
          "aa_ref": "P",
          "aa_start": 154,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5259,
          "cdna_start": 893,
          "cds_end": null,
          "cds_length": 2544,
          "cds_start": 460,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001400450.1",
          "gene_hgnc_id": 6912,
          "gene_symbol": "MATR3",
          "hgvs_c": "c.460C>T",
          "hgvs_p": "p.Pro154Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001387379.1",
          "strand": true,
          "transcript": "NM_001400450.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 847,
          "aa_ref": "P",
          "aa_start": 154,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5382,
          "cdna_start": 1016,
          "cds_end": null,
          "cds_length": 2544,
          "cds_start": 460,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001400451.1",
          "gene_hgnc_id": 6912,
          "gene_symbol": "MATR3",
          "hgvs_c": "c.460C>T",
          "hgvs_p": "p.Pro154Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001387380.1",
          "strand": true,
          "transcript": "NM_001400451.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 847,
          "aa_ref": "P",
          "aa_start": 154,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5502,
          "cdna_start": 1136,
          "cds_end": null,
          "cds_length": 2544,
          "cds_start": 460,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "NM_001400452.1",
          "gene_hgnc_id": 6912,
          "gene_symbol": "MATR3",
          "hgvs_c": "c.460C>T",
          "hgvs_p": "p.Pro154Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001387381.1",
          "strand": true,
          "transcript": "NM_001400452.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 847,
          "aa_ref": "P",
          "aa_start": 154,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5094,
          "cdna_start": 728,
          "cds_end": null,
          "cds_length": 2544,
          "cds_start": 460,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "NM_001400453.1",
          "gene_hgnc_id": 6912,
          "gene_symbol": "MATR3",
          "hgvs_c": "c.460C>T",
          "hgvs_p": "p.Pro154Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001387382.1",
          "strand": true,
          "transcript": "NM_001400453.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 847,
          "aa_ref": "P",
          "aa_start": 154,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5379,
          "cdna_start": 1013,
          "cds_end": null,
          "cds_length": 2544,
          "cds_start": 460,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001400454.1",
          "gene_hgnc_id": 6912,
          "gene_symbol": "MATR3",
          "hgvs_c": "c.460C>T",
          "hgvs_p": "p.Pro154Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001387383.1",
          "strand": true,
          "transcript": "NM_001400454.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 847,
          "aa_ref": "P",
          "aa_start": 154,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5444,
          "cdna_start": 1078,
          "cds_end": null,
          "cds_length": 2544,
          "cds_start": 460,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "NM_001400455.1",
          "gene_hgnc_id": 6912,
          "gene_symbol": "MATR3",
          "hgvs_c": "c.460C>T",
          "hgvs_p": "p.Pro154Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001387384.1",
          "strand": true,
          "transcript": "NM_001400455.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 847,
          "aa_ref": "P",
          "aa_start": 154,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6610,
          "cdna_start": 2244,
          "cds_end": null,
          "cds_length": 2544,
          "cds_start": 460,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "NM_001400456.1",
          "gene_hgnc_id": 6912,
          "gene_symbol": "MATR3",
          "hgvs_c": "c.460C>T",
          "hgvs_p": "p.Pro154Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001387385.1",
          "strand": true,
          "transcript": "NM_001400456.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 847,
          "aa_ref": "P",
          "aa_start": 154,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5880,
          "cdna_start": 1514,
          "cds_end": null,
          "cds_length": 2544,
          "cds_start": 460,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "NM_001400457.1",
          "gene_hgnc_id": 6912,
          "gene_symbol": "MATR3",
          "hgvs_c": "c.460C>T",
          "hgvs_p": "p.Pro154Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001387386.1",
          "strand": true,
          "transcript": "NM_001400457.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 847,
          "aa_ref": "P",
          "aa_start": 154,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5884,
          "cdna_start": 1518,
          "cds_end": null,
          "cds_length": 2544,
          "cds_start": 460,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "NM_001400458.1",
          "gene_hgnc_id": 6912,
          "gene_symbol": "MATR3",
          "hgvs_c": "c.460C>T",
          "hgvs_p": "p.Pro154Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001387387.1",
          "strand": true,
          "transcript": "NM_001400458.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 847,
          "aa_ref": "P",
          "aa_start": 154,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5255,
          "cdna_start": 889,
          "cds_end": null,
          "cds_length": 2544,
          "cds_start": 460,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_199189.3",
          "gene_hgnc_id": 6912,
          "gene_symbol": "MATR3",
          "hgvs_c": "c.460C>T",
          "hgvs_p": "p.Pro154Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_954659.1",
          "strand": true,
          "transcript": "NM_199189.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 847,
          "aa_ref": "P",
          "aa_start": 154,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3970,
          "cdna_start": 887,
          "cds_end": null,
          "cds_length": 2544,
          "cds_start": 460,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000361059.7",
          "gene_hgnc_id": 6912,
          "gene_symbol": "MATR3",
          "hgvs_c": "c.460C>T",
          "hgvs_p": "p.Pro154Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000354346.4",
          "strand": true,
          "transcript": "ENST00000361059.7",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 847,
          "aa_ref": "P",
          "aa_start": 154,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3249,
          "cdna_start": 1156,
          "cds_end": null,
          "cds_length": 2544,
          "cds_start": 460,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000509990.5",
          "gene_hgnc_id": 6912,
          "gene_symbol": "MATR3",
          "hgvs_c": "c.460C>T",
          "hgvs_p": "p.Pro154Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000423533.1",
          "strand": true,
          "transcript": "ENST00000509990.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 847,
          "aa_ref": "P",
          "aa_start": 154,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4877,
          "cdna_start": 826,
          "cds_end": null,
          "cds_length": 2544,
          "cds_start": 460,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000910013.1",
          "gene_hgnc_id": 6912,
          "gene_symbol": "MATR3",
          "hgvs_c": "c.460C>T",
          "hgvs_p": "p.Pro154Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000580072.1",
          "strand": true,
          "transcript": "ENST00000910013.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 847,
          "aa_ref": "P",
          "aa_start": 154,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3906,
          "cdna_start": 772,
          "cds_end": null,
          "cds_length": 2544,
          "cds_start": 460,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000910017.1",
          "gene_hgnc_id": 6912,
          "gene_symbol": "MATR3",
          "hgvs_c": "c.460C>T",
          "hgvs_p": "p.Pro154Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000580076.1",
          "strand": true,
          "transcript": "ENST00000910017.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 847,
          "aa_ref": "P",
          "aa_start": 154,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3861,
          "cdna_start": 761,
          "cds_end": null,
          "cds_length": 2544,
          "cds_start": 460,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000910019.1",
          "gene_hgnc_id": 6912,
          "gene_symbol": "MATR3",
          "hgvs_c": "c.460C>T",
          "hgvs_p": "p.Pro154Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000580078.1",
          "strand": true,
          "transcript": "ENST00000910019.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 847,
          "aa_ref": "P",
          "aa_start": 154,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4628,
          "cdna_start": 1496,
          "cds_end": null,
          "cds_length": 2544,
          "cds_start": 460,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000928211.1",
          "gene_hgnc_id": 6912,
          "gene_symbol": "MATR3",
          "hgvs_c": "c.460C>T",
          "hgvs_p": "p.Pro154Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000598270.1",
          "strand": true,
          "transcript": "ENST00000928211.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 847,
          "aa_ref": "P",
          "aa_start": 154,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3819,
          "cdna_start": 689,
          "cds_end": null,
          "cds_length": 2544,
          "cds_start": 460,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000955715.1",
          "gene_hgnc_id": 6912,
          "gene_symbol": "MATR3",
          "hgvs_c": "c.460C>T",
          "hgvs_p": "p.Pro154Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000625774.1",
          "strand": true,
          "transcript": "ENST00000955715.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 845,
          "aa_ref": "P",
          "aa_start": 154,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3861,
          "cdna_start": 737,
          "cds_end": null,
          "cds_length": 2538,
          "cds_start": 460,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000910018.1",
          "gene_hgnc_id": 6912,
          "gene_symbol": "MATR3",
          "hgvs_c": "c.460C>T",
          "hgvs_p": "p.Pro154Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000580077.1",
          "strand": true,
          "transcript": "ENST00000910018.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 845,
          "aa_ref": "P",
          "aa_start": 154,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3815,
          "cdna_start": 694,
          "cds_end": null,
          "cds_length": 2538,
          "cds_start": 460,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000910021.1",
          "gene_hgnc_id": 6912,
          "gene_symbol": "MATR3",
          "hgvs_c": "c.460C>T",
          "hgvs_p": "p.Pro154Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000580080.1",
          "strand": true,
          "transcript": "ENST00000910021.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 845,
          "aa_ref": "P",
          "aa_start": 154,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3781,
          "cdna_start": 703,
          "cds_end": null,
          "cds_length": 2538,
          "cds_start": 460,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000910030.1",
          "gene_hgnc_id": 6912,
          "gene_symbol": "MATR3",
          "hgvs_c": "c.460C>T",
          "hgvs_p": "p.Pro154Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000580089.1",
          "strand": true,
          "transcript": "ENST00000910030.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 839,
          "aa_ref": "P",
          "aa_start": 154,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3812,
          "cdna_start": 703,
          "cds_end": null,
          "cds_length": 2520,
          "cds_start": 460,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000910024.1",
          "gene_hgnc_id": 6912,
          "gene_symbol": "MATR3",
          "hgvs_c": "c.460C>T",
          "hgvs_p": "p.Pro154Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000580083.1",
          "strand": true,
          "transcript": "ENST00000910024.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 838,
          "aa_ref": "P",
          "aa_start": 154,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3757,
          "cdna_start": 713,
          "cds_end": null,
          "cds_length": 2517,
          "cds_start": 460,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000910027.1",
          "gene_hgnc_id": 6912,
          "gene_symbol": "MATR3",
          "hgvs_c": "c.460C>T",
          "hgvs_p": "p.Pro154Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000580086.1",
          "strand": true,
          "transcript": "ENST00000910027.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 821,
          "aa_ref": "P",
          "aa_start": 154,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3776,
          "cdna_start": 724,
          "cds_end": null,
          "cds_length": 2466,
          "cds_start": 460,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000910022.1",
          "gene_hgnc_id": 6912,
          "gene_symbol": "MATR3",
          "hgvs_c": "c.460C>T",
          "hgvs_p": "p.Pro154Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000580081.1",
          "strand": true,
          "transcript": "ENST00000910022.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 821,
          "aa_ref": "P",
          "aa_start": 154,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3709,
          "cdna_start": 687,
          "cds_end": null,
          "cds_length": 2466,
          "cds_start": 460,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000928210.1",
          "gene_hgnc_id": 6912,
          "gene_symbol": "MATR3",
          "hgvs_c": "c.460C>T",
          "hgvs_p": "p.Pro154Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000598269.1",
          "strand": true,
          "transcript": "ENST00000928210.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 805,
          "aa_ref": "P",
          "aa_start": 154,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3685,
          "cdna_start": 724,
          "cds_end": null,
          "cds_length": 2418,
          "cds_start": 460,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000910026.1",
          "gene_hgnc_id": 6912,
          "gene_symbol": "MATR3",
          "hgvs_c": "c.460C>T",
          "hgvs_p": "p.Pro154Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000580085.1",
          "strand": true,
          "transcript": "ENST00000910026.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 805,
          "aa_ref": "P",
          "aa_start": 154,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3701,
          "cdna_start": 730,
          "cds_end": null,
          "cds_length": 2418,
          "cds_start": 460,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000955713.1",
          "gene_hgnc_id": 6912,
          "gene_symbol": "MATR3",
          "hgvs_c": "c.460C>T",
          "hgvs_p": "p.Pro154Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000625772.1",
          "strand": true,
          "transcript": "ENST00000955713.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 800,
          "aa_ref": "P",
          "aa_start": 154,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3656,
          "cdna_start": 697,
          "cds_end": null,
          "cds_length": 2403,
          "cds_start": 460,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000928209.1",
          "gene_hgnc_id": 6912,
          "gene_symbol": "MATR3",
          "hgvs_c": "c.460C>T",
          "hgvs_p": "p.Pro154Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000598268.1",
          "strand": true,
          "transcript": "ENST00000928209.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 794,
          "aa_ref": "P",
          "aa_start": 154,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3040,
          "cdna_start": 713,
          "cds_end": null,
          "cds_length": 2385,
          "cds_start": 460,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000510056.5",
          "gene_hgnc_id": 6912,
          "gene_symbol": "MATR3",
          "hgvs_c": "c.460C>T",
          "hgvs_p": "p.Pro154Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000426743.1",
          "strand": true,
          "transcript": "ENST00000510056.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 791,
          "aa_ref": "P",
          "aa_start": 154,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3760,
          "cdna_start": 798,
          "cds_end": null,
          "cds_length": 2376,
          "cds_start": 460,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000910015.1",
          "gene_hgnc_id": 6912,
          "gene_symbol": "MATR3",
          "hgvs_c": "c.460C>T",
          "hgvs_p": "p.Pro154Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000580074.1",
          "strand": true,
          "transcript": "ENST00000910015.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 791,
          "aa_ref": "P",
          "aa_start": 154,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3621,
          "cdna_start": 692,
          "cds_end": null,
          "cds_length": 2376,
          "cds_start": 460,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000910029.1",
          "gene_hgnc_id": 6912,
          "gene_symbol": "MATR3",
          "hgvs_c": "c.460C>T",
          "hgvs_p": "p.Pro154Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000580088.1",
          "strand": true,
          "transcript": "ENST00000910029.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 791,
          "aa_ref": "P",
          "aa_start": 154,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3665,
          "cdna_start": 736,
          "cds_end": null,
          "cds_length": 2376,
          "cds_start": 460,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000955711.1",
          "gene_hgnc_id": 6912,
          "gene_symbol": "MATR3",
          "hgvs_c": "c.460C>T",
          "hgvs_p": "p.Pro154Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000625770.1",
          "strand": true,
          "transcript": "ENST00000955711.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 777,
          "aa_ref": "P",
          "aa_start": 154,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3576,
          "cdna_start": 692,
          "cds_end": null,
          "cds_length": 2334,
          "cds_start": 460,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000955714.1",
          "gene_hgnc_id": 6912,
          "gene_symbol": "MATR3",
          "hgvs_c": "c.460C>T",
          "hgvs_p": "p.Pro154Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000625773.1",
          "strand": true,
          "transcript": "ENST00000955714.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 749,
          "aa_ref": "P",
          "aa_start": 154,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3540,
          "cdna_start": 704,
          "cds_end": null,
          "cds_length": 2250,
          "cds_start": 460,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000955712.1",
          "gene_hgnc_id": 6912,
          "gene_symbol": "MATR3",
          "hgvs_c": "c.460C>T",
          "hgvs_p": "p.Pro154Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000625771.1",
          "strand": true,
          "transcript": "ENST00000955712.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 732,
          "aa_ref": "P",
          "aa_start": 154,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3490,
          "cdna_start": 707,
          "cds_end": null,
          "cds_length": 2199,
          "cds_start": 460,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000910025.1",
          "gene_hgnc_id": 6912,
          "gene_symbol": "MATR3",
          "hgvs_c": "c.460C>T",
          "hgvs_p": "p.Pro154Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000580084.1",
          "strand": true,
          "transcript": "ENST00000910025.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 481,
          "aa_ref": "P",
          "aa_start": 154,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2754,
          "cdna_start": 758,
          "cds_end": null,
          "cds_length": 1446,
          "cds_start": 460,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000910023.1",
          "gene_hgnc_id": 6912,
          "gene_symbol": "MATR3",
          "hgvs_c": "c.460C>T",
          "hgvs_p": "p.Pro154Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000580082.1",
          "strand": true,
          "transcript": "ENST00000910023.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 432,
          "aa_ref": "P",
          "aa_start": 154,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1530,
          "cdna_start": 690,
          "cds_end": null,
          "cds_length": 1300,
          "cds_start": 460,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000504045.5",
          "gene_hgnc_id": 6912,
          "gene_symbol": "MATR3",
          "hgvs_c": "c.460C>T",
          "hgvs_p": "p.Pro154Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000423290.1",
          "strand": true,
          "transcript": "ENST00000504045.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 560,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4290,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1683,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 18,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001400459.1",
          "gene_hgnc_id": 6912,
          "gene_symbol": "MATR3",
          "hgvs_c": "c.52-6800C>T",
          "hgvs_p": null,
          "intron_rank": 5,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001387388.1",
          "strand": true,
          "transcript": "NM_001400459.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 559,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4203,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1680,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 14,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001194956.2",
          "gene_hgnc_id": 6912,
          "gene_symbol": "MATR3",
          "hgvs_c": "c.49-6800C>T",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001181885.1",
          "strand": true,
          "transcript": "NM_001194956.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 559,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2518,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1680,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 14,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000503811.5",
          "gene_hgnc_id": 6912,
          "gene_symbol": "MATR3",
          "hgvs_c": "c.49-6800C>T",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000423587.1",
          "strand": true,
          "transcript": "ENST00000503811.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 557,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4310,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1674,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 17,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001400460.1",
          "gene_hgnc_id": 6912,
          "gene_symbol": "MATR3",
          "hgvs_c": "c.-102-6800C>T",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001387389.1",
          "strand": true,
          "transcript": "NM_001400460.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 547,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4005,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1644,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 15,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001400461.1",
          "gene_hgnc_id": 6912,
          "gene_symbol": "MATR3",
          "hgvs_c": "c.13-6800C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001387390.1",
          "strand": true,
          "transcript": "NM_001400461.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 509,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4166,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1530,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 17,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001282278.2",
          "gene_hgnc_id": 6912,
          "gene_symbol": "MATR3",
          "hgvs_c": "c.-102-6800C>T",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001269207.1",
          "strand": true,
          "transcript": "NM_001282278.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 509,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4104,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1530,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 16,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001400462.1",
          "gene_hgnc_id": 6912,
          "gene_symbol": "MATR3",
          "hgvs_c": "c.-40-7822C>T",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001387391.1",
          "strand": true,
          "transcript": "NM_001400462.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 509,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4289,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1530,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 18,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001400463.1",
          "gene_hgnc_id": 6912,
          "gene_symbol": "MATR3",
          "hgvs_c": "c.-102-6800C>T",
          "hgvs_p": null,
          "intron_rank": 5,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001387392.1",
          "strand": true,
          "transcript": "NM_001400463.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 509,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4084,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1530,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 16,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001400464.1",
          "gene_hgnc_id": 6912,
          "gene_symbol": "MATR3",
          "hgvs_c": "c.-102-6800C>T",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001387393.1",
          "strand": true,
          "transcript": "NM_001400464.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 509,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5644,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1530,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 15,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001400465.1",
          "gene_hgnc_id": 6912,
          "gene_symbol": "MATR3",
          "hgvs_c": "c.-102-6800C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001387394.1",
          "strand": true,
          "transcript": "NM_001400465.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 509,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5172,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1530,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 14,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001400466.1",
          "gene_hgnc_id": 6912,
          "gene_symbol": "MATR3",
          "hgvs_c": "c.-102-6800C>T",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001387395.1",
          "strand": true,
          "transcript": "NM_001400466.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 509,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5110,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1530,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 13,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001400467.1",
          "gene_hgnc_id": 6912,
          "gene_symbol": "MATR3",
          "hgvs_c": "c.-40-7822C>T",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001387396.1",
          "strand": true,
          "transcript": "NM_001400467.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 509,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2664,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1530,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 13,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000502499.5",
          "gene_hgnc_id": 6912,
          "gene_symbol": "MATR3",
          "hgvs_c": "c.-40-7822C>T",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000426030.1",
          "strand": true,
          "transcript": "ENST00000502499.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 509,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2243,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1530,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 17,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000504203.5",
          "gene_hgnc_id": 6912,
          "gene_symbol": "MATR3",
          "hgvs_c": "c.-102-6800C>T",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000421218.1",
          "strand": true,
          "transcript": "ENST00000504203.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 171,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 532,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 516,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 6,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000514528.5",
          "gene_hgnc_id": 6912,
          "gene_symbol": "MATR3",
          "hgvs_c": "c.121-6800C>T",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000427557.1",
          "strand": true,
          "transcript": "ENST00000514528.5",
          "transcript_support_level": 4
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 123,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 575,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 374,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 7,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000512876.5",
          "gene_hgnc_id": 6912,
          "gene_symbol": "MATR3",
          "hgvs_c": "c.-102-6800C>T",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000425150.1",
          "strand": true,
          "transcript": "ENST00000512876.5",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 120,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 447,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 365,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000511249.5",
          "gene_hgnc_id": 6912,
          "gene_symbol": "MATR3",
          "hgvs_c": "c.-13-9732C>T",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000422649.1",
          "strand": true,
          "transcript": "ENST00000511249.5",
          "transcript_support_level": 4
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 108,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 423,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 329,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 6,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000504311.5",
          "gene_hgnc_id": 6912,
          "gene_symbol": "MATR3",
          "hgvs_c": "c.-40-7822C>T",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000422700.1",
          "strand": true,
          "transcript": "ENST00000504311.5",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 85,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 444,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 258,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 5,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000513678.5",
          "gene_hgnc_id": 6912,
          "gene_symbol": "MATR3",
          "hgvs_c": "c.-60-6800C>T",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000424646.1",
          "strand": true,
          "transcript": "ENST00000513678.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 80,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 750,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 243,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 10,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000509644.5",
          "gene_hgnc_id": 6912,
          "gene_symbol": "MATR3",
          "hgvs_c": "c.-102-6800C>T",
          "hgvs_p": null,
          "intron_rank": 5,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000421666.1",
          "strand": true,
          "transcript": "ENST00000509644.5",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 24,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 580,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 75,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 5,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000506147.5",
          "gene_hgnc_id": 6912,
          "gene_symbol": "MATR3",
          "hgvs_c": "c.-102-6800C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000423521.2",
          "strand": true,
          "transcript": "ENST00000506147.5",
          "transcript_support_level": 4
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 5,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 579,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 20,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 6,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000512107.5",
          "gene_hgnc_id": 6912,
          "gene_symbol": "MATR3",
          "hgvs_c": "c.-40-7822C>T",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000423695.1",
          "strand": true,
          "transcript": "ENST00000512107.5",
          "transcript_support_level": 4
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2560,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 9,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000504643.5",
          "gene_hgnc_id": 6912,
          "gene_symbol": "MATR3",
          "hgvs_c": "n.47-6800C>T",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000504643.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 571,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 2,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000507860.1",
          "gene_hgnc_id": 6912,
          "gene_symbol": "MATR3",
          "hgvs_c": "n.32-6800C>T",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000507860.1",
          "transcript_support_level": 4
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 377,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 5,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000509918.5",
          "gene_hgnc_id": 6912,
          "gene_symbol": "MATR3",
          "hgvs_c": "n.64-6800C>T",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000509918.5",
          "transcript_support_level": 4
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 573,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 6,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000511978.5",
          "gene_hgnc_id": 6912,
          "gene_symbol": "MATR3",
          "hgvs_c": "n.57-6800C>T",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000511978.5",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 573,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 2,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000513121.1",
          "gene_hgnc_id": 6912,
          "gene_symbol": "MATR3",
          "hgvs_c": "n.91-6800C>T",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000513121.1",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 332,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1001,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 999,
          "cds_start": null,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_count": 8,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000515833.2",
          "gene_hgnc_id": 6912,
          "gene_symbol": "MATR3",
          "hgvs_c": "c.-222C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000422054.1",
          "strand": true,
          "transcript": "ENST00000515833.2",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 106,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 587,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 322,
          "cds_start": null,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_count": 3,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000514694.5",
          "gene_hgnc_id": 6912,
          "gene_symbol": "MATR3",
          "hgvs_c": "c.*138C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000422233.1",
          "strand": true,
          "transcript": "ENST00000514694.5",
          "transcript_support_level": 4
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 99,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 564,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 300,
          "cds_start": null,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_count": 2,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000514488.1",
          "gene_hgnc_id": 6912,
          "gene_symbol": "MATR3",
          "hgvs_c": "c.*160C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000426801.1",
          "strand": true,
          "transcript": "ENST00000514488.1",
          "transcript_support_level": 4
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 98,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 589,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 299,
          "cds_start": null,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_count": 3,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000502394.1",
          "gene_hgnc_id": 6912,
          "gene_symbol": "MATR3",
          "hgvs_c": "c.*161C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000427168.1",
          "strand": true,
          "transcript": "ENST00000502394.1",
          "transcript_support_level": 4
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 86,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 696,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 262,
          "cds_start": null,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_count": 2,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000503340.1",
          "gene_hgnc_id": 6912,
          "gene_symbol": "MATR3",
          "hgvs_c": "c.*198C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000422590.1",
          "strand": true,
          "transcript": "ENST00000503340.1",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 77,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 561,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 235,
          "cds_start": null,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_count": 2,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000508689.1",
          "gene_hgnc_id": 6912,
          "gene_symbol": "MATR3",
          "hgvs_c": "c.*225C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000422137.1",
          "strand": true,
          "transcript": "ENST00000508689.1",
          "transcript_support_level": 4
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 76,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 770,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 233,
          "cds_start": null,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_count": 2,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000504023.1",
          "gene_hgnc_id": 6912,
          "gene_symbol": "MATR3",
          "hgvs_c": "c.*227C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000421145.1",
          "strand": true,
          "transcript": "ENST00000504023.1",
          "transcript_support_level": 4
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs587777302",
      "effect": "missense_variant",
      "frequency_reference_population": 0.000001858918,
      "gene_hgnc_id": 6912,
      "gene_symbol": "MATR3",
      "gnomad_exomes_ac": 2,
      "gnomad_exomes_af": 0.00000136814,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_ac": 1,
      "gnomad_genomes_af": 0.00000657886,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 0,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": "Uncertain significance",
      "phenotype_combined": "Amyotrophic lateral sclerosis type 21",
      "phylop100way_prediction": "Benign",
      "phylop100way_score": 1.947,
      "pos": 139307875,
      "ref": "C",
      "revel_prediction": "Benign",
      "revel_score": 0.138,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0,
      "transcript": "NM_001400441.1"
    }
  ]
}
For research and educational, non-commercial use only. Not for clinical or diagnostic use. GeneBe does not provide medical advice. Data use for AI modeling is prohibited: if used, the cost is $0.001 per byte of downloaded uncompressed data.