← 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: 3-177050030-T-G (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 5,
          "criteria": [
            "PM2",
            "BP4_Strong",
            "BP7"
          ],
          "effects": [
            "synonymous_variant"
          ],
          "gene_symbol": "TBL1XR1",
          "hgnc_id": 29529,
          "hgvs_c": "c.669A>C",
          "hgvs_p": "p.Pro223Pro",
          "inheritance_mode": "AD",
          "pathogenic_score": 2,
          "score": -3,
          "transcript": "NM_024665.7",
          "verdict": "Likely_benign"
        }
      ],
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "PM2,BP4_Strong,BP7",
      "acmg_score": -3,
      "allele_count_reference_population": 2,
      "alphamissense_prediction": null,
      "alphamissense_score": null,
      "alt": "G",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.69,
      "chr": "3",
      "clinvar_classification": "",
      "clinvar_disease": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "computational_prediction_selected": "Benign",
      "computational_score_selected": -0.6899999976158142,
      "computational_source_selected": "BayesDel_noAF",
      "consequences": [
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 514,
          "aa_ref": "P",
          "aa_start": 223,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8182,
          "cdna_start": 1152,
          "cds_end": null,
          "cds_length": 1545,
          "cds_start": 669,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 16,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "NM_024665.7",
          "gene_hgnc_id": 29529,
          "gene_symbol": "TBL1XR1",
          "hgvs_c": "c.669A>C",
          "hgvs_p": "p.Pro223Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000457928.7",
          "protein_coding": true,
          "protein_id": "NP_078941.2",
          "strand": false,
          "transcript": "NM_024665.7",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 514,
          "aa_ref": "P",
          "aa_start": 223,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 8182,
          "cdna_start": 1152,
          "cds_end": null,
          "cds_length": 1545,
          "cds_start": 669,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 16,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000457928.7",
          "gene_hgnc_id": 29529,
          "gene_symbol": "TBL1XR1",
          "hgvs_c": "c.669A>C",
          "hgvs_p": "p.Pro223Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_024665.7",
          "protein_coding": true,
          "protein_id": "ENSP00000413251.3",
          "strand": false,
          "transcript": "ENST00000457928.7",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 514,
          "aa_ref": "P",
          "aa_start": 223,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7948,
          "cdna_start": 929,
          "cds_end": null,
          "cds_length": 1545,
          "cds_start": 669,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 16,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000430069.5",
          "gene_hgnc_id": 29529,
          "gene_symbol": "TBL1XR1",
          "hgvs_c": "c.669A>C",
          "hgvs_p": "p.Pro223Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000405574.1",
          "strand": false,
          "transcript": "ENST00000430069.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 514,
          "aa_ref": "P",
          "aa_start": 223,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7959,
          "cdna_start": 929,
          "cds_end": null,
          "cds_length": 1545,
          "cds_start": 669,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 16,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "NM_001321193.3",
          "gene_hgnc_id": 29529,
          "gene_symbol": "TBL1XR1",
          "hgvs_c": "c.669A>C",
          "hgvs_p": "p.Pro223Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001308122.1",
          "strand": false,
          "transcript": "NM_001321193.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 514,
          "aa_ref": "P",
          "aa_start": 223,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8301,
          "cdna_start": 1271,
          "cds_end": null,
          "cds_length": 1545,
          "cds_start": 669,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 17,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "NM_001321194.3",
          "gene_hgnc_id": 29529,
          "gene_symbol": "TBL1XR1",
          "hgvs_c": "c.669A>C",
          "hgvs_p": "p.Pro223Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001308123.1",
          "strand": false,
          "transcript": "NM_001321194.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 514,
          "aa_ref": "P",
          "aa_start": 223,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8106,
          "cdna_start": 1076,
          "cds_end": null,
          "cds_length": 1545,
          "cds_start": 669,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 15,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001374327.1",
          "gene_hgnc_id": 29529,
          "gene_symbol": "TBL1XR1",
          "hgvs_c": "c.669A>C",
          "hgvs_p": "p.Pro223Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001361256.1",
          "strand": false,
          "transcript": "NM_001374327.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 514,
          "aa_ref": "P",
          "aa_start": 223,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7989,
          "cdna_start": 959,
          "cds_end": null,
          "cds_length": 1545,
          "cds_start": 669,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 17,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "NM_001374328.1",
          "gene_hgnc_id": 29529,
          "gene_symbol": "TBL1XR1",
          "hgvs_c": "c.669A>C",
          "hgvs_p": "p.Pro223Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001361257.1",
          "strand": false,
          "transcript": "NM_001374328.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 514,
          "aa_ref": "P",
          "aa_start": 223,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7970,
          "cdna_start": 940,
          "cds_end": null,
          "cds_length": 1545,
          "cds_start": 669,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 16,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "NM_001374329.1",
          "gene_hgnc_id": 29529,
          "gene_symbol": "TBL1XR1",
          "hgvs_c": "c.669A>C",
          "hgvs_p": "p.Pro223Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001361258.1",
          "strand": false,
          "transcript": "NM_001374329.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 514,
          "aa_ref": "P",
          "aa_start": 223,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2454,
          "cdna_start": 846,
          "cds_end": null,
          "cds_length": 1545,
          "cds_start": 669,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 15,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000352800.10",
          "gene_hgnc_id": 29529,
          "gene_symbol": "TBL1XR1",
          "hgvs_c": "c.669A>C",
          "hgvs_p": "p.Pro223Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000263964.11",
          "strand": false,
          "transcript": "ENST00000352800.10",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 514,
          "aa_ref": "P",
          "aa_start": 223,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2619,
          "cdna_start": 1013,
          "cds_end": null,
          "cds_length": 1545,
          "cds_start": 669,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 17,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000422066.6",
          "gene_hgnc_id": 29529,
          "gene_symbol": "TBL1XR1",
          "hgvs_c": "c.669A>C",
          "hgvs_p": "p.Pro223Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000398477.2",
          "strand": false,
          "transcript": "ENST00000422066.6",
          "transcript_support_level": 4
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 514,
          "aa_ref": "P",
          "aa_start": 223,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2535,
          "cdna_start": 1016,
          "cds_end": null,
          "cds_length": 1545,
          "cds_start": 669,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 17,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000422442.6",
          "gene_hgnc_id": 29529,
          "gene_symbol": "TBL1XR1",
          "hgvs_c": "c.669A>C",
          "hgvs_p": "p.Pro223Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000387849.3",
          "strand": false,
          "transcript": "ENST00000422442.6",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 514,
          "aa_ref": "P",
          "aa_start": 223,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6502,
          "cdna_start": 900,
          "cds_end": null,
          "cds_length": 1545,
          "cds_start": 669,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 16,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000673974.1",
          "gene_hgnc_id": 29529,
          "gene_symbol": "TBL1XR1",
          "hgvs_c": "c.669A>C",
          "hgvs_p": "p.Pro223Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000501274.1",
          "strand": false,
          "transcript": "ENST00000673974.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 514,
          "aa_ref": "P",
          "aa_start": 223,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8082,
          "cdna_start": 1064,
          "cds_end": null,
          "cds_length": 1545,
          "cds_start": 669,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 17,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000704383.1",
          "gene_hgnc_id": 29529,
          "gene_symbol": "TBL1XR1",
          "hgvs_c": "c.669A>C",
          "hgvs_p": "p.Pro223Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000515885.1",
          "strand": false,
          "transcript": "ENST00000704383.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 514,
          "aa_ref": "P",
          "aa_start": 223,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1991,
          "cdna_start": 860,
          "cds_end": null,
          "cds_length": 1545,
          "cds_start": 669,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 16,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000704384.1",
          "gene_hgnc_id": 29529,
          "gene_symbol": "TBL1XR1",
          "hgvs_c": "c.669A>C",
          "hgvs_p": "p.Pro223Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000515886.1",
          "strand": false,
          "transcript": "ENST00000704384.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 514,
          "aa_ref": "P",
          "aa_start": 223,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1902,
          "cdna_start": 975,
          "cds_end": null,
          "cds_length": 1545,
          "cds_start": 669,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 17,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000704385.1",
          "gene_hgnc_id": 29529,
          "gene_symbol": "TBL1XR1",
          "hgvs_c": "c.669A>C",
          "hgvs_p": "p.Pro223Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000515887.1",
          "strand": false,
          "transcript": "ENST00000704385.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 514,
          "aa_ref": "P",
          "aa_start": 223,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3991,
          "cdna_start": 925,
          "cds_end": null,
          "cds_length": 1545,
          "cds_start": 669,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 17,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000883460.1",
          "gene_hgnc_id": 29529,
          "gene_symbol": "TBL1XR1",
          "hgvs_c": "c.669A>C",
          "hgvs_p": "p.Pro223Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553519.1",
          "strand": false,
          "transcript": "ENST00000883460.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 514,
          "aa_ref": "P",
          "aa_start": 223,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3986,
          "cdna_start": 932,
          "cds_end": null,
          "cds_length": 1545,
          "cds_start": 669,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 18,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000883461.1",
          "gene_hgnc_id": 29529,
          "gene_symbol": "TBL1XR1",
          "hgvs_c": "c.669A>C",
          "hgvs_p": "p.Pro223Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553520.1",
          "strand": false,
          "transcript": "ENST00000883461.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 514,
          "aa_ref": "P",
          "aa_start": 223,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2888,
          "cdna_start": 960,
          "cds_end": null,
          "cds_length": 1545,
          "cds_start": 669,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 16,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000883462.1",
          "gene_hgnc_id": 29529,
          "gene_symbol": "TBL1XR1",
          "hgvs_c": "c.669A>C",
          "hgvs_p": "p.Pro223Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553521.1",
          "strand": false,
          "transcript": "ENST00000883462.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 514,
          "aa_ref": "P",
          "aa_start": 223,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4465,
          "cdna_start": 1411,
          "cds_end": null,
          "cds_length": 1545,
          "cds_start": 669,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 18,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000883463.1",
          "gene_hgnc_id": 29529,
          "gene_symbol": "TBL1XR1",
          "hgvs_c": "c.669A>C",
          "hgvs_p": "p.Pro223Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553522.1",
          "strand": false,
          "transcript": "ENST00000883463.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 514,
          "aa_ref": "P",
          "aa_start": 223,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4239,
          "cdna_start": 1185,
          "cds_end": null,
          "cds_length": 1545,
          "cds_start": 669,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 16,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000883464.1",
          "gene_hgnc_id": 29529,
          "gene_symbol": "TBL1XR1",
          "hgvs_c": "c.669A>C",
          "hgvs_p": "p.Pro223Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553523.1",
          "strand": false,
          "transcript": "ENST00000883464.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 514,
          "aa_ref": "P",
          "aa_start": 223,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4434,
          "cdna_start": 1380,
          "cds_end": null,
          "cds_length": 1545,
          "cds_start": 669,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 18,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000883465.1",
          "gene_hgnc_id": 29529,
          "gene_symbol": "TBL1XR1",
          "hgvs_c": "c.669A>C",
          "hgvs_p": "p.Pro223Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553524.1",
          "strand": false,
          "transcript": "ENST00000883465.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 514,
          "aa_ref": "P",
          "aa_start": 223,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4091,
          "cdna_start": 1037,
          "cds_end": null,
          "cds_length": 1545,
          "cds_start": 669,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 18,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000883466.1",
          "gene_hgnc_id": 29529,
          "gene_symbol": "TBL1XR1",
          "hgvs_c": "c.669A>C",
          "hgvs_p": "p.Pro223Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553525.1",
          "strand": false,
          "transcript": "ENST00000883466.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 514,
          "aa_ref": "P",
          "aa_start": 223,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4179,
          "cdna_start": 1125,
          "cds_end": null,
          "cds_length": 1545,
          "cds_start": 669,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 18,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000883467.1",
          "gene_hgnc_id": 29529,
          "gene_symbol": "TBL1XR1",
          "hgvs_c": "c.669A>C",
          "hgvs_p": "p.Pro223Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553526.1",
          "strand": false,
          "transcript": "ENST00000883467.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 514,
          "aa_ref": "P",
          "aa_start": 223,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3675,
          "cdna_start": 1051,
          "cds_end": null,
          "cds_length": 1545,
          "cds_start": 669,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 16,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000883468.1",
          "gene_hgnc_id": 29529,
          "gene_symbol": "TBL1XR1",
          "hgvs_c": "c.669A>C",
          "hgvs_p": "p.Pro223Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553527.1",
          "strand": false,
          "transcript": "ENST00000883468.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 514,
          "aa_ref": "P",
          "aa_start": 223,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4054,
          "cdna_start": 1000,
          "cds_end": null,
          "cds_length": 1545,
          "cds_start": 669,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 16,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000883469.1",
          "gene_hgnc_id": 29529,
          "gene_symbol": "TBL1XR1",
          "hgvs_c": "c.669A>C",
          "hgvs_p": "p.Pro223Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553528.1",
          "strand": false,
          "transcript": "ENST00000883469.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 514,
          "aa_ref": "P",
          "aa_start": 223,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4083,
          "cdna_start": 1029,
          "cds_end": null,
          "cds_length": 1545,
          "cds_start": 669,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 17,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000883470.1",
          "gene_hgnc_id": 29529,
          "gene_symbol": "TBL1XR1",
          "hgvs_c": "c.669A>C",
          "hgvs_p": "p.Pro223Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553529.1",
          "strand": false,
          "transcript": "ENST00000883470.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 514,
          "aa_ref": "P",
          "aa_start": 223,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4206,
          "cdna_start": 1152,
          "cds_end": null,
          "cds_length": 1545,
          "cds_start": 669,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 18,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000883471.1",
          "gene_hgnc_id": 29529,
          "gene_symbol": "TBL1XR1",
          "hgvs_c": "c.669A>C",
          "hgvs_p": "p.Pro223Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553530.1",
          "strand": false,
          "transcript": "ENST00000883471.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 514,
          "aa_ref": "P",
          "aa_start": 223,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4040,
          "cdna_start": 986,
          "cds_end": null,
          "cds_length": 1545,
          "cds_start": 669,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 17,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000883472.1",
          "gene_hgnc_id": 29529,
          "gene_symbol": "TBL1XR1",
          "hgvs_c": "c.669A>C",
          "hgvs_p": "p.Pro223Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553531.1",
          "strand": false,
          "transcript": "ENST00000883472.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 514,
          "aa_ref": "P",
          "aa_start": 223,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3888,
          "cdna_start": 834,
          "cds_end": null,
          "cds_length": 1545,
          "cds_start": 669,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 16,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000883473.1",
          "gene_hgnc_id": 29529,
          "gene_symbol": "TBL1XR1",
          "hgvs_c": "c.669A>C",
          "hgvs_p": "p.Pro223Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553532.1",
          "strand": false,
          "transcript": "ENST00000883473.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 514,
          "aa_ref": "P",
          "aa_start": 223,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2443,
          "cdna_start": 1261,
          "cds_end": null,
          "cds_length": 1545,
          "cds_start": 669,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 17,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000883474.1",
          "gene_hgnc_id": 29529,
          "gene_symbol": "TBL1XR1",
          "hgvs_c": "c.669A>C",
          "hgvs_p": "p.Pro223Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553533.1",
          "strand": false,
          "transcript": "ENST00000883474.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 514,
          "aa_ref": "P",
          "aa_start": 223,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2495,
          "cdna_start": 1348,
          "cds_end": null,
          "cds_length": 1545,
          "cds_start": 669,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 18,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000883475.1",
          "gene_hgnc_id": 29529,
          "gene_symbol": "TBL1XR1",
          "hgvs_c": "c.669A>C",
          "hgvs_p": "p.Pro223Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553534.1",
          "strand": false,
          "transcript": "ENST00000883475.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 514,
          "aa_ref": "P",
          "aa_start": 223,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2331,
          "cdna_start": 1189,
          "cds_end": null,
          "cds_length": 1545,
          "cds_start": 669,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 16,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000883476.1",
          "gene_hgnc_id": 29529,
          "gene_symbol": "TBL1XR1",
          "hgvs_c": "c.669A>C",
          "hgvs_p": "p.Pro223Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553535.1",
          "strand": false,
          "transcript": "ENST00000883476.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 514,
          "aa_ref": "P",
          "aa_start": 223,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2247,
          "cdna_start": 1310,
          "cds_end": null,
          "cds_length": 1545,
          "cds_start": 669,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 17,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000883477.1",
          "gene_hgnc_id": 29529,
          "gene_symbol": "TBL1XR1",
          "hgvs_c": "c.669A>C",
          "hgvs_p": "p.Pro223Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553536.1",
          "strand": false,
          "transcript": "ENST00000883477.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 514,
          "aa_ref": "P",
          "aa_start": 223,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2172,
          "cdna_start": 1025,
          "cds_end": null,
          "cds_length": 1545,
          "cds_start": 669,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 17,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000883478.1",
          "gene_hgnc_id": 29529,
          "gene_symbol": "TBL1XR1",
          "hgvs_c": "c.669A>C",
          "hgvs_p": "p.Pro223Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553537.1",
          "strand": false,
          "transcript": "ENST00000883478.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 514,
          "aa_ref": "P",
          "aa_start": 223,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2089,
          "cdna_start": 1152,
          "cds_end": null,
          "cds_length": 1545,
          "cds_start": 669,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 18,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000883480.1",
          "gene_hgnc_id": 29529,
          "gene_symbol": "TBL1XR1",
          "hgvs_c": "c.669A>C",
          "hgvs_p": "p.Pro223Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553539.1",
          "strand": false,
          "transcript": "ENST00000883480.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 514,
          "aa_ref": "P",
          "aa_start": 223,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2144,
          "cdna_start": 997,
          "cds_end": null,
          "cds_length": 1545,
          "cds_start": 669,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 16,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000883481.1",
          "gene_hgnc_id": 29529,
          "gene_symbol": "TBL1XR1",
          "hgvs_c": "c.669A>C",
          "hgvs_p": "p.Pro223Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553540.1",
          "strand": false,
          "transcript": "ENST00000883481.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 514,
          "aa_ref": "P",
          "aa_start": 223,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2137,
          "cdna_start": 975,
          "cds_end": null,
          "cds_length": 1545,
          "cds_start": 669,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 16,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000883482.1",
          "gene_hgnc_id": 29529,
          "gene_symbol": "TBL1XR1",
          "hgvs_c": "c.669A>C",
          "hgvs_p": "p.Pro223Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553541.1",
          "strand": false,
          "transcript": "ENST00000883482.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 514,
          "aa_ref": "P",
          "aa_start": 223,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1858,
          "cdna_start": 914,
          "cds_end": null,
          "cds_length": 1545,
          "cds_start": 669,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 16,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000883483.1",
          "gene_hgnc_id": 29529,
          "gene_symbol": "TBL1XR1",
          "hgvs_c": "c.669A>C",
          "hgvs_p": "p.Pro223Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553542.1",
          "strand": false,
          "transcript": "ENST00000883483.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 514,
          "aa_ref": "P",
          "aa_start": 223,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2024,
          "cdna_start": 1080,
          "cds_end": null,
          "cds_length": 1545,
          "cds_start": 669,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 17,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000883484.1",
          "gene_hgnc_id": 29529,
          "gene_symbol": "TBL1XR1",
          "hgvs_c": "c.669A>C",
          "hgvs_p": "p.Pro223Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553543.1",
          "strand": false,
          "transcript": "ENST00000883484.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 514,
          "aa_ref": "P",
          "aa_start": 223,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6719,
          "cdna_start": 1101,
          "cds_end": null,
          "cds_length": 1545,
          "cds_start": 669,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 18,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000925106.1",
          "gene_hgnc_id": 29529,
          "gene_symbol": "TBL1XR1",
          "hgvs_c": "c.669A>C",
          "hgvs_p": "p.Pro223Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000595165.1",
          "strand": false,
          "transcript": "ENST00000925106.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 514,
          "aa_ref": "P",
          "aa_start": 223,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6603,
          "cdna_start": 983,
          "cds_end": null,
          "cds_length": 1545,
          "cds_start": 669,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 17,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000925107.1",
          "gene_hgnc_id": 29529,
          "gene_symbol": "TBL1XR1",
          "hgvs_c": "c.669A>C",
          "hgvs_p": "p.Pro223Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000595166.1",
          "strand": false,
          "transcript": "ENST00000925107.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 514,
          "aa_ref": "P",
          "aa_start": 223,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6752,
          "cdna_start": 1132,
          "cds_end": null,
          "cds_length": 1545,
          "cds_start": 669,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 18,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000925108.1",
          "gene_hgnc_id": 29529,
          "gene_symbol": "TBL1XR1",
          "hgvs_c": "c.669A>C",
          "hgvs_p": "p.Pro223Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000595167.1",
          "strand": false,
          "transcript": "ENST00000925108.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 514,
          "aa_ref": "P",
          "aa_start": 223,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6658,
          "cdna_start": 1040,
          "cds_end": null,
          "cds_length": 1545,
          "cds_start": 669,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 17,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000925109.1",
          "gene_hgnc_id": 29529,
          "gene_symbol": "TBL1XR1",
          "hgvs_c": "c.669A>C",
          "hgvs_p": "p.Pro223Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000595168.1",
          "strand": false,
          "transcript": "ENST00000925109.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 514,
          "aa_ref": "P",
          "aa_start": 223,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4543,
          "cdna_start": 1489,
          "cds_end": null,
          "cds_length": 1545,
          "cds_start": 669,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 19,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000925110.1",
          "gene_hgnc_id": 29529,
          "gene_symbol": "TBL1XR1",
          "hgvs_c": "c.669A>C",
          "hgvs_p": "p.Pro223Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000595169.1",
          "strand": false,
          "transcript": "ENST00000925110.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 514,
          "aa_ref": "P",
          "aa_start": 223,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2811,
          "cdna_start": 884,
          "cds_end": null,
          "cds_length": 1545,
          "cds_start": 669,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 18,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000925111.1",
          "gene_hgnc_id": 29529,
          "gene_symbol": "TBL1XR1",
          "hgvs_c": "c.669A>C",
          "hgvs_p": "p.Pro223Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000595170.1",
          "strand": false,
          "transcript": "ENST00000925111.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 514,
          "aa_ref": "P",
          "aa_start": 223,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2889,
          "cdna_start": 961,
          "cds_end": null,
          "cds_length": 1545,
          "cds_start": 669,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 16,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000925112.1",
          "gene_hgnc_id": 29529,
          "gene_symbol": "TBL1XR1",
          "hgvs_c": "c.669A>C",
          "hgvs_p": "p.Pro223Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000595171.1",
          "strand": false,
          "transcript": "ENST00000925112.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 514,
          "aa_ref": "P",
          "aa_start": 223,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4339,
          "cdna_start": 1314,
          "cds_end": null,
          "cds_length": 1545,
          "cds_start": 669,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 19,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000971505.1",
          "gene_hgnc_id": 29529,
          "gene_symbol": "TBL1XR1",
          "hgvs_c": "c.669A>C",
          "hgvs_p": "p.Pro223Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000641564.1",
          "strand": false,
          "transcript": "ENST00000971505.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 514,
          "aa_ref": "P",
          "aa_start": 223,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4144,
          "cdna_start": 1120,
          "cds_end": null,
          "cds_length": 1545,
          "cds_start": 669,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 19,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000971506.1",
          "gene_hgnc_id": 29529,
          "gene_symbol": "TBL1XR1",
          "hgvs_c": "c.669A>C",
          "hgvs_p": "p.Pro223Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000641565.1",
          "strand": false,
          "transcript": "ENST00000971506.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 514,
          "aa_ref": "P",
          "aa_start": 223,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4106,
          "cdna_start": 1081,
          "cds_end": null,
          "cds_length": 1545,
          "cds_start": 669,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 18,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000971507.1",
          "gene_hgnc_id": 29529,
          "gene_symbol": "TBL1XR1",
          "hgvs_c": "c.669A>C",
          "hgvs_p": "p.Pro223Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000641566.1",
          "strand": false,
          "transcript": "ENST00000971507.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 514,
          "aa_ref": "P",
          "aa_start": 223,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3936,
          "cdna_start": 911,
          "cds_end": null,
          "cds_length": 1545,
          "cds_start": 669,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 17,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000971508.1",
          "gene_hgnc_id": 29529,
          "gene_symbol": "TBL1XR1",
          "hgvs_c": "c.669A>C",
          "hgvs_p": "p.Pro223Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000641567.1",
          "strand": false,
          "transcript": "ENST00000971508.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 514,
          "aa_ref": "P",
          "aa_start": 223,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4041,
          "cdna_start": 975,
          "cds_end": null,
          "cds_length": 1545,
          "cds_start": 669,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 18,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000971510.1",
          "gene_hgnc_id": 29529,
          "gene_symbol": "TBL1XR1",
          "hgvs_c": "c.669A>C",
          "hgvs_p": "p.Pro223Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000641569.1",
          "strand": false,
          "transcript": "ENST00000971510.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 514,
          "aa_ref": "P",
          "aa_start": 223,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4106,
          "cdna_start": 1082,
          "cds_end": null,
          "cds_length": 1545,
          "cds_start": 669,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 18,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000971511.1",
          "gene_hgnc_id": 29529,
          "gene_symbol": "TBL1XR1",
          "hgvs_c": "c.669A>C",
          "hgvs_p": "p.Pro223Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000641570.1",
          "strand": false,
          "transcript": "ENST00000971511.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 514,
          "aa_ref": "P",
          "aa_start": 223,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4371,
          "cdna_start": 1346,
          "cds_end": null,
          "cds_length": 1545,
          "cds_start": 669,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 19,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000971512.1",
          "gene_hgnc_id": 29529,
          "gene_symbol": "TBL1XR1",
          "hgvs_c": "c.669A>C",
          "hgvs_p": "p.Pro223Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000641571.1",
          "strand": false,
          "transcript": "ENST00000971512.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 514,
          "aa_ref": "P",
          "aa_start": 223,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4097,
          "cdna_start": 1071,
          "cds_end": null,
          "cds_length": 1545,
          "cds_start": 669,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 18,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000971513.1",
          "gene_hgnc_id": 29529,
          "gene_symbol": "TBL1XR1",
          "hgvs_c": "c.669A>C",
          "hgvs_p": "p.Pro223Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000641572.1",
          "strand": false,
          "transcript": "ENST00000971513.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 514,
          "aa_ref": "P",
          "aa_start": 223,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4137,
          "cdna_start": 1102,
          "cds_end": null,
          "cds_length": 1545,
          "cds_start": 669,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 18,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000971514.1",
          "gene_hgnc_id": 29529,
          "gene_symbol": "TBL1XR1",
          "hgvs_c": "c.669A>C",
          "hgvs_p": "p.Pro223Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000641573.1",
          "strand": false,
          "transcript": "ENST00000971514.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 514,
          "aa_ref": "P",
          "aa_start": 223,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2103,
          "cdna_start": 961,
          "cds_end": null,
          "cds_length": 1545,
          "cds_start": 669,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 17,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000971515.1",
          "gene_hgnc_id": 29529,
          "gene_symbol": "TBL1XR1",
          "hgvs_c": "c.669A>C",
          "hgvs_p": "p.Pro223Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000641574.1",
          "strand": false,
          "transcript": "ENST00000971515.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 514,
          "aa_ref": "P",
          "aa_start": 223,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3126,
          "cdna_start": 2186,
          "cds_end": null,
          "cds_length": 1545,
          "cds_start": 669,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 16,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000971516.1",
          "gene_hgnc_id": 29529,
          "gene_symbol": "TBL1XR1",
          "hgvs_c": "c.669A>C",
          "hgvs_p": "p.Pro223Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000641575.1",
          "strand": false,
          "transcript": "ENST00000971516.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 506,
          "aa_ref": "P",
          "aa_start": 223,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2010,
          "cdna_start": 895,
          "cds_end": null,
          "cds_length": 1521,
          "cds_start": 669,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 16,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000883479.1",
          "gene_hgnc_id": 29529,
          "gene_symbol": "TBL1XR1",
          "hgvs_c": "c.669A>C",
          "hgvs_p": "p.Pro223Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553538.1",
          "strand": false,
          "transcript": "ENST00000883479.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 427,
          "aa_ref": "P",
          "aa_start": 136,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7856,
          "cdna_start": 826,
          "cds_end": null,
          "cds_length": 1284,
          "cds_start": 408,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 15,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001321195.3",
          "gene_hgnc_id": 29529,
          "gene_symbol": "TBL1XR1",
          "hgvs_c": "c.408A>C",
          "hgvs_p": "p.Pro136Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001308124.1",
          "strand": false,
          "transcript": "NM_001321195.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 427,
          "aa_ref": "P",
          "aa_start": 136,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8079,
          "cdna_start": 1049,
          "cds_end": null,
          "cds_length": 1284,
          "cds_start": 408,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 15,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001374330.1",
          "gene_hgnc_id": 29529,
          "gene_symbol": "TBL1XR1",
          "hgvs_c": "c.408A>C",
          "hgvs_p": "p.Pro136Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001361259.1",
          "strand": false,
          "transcript": "NM_001374330.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 427,
          "aa_ref": "P",
          "aa_start": 136,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3814,
          "cdna_start": 792,
          "cds_end": null,
          "cds_length": 1284,
          "cds_start": 408,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 15,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000431421.6",
          "gene_hgnc_id": 29529,
          "gene_symbol": "TBL1XR1",
          "hgvs_c": "c.408A>C",
          "hgvs_p": "p.Pro136Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000402402.2",
          "strand": false,
          "transcript": "ENST00000431421.6",
          "transcript_support_level": 4
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 416,
          "aa_ref": "P",
          "aa_start": 223,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3605,
          "cdna_start": 864,
          "cds_end": null,
          "cds_length": 1251,
          "cds_start": 669,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 14,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000971509.1",
          "gene_hgnc_id": 29529,
          "gene_symbol": "TBL1XR1",
          "hgvs_c": "c.669A>C",
          "hgvs_p": "p.Pro223Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000641568.1",
          "strand": false,
          "transcript": "ENST00000971509.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 527,
          "aa_ref": "P",
          "aa_start": 236,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 10921,
          "cdna_start": 3891,
          "cds_end": null,
          "cds_length": 1584,
          "cds_start": 708,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 16,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "XM_047448941.1",
          "gene_hgnc_id": 29529,
          "gene_symbol": "TBL1XR1",
          "hgvs_c": "c.708A>C",
          "hgvs_p": "p.Pro236Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047304897.1",
          "strand": false,
          "transcript": "XM_047448941.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 524,
          "aa_ref": "P",
          "aa_start": 233,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8166,
          "cdna_start": 1136,
          "cds_end": null,
          "cds_length": 1575,
          "cds_start": 699,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 16,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "XM_047448942.1",
          "gene_hgnc_id": 29529,
          "gene_symbol": "TBL1XR1",
          "hgvs_c": "c.699A>C",
          "hgvs_p": "p.Pro233Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047304898.1",
          "strand": false,
          "transcript": "XM_047448942.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 524,
          "aa_ref": "P",
          "aa_start": 233,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7943,
          "cdna_start": 913,
          "cds_end": null,
          "cds_length": 1575,
          "cds_start": 699,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 16,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "XM_047448943.1",
          "gene_hgnc_id": 29529,
          "gene_symbol": "TBL1XR1",
          "hgvs_c": "c.699A>C",
          "hgvs_p": "p.Pro233Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047304899.1",
          "strand": false,
          "transcript": "XM_047448943.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 514,
          "aa_ref": "P",
          "aa_start": 223,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8225,
          "cdna_start": 1195,
          "cds_end": null,
          "cds_length": 1545,
          "cds_start": 669,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 16,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "XM_011513142.3",
          "gene_hgnc_id": 29529,
          "gene_symbol": "TBL1XR1",
          "hgvs_c": "c.669A>C",
          "hgvs_p": "p.Pro223Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011511444.1",
          "strand": false,
          "transcript": "XM_011513142.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 514,
          "aa_ref": "P",
          "aa_start": 223,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7976,
          "cdna_start": 946,
          "cds_end": null,
          "cds_length": 1545,
          "cds_start": 669,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 17,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "XM_047448944.1",
          "gene_hgnc_id": 29529,
          "gene_symbol": "TBL1XR1",
          "hgvs_c": "c.669A>C",
          "hgvs_p": "p.Pro223Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047304900.1",
          "strand": false,
          "transcript": "XM_047448944.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 514,
          "aa_ref": "P",
          "aa_start": 223,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7817,
          "cdna_start": 787,
          "cds_end": null,
          "cds_length": 1545,
          "cds_start": 669,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 15,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_047448945.1",
          "gene_hgnc_id": 29529,
          "gene_symbol": "TBL1XR1",
          "hgvs_c": "c.669A>C",
          "hgvs_p": "p.Pro223Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047304901.1",
          "strand": false,
          "transcript": "XM_047448945.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 514,
          "aa_ref": "P",
          "aa_start": 223,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7935,
          "cdna_start": 905,
          "cds_end": null,
          "cds_length": 1545,
          "cds_start": 669,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 16,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "XM_047448946.1",
          "gene_hgnc_id": 29529,
          "gene_symbol": "TBL1XR1",
          "hgvs_c": "c.669A>C",
          "hgvs_p": "p.Pro223Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047304902.1",
          "strand": false,
          "transcript": "XM_047448946.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 514,
          "aa_ref": "P",
          "aa_start": 223,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7826,
          "cdna_start": 796,
          "cds_end": null,
          "cds_length": 1545,
          "cds_start": 669,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 15,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_047448947.1",
          "gene_hgnc_id": 29529,
          "gene_symbol": "TBL1XR1",
          "hgvs_c": "c.669A>C",
          "hgvs_p": "p.Pro223Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047304903.1",
          "strand": false,
          "transcript": "XM_047448947.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 514,
          "aa_ref": "P",
          "aa_start": 223,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8193,
          "cdna_start": 1163,
          "cds_end": null,
          "cds_length": 1545,
          "cds_start": 669,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 16,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "XM_047448949.1",
          "gene_hgnc_id": 29529,
          "gene_symbol": "TBL1XR1",
          "hgvs_c": "c.669A>C",
          "hgvs_p": "p.Pro223Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047304905.1",
          "strand": false,
          "transcript": "XM_047448949.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 427,
          "aa_ref": "P",
          "aa_start": 136,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7779,
          "cdna_start": 749,
          "cds_end": null,
          "cds_length": 1284,
          "cds_start": 408,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 15,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_047448940.1",
          "gene_hgnc_id": 29529,
          "gene_symbol": "TBL1XR1",
          "hgvs_c": "c.408A>C",
          "hgvs_p": "p.Pro136Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047304896.1",
          "strand": false,
          "transcript": "XM_047448940.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4186,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 15,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000631253.2",
          "gene_hgnc_id": 29529,
          "gene_symbol": "TBL1XR1",
          "hgvs_c": "n.669A>C",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000486324.1",
          "strand": false,
          "transcript": "ENST00000631253.2",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3105,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 12,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000637659.1",
          "gene_hgnc_id": 29529,
          "gene_symbol": "TBL1XR1",
          "hgvs_c": "n.273A>C",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000490514.1",
          "strand": false,
          "transcript": "ENST00000637659.1",
          "transcript_support_level": 5
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs61750378",
      "effect": "synonymous_variant",
      "frequency_reference_population": 0.000013144232,
      "gene_hgnc_id": 29529,
      "gene_symbol": "TBL1XR1",
      "gnomad_exomes_ac": null,
      "gnomad_exomes_af": null,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_ac": 2,
      "gnomad_genomes_af": 0.0000131442,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 0,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": null,
      "phenotype_combined": null,
      "phylop100way_prediction": "Benign",
      "phylop100way_score": -0.565,
      "pos": 177050030,
      "ref": "T",
      "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_024665.7"
    }
  ]
}
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.