← 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: 11-59152496-A-G (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 17,
          "criteria": [
            "BP4_Strong",
            "BP6_Very_Strong",
            "BP7",
            "BS2"
          ],
          "effects": [
            "synonymous_variant"
          ],
          "gene_symbol": "FAM111A",
          "hgnc_id": 24725,
          "hgvs_c": "c.828A>G",
          "hgvs_p": "p.Ala276Ala",
          "inheritance_mode": "AD",
          "pathogenic_score": 0,
          "score": -17,
          "transcript": "NM_022074.4",
          "verdict": "Benign"
        },
        {
          "benign_score": 12,
          "criteria": [
            "BP4_Strong",
            "BP6_Very_Strong"
          ],
          "effects": [
            "intron_variant"
          ],
          "gene_symbol": "FAM111A-DT",
          "hgnc_id": 53752,
          "hgvs_c": "n.177-12329T>C",
          "hgvs_p": null,
          "inheritance_mode": "",
          "pathogenic_score": 0,
          "score": -12,
          "transcript": "ENST00000827446.1",
          "verdict": "Benign"
        }
      ],
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Strong,BP6_Very_Strong,BP7,BS2",
      "acmg_score": -17,
      "allele_count_reference_population": 364,
      "alphamissense_prediction": null,
      "alphamissense_score": null,
      "alt": "G",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.82,
      "chr": "11",
      "clinvar_classification": "Benign",
      "clinvar_disease": "FAM111A-related disorder,not provided,not specified",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "B:3",
      "computational_prediction_selected": "Benign",
      "computational_score_selected": -0.8199999928474426,
      "computational_source_selected": "BayesDel_noAF",
      "consequences": [
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": "A",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3989,
          "cdna_start": 1446,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": 828,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001312909.2",
          "gene_hgnc_id": 24725,
          "gene_symbol": "FAM111A",
          "hgvs_c": "c.828A>G",
          "hgvs_p": "p.Ala276Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000675163.1",
          "protein_coding": true,
          "protein_id": "NP_001299838.1",
          "strand": true,
          "transcript": "NM_001312909.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": "A",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 3989,
          "cdna_start": 1446,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": 828,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000675163.1",
          "gene_hgnc_id": 24725,
          "gene_symbol": "FAM111A",
          "hgvs_c": "c.828A>G",
          "hgvs_p": "p.Ala276Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_001312909.2",
          "protein_coding": true,
          "protein_id": "ENSP00000501952.1",
          "strand": true,
          "transcript": "ENST00000675163.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": "A",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3996,
          "cdna_start": 1456,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": 828,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 2,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000531147.1",
          "gene_hgnc_id": 24725,
          "gene_symbol": "FAM111A",
          "hgvs_c": "c.828A>G",
          "hgvs_p": "p.Ala276Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000431631.1",
          "strand": true,
          "transcript": "ENST00000531147.1",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": "A",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3751,
          "cdna_start": 1208,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": 828,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001142519.3",
          "gene_hgnc_id": 24725,
          "gene_symbol": "FAM111A",
          "hgvs_c": "c.828A>G",
          "hgvs_p": "p.Ala276Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001135991.1",
          "strand": true,
          "transcript": "NM_001142519.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": "A",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3774,
          "cdna_start": 1231,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": 828,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001142520.3",
          "gene_hgnc_id": 24725,
          "gene_symbol": "FAM111A",
          "hgvs_c": "c.828A>G",
          "hgvs_p": "p.Ala276Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001135992.1",
          "strand": true,
          "transcript": "NM_001142520.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": "A",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3587,
          "cdna_start": 1044,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": 828,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001142521.3",
          "gene_hgnc_id": 24725,
          "gene_symbol": "FAM111A",
          "hgvs_c": "c.828A>G",
          "hgvs_p": "p.Ala276Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001135993.1",
          "strand": true,
          "transcript": "NM_001142521.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": "A",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3813,
          "cdna_start": 1270,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": 828,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001312910.2",
          "gene_hgnc_id": 24725,
          "gene_symbol": "FAM111A",
          "hgvs_c": "c.828A>G",
          "hgvs_p": "p.Ala276Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001299839.1",
          "strand": true,
          "transcript": "NM_001312910.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": "A",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3605,
          "cdna_start": 1062,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": 828,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 4,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NM_001312911.2",
          "gene_hgnc_id": 24725,
          "gene_symbol": "FAM111A",
          "hgvs_c": "c.828A>G",
          "hgvs_p": "p.Ala276Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001299840.1",
          "strand": true,
          "transcript": "NM_001312911.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": "A",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3435,
          "cdna_start": 892,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": 828,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 3,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "NM_001369457.1",
          "gene_hgnc_id": 24725,
          "gene_symbol": "FAM111A",
          "hgvs_c": "c.828A>G",
          "hgvs_p": "p.Ala276Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001356386.1",
          "strand": true,
          "transcript": "NM_001369457.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": "A",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6081,
          "cdna_start": 3538,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": 828,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001374804.1",
          "gene_hgnc_id": 24725,
          "gene_symbol": "FAM111A",
          "hgvs_c": "c.828A>G",
          "hgvs_p": "p.Ala276Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001361733.1",
          "strand": true,
          "transcript": "NM_001374804.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": "A",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3950,
          "cdna_start": 1407,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": 828,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001374848.1",
          "gene_hgnc_id": 24725,
          "gene_symbol": "FAM111A",
          "hgvs_c": "c.828A>G",
          "hgvs_p": "p.Ala276Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001361777.1",
          "strand": true,
          "transcript": "NM_001374848.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": "A",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4082,
          "cdna_start": 1539,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": 828,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001374849.1",
          "gene_hgnc_id": 24725,
          "gene_symbol": "FAM111A",
          "hgvs_c": "c.828A>G",
          "hgvs_p": "p.Ala276Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001361778.1",
          "strand": true,
          "transcript": "NM_001374849.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": "A",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3783,
          "cdna_start": 1240,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": 828,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 4,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NM_001374850.1",
          "gene_hgnc_id": 24725,
          "gene_symbol": "FAM111A",
          "hgvs_c": "c.828A>G",
          "hgvs_p": "p.Ala276Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001361779.1",
          "strand": true,
          "transcript": "NM_001374850.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": "A",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3831,
          "cdna_start": 1288,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": 828,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001374851.1",
          "gene_hgnc_id": 24725,
          "gene_symbol": "FAM111A",
          "hgvs_c": "c.828A>G",
          "hgvs_p": "p.Ala276Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001361780.1",
          "strand": true,
          "transcript": "NM_001374851.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": "A",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4023,
          "cdna_start": 1480,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": 828,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001374852.1",
          "gene_hgnc_id": 24725,
          "gene_symbol": "FAM111A",
          "hgvs_c": "c.828A>G",
          "hgvs_p": "p.Ala276Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001361781.1",
          "strand": true,
          "transcript": "NM_001374852.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": "A",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3973,
          "cdna_start": 1430,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": 828,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001374853.1",
          "gene_hgnc_id": 24725,
          "gene_symbol": "FAM111A",
          "hgvs_c": "c.828A>G",
          "hgvs_p": "p.Ala276Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001361782.1",
          "strand": true,
          "transcript": "NM_001374853.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": "A",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4012,
          "cdna_start": 1469,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": 828,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001374854.1",
          "gene_hgnc_id": 24725,
          "gene_symbol": "FAM111A",
          "hgvs_c": "c.828A>G",
          "hgvs_p": "p.Ala276Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001361783.1",
          "strand": true,
          "transcript": "NM_001374854.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": "A",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3760,
          "cdna_start": 1217,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": 828,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 4,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NM_001374855.1",
          "gene_hgnc_id": 24725,
          "gene_symbol": "FAM111A",
          "hgvs_c": "c.828A>G",
          "hgvs_p": "p.Ala276Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001361784.1",
          "strand": true,
          "transcript": "NM_001374855.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": "A",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3721,
          "cdna_start": 1178,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": 828,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 4,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NM_001374856.1",
          "gene_hgnc_id": 24725,
          "gene_symbol": "FAM111A",
          "hgvs_c": "c.828A>G",
          "hgvs_p": "p.Ala276Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001361785.1",
          "strand": true,
          "transcript": "NM_001374856.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": "A",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4038,
          "cdna_start": 1495,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": 828,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "NM_001374857.1",
          "gene_hgnc_id": 24725,
          "gene_symbol": "FAM111A",
          "hgvs_c": "c.828A>G",
          "hgvs_p": "p.Ala276Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001361786.1",
          "strand": true,
          "transcript": "NM_001374857.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": "A",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5985,
          "cdna_start": 3442,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": 828,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001374858.1",
          "gene_hgnc_id": 24725,
          "gene_symbol": "FAM111A",
          "hgvs_c": "c.828A>G",
          "hgvs_p": "p.Ala276Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001361787.1",
          "strand": true,
          "transcript": "NM_001374858.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": "A",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3736,
          "cdna_start": 1193,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": 828,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 4,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NM_001374859.1",
          "gene_hgnc_id": 24725,
          "gene_symbol": "FAM111A",
          "hgvs_c": "c.828A>G",
          "hgvs_p": "p.Ala276Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001361788.1",
          "strand": true,
          "transcript": "NM_001374859.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": "A",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6104,
          "cdna_start": 3561,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": 828,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001374860.1",
          "gene_hgnc_id": 24725,
          "gene_symbol": "FAM111A",
          "hgvs_c": "c.828A>G",
          "hgvs_p": "p.Ala276Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001361789.1",
          "strand": true,
          "transcript": "NM_001374860.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": "A",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6143,
          "cdna_start": 3600,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": 828,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001374861.1",
          "gene_hgnc_id": 24725,
          "gene_symbol": "FAM111A",
          "hgvs_c": "c.828A>G",
          "hgvs_p": "p.Ala276Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001361790.1",
          "strand": true,
          "transcript": "NM_001374861.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": "A",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6296,
          "cdna_start": 3753,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": 828,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 4,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NM_001374862.1",
          "gene_hgnc_id": 24725,
          "gene_symbol": "FAM111A",
          "hgvs_c": "c.828A>G",
          "hgvs_p": "p.Ala276Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001361791.1",
          "strand": true,
          "transcript": "NM_001374862.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": "A",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6335,
          "cdna_start": 3792,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": 828,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 4,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NM_001374863.1",
          "gene_hgnc_id": 24725,
          "gene_symbol": "FAM111A",
          "hgvs_c": "c.828A>G",
          "hgvs_p": "p.Ala276Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001361792.1",
          "strand": true,
          "transcript": "NM_001374863.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": "A",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6120,
          "cdna_start": 3577,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": 828,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001374864.1",
          "gene_hgnc_id": 24725,
          "gene_symbol": "FAM111A",
          "hgvs_c": "c.828A>G",
          "hgvs_p": "p.Ala276Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001361793.1",
          "strand": true,
          "transcript": "NM_001374864.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": "A",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6312,
          "cdna_start": 3769,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": 828,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 4,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NM_001374865.1",
          "gene_hgnc_id": 24725,
          "gene_symbol": "FAM111A",
          "hgvs_c": "c.828A>G",
          "hgvs_p": "p.Ala276Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001361794.1",
          "strand": true,
          "transcript": "NM_001374865.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": "A",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6405,
          "cdna_start": 3862,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": 828,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 4,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NM_001374866.1",
          "gene_hgnc_id": 24725,
          "gene_symbol": "FAM111A",
          "hgvs_c": "c.828A>G",
          "hgvs_p": "p.Ala276Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001361795.1",
          "strand": true,
          "transcript": "NM_001374866.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": "A",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3482,
          "cdna_start": 939,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": 828,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 3,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "NM_001374867.1",
          "gene_hgnc_id": 24725,
          "gene_symbol": "FAM111A",
          "hgvs_c": "c.828A>G",
          "hgvs_p": "p.Ala276Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001361796.1",
          "strand": true,
          "transcript": "NM_001374867.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": "A",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3443,
          "cdna_start": 900,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": 828,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 3,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "NM_001374868.1",
          "gene_hgnc_id": 24725,
          "gene_symbol": "FAM111A",
          "hgvs_c": "c.828A>G",
          "hgvs_p": "p.Ala276Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001361797.1",
          "strand": true,
          "transcript": "NM_001374868.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": "A",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3516,
          "cdna_start": 973,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": 828,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 4,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NM_001374869.1",
          "gene_hgnc_id": 24725,
          "gene_symbol": "FAM111A",
          "hgvs_c": "c.828A>G",
          "hgvs_p": "p.Ala276Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001361798.1",
          "strand": true,
          "transcript": "NM_001374869.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": "A",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3477,
          "cdna_start": 934,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": 828,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 4,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NM_001374870.1",
          "gene_hgnc_id": 24725,
          "gene_symbol": "FAM111A",
          "hgvs_c": "c.828A>G",
          "hgvs_p": "p.Ala276Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001361799.1",
          "strand": true,
          "transcript": "NM_001374870.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": "A",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3512,
          "cdna_start": 969,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": 828,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 4,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NM_022074.4",
          "gene_hgnc_id": 24725,
          "gene_symbol": "FAM111A",
          "hgvs_c": "c.828A>G",
          "hgvs_p": "p.Ala276Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_071357.2",
          "strand": true,
          "transcript": "NM_022074.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": "A",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3473,
          "cdna_start": 930,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": 828,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 4,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NM_198847.3",
          "gene_hgnc_id": 24725,
          "gene_symbol": "FAM111A",
          "hgvs_c": "c.828A>G",
          "hgvs_p": "p.Ala276Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_942144.1",
          "strand": true,
          "transcript": "NM_198847.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": "A",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3592,
          "cdna_start": 1052,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": 828,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 4,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000361723.7",
          "gene_hgnc_id": 24725,
          "gene_symbol": "FAM111A",
          "hgvs_c": "c.828A>G",
          "hgvs_p": "p.Ala276Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000355264.3",
          "strand": true,
          "transcript": "ENST00000361723.7",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": "A",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4439,
          "cdna_start": 1899,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": 828,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 3,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000420244.6",
          "gene_hgnc_id": 24725,
          "gene_symbol": "FAM111A",
          "hgvs_c": "c.828A>G",
          "hgvs_p": "p.Ala276Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000406683.1",
          "strand": true,
          "transcript": "ENST00000420244.6",
          "transcript_support_level": 3
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": "A",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2153,
          "cdna_start": 1145,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": 828,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 4,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000527629.6",
          "gene_hgnc_id": 24725,
          "gene_symbol": "FAM111A",
          "hgvs_c": "c.828A>G",
          "hgvs_p": "p.Ala276Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000436128.2",
          "strand": true,
          "transcript": "ENST00000527629.6",
          "transcript_support_level": 3
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": "A",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6189,
          "cdna_start": 3646,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": 828,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000528737.5",
          "gene_hgnc_id": 24725,
          "gene_symbol": "FAM111A",
          "hgvs_c": "c.828A>G",
          "hgvs_p": "p.Ala276Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000434435.1",
          "strand": true,
          "transcript": "ENST00000528737.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": "A",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2221,
          "cdna_start": 1213,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": 828,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 4,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000529985.3",
          "gene_hgnc_id": 24725,
          "gene_symbol": "FAM111A",
          "hgvs_c": "c.828A>G",
          "hgvs_p": "p.Ala276Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000502754.2",
          "strand": true,
          "transcript": "ENST00000529985.3",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": "A",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1971,
          "cdna_start": 963,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": 828,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 3,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000531408.6",
          "gene_hgnc_id": 24725,
          "gene_symbol": "FAM111A",
          "hgvs_c": "c.828A>G",
          "hgvs_p": "p.Ala276Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000432821.2",
          "strand": true,
          "transcript": "ENST00000531408.6",
          "transcript_support_level": 3
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": "A",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4202,
          "cdna_start": 1659,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": 828,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 3,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000533703.1",
          "gene_hgnc_id": 24725,
          "gene_symbol": "FAM111A",
          "hgvs_c": "c.828A>G",
          "hgvs_p": "p.Ala276Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000433154.1",
          "strand": true,
          "transcript": "ENST00000533703.1",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": "A",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3676,
          "cdna_start": 1148,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": 828,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000674617.1",
          "gene_hgnc_id": 24725,
          "gene_symbol": "FAM111A",
          "hgvs_c": "c.828A>G",
          "hgvs_p": "p.Ala276Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000501786.1",
          "strand": true,
          "transcript": "ENST00000674617.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": "A",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2500,
          "cdna_start": 1492,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": 828,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000675806.2",
          "gene_hgnc_id": 24725,
          "gene_symbol": "FAM111A",
          "hgvs_c": "c.828A>G",
          "hgvs_p": "p.Ala276Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000501617.2",
          "strand": true,
          "transcript": "ENST00000675806.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": "A",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4203,
          "cdna_start": 1711,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": 828,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000676340.1",
          "gene_hgnc_id": 24725,
          "gene_symbol": "FAM111A",
          "hgvs_c": "c.828A>G",
          "hgvs_p": "p.Ala276Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000501909.1",
          "strand": true,
          "transcript": "ENST00000676340.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": "A",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3708,
          "cdna_start": 1476,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": 828,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000676459.1",
          "gene_hgnc_id": 24725,
          "gene_symbol": "FAM111A",
          "hgvs_c": "c.828A>G",
          "hgvs_p": "p.Ala276Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000501771.1",
          "strand": true,
          "transcript": "ENST00000676459.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": "A",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2183,
          "cdna_start": 1175,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": 828,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 4,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000682018.1",
          "gene_hgnc_id": 24725,
          "gene_symbol": "FAM111A",
          "hgvs_c": "c.828A>G",
          "hgvs_p": "p.Ala276Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000507215.1",
          "strand": true,
          "transcript": "ENST00000682018.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": "A",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3943,
          "cdna_start": 1400,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": 828,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000861290.1",
          "gene_hgnc_id": 24725,
          "gene_symbol": "FAM111A",
          "hgvs_c": "c.828A>G",
          "hgvs_p": "p.Ala276Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000531349.1",
          "strand": true,
          "transcript": "ENST00000861290.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": "A",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5140,
          "cdna_start": 2603,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": 828,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000861291.1",
          "gene_hgnc_id": 24725,
          "gene_symbol": "FAM111A",
          "hgvs_c": "c.828A>G",
          "hgvs_p": "p.Ala276Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000531350.1",
          "strand": true,
          "transcript": "ENST00000861291.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": "A",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3846,
          "cdna_start": 1303,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": 828,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000861292.1",
          "gene_hgnc_id": 24725,
          "gene_symbol": "FAM111A",
          "hgvs_c": "c.828A>G",
          "hgvs_p": "p.Ala276Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000531351.1",
          "strand": true,
          "transcript": "ENST00000861292.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": "A",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3844,
          "cdna_start": 1301,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": 828,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000861293.1",
          "gene_hgnc_id": 24725,
          "gene_symbol": "FAM111A",
          "hgvs_c": "c.828A>G",
          "hgvs_p": "p.Ala276Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000531352.1",
          "strand": true,
          "transcript": "ENST00000861293.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": "A",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3769,
          "cdna_start": 1226,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": 828,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 4,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000861294.1",
          "gene_hgnc_id": 24725,
          "gene_symbol": "FAM111A",
          "hgvs_c": "c.828A>G",
          "hgvs_p": "p.Ala276Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000531353.1",
          "strand": true,
          "transcript": "ENST00000861294.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": "A",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4059,
          "cdna_start": 1520,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": 828,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000861295.1",
          "gene_hgnc_id": 24725,
          "gene_symbol": "FAM111A",
          "hgvs_c": "c.828A>G",
          "hgvs_p": "p.Ala276Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000531354.1",
          "strand": true,
          "transcript": "ENST00000861295.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": "A",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3931,
          "cdna_start": 1394,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": 828,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000861296.1",
          "gene_hgnc_id": 24725,
          "gene_symbol": "FAM111A",
          "hgvs_c": "c.828A>G",
          "hgvs_p": "p.Ala276Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000531355.1",
          "strand": true,
          "transcript": "ENST00000861296.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": "A",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3943,
          "cdna_start": 1406,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": 828,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000861297.1",
          "gene_hgnc_id": 24725,
          "gene_symbol": "FAM111A",
          "hgvs_c": "c.828A>G",
          "hgvs_p": "p.Ala276Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000531356.1",
          "strand": true,
          "transcript": "ENST00000861297.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": "A",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4068,
          "cdna_start": 1531,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": 828,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000861298.1",
          "gene_hgnc_id": 24725,
          "gene_symbol": "FAM111A",
          "hgvs_c": "c.828A>G",
          "hgvs_p": "p.Ala276Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000531357.1",
          "strand": true,
          "transcript": "ENST00000861298.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": "A",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4054,
          "cdna_start": 1511,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": 828,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000861299.1",
          "gene_hgnc_id": 24725,
          "gene_symbol": "FAM111A",
          "hgvs_c": "c.828A>G",
          "hgvs_p": "p.Ala276Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000531358.1",
          "strand": true,
          "transcript": "ENST00000861299.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": "A",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3904,
          "cdna_start": 1361,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": 828,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000861300.1",
          "gene_hgnc_id": 24725,
          "gene_symbol": "FAM111A",
          "hgvs_c": "c.828A>G",
          "hgvs_p": "p.Ala276Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000531359.1",
          "strand": true,
          "transcript": "ENST00000861300.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": "A",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3854,
          "cdna_start": 1313,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": 828,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000861301.1",
          "gene_hgnc_id": 24725,
          "gene_symbol": "FAM111A",
          "hgvs_c": "c.828A>G",
          "hgvs_p": "p.Ala276Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000531360.1",
          "strand": true,
          "transcript": "ENST00000861301.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": "A",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3904,
          "cdna_start": 1361,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": 828,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000861302.1",
          "gene_hgnc_id": 24725,
          "gene_symbol": "FAM111A",
          "hgvs_c": "c.828A>G",
          "hgvs_p": "p.Ala276Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000531361.1",
          "strand": true,
          "transcript": "ENST00000861302.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": "A",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3855,
          "cdna_start": 1315,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": 828,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000861303.1",
          "gene_hgnc_id": 24725,
          "gene_symbol": "FAM111A",
          "hgvs_c": "c.828A>G",
          "hgvs_p": "p.Ala276Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000531362.1",
          "strand": true,
          "transcript": "ENST00000861303.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": "A",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2455,
          "cdna_start": 1280,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": 828,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000861304.1",
          "gene_hgnc_id": 24725,
          "gene_symbol": "FAM111A",
          "hgvs_c": "c.828A>G",
          "hgvs_p": "p.Ala276Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000531363.1",
          "strand": true,
          "transcript": "ENST00000861304.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": "A",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4085,
          "cdna_start": 1542,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": 828,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000922225.1",
          "gene_hgnc_id": 24725,
          "gene_symbol": "FAM111A",
          "hgvs_c": "c.828A>G",
          "hgvs_p": "p.Ala276Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000592284.1",
          "strand": true,
          "transcript": "ENST00000922225.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": "A",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3692,
          "cdna_start": 1149,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": 828,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000922226.1",
          "gene_hgnc_id": 24725,
          "gene_symbol": "FAM111A",
          "hgvs_c": "c.828A>G",
          "hgvs_p": "p.Ala276Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000592285.1",
          "strand": true,
          "transcript": "ENST00000922226.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": "A",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3514,
          "cdna_start": 971,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": 828,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 3,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000922227.1",
          "gene_hgnc_id": 24725,
          "gene_symbol": "FAM111A",
          "hgvs_c": "c.828A>G",
          "hgvs_p": "p.Ala276Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000592286.1",
          "strand": true,
          "transcript": "ENST00000922227.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": "A",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3719,
          "cdna_start": 1178,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": 828,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000922228.1",
          "gene_hgnc_id": 24725,
          "gene_symbol": "FAM111A",
          "hgvs_c": "c.828A>G",
          "hgvs_p": "p.Ala276Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000592287.1",
          "strand": true,
          "transcript": "ENST00000922228.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": "A",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3918,
          "cdna_start": 1375,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": 828,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000922229.1",
          "gene_hgnc_id": 24725,
          "gene_symbol": "FAM111A",
          "hgvs_c": "c.828A>G",
          "hgvs_p": "p.Ala276Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000592288.1",
          "strand": true,
          "transcript": "ENST00000922229.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": "A",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6170,
          "cdna_start": 3627,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": 828,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 3,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000922230.1",
          "gene_hgnc_id": 24725,
          "gene_symbol": "FAM111A",
          "hgvs_c": "c.828A>G",
          "hgvs_p": "p.Ala276Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000592289.1",
          "strand": true,
          "transcript": "ENST00000922230.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": "A",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5598,
          "cdna_start": 3055,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": 828,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 4,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000922231.1",
          "gene_hgnc_id": 24725,
          "gene_symbol": "FAM111A",
          "hgvs_c": "c.828A>G",
          "hgvs_p": "p.Ala276Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000592290.1",
          "strand": true,
          "transcript": "ENST00000922231.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": "A",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4867,
          "cdna_start": 2324,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": 828,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000922232.1",
          "gene_hgnc_id": 24725,
          "gene_symbol": "FAM111A",
          "hgvs_c": "c.828A>G",
          "hgvs_p": "p.Ala276Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000592291.1",
          "strand": true,
          "transcript": "ENST00000922232.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": "A",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4394,
          "cdna_start": 1854,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": 828,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000922233.1",
          "gene_hgnc_id": 24725,
          "gene_symbol": "FAM111A",
          "hgvs_c": "c.828A>G",
          "hgvs_p": "p.Ala276Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000592292.1",
          "strand": true,
          "transcript": "ENST00000922233.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": "A",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3593,
          "cdna_start": 1047,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": 828,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 3,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000922234.1",
          "gene_hgnc_id": 24725,
          "gene_symbol": "FAM111A",
          "hgvs_c": "c.828A>G",
          "hgvs_p": "p.Ala276Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000592293.1",
          "strand": true,
          "transcript": "ENST00000922234.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": "A",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4076,
          "cdna_start": 1536,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": 828,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 3,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000922235.1",
          "gene_hgnc_id": 24725,
          "gene_symbol": "FAM111A",
          "hgvs_c": "c.828A>G",
          "hgvs_p": "p.Ala276Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000592294.1",
          "strand": true,
          "transcript": "ENST00000922235.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": "A",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3689,
          "cdna_start": 1146,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": 828,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 4,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000922236.1",
          "gene_hgnc_id": 24725,
          "gene_symbol": "FAM111A",
          "hgvs_c": "c.828A>G",
          "hgvs_p": "p.Ala276Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000592295.1",
          "strand": true,
          "transcript": "ENST00000922236.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": "A",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3535,
          "cdna_start": 992,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": 828,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 4,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000922237.1",
          "gene_hgnc_id": 24725,
          "gene_symbol": "FAM111A",
          "hgvs_c": "c.828A>G",
          "hgvs_p": "p.Ala276Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000592296.1",
          "strand": true,
          "transcript": "ENST00000922237.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": "A",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3623,
          "cdna_start": 1080,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": 828,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 3,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000922238.1",
          "gene_hgnc_id": 24725,
          "gene_symbol": "FAM111A",
          "hgvs_c": "c.828A>G",
          "hgvs_p": "p.Ala276Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000592297.1",
          "strand": true,
          "transcript": "ENST00000922238.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": "A",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3467,
          "cdna_start": 924,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": 828,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 3,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000922239.1",
          "gene_hgnc_id": 24725,
          "gene_symbol": "FAM111A",
          "hgvs_c": "c.828A>G",
          "hgvs_p": "p.Ala276Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000592298.1",
          "strand": true,
          "transcript": "ENST00000922239.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": "A",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3677,
          "cdna_start": 1134,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": 828,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 4,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000922240.1",
          "gene_hgnc_id": 24725,
          "gene_symbol": "FAM111A",
          "hgvs_c": "c.828A>G",
          "hgvs_p": "p.Ala276Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000592299.1",
          "strand": true,
          "transcript": "ENST00000922240.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": "A",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3637,
          "cdna_start": 1094,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": 828,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 4,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000922241.1",
          "gene_hgnc_id": 24725,
          "gene_symbol": "FAM111A",
          "hgvs_c": "c.828A>G",
          "hgvs_p": "p.Ala276Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000592300.1",
          "strand": true,
          "transcript": "ENST00000922241.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": "A",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3530,
          "cdna_start": 987,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": 828,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000922242.1",
          "gene_hgnc_id": 24725,
          "gene_symbol": "FAM111A",
          "hgvs_c": "c.828A>G",
          "hgvs_p": "p.Ala276Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000592301.1",
          "strand": true,
          "transcript": "ENST00000922242.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": "A",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3597,
          "cdna_start": 1054,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": 828,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 3,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000922243.1",
          "gene_hgnc_id": 24725,
          "gene_symbol": "FAM111A",
          "hgvs_c": "c.828A>G",
          "hgvs_p": "p.Ala276Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000592302.1",
          "strand": true,
          "transcript": "ENST00000922243.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": "A",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3481,
          "cdna_start": 943,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": 828,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 3,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000922244.1",
          "gene_hgnc_id": 24725,
          "gene_symbol": "FAM111A",
          "hgvs_c": "c.828A>G",
          "hgvs_p": "p.Ala276Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000592303.1",
          "strand": true,
          "transcript": "ENST00000922244.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": "A",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3607,
          "cdna_start": 1067,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": 828,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000922245.1",
          "gene_hgnc_id": 24725,
          "gene_symbol": "FAM111A",
          "hgvs_c": "c.828A>G",
          "hgvs_p": "p.Ala276Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000592304.1",
          "strand": true,
          "transcript": "ENST00000922245.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": "A",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3584,
          "cdna_start": 1041,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": 828,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 3,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000922246.1",
          "gene_hgnc_id": 24725,
          "gene_symbol": "FAM111A",
          "hgvs_c": "c.828A>G",
          "hgvs_p": "p.Ala276Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000592305.1",
          "strand": true,
          "transcript": "ENST00000922246.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": "A",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4026,
          "cdna_start": 1487,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": 828,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000957252.1",
          "gene_hgnc_id": 24725,
          "gene_symbol": "FAM111A",
          "hgvs_c": "c.828A>G",
          "hgvs_p": "p.Ala276Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000627311.1",
          "strand": true,
          "transcript": "ENST00000957252.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": "A",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5221,
          "cdna_start": 2681,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": 828,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000957253.1",
          "gene_hgnc_id": 24725,
          "gene_symbol": "FAM111A",
          "hgvs_c": "c.828A>G",
          "hgvs_p": "p.Ala276Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000627312.1",
          "strand": true,
          "transcript": "ENST00000957253.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": "A",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3974,
          "cdna_start": 1431,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": 828,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000957254.1",
          "gene_hgnc_id": 24725,
          "gene_symbol": "FAM111A",
          "hgvs_c": "c.828A>G",
          "hgvs_p": "p.Ala276Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000627313.1",
          "strand": true,
          "transcript": "ENST00000957254.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": "A",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3920,
          "cdna_start": 1389,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": 828,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000957255.1",
          "gene_hgnc_id": 24725,
          "gene_symbol": "FAM111A",
          "hgvs_c": "c.828A>G",
          "hgvs_p": "p.Ala276Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000627314.1",
          "strand": true,
          "transcript": "ENST00000957255.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": "A",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3900,
          "cdna_start": 1357,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": 828,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000957256.1",
          "gene_hgnc_id": 24725,
          "gene_symbol": "FAM111A",
          "hgvs_c": "c.828A>G",
          "hgvs_p": "p.Ala276Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000627315.1",
          "strand": true,
          "transcript": "ENST00000957256.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": "A",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4070,
          "cdna_start": 1534,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": 828,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000957257.1",
          "gene_hgnc_id": 24725,
          "gene_symbol": "FAM111A",
          "hgvs_c": "c.828A>G",
          "hgvs_p": "p.Ala276Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000627316.1",
          "strand": true,
          "transcript": "ENST00000957257.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": "A",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4065,
          "cdna_start": 1528,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": 828,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000957258.1",
          "gene_hgnc_id": 24725,
          "gene_symbol": "FAM111A",
          "hgvs_c": "c.828A>G",
          "hgvs_p": "p.Ala276Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000627317.1",
          "strand": true,
          "transcript": "ENST00000957258.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": "A",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4025,
          "cdna_start": 1488,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": 828,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000957259.1",
          "gene_hgnc_id": 24725,
          "gene_symbol": "FAM111A",
          "hgvs_c": "c.828A>G",
          "hgvs_p": "p.Ala276Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000627318.1",
          "strand": true,
          "transcript": "ENST00000957259.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": "A",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4055,
          "cdna_start": 1520,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": 828,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000957260.1",
          "gene_hgnc_id": 24725,
          "gene_symbol": "FAM111A",
          "hgvs_c": "c.828A>G",
          "hgvs_p": "p.Ala276Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000627319.1",
          "strand": true,
          "transcript": "ENST00000957260.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": "A",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3873,
          "cdna_start": 1333,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": 828,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000957261.1",
          "gene_hgnc_id": 24725,
          "gene_symbol": "FAM111A",
          "hgvs_c": "c.828A>G",
          "hgvs_p": "p.Ala276Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000627320.1",
          "strand": true,
          "transcript": "ENST00000957261.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": "A",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3730,
          "cdna_start": 1194,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": 828,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 4,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000957262.1",
          "gene_hgnc_id": 24725,
          "gene_symbol": "FAM111A",
          "hgvs_c": "c.828A>G",
          "hgvs_p": "p.Ala276Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000627321.1",
          "strand": true,
          "transcript": "ENST00000957262.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": "A",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4270,
          "cdna_start": 1733,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": 828,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000957263.1",
          "gene_hgnc_id": 24725,
          "gene_symbol": "FAM111A",
          "hgvs_c": "c.828A>G",
          "hgvs_p": "p.Ala276Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000627322.1",
          "strand": true,
          "transcript": "ENST00000957263.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": "A",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4039,
          "cdna_start": 1499,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": 828,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000957264.1",
          "gene_hgnc_id": 24725,
          "gene_symbol": "FAM111A",
          "hgvs_c": "c.828A>G",
          "hgvs_p": "p.Ala276Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000627323.1",
          "strand": true,
          "transcript": "ENST00000957264.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": "A",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4049,
          "cdna_start": 1513,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": 828,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000957265.1",
          "gene_hgnc_id": 24725,
          "gene_symbol": "FAM111A",
          "hgvs_c": "c.828A>G",
          "hgvs_p": "p.Ala276Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000627324.1",
          "strand": true,
          "transcript": "ENST00000957265.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": "A",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3737,
          "cdna_start": 1197,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": 828,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 3,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000957266.1",
          "gene_hgnc_id": 24725,
          "gene_symbol": "FAM111A",
          "hgvs_c": "c.828A>G",
          "hgvs_p": "p.Ala276Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000627325.1",
          "strand": true,
          "transcript": "ENST00000957266.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": "A",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4902,
          "cdna_start": 2362,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": 828,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 4,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000957267.1",
          "gene_hgnc_id": 24725,
          "gene_symbol": "FAM111A",
          "hgvs_c": "c.828A>G",
          "hgvs_p": "p.Ala276Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000627326.1",
          "strand": true,
          "transcript": "ENST00000957267.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": "A",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4328,
          "cdna_start": 1785,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": 828,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 4,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000957268.1",
          "gene_hgnc_id": 24725,
          "gene_symbol": "FAM111A",
          "hgvs_c": "c.828A>G",
          "hgvs_p": "p.Ala276Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000627327.1",
          "strand": true,
          "transcript": "ENST00000957268.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": "A",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2435,
          "cdna_start": 1233,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": 828,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 4,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000957269.1",
          "gene_hgnc_id": 24725,
          "gene_symbol": "FAM111A",
          "hgvs_c": "c.828A>G",
          "hgvs_p": "p.Ala276Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000627328.1",
          "strand": true,
          "transcript": "ENST00000957269.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": "A",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4017,
          "cdna_start": 1477,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": 828,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 4,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000957270.1",
          "gene_hgnc_id": 24725,
          "gene_symbol": "FAM111A",
          "hgvs_c": "c.828A>G",
          "hgvs_p": "p.Ala276Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000627329.1",
          "strand": true,
          "transcript": "ENST00000957270.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": "A",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3680,
          "cdna_start": 1140,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": 828,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000957271.1",
          "gene_hgnc_id": 24725,
          "gene_symbol": "FAM111A",
          "hgvs_c": "c.828A>G",
          "hgvs_p": "p.Ala276Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000627330.1",
          "strand": true,
          "transcript": "ENST00000957271.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 571,
          "aa_ref": "A",
          "aa_start": 236,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2089,
          "cdna_start": 1081,
          "cds_end": null,
          "cds_length": 1716,
          "cds_start": 708,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 3,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000684135.1",
          "gene_hgnc_id": 24725,
          "gene_symbol": "FAM111A",
          "hgvs_c": "c.708A>G",
          "hgvs_p": "p.Ala236Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000508374.1",
          "strand": true,
          "transcript": "ENST00000684135.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": 993,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 3,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000827446.1",
          "gene_hgnc_id": 53752,
          "gene_symbol": "FAM111A-DT",
          "hgvs_c": "n.177-12329T>C",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000827446.1",
          "transcript_support_level": null
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs149943652",
      "effect": "synonymous_variant",
      "frequency_reference_population": 0.00022550736,
      "gene_hgnc_id": 24725,
      "gene_symbol": "FAM111A",
      "gnomad_exomes_ac": 161,
      "gnomad_exomes_af": 0.000110138,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_ac": 203,
      "gnomad_genomes_af": 0.00133255,
      "gnomad_genomes_homalt": 1,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 1,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": "Benign",
      "phenotype_combined": "not specified|not provided|FAM111A-related disorder",
      "phylop100way_prediction": "Benign",
      "phylop100way_score": 1.126,
      "pos": 59152496,
      "ref": "A",
      "revel_prediction": null,
      "revel_score": null,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0,
      "transcript": "NM_022074.4"
    }
  ]
}
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.