← 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: 15-63062599-G-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 19,
          "criteria": [
            "BP4_Moderate",
            "BP6_Very_Strong",
            "BP7",
            "BS1",
            "BS2"
          ],
          "effects": [
            "synonymous_variant"
          ],
          "gene_symbol": "TPM1",
          "hgnc_id": 12010,
          "hgvs_c": "c.852G>A",
          "hgvs_p": "p.Ala284Ala",
          "inheritance_mode": "AD",
          "pathogenic_score": 0,
          "score": -19,
          "transcript": "NM_001365778.1",
          "verdict": "Benign"
        }
      ],
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Moderate,BP6_Very_Strong,BP7,BS1,BS2",
      "acmg_score": -19,
      "allele_count_reference_population": 444,
      "alphamissense_prediction": null,
      "alphamissense_score": null,
      "alt": "A",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.36,
      "chr": "15",
      "clinvar_classification": "Benign/Likely benign",
      "clinvar_disease": "Cardiomyopathy,Cardiovascular phenotype,Hypertrophic cardiomyopathy,TPM1-related disorder,not provided,not specified",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "LB:6 B:1",
      "computational_prediction_selected": "Benign",
      "computational_score_selected": -0.36000001430511475,
      "computational_source_selected": "BayesDel_noAF",
      "consequences": [
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 284,
          "aa_ref": "A",
          "aa_start": 242,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1217,
          "cdna_start": 809,
          "cds_end": null,
          "cds_length": 855,
          "cds_start": 726,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 10,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "NM_001018005.2",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "c.726G>A",
          "hgvs_p": "p.Ala242Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000403994.9",
          "protein_coding": true,
          "protein_id": "NP_001018005.1",
          "strand": true,
          "transcript": "NM_001018005.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 284,
          "aa_ref": "A",
          "aa_start": 242,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 1217,
          "cdna_start": 809,
          "cds_end": null,
          "cds_length": 855,
          "cds_start": 726,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 10,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000403994.9",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "c.726G>A",
          "hgvs_p": "p.Ala242Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_001018005.2",
          "protein_coding": true,
          "protein_id": "ENSP00000385107.4",
          "strand": true,
          "transcript": "ENST00000403994.9",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 284,
          "aa_ref": "A",
          "aa_start": 242,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1670,
          "cdna_start": 798,
          "cds_end": null,
          "cds_length": 855,
          "cds_start": 726,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 9,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000267996.11",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "c.726G>A",
          "hgvs_p": "p.Ala242Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000267996.7",
          "strand": true,
          "transcript": "ENST00000267996.11",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 284,
          "aa_ref": "A",
          "aa_start": 242,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1295,
          "cdna_start": 924,
          "cds_end": null,
          "cds_length": 855,
          "cds_start": 726,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 10,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000288398.10",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "c.726G>A",
          "hgvs_p": "p.Ala242Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000288398.6",
          "strand": true,
          "transcript": "ENST00000288398.10",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 284,
          "aa_ref": "A",
          "aa_start": 242,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1717,
          "cdna_start": 871,
          "cds_end": null,
          "cds_length": 855,
          "cds_start": 726,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 9,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000358278.7",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "c.726G>A",
          "hgvs_p": "p.Ala242Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000351022.3",
          "strand": true,
          "transcript": "ENST00000358278.7",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 284,
          "aa_ref": "A",
          "aa_start": 242,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1097,
          "cdna_start": 726,
          "cds_end": null,
          "cds_length": 855,
          "cds_start": 726,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 10,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000560970.6",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "c.726G>A",
          "hgvs_p": "p.Ala242Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000453062.2",
          "strand": true,
          "transcript": "ENST00000560970.6",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 248,
          "aa_ref": "A",
          "aa_start": 206,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 943,
          "cdna_start": 723,
          "cds_end": null,
          "cds_length": 747,
          "cds_start": 618,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 8,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000404484.9",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "c.618G>A",
          "hgvs_p": "p.Ala206Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000384315.4",
          "strand": true,
          "transcript": "ENST00000404484.9",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 245,
          "aa_ref": "A",
          "aa_start": 206,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1160,
          "cdna_start": 705,
          "cds_end": null,
          "cds_length": 738,
          "cds_start": 618,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 8,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000317516.12",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "c.618G>A",
          "hgvs_p": "p.Ala206Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000322577.7",
          "strand": true,
          "transcript": "ENST00000317516.12",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 245,
          "aa_ref": "A",
          "aa_start": 206,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1564,
          "cdna_start": 755,
          "cds_end": null,
          "cds_length": 738,
          "cds_start": 618,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 8,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000334895.10",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "c.618G>A",
          "hgvs_p": "p.Ala206Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000334624.4",
          "strand": true,
          "transcript": "ENST00000334895.10",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 341,
          "aa_ref": "A",
          "aa_start": 242,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1304,
          "cdna_start": 805,
          "cds_end": null,
          "cds_length": 1026,
          "cds_start": 726,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 11,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000714017.1",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "c.726G>A",
          "hgvs_p": "p.Ala242Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000519307.1",
          "strand": true,
          "transcript": "ENST00000714017.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 326,
          "aa_ref": "A",
          "aa_start": 284,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1807,
          "cdna_start": 935,
          "cds_end": null,
          "cds_length": 981,
          "cds_start": 852,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 10,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "NM_001365778.1",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "c.852G>A",
          "hgvs_p": "p.Ala284Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001352707.1",
          "strand": true,
          "transcript": "NM_001365778.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 326,
          "aa_ref": "A",
          "aa_start": 284,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1343,
          "cdna_start": 935,
          "cds_end": null,
          "cds_length": 981,
          "cds_start": 852,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 11,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "NM_001407322.1",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "c.852G>A",
          "hgvs_p": "p.Ala284Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001394251.1",
          "strand": true,
          "transcript": "NM_001407322.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 326,
          "aa_ref": "A",
          "aa_start": 284,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1391,
          "cdna_start": 935,
          "cds_end": null,
          "cds_length": 981,
          "cds_start": 852,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 11,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "NM_001407323.1",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "c.852G>A",
          "hgvs_p": "p.Ala284Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001394252.1",
          "strand": true,
          "transcript": "NM_001407323.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 326,
          "aa_ref": "A",
          "aa_start": 284,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1145,
          "cdna_start": 935,
          "cds_end": null,
          "cds_length": 981,
          "cds_start": 852,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 10,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "NM_001407324.1",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "c.852G>A",
          "hgvs_p": "p.Ala284Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001394253.1",
          "strand": true,
          "transcript": "NM_001407324.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 326,
          "aa_ref": "A",
          "aa_start": 284,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1807,
          "cdna_start": 935,
          "cds_end": null,
          "cds_length": 981,
          "cds_start": 852,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 10,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000357980.9",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "c.852G>A",
          "hgvs_p": "p.Ala284Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000350667.4",
          "strand": true,
          "transcript": "ENST00000357980.9",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 326,
          "aa_ref": "A",
          "aa_start": 284,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1262,
          "cdna_start": 939,
          "cds_end": null,
          "cds_length": 981,
          "cds_start": 852,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 11,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000714013.1",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "c.852G>A",
          "hgvs_p": "p.Ala284Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000519303.1",
          "strand": true,
          "transcript": "ENST00000714013.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 326,
          "aa_ref": "A",
          "aa_start": 284,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1250,
          "cdna_start": 935,
          "cds_end": null,
          "cds_length": 981,
          "cds_start": 852,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 11,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000940176.1",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "c.852G>A",
          "hgvs_p": "p.Ala284Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000610235.1",
          "strand": true,
          "transcript": "ENST00000940176.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 317,
          "aa_ref": "A",
          "aa_start": 275,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1223,
          "cdna_start": 908,
          "cds_end": null,
          "cds_length": 954,
          "cds_start": 825,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 11,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000942076.1",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "c.825G>A",
          "hgvs_p": "p.Ala275Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000612135.1",
          "strand": true,
          "transcript": "ENST00000942076.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 316,
          "aa_ref": "A",
          "aa_start": 274,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1318,
          "cdna_start": 912,
          "cds_end": null,
          "cds_length": 951,
          "cds_start": 822,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 11,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000942072.1",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "c.822G>A",
          "hgvs_p": "p.Ala274Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000612131.1",
          "strand": true,
          "transcript": "ENST00000942072.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 311,
          "aa_ref": "A",
          "aa_start": 242,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2437,
          "cdna_start": 809,
          "cds_end": null,
          "cds_length": 936,
          "cds_start": 726,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 8,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "NM_001407325.1",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "c.726G>A",
          "hgvs_p": "p.Ala242Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001394254.1",
          "strand": true,
          "transcript": "NM_001407325.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 306,
          "aa_ref": "A",
          "aa_start": 264,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1245,
          "cdna_start": 930,
          "cds_end": null,
          "cds_length": 921,
          "cds_start": 792,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 10,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000893959.1",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "c.792G>A",
          "hgvs_p": "p.Ala264Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000564018.1",
          "strand": true,
          "transcript": "ENST00000893959.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 306,
          "aa_ref": "A",
          "aa_start": 264,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1190,
          "cdna_start": 875,
          "cds_end": null,
          "cds_length": 921,
          "cds_start": 792,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 10,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000893960.1",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "c.792G>A",
          "hgvs_p": "p.Ala264Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000564019.1",
          "strand": true,
          "transcript": "ENST00000893960.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 305,
          "aa_ref": "A",
          "aa_start": 263,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1183,
          "cdna_start": 868,
          "cds_end": null,
          "cds_length": 918,
          "cds_start": 789,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 11,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000942079.1",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "c.789G>A",
          "hgvs_p": "p.Ala263Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000612138.1",
          "strand": true,
          "transcript": "ENST00000942079.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 294,
          "aa_ref": "A",
          "aa_start": 242,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1760,
          "cdna_start": 809,
          "cds_end": null,
          "cds_length": 885,
          "cds_start": 726,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 10,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "NM_001407326.1",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "c.726G>A",
          "hgvs_p": "p.Ala242Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001394255.1",
          "strand": true,
          "transcript": "NM_001407326.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 287,
          "aa_ref": "A",
          "aa_start": 242,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1138,
          "cdna_start": 809,
          "cds_end": null,
          "cds_length": 864,
          "cds_start": 726,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 9,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "NM_001365777.1",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "c.726G>A",
          "hgvs_p": "p.Ala242Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001352706.1",
          "strand": true,
          "transcript": "NM_001365777.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 287,
          "aa_ref": "A",
          "aa_start": 242,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1138,
          "cdna_start": 809,
          "cds_end": null,
          "cds_length": 864,
          "cds_start": 726,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 9,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "NM_001407327.1",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "c.726G>A",
          "hgvs_p": "p.Ala242Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001394256.1",
          "strand": true,
          "transcript": "NM_001407327.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 287,
          "aa_ref": "A",
          "aa_start": 242,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1138,
          "cdna_start": 809,
          "cds_end": null,
          "cds_length": 864,
          "cds_start": 726,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 9,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "NM_001407328.1",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "c.726G>A",
          "hgvs_p": "p.Ala242Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001394257.1",
          "strand": true,
          "transcript": "NM_001407328.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 284,
          "aa_ref": "A",
          "aa_start": 242,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1265,
          "cdna_start": 809,
          "cds_end": null,
          "cds_length": 855,
          "cds_start": 726,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 10,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "NM_000366.6",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "c.726G>A",
          "hgvs_p": "p.Ala242Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_000357.3",
          "strand": true,
          "transcript": "NM_000366.6",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 284,
          "aa_ref": "A",
          "aa_start": 242,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1681,
          "cdna_start": 809,
          "cds_end": null,
          "cds_length": 855,
          "cds_start": 726,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 9,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "NM_001018004.2",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "c.726G>A",
          "hgvs_p": "p.Ala242Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001018004.1",
          "strand": true,
          "transcript": "NM_001018004.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 284,
          "aa_ref": "A",
          "aa_start": 242,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1681,
          "cdna_start": 809,
          "cds_end": null,
          "cds_length": 855,
          "cds_start": 726,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 9,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "NM_001018006.2",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "c.726G>A",
          "hgvs_p": "p.Ala242Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001018006.1",
          "strand": true,
          "transcript": "NM_001018006.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 284,
          "aa_ref": "A",
          "aa_start": 242,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1681,
          "cdna_start": 809,
          "cds_end": null,
          "cds_length": 855,
          "cds_start": 726,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 9,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "NM_001018007.2",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "c.726G>A",
          "hgvs_p": "p.Ala242Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001018007.1",
          "strand": true,
          "transcript": "NM_001018007.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 284,
          "aa_ref": "A",
          "aa_start": 242,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1681,
          "cdna_start": 809,
          "cds_end": null,
          "cds_length": 855,
          "cds_start": 726,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 9,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "NM_001018020.2",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "c.726G>A",
          "hgvs_p": "p.Ala242Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001018020.1",
          "strand": true,
          "transcript": "NM_001018020.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 284,
          "aa_ref": "A",
          "aa_start": 242,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1217,
          "cdna_start": 809,
          "cds_end": null,
          "cds_length": 855,
          "cds_start": 726,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 10,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "NM_001301244.2",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "c.726G>A",
          "hgvs_p": "p.Ala242Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001288173.1",
          "strand": true,
          "transcript": "NM_001301244.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 284,
          "aa_ref": "A",
          "aa_start": 242,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1265,
          "cdna_start": 809,
          "cds_end": null,
          "cds_length": 855,
          "cds_start": 726,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 10,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "NM_001365779.1",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "c.726G>A",
          "hgvs_p": "p.Ala242Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001352708.1",
          "strand": true,
          "transcript": "NM_001365779.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 284,
          "aa_ref": "A",
          "aa_start": 242,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1217,
          "cdna_start": 809,
          "cds_end": null,
          "cds_length": 855,
          "cds_start": 726,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 10,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "NM_001407329.1",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "c.726G>A",
          "hgvs_p": "p.Ala242Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001394258.1",
          "strand": true,
          "transcript": "NM_001407329.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 284,
          "aa_ref": "A",
          "aa_start": 242,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1019,
          "cdna_start": 809,
          "cds_end": null,
          "cds_length": 855,
          "cds_start": 726,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 9,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "NM_001407330.1",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "c.726G>A",
          "hgvs_p": "p.Ala242Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001394259.1",
          "strand": true,
          "transcript": "NM_001407330.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 284,
          "aa_ref": "A",
          "aa_start": 242,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1217,
          "cdna_start": 809,
          "cds_end": null,
          "cds_length": 855,
          "cds_start": 726,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 10,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "NM_001407331.1",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "c.726G>A",
          "hgvs_p": "p.Ala242Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001394260.1",
          "strand": true,
          "transcript": "NM_001407331.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 284,
          "aa_ref": "A",
          "aa_start": 242,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1019,
          "cdna_start": 809,
          "cds_end": null,
          "cds_length": 855,
          "cds_start": 726,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 9,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "NM_001407332.1",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "c.726G>A",
          "hgvs_p": "p.Ala242Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001394261.1",
          "strand": true,
          "transcript": "NM_001407332.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 284,
          "aa_ref": "A",
          "aa_start": 242,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2970,
          "cdna_start": 809,
          "cds_end": null,
          "cds_length": 855,
          "cds_start": 726,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 9,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "NM_001407333.1",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "c.726G>A",
          "hgvs_p": "p.Ala242Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001394262.1",
          "strand": true,
          "transcript": "NM_001407333.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 284,
          "aa_ref": "A",
          "aa_start": 242,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2970,
          "cdna_start": 809,
          "cds_end": null,
          "cds_length": 855,
          "cds_start": 726,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 9,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "NM_001407334.1",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "c.726G>A",
          "hgvs_p": "p.Ala242Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001394263.1",
          "strand": true,
          "transcript": "NM_001407334.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 284,
          "aa_ref": "A",
          "aa_start": 242,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1265,
          "cdna_start": 809,
          "cds_end": null,
          "cds_length": 855,
          "cds_start": 726,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 10,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "NM_001407335.1",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "c.726G>A",
          "hgvs_p": "p.Ala242Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001394264.1",
          "strand": true,
          "transcript": "NM_001407335.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 284,
          "aa_ref": "A",
          "aa_start": 242,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 933,
          "cdna_start": 786,
          "cds_end": null,
          "cds_length": 855,
          "cds_start": 726,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 9,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000559397.6",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "c.726G>A",
          "hgvs_p": "p.Ala242Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000452879.1",
          "strand": true,
          "transcript": "ENST00000559397.6",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 284,
          "aa_ref": "A",
          "aa_start": 242,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 977,
          "cdna_start": 798,
          "cds_end": null,
          "cds_length": 855,
          "cds_start": 726,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 9,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000559556.5",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "c.726G>A",
          "hgvs_p": "p.Ala242Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000453941.1",
          "strand": true,
          "transcript": "ENST00000559556.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 284,
          "aa_ref": "A",
          "aa_start": 242,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1100,
          "cdna_start": 779,
          "cds_end": null,
          "cds_length": 855,
          "cds_start": 726,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 10,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000561266.6",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "c.726G>A",
          "hgvs_p": "p.Ala242Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000453955.2",
          "strand": true,
          "transcript": "ENST00000561266.6",
          "transcript_support_level": 3
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 284,
          "aa_ref": "A",
          "aa_start": 242,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1390,
          "cdna_start": 1075,
          "cds_end": null,
          "cds_length": 855,
          "cds_start": 726,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 10,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000893958.1",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "c.726G>A",
          "hgvs_p": "p.Ala242Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000564017.1",
          "strand": true,
          "transcript": "ENST00000893958.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 284,
          "aa_ref": "A",
          "aa_start": 242,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1275,
          "cdna_start": 867,
          "cds_end": null,
          "cds_length": 855,
          "cds_start": 726,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 10,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000940173.1",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "c.726G>A",
          "hgvs_p": "p.Ala242Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000610232.1",
          "strand": true,
          "transcript": "ENST00000940173.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 283,
          "aa_ref": "A",
          "aa_start": 241,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1208,
          "cdna_start": 808,
          "cds_end": null,
          "cds_length": 852,
          "cds_start": 723,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 10,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000942074.1",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "c.723G>A",
          "hgvs_p": "p.Ala241Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000612133.1",
          "strand": true,
          "transcript": "ENST00000942074.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 282,
          "aa_ref": "A",
          "aa_start": 240,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1272,
          "cdna_start": 865,
          "cds_end": null,
          "cds_length": 849,
          "cds_start": 720,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 10,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000942070.1",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "c.720G>A",
          "hgvs_p": "p.Ala240Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000612129.1",
          "strand": true,
          "transcript": "ENST00000942070.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 282,
          "aa_ref": "A",
          "aa_start": 240,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1118,
          "cdna_start": 803,
          "cds_end": null,
          "cds_length": 849,
          "cds_start": 720,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 10,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000942075.1",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "c.720G>A",
          "hgvs_p": "p.Ala240Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000612134.1",
          "strand": true,
          "transcript": "ENST00000942075.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 281,
          "aa_ref": "A",
          "aa_start": 242,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2901,
          "cdna_start": 809,
          "cds_end": null,
          "cds_length": 846,
          "cds_start": 726,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 9,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "NM_001365776.1",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "c.726G>A",
          "hgvs_p": "p.Ala242Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001352705.1",
          "strand": true,
          "transcript": "NM_001365776.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 281,
          "aa_ref": "A",
          "aa_start": 242,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2901,
          "cdna_start": 809,
          "cds_end": null,
          "cds_length": 846,
          "cds_start": 726,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 9,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "NM_001407336.1",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "c.726G>A",
          "hgvs_p": "p.Ala242Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001394265.1",
          "strand": true,
          "transcript": "NM_001407336.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 281,
          "aa_ref": "A",
          "aa_start": 242,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2901,
          "cdna_start": 809,
          "cds_end": null,
          "cds_length": 846,
          "cds_start": 726,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 9,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "NM_001407337.1",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "c.726G>A",
          "hgvs_p": "p.Ala242Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001394266.1",
          "strand": true,
          "transcript": "NM_001407337.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 281,
          "aa_ref": "A",
          "aa_start": 242,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2901,
          "cdna_start": 809,
          "cds_end": null,
          "cds_length": 846,
          "cds_start": 726,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 9,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "NM_001407338.1",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "c.726G>A",
          "hgvs_p": "p.Ala242Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001394267.1",
          "strand": true,
          "transcript": "NM_001407338.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 281,
          "aa_ref": "A",
          "aa_start": 239,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1272,
          "cdna_start": 863,
          "cds_end": null,
          "cds_length": 846,
          "cds_start": 717,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 10,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000942068.1",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "c.717G>A",
          "hgvs_p": "p.Ala239Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000612127.1",
          "strand": true,
          "transcript": "ENST00000942068.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 281,
          "aa_ref": "A",
          "aa_start": 239,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1269,
          "cdna_start": 863,
          "cds_end": null,
          "cds_length": 846,
          "cds_start": 717,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 10,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000942069.1",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "c.717G>A",
          "hgvs_p": "p.Ala239Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000612128.1",
          "strand": true,
          "transcript": "ENST00000942069.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 280,
          "aa_ref": "A",
          "aa_start": 238,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1102,
          "cdna_start": 787,
          "cds_end": null,
          "cds_length": 843,
          "cds_start": 714,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 10,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000942080.1",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "c.714G>A",
          "hgvs_p": "p.Ala238Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000612139.1",
          "strand": true,
          "transcript": "ENST00000942080.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 277,
          "aa_ref": "A",
          "aa_start": 235,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1211,
          "cdna_start": 805,
          "cds_end": null,
          "cds_length": 834,
          "cds_start": 705,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 10,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000942071.1",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "c.705G>A",
          "hgvs_p": "p.Ala235Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000612130.1",
          "strand": true,
          "transcript": "ENST00000942071.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 275,
          "aa_ref": "A",
          "aa_start": 206,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2333,
          "cdna_start": 705,
          "cds_end": null,
          "cds_length": 828,
          "cds_start": 618,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "NM_001407340.1",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "c.618G>A",
          "hgvs_p": "p.Ala206Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001394269.1",
          "strand": true,
          "transcript": "NM_001407340.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 275,
          "aa_ref": "A",
          "aa_start": 206,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2333,
          "cdna_start": 705,
          "cds_end": null,
          "cds_length": 828,
          "cds_start": 618,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "NM_001407341.1",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "c.618G>A",
          "hgvs_p": "p.Ala206Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001394270.1",
          "strand": true,
          "transcript": "NM_001407341.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 275,
          "aa_ref": "A",
          "aa_start": 206,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 925,
          "cdna_start": 632,
          "cds_end": null,
          "cds_length": 828,
          "cds_start": 618,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000560959.5",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "c.618G>A",
          "hgvs_p": "p.Ala206Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000453724.1",
          "strand": true,
          "transcript": "ENST00000560959.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 263,
          "aa_ref": "A",
          "aa_start": 221,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1061,
          "cdna_start": 746,
          "cds_end": null,
          "cds_length": 792,
          "cds_start": 663,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 9,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000942077.1",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "c.663G>A",
          "hgvs_p": "p.Ala221Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000612136.1",
          "strand": true,
          "transcript": "ENST00000942077.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 254,
          "aa_ref": "A",
          "aa_start": 242,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1640,
          "cdna_start": 809,
          "cds_end": null,
          "cds_length": 765,
          "cds_start": 726,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 9,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000714014.1",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "c.726G>A",
          "hgvs_p": "p.Ala242Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000519304.1",
          "strand": true,
          "transcript": "ENST00000714014.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 251,
          "aa_ref": "A",
          "aa_start": 206,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1034,
          "cdna_start": 705,
          "cds_end": null,
          "cds_length": 756,
          "cds_start": 618,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 8,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "NM_001365780.1",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "c.618G>A",
          "hgvs_p": "p.Ala206Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001352709.1",
          "strand": true,
          "transcript": "NM_001365780.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 251,
          "aa_ref": "A",
          "aa_start": 206,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1034,
          "cdna_start": 705,
          "cds_end": null,
          "cds_length": 756,
          "cds_start": 618,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 8,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "NM_001407342.1",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "c.618G>A",
          "hgvs_p": "p.Ala206Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001394271.1",
          "strand": true,
          "transcript": "NM_001407342.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 248,
          "aa_ref": "A",
          "aa_start": 206,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1577,
          "cdna_start": 705,
          "cds_end": null,
          "cds_length": 747,
          "cds_start": 618,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 8,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "NM_001301289.2",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "c.618G>A",
          "hgvs_p": "p.Ala206Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001288218.1",
          "strand": true,
          "transcript": "NM_001301289.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 248,
          "aa_ref": "A",
          "aa_start": 206,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1577,
          "cdna_start": 705,
          "cds_end": null,
          "cds_length": 747,
          "cds_start": 618,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 8,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "NM_001330344.2",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "c.618G>A",
          "hgvs_p": "p.Ala206Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001317273.1",
          "strand": true,
          "transcript": "NM_001330344.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 248,
          "aa_ref": "A",
          "aa_start": 206,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1113,
          "cdna_start": 705,
          "cds_end": null,
          "cds_length": 747,
          "cds_start": 618,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 9,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "NM_001330346.2",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "c.618G>A",
          "hgvs_p": "p.Ala206Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001317275.1",
          "strand": true,
          "transcript": "NM_001330346.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 248,
          "aa_ref": "A",
          "aa_start": 206,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2866,
          "cdna_start": 705,
          "cds_end": null,
          "cds_length": 747,
          "cds_start": 618,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 8,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "NM_001365781.2",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "c.618G>A",
          "hgvs_p": "p.Ala206Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001352710.1",
          "strand": true,
          "transcript": "NM_001365781.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 248,
          "aa_ref": "A",
          "aa_start": 206,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2866,
          "cdna_start": 705,
          "cds_end": null,
          "cds_length": 747,
          "cds_start": 618,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 8,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "NM_001365782.1",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "c.618G>A",
          "hgvs_p": "p.Ala206Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001352711.1",
          "strand": true,
          "transcript": "NM_001365782.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 248,
          "aa_ref": "A",
          "aa_start": 206,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1113,
          "cdna_start": 705,
          "cds_end": null,
          "cds_length": 747,
          "cds_start": 618,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 9,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "NM_001407344.1",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "c.618G>A",
          "hgvs_p": "p.Ala206Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001394273.1",
          "strand": true,
          "transcript": "NM_001407344.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 248,
          "aa_ref": "A",
          "aa_start": 206,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1968,
          "cdna_start": 707,
          "cds_end": null,
          "cds_length": 747,
          "cds_start": 618,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 8,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000558910.3",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "c.618G>A",
          "hgvs_p": "p.Ala206Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000452830.2",
          "strand": true,
          "transcript": "ENST00000558910.3",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 248,
          "aa_ref": "A",
          "aa_start": 206,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 941,
          "cdna_start": 618,
          "cds_end": null,
          "cds_length": 747,
          "cds_start": 618,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 9,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000559281.6",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "c.618G>A",
          "hgvs_p": "p.Ala206Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000452658.1",
          "strand": true,
          "transcript": "ENST00000559281.6",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 245,
          "aa_ref": "A",
          "aa_start": 206,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2797,
          "cdna_start": 705,
          "cds_end": null,
          "cds_length": 738,
          "cds_start": 618,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 8,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "NM_001018008.2",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "c.618G>A",
          "hgvs_p": "p.Ala206Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001018008.1",
          "strand": true,
          "transcript": "NM_001018008.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 245,
          "aa_ref": "A",
          "aa_start": 206,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2797,
          "cdna_start": 705,
          "cds_end": null,
          "cds_length": 738,
          "cds_start": 618,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 8,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "NM_001330351.2",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "c.618G>A",
          "hgvs_p": "p.Ala206Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001317280.1",
          "strand": true,
          "transcript": "NM_001330351.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 244,
          "aa_ref": "A",
          "aa_start": 242,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1097,
          "cdna_start": 809,
          "cds_end": null,
          "cds_length": 735,
          "cds_start": 726,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 9,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000940174.1",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "c.726G>A",
          "hgvs_p": "p.Ala242Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000610233.1",
          "strand": true,
          "transcript": "ENST00000940174.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 244,
          "aa_ref": "A",
          "aa_start": 242,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1000,
          "cdna_start": 805,
          "cds_end": null,
          "cds_length": 735,
          "cds_start": 726,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 9,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000942078.1",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "c.726G>A",
          "hgvs_p": "p.Ala242Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000612137.1",
          "strand": true,
          "transcript": "ENST00000942078.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 242,
          "aa_ref": "A",
          "aa_start": 200,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1088,
          "cdna_start": 683,
          "cds_end": null,
          "cds_length": 729,
          "cds_start": 600,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 9,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000942073.1",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "c.600G>A",
          "hgvs_p": "p.Ala200Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000612132.1",
          "strand": true,
          "transcript": "ENST00000942073.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 158,
          "aa_ref": "A",
          "aa_start": 116,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1466,
          "cdna_start": 594,
          "cds_end": null,
          "cds_length": 477,
          "cds_start": 348,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 8,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000560615.6",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "c.348G>A",
          "hgvs_p": "p.Ala116Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000453050.2",
          "strand": true,
          "transcript": "ENST00000560615.6",
          "transcript_support_level": 3
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 155,
          "aa_ref": "A",
          "aa_start": 116,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2010,
          "cdna_start": 1273,
          "cds_end": null,
          "cds_length": 468,
          "cds_start": 348,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 9,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000651577.1",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "c.348G>A",
          "hgvs_p": "p.Ala116Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000498730.1",
          "strand": true,
          "transcript": "ENST00000651577.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 155,
          "aa_ref": "A",
          "aa_start": 116,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1780,
          "cdna_start": 582,
          "cds_end": null,
          "cds_length": 468,
          "cds_start": 348,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 8,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000651704.1",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "c.348G>A",
          "hgvs_p": "p.Ala116Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000498562.1",
          "strand": true,
          "transcript": "ENST00000651704.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 287,
          "aa_ref": "A",
          "aa_start": 242,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1138,
          "cdna_start": 809,
          "cds_end": null,
          "cds_length": 864,
          "cds_start": 726,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 9,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "XM_047433001.1",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "c.726G>A",
          "hgvs_p": "p.Ala242Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047288957.1",
          "strand": true,
          "transcript": "XM_047433001.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 188,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 925,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 567,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 6,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000940175.1",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "c.563+1660G>A",
          "hgvs_p": null,
          "intron_rank": 5,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000610234.1",
          "strand": true,
          "transcript": "ENST00000940175.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 146,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 706,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 441,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 5,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000940177.1",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "c.437+1660G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000610236.1",
          "strand": true,
          "transcript": "ENST00000940177.1",
          "transcript_support_level": null
        },
        {
          "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": 525,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 3,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000558072.5",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "n.245G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000558072.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": 2687,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 8,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000558264.5",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "n.1818G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000558264.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1525,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 8,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000558347.5",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "n.*134G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000452887.1",
          "strand": true,
          "transcript": "ENST00000558347.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1399,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 7,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000558544.5",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "n.*334G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000453817.1",
          "strand": true,
          "transcript": "ENST00000558544.5",
          "transcript_support_level": 5
        },
        {
          "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": 2381,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 7,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000558868.6",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "n.1509G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000558868.6",
          "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": 437,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 3,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000559108.1",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "n.194G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000559108.1",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3095,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 10,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000559831.6",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "n.*145G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000452977.2",
          "strand": true,
          "transcript": "ENST00000559831.6",
          "transcript_support_level": 5
        },
        {
          "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": 2615,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 10,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000560131.2",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "n.874G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000560131.2",
          "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": 2855,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 7,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000560975.5",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "n.2575G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000560975.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1017,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 9,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000561395.6",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "n.*145G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000453092.2",
          "strand": true,
          "transcript": "ENST00000561395.6",
          "transcript_support_level": 5
        },
        {
          "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": 2704,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 9,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000644204.1",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "n.748G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000644204.1",
          "transcript_support_level": null
        },
        {
          "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": 3316,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 9,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000651344.1",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "n.1242G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000651344.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1382,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 9,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000651590.1",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "n.618G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000498284.1",
          "strand": true,
          "transcript": "ENST00000651590.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2226,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 10,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000651622.2",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "n.618G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000498540.2",
          "strand": true,
          "transcript": "ENST00000651622.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2754,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 9,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000705544.1",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "n.411G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000516139.1",
          "strand": true,
          "transcript": "ENST00000705544.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1162,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 11,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000714015.1",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "n.726G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000519305.1",
          "strand": true,
          "transcript": "ENST00000714015.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1221,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 11,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000714016.1",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "n.*470G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000519306.1",
          "strand": true,
          "transcript": "ENST00000714016.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1757,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 10,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "NR_176337.1",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "n.885G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "NR_176337.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2977,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 10,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "NR_176338.1",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "n.885G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "NR_176338.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1190,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 11,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "NR_176339.1",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "n.980G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "NR_176339.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1776,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 10,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "NR_176340.1",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "n.904G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "NR_176340.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3046,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 10,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "NR_176341.1",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "n.885G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "NR_176341.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1836,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 11,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "NR_176342.1",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "n.885G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "NR_176342.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1836,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 11,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "NR_176343.1",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "n.885G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "NR_176343.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1883,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 11,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "NR_176344.1",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "n.1011G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "NR_176344.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1293,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 11,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "NR_176345.1",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "n.885G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "NR_176345.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2026,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 12,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "NR_176346.1",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "n.885G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "NR_176346.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1214,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 10,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "NR_176347.1",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "n.885G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "NR_176347.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2813,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 9,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "NR_176348.1",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "n.721G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "NR_176348.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3003,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 10,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "NR_176349.1",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "n.721G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "NR_176349.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1653,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 9,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "NR_176350.1",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "n.781G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "NR_176350.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2409,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 8,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "NR_176351.1",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "n.781G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "NR_176351.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2873,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 9,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "NR_176352.1",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "n.781G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "NR_176352.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2987,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 9,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "NR_176353.1",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "n.705G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "NR_176353.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1525,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 8,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000558347.5",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "n.*134G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000452887.1",
          "strand": true,
          "transcript": "ENST00000558347.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1399,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 7,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000558544.5",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "n.*334G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000453817.1",
          "strand": true,
          "transcript": "ENST00000558544.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3095,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 10,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000559831.6",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "n.*145G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000452977.2",
          "strand": true,
          "transcript": "ENST00000559831.6",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1017,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 9,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000561395.6",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "n.*145G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000453092.2",
          "strand": true,
          "transcript": "ENST00000561395.6",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1221,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 11,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000714016.1",
          "gene_hgnc_id": 12010,
          "gene_symbol": "TPM1",
          "hgvs_c": "n.*470G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000519306.1",
          "strand": true,
          "transcript": "ENST00000714016.1",
          "transcript_support_level": null
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs200484871",
      "effect": "synonymous_variant",
      "frequency_reference_population": 0.0002750783,
      "gene_hgnc_id": 12010,
      "gene_symbol": "TPM1",
      "gnomad_exomes_ac": 428,
      "gnomad_exomes_af": 0.000292774,
      "gnomad_exomes_homalt": 1,
      "gnomad_genomes_ac": 16,
      "gnomad_genomes_af": 0.000105121,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 1,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": "Benign/Likely benign",
      "phenotype_combined": "not specified|Hypertrophic cardiomyopathy|Cardiomyopathy|not provided|Cardiovascular phenotype|TPM1-related disorder",
      "phylop100way_prediction": "Benign",
      "phylop100way_score": -0.984,
      "pos": 63062599,
      "ref": "G",
      "revel_prediction": null,
      "revel_score": null,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0.07999999821186066,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0.08,
      "transcript": "NM_001365778.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.