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

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "3",
      "pos": 129514530,
      "ref": "C",
      "alt": "T",
      "effect": "synonymous_variant",
      "transcript": "ENST00000348417.7",
      "consequences": [
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "c.3129C>T",
          "hgvs_p": "p.Arg1043Arg",
          "transcript": "NM_052989.3",
          "protein_id": "NP_443715.1",
          "transcript_support_level": null,
          "aa_start": 1043,
          "aa_end": null,
          "aa_length": 1241,
          "cds_start": 3129,
          "cds_end": null,
          "cds_length": 3726,
          "cdna_start": 3236,
          "cdna_end": null,
          "cdna_length": 4075,
          "mane_select": "ENST00000348417.7",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "c.3129C>T",
          "hgvs_p": "p.Arg1043Arg",
          "transcript": "ENST00000348417.7",
          "protein_id": "ENSP00000324005.4",
          "transcript_support_level": 1,
          "aa_start": 1043,
          "aa_end": null,
          "aa_length": 1241,
          "cds_start": 3129,
          "cds_end": null,
          "cds_length": 3726,
          "cdna_start": 3236,
          "cdna_end": null,
          "cdna_length": 4075,
          "mane_select": "NM_052989.3",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "c.3282C>T",
          "hgvs_p": "p.Arg1094Arg",
          "transcript": "ENST00000296266.7",
          "protein_id": "ENSP00000296266.3",
          "transcript_support_level": 1,
          "aa_start": 1094,
          "aa_end": null,
          "aa_length": 1292,
          "cds_start": 3282,
          "cds_end": null,
          "cds_length": 3879,
          "cdna_start": 3474,
          "cdna_end": null,
          "cdna_length": 4151,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "c.3108C>T",
          "hgvs_p": "p.Arg1036Arg",
          "transcript": "ENST00000507564.5",
          "protein_id": "ENSP00000425536.1",
          "transcript_support_level": 1,
          "aa_start": 1036,
          "aa_end": null,
          "aa_length": 1234,
          "cds_start": 3108,
          "cds_end": null,
          "cds_length": 3705,
          "cdna_start": 3227,
          "cdna_end": null,
          "cdna_length": 3824,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "c.2952C>T",
          "hgvs_p": "p.Arg984Arg",
          "transcript": "ENST00000347300.6",
          "protein_id": "ENSP00000323973.3",
          "transcript_support_level": 1,
          "aa_start": 984,
          "aa_end": null,
          "aa_length": 1182,
          "cds_start": 2952,
          "cds_end": null,
          "cds_length": 3549,
          "cdna_start": 3158,
          "cdna_end": null,
          "cdna_length": 3841,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "c.2799C>T",
          "hgvs_p": "p.Arg933Arg",
          "transcript": "ENST00000349441.6",
          "protein_id": "ENSP00000324165.3",
          "transcript_support_level": 1,
          "aa_start": 933,
          "aa_end": null,
          "aa_length": 1131,
          "cds_start": 2799,
          "cds_end": null,
          "cds_length": 3396,
          "cdna_start": 2886,
          "cdna_end": null,
          "cdna_length": 3569,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "c.3282C>T",
          "hgvs_p": "p.Arg1094Arg",
          "transcript": "NM_052985.4",
          "protein_id": "NP_443711.2",
          "transcript_support_level": null,
          "aa_start": 1094,
          "aa_end": null,
          "aa_length": 1292,
          "cds_start": 3282,
          "cds_end": null,
          "cds_length": 3879,
          "cdna_start": 3389,
          "cdna_end": null,
          "cdna_length": 4228,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "c.3129C>T",
          "hgvs_p": "p.Arg1043Arg",
          "transcript": "ENST00000689643.1",
          "protein_id": "ENSP00000509801.1",
          "transcript_support_level": null,
          "aa_start": 1043,
          "aa_end": null,
          "aa_length": 1265,
          "cds_start": 3129,
          "cds_end": null,
          "cds_length": 3798,
          "cdna_start": 3333,
          "cdna_end": null,
          "cdna_length": 4030,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "c.3132C>T",
          "hgvs_p": "p.Arg1044Arg",
          "transcript": "NM_001410808.1",
          "protein_id": "NP_001397737.1",
          "transcript_support_level": null,
          "aa_start": 1044,
          "aa_end": null,
          "aa_length": 1242,
          "cds_start": 3132,
          "cds_end": null,
          "cds_length": 3729,
          "cdna_start": 3239,
          "cdna_end": null,
          "cdna_length": 4078,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "c.3132C>T",
          "hgvs_p": "p.Arg1044Arg",
          "transcript": "ENST00000692242.1",
          "protein_id": "ENSP00000509878.1",
          "transcript_support_level": null,
          "aa_start": 1044,
          "aa_end": null,
          "aa_length": 1242,
          "cds_start": 3132,
          "cds_end": null,
          "cds_length": 3729,
          "cdna_start": 3336,
          "cdna_end": null,
          "cdna_length": 4178,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "c.3108C>T",
          "hgvs_p": "p.Arg1036Arg",
          "transcript": "NM_001280541.2",
          "protein_id": "NP_001267470.1",
          "transcript_support_level": null,
          "aa_start": 1036,
          "aa_end": null,
          "aa_length": 1234,
          "cds_start": 3108,
          "cds_end": null,
          "cds_length": 3705,
          "cdna_start": 3215,
          "cdna_end": null,
          "cdna_length": 4054,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "c.3105C>T",
          "hgvs_p": "p.Arg1035Arg",
          "transcript": "ENST00000689313.1",
          "protein_id": "ENSP00000509012.1",
          "transcript_support_level": null,
          "aa_start": 1035,
          "aa_end": null,
          "aa_length": 1233,
          "cds_start": 3105,
          "cds_end": null,
          "cds_length": 3702,
          "cdna_start": 3331,
          "cdna_end": null,
          "cdna_length": 4173,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "c.3078C>T",
          "hgvs_p": "p.Arg1026Arg",
          "transcript": "ENST00000687377.1",
          "protein_id": "ENSP00000509225.1",
          "transcript_support_level": null,
          "aa_start": 1026,
          "aa_end": null,
          "aa_length": 1224,
          "cds_start": 3078,
          "cds_end": null,
          "cds_length": 3675,
          "cdna_start": 3282,
          "cdna_end": null,
          "cdna_length": 4124,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "c.3075C>T",
          "hgvs_p": "p.Arg1025Arg",
          "transcript": "NM_001410809.1",
          "protein_id": "NP_001397738.1",
          "transcript_support_level": null,
          "aa_start": 1025,
          "aa_end": null,
          "aa_length": 1223,
          "cds_start": 3075,
          "cds_end": null,
          "cds_length": 3672,
          "cdna_start": 3182,
          "cdna_end": null,
          "cdna_length": 4021,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "c.3075C>T",
          "hgvs_p": "p.Arg1025Arg",
          "transcript": "ENST00000693129.1",
          "protein_id": "ENSP00000509806.1",
          "transcript_support_level": null,
          "aa_start": 1025,
          "aa_end": null,
          "aa_length": 1223,
          "cds_start": 3075,
          "cds_end": null,
          "cds_length": 3672,
          "cdna_start": 3272,
          "cdna_end": null,
          "cdna_length": 4066,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "c.3066C>T",
          "hgvs_p": "p.Arg1022Arg",
          "transcript": "ENST00000693489.1",
          "protein_id": "ENSP00000509656.1",
          "transcript_support_level": null,
          "aa_start": 1022,
          "aa_end": null,
          "aa_length": 1220,
          "cds_start": 3066,
          "cds_end": null,
          "cds_length": 3663,
          "cdna_start": 3270,
          "cdna_end": null,
          "cdna_length": 4112,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "c.2952C>T",
          "hgvs_p": "p.Arg984Arg",
          "transcript": "ENST00000691733.1",
          "protein_id": "ENSP00000509735.1",
          "transcript_support_level": null,
          "aa_start": 984,
          "aa_end": null,
          "aa_length": 1206,
          "cds_start": 2952,
          "cds_end": null,
          "cds_length": 3621,
          "cdna_start": 3149,
          "cdna_end": null,
          "cdna_length": 3821,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "c.2976C>T",
          "hgvs_p": "p.Arg992Arg",
          "transcript": "NM_001438637.1",
          "protein_id": "NP_001425566.1",
          "transcript_support_level": null,
          "aa_start": 992,
          "aa_end": null,
          "aa_length": 1190,
          "cds_start": 2976,
          "cds_end": null,
          "cds_length": 3573,
          "cdna_start": 3083,
          "cdna_end": null,
          "cdna_length": 3922,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "c.2898C>T",
          "hgvs_p": "p.Arg966Arg",
          "transcript": "ENST00000690862.1",
          "protein_id": "ENSP00000509210.1",
          "transcript_support_level": null,
          "aa_start": 966,
          "aa_end": null,
          "aa_length": 1190,
          "cds_start": 2898,
          "cds_end": null,
          "cds_length": 3573,
          "cdna_start": 3095,
          "cdna_end": null,
          "cdna_length": 4340,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "c.2973C>T",
          "hgvs_p": "p.Arg991Arg",
          "transcript": "NM_001438638.1",
          "protein_id": "NP_001425567.1",
          "transcript_support_level": null,
          "aa_start": 991,
          "aa_end": null,
          "aa_length": 1189,
          "cds_start": 2973,
          "cds_end": null,
          "cds_length": 3570,
          "cdna_start": 3080,
          "cdna_end": null,
          "cdna_length": 3919,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "c.2973C>T",
          "hgvs_p": "p.Arg991Arg",
          "transcript": "ENST00000688020.1",
          "protein_id": "ENSP00000508904.1",
          "transcript_support_level": null,
          "aa_start": 991,
          "aa_end": null,
          "aa_length": 1189,
          "cds_start": 2973,
          "cds_end": null,
          "cds_length": 3570,
          "cdna_start": 3074,
          "cdna_end": null,
          "cdna_length": 3916,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "c.2955C>T",
          "hgvs_p": "p.Arg985Arg",
          "transcript": "NM_001410810.1",
          "protein_id": "NP_001397739.1",
          "transcript_support_level": null,
          "aa_start": 985,
          "aa_end": null,
          "aa_length": 1183,
          "cds_start": 2955,
          "cds_end": null,
          "cds_length": 3552,
          "cdna_start": 3062,
          "cdna_end": null,
          "cdna_length": 3901,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "c.2955C>T",
          "hgvs_p": "p.Arg985Arg",
          "transcript": "ENST00000689332.1",
          "protein_id": "ENSP00000510425.1",
          "transcript_support_level": null,
          "aa_start": 985,
          "aa_end": null,
          "aa_length": 1183,
          "cds_start": 2955,
          "cds_end": null,
          "cds_length": 3552,
          "cdna_start": 3152,
          "cdna_end": null,
          "cdna_length": 3952,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "c.2952C>T",
          "hgvs_p": "p.Arg984Arg",
          "transcript": "NM_018262.4",
          "protein_id": "NP_060732.2",
          "transcript_support_level": null,
          "aa_start": 984,
          "aa_end": null,
          "aa_length": 1182,
          "cds_start": 2952,
          "cds_end": null,
          "cds_length": 3549,
          "cdna_start": 3059,
          "cdna_end": null,
          "cdna_length": 3898,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "c.2922C>T",
          "hgvs_p": "p.Arg974Arg",
          "transcript": "NM_001438639.1",
          "protein_id": "NP_001425568.1",
          "transcript_support_level": null,
          "aa_start": 974,
          "aa_end": null,
          "aa_length": 1172,
          "cds_start": 2922,
          "cds_end": null,
          "cds_length": 3519,
          "cdna_start": 3029,
          "cdna_end": null,
          "cdna_length": 3868,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "c.2919C>T",
          "hgvs_p": "p.Arg973Arg",
          "transcript": "NM_001438640.1",
          "protein_id": "NP_001425569.1",
          "transcript_support_level": null,
          "aa_start": 973,
          "aa_end": null,
          "aa_length": 1171,
          "cds_start": 2919,
          "cds_end": null,
          "cds_length": 3516,
          "cdna_start": 3026,
          "cdna_end": null,
          "cdna_length": 3865,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "c.2901C>T",
          "hgvs_p": "p.Arg967Arg",
          "transcript": "NM_001410811.1",
          "protein_id": "NP_001397740.1",
          "transcript_support_level": null,
          "aa_start": 967,
          "aa_end": null,
          "aa_length": 1165,
          "cds_start": 2901,
          "cds_end": null,
          "cds_length": 3498,
          "cdna_start": 3008,
          "cdna_end": null,
          "cdna_length": 3847,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "c.2901C>T",
          "hgvs_p": "p.Arg967Arg",
          "transcript": "ENST00000689801.1",
          "protein_id": "ENSP00000509982.1",
          "transcript_support_level": null,
          "aa_start": 967,
          "aa_end": null,
          "aa_length": 1165,
          "cds_start": 2901,
          "cds_end": null,
          "cds_length": 3498,
          "cdna_start": 3116,
          "cdna_end": null,
          "cdna_length": 3910,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "c.2898C>T",
          "hgvs_p": "p.Arg966Arg",
          "transcript": "NM_001410813.1",
          "protein_id": "NP_001397742.1",
          "transcript_support_level": null,
          "aa_start": 966,
          "aa_end": null,
          "aa_length": 1164,
          "cds_start": 2898,
          "cds_end": null,
          "cds_length": 3495,
          "cdna_start": 3005,
          "cdna_end": null,
          "cdna_length": 3844,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "c.2898C>T",
          "hgvs_p": "p.Arg966Arg",
          "transcript": "ENST00000691583.1",
          "protein_id": "ENSP00000510741.1",
          "transcript_support_level": null,
          "aa_start": 966,
          "aa_end": null,
          "aa_length": 1164,
          "cds_start": 2898,
          "cds_end": null,
          "cds_length": 3495,
          "cdna_start": 3104,
          "cdna_end": null,
          "cdna_length": 3922,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "c.2898C>T",
          "hgvs_p": "p.Arg966Arg",
          "transcript": "ENST00000691964.1",
          "protein_id": "ENSP00000509094.1",
          "transcript_support_level": null,
          "aa_start": 966,
          "aa_end": null,
          "aa_length": 1163,
          "cds_start": 2898,
          "cds_end": null,
          "cds_length": 3492,
          "cdna_start": 3095,
          "cdna_end": null,
          "cdna_length": 3767,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "c.2841C>T",
          "hgvs_p": "p.Arg947Arg",
          "transcript": "ENST00000685921.1",
          "protein_id": "ENSP00000509914.1",
          "transcript_support_level": null,
          "aa_start": 947,
          "aa_end": null,
          "aa_length": 1145,
          "cds_start": 2841,
          "cds_end": null,
          "cds_length": 3438,
          "cdna_start": 3038,
          "cdna_end": null,
          "cdna_length": 3838,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "c.2805C>T",
          "hgvs_p": "p.Arg935Arg",
          "transcript": "ENST00000689492.1",
          "protein_id": "ENSP00000510239.1",
          "transcript_support_level": null,
          "aa_start": 935,
          "aa_end": null,
          "aa_length": 1133,
          "cds_start": 2805,
          "cds_end": null,
          "cds_length": 3402,
          "cdna_start": 2984,
          "cdna_end": null,
          "cdna_length": 3826,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "c.2799C>T",
          "hgvs_p": "p.Arg933Arg",
          "transcript": "NM_052990.3",
          "protein_id": "NP_443716.1",
          "transcript_support_level": null,
          "aa_start": 933,
          "aa_end": null,
          "aa_length": 1131,
          "cds_start": 2799,
          "cds_end": null,
          "cds_length": 3396,
          "cdna_start": 2906,
          "cdna_end": null,
          "cdna_length": 3745,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "c.2796C>T",
          "hgvs_p": "p.Arg932Arg",
          "transcript": "NM_001410815.1",
          "protein_id": "NP_001397744.1",
          "transcript_support_level": null,
          "aa_start": 932,
          "aa_end": null,
          "aa_length": 1130,
          "cds_start": 2796,
          "cds_end": null,
          "cds_length": 3393,
          "cdna_start": 2903,
          "cdna_end": null,
          "cdna_length": 3742,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "c.2796C>T",
          "hgvs_p": "p.Arg932Arg",
          "transcript": "ENST00000693588.1",
          "protein_id": "ENSP00000509216.1",
          "transcript_support_level": null,
          "aa_start": 932,
          "aa_end": null,
          "aa_length": 1130,
          "cds_start": 2796,
          "cds_end": null,
          "cds_length": 3393,
          "cdna_start": 2963,
          "cdna_end": null,
          "cdna_length": 3757,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "c.2793C>T",
          "hgvs_p": "p.Arg931Arg",
          "transcript": "ENST00000689796.1",
          "protein_id": "ENSP00000509716.1",
          "transcript_support_level": null,
          "aa_start": 931,
          "aa_end": null,
          "aa_length": 1129,
          "cds_start": 2793,
          "cds_end": null,
          "cds_length": 3390,
          "cdna_start": 2990,
          "cdna_end": null,
          "cdna_length": 3784,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "c.2790C>T",
          "hgvs_p": "p.Arg930Arg",
          "transcript": "ENST00000686830.1",
          "protein_id": "ENSP00000510002.1",
          "transcript_support_level": null,
          "aa_start": 930,
          "aa_end": null,
          "aa_length": 1128,
          "cds_start": 2790,
          "cds_end": null,
          "cds_length": 3387,
          "cdna_start": 2987,
          "cdna_end": null,
          "cdna_length": 3781,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "c.2787C>T",
          "hgvs_p": "p.Arg929Arg",
          "transcript": "ENST00000686473.1",
          "protein_id": "ENSP00000508526.1",
          "transcript_support_level": null,
          "aa_start": 929,
          "aa_end": null,
          "aa_length": 1127,
          "cds_start": 2787,
          "cds_end": null,
          "cds_length": 3384,
          "cdna_start": 2984,
          "cdna_end": null,
          "cdna_length": 3778,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "c.2745C>T",
          "hgvs_p": "p.Arg915Arg",
          "transcript": "NM_001410817.1",
          "protein_id": "NP_001397746.1",
          "transcript_support_level": null,
          "aa_start": 915,
          "aa_end": null,
          "aa_length": 1113,
          "cds_start": 2745,
          "cds_end": null,
          "cds_length": 3342,
          "cdna_start": 2852,
          "cdna_end": null,
          "cdna_length": 3691,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "c.2745C>T",
          "hgvs_p": "p.Arg915Arg",
          "transcript": "ENST00000504021.6",
          "protein_id": "ENSP00000422179.2",
          "transcript_support_level": 2,
          "aa_start": 915,
          "aa_end": null,
          "aa_length": 1113,
          "cds_start": 2745,
          "cds_end": null,
          "cds_length": 3342,
          "cdna_start": 2856,
          "cdna_end": null,
          "cdna_length": 3650,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "c.2742C>T",
          "hgvs_p": "p.Arg914Arg",
          "transcript": "NM_001438041.1",
          "protein_id": "NP_001424970.1",
          "transcript_support_level": null,
          "aa_start": 914,
          "aa_end": null,
          "aa_length": 1112,
          "cds_start": 2742,
          "cds_end": null,
          "cds_length": 3339,
          "cdna_start": 2849,
          "cdna_end": null,
          "cdna_length": 3688,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "c.2742C>T",
          "hgvs_p": "p.Arg914Arg",
          "transcript": "ENST00000690663.1",
          "protein_id": "ENSP00000509297.1",
          "transcript_support_level": null,
          "aa_start": 914,
          "aa_end": null,
          "aa_length": 1112,
          "cds_start": 2742,
          "cds_end": null,
          "cds_length": 3339,
          "cdna_start": 2921,
          "cdna_end": null,
          "cdna_length": 3725,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "c.2733C>T",
          "hgvs_p": "p.Arg911Arg",
          "transcript": "ENST00000686531.1",
          "protein_id": "ENSP00000510570.1",
          "transcript_support_level": null,
          "aa_start": 911,
          "aa_end": null,
          "aa_length": 1109,
          "cds_start": 2733,
          "cds_end": null,
          "cds_length": 3330,
          "cdna_start": 2930,
          "cdna_end": null,
          "cdna_length": 3724,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "c.2721C>T",
          "hgvs_p": "p.Arg907Arg",
          "transcript": "ENST00000692901.1",
          "protein_id": "ENSP00000510339.1",
          "transcript_support_level": null,
          "aa_start": 907,
          "aa_end": null,
          "aa_length": 1105,
          "cds_start": 2721,
          "cds_end": null,
          "cds_length": 3318,
          "cdna_start": 2824,
          "cdna_end": null,
          "cdna_length": 3618,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "c.2679C>T",
          "hgvs_p": "p.Arg893Arg",
          "transcript": "NM_001280545.2",
          "protein_id": "NP_001267474.1",
          "transcript_support_level": null,
          "aa_start": 893,
          "aa_end": null,
          "aa_length": 1091,
          "cds_start": 2679,
          "cds_end": null,
          "cds_length": 3276,
          "cdna_start": 3387,
          "cdna_end": null,
          "cdna_length": 4226,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "c.2652C>T",
          "hgvs_p": "p.Arg884Arg",
          "transcript": "ENST00000689005.1",
          "protein_id": "ENSP00000510168.1",
          "transcript_support_level": null,
          "aa_start": 884,
          "aa_end": null,
          "aa_length": 1082,
          "cds_start": 2652,
          "cds_end": null,
          "cds_length": 3249,
          "cdna_start": 2736,
          "cdna_end": null,
          "cdna_length": 3536,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "c.2634C>T",
          "hgvs_p": "p.Arg878Arg",
          "transcript": "ENST00000515783.6",
          "protein_id": "ENSP00000423288.2",
          "transcript_support_level": 5,
          "aa_start": 878,
          "aa_end": null,
          "aa_length": 1076,
          "cds_start": 2634,
          "cds_end": null,
          "cds_length": 3231,
          "cdna_start": 2736,
          "cdna_end": null,
          "cdna_length": 3530,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "c.2502C>T",
          "hgvs_p": "p.Arg834Arg",
          "transcript": "NM_001280546.2",
          "protein_id": "NP_001267475.1",
          "transcript_support_level": null,
          "aa_start": 834,
          "aa_end": null,
          "aa_length": 1032,
          "cds_start": 2502,
          "cds_end": null,
          "cds_length": 3099,
          "cdna_start": 2980,
          "cdna_end": null,
          "cdna_length": 3819,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "c.2502C>T",
          "hgvs_p": "p.Arg834Arg",
          "transcript": "ENST00000693233.1",
          "protein_id": "ENSP00000509186.1",
          "transcript_support_level": null,
          "aa_start": 834,
          "aa_end": null,
          "aa_length": 1032,
          "cds_start": 2502,
          "cds_end": null,
          "cds_length": 3099,
          "cdna_start": 2755,
          "cdna_end": null,
          "cdna_length": 3579,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "c.2448C>T",
          "hgvs_p": "p.Arg816Arg",
          "transcript": "ENST00000692321.1",
          "protein_id": "ENSP00000508614.1",
          "transcript_support_level": null,
          "aa_start": 816,
          "aa_end": null,
          "aa_length": 1014,
          "cds_start": 2448,
          "cds_end": null,
          "cds_length": 3045,
          "cdna_start": 2674,
          "cdna_end": null,
          "cdna_length": 3468,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "c.2448C>T",
          "hgvs_p": "p.Arg816Arg",
          "transcript": "ENST00000692728.1",
          "protein_id": "ENSP00000510105.1",
          "transcript_support_level": null,
          "aa_start": 816,
          "aa_end": null,
          "aa_length": 1014,
          "cds_start": 2448,
          "cds_end": null,
          "cds_length": 3045,
          "cdna_start": 2816,
          "cdna_end": null,
          "cdna_length": 3610,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "c.1272C>T",
          "hgvs_p": "p.Arg424Arg",
          "transcript": "ENST00000688527.1",
          "protein_id": "ENSP00000508740.1",
          "transcript_support_level": null,
          "aa_start": 424,
          "aa_end": null,
          "aa_length": 622,
          "cds_start": 1272,
          "cds_end": null,
          "cds_length": 1869,
          "cdna_start": 1487,
          "cdna_end": null,
          "cdna_length": 2281,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "c.1269C>T",
          "hgvs_p": "p.Arg423Arg",
          "transcript": "ENST00000690657.1",
          "protein_id": "ENSP00000510699.1",
          "transcript_support_level": null,
          "aa_start": 423,
          "aa_end": null,
          "aa_length": 621,
          "cds_start": 1269,
          "cds_end": null,
          "cds_length": 1866,
          "cdna_start": 1485,
          "cdna_end": null,
          "cdna_length": 2289,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "c.1218C>T",
          "hgvs_p": "p.Arg406Arg",
          "transcript": "ENST00000685122.1",
          "protein_id": "ENSP00000510278.1",
          "transcript_support_level": null,
          "aa_start": 406,
          "aa_end": null,
          "aa_length": 604,
          "cds_start": 1218,
          "cds_end": null,
          "cds_length": 1815,
          "cdna_start": 1433,
          "cdna_end": null,
          "cdna_length": 2227,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "c.1215C>T",
          "hgvs_p": "p.Arg405Arg",
          "transcript": "ENST00000507221.2",
          "protein_id": "ENSP00000427515.2",
          "transcript_support_level": 3,
          "aa_start": 405,
          "aa_end": null,
          "aa_length": 603,
          "cds_start": 1215,
          "cds_end": null,
          "cds_length": 1812,
          "cdna_start": 1430,
          "cdna_end": null,
          "cdna_length": 2224,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "c.1107C>T",
          "hgvs_p": "p.Arg369Arg",
          "transcript": "ENST00000688657.1",
          "protein_id": "ENSP00000508933.1",
          "transcript_support_level": null,
          "aa_start": 369,
          "aa_end": null,
          "aa_length": 567,
          "cds_start": 1107,
          "cds_end": null,
          "cds_length": 1704,
          "cdna_start": 1150,
          "cdna_end": null,
          "cdna_length": 1944,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "c.3078C>T",
          "hgvs_p": "p.Arg1026Arg",
          "transcript": "XM_006713691.4",
          "protein_id": "XP_006713754.1",
          "transcript_support_level": null,
          "aa_start": 1026,
          "aa_end": null,
          "aa_length": 1224,
          "cds_start": 3078,
          "cds_end": null,
          "cds_length": 3675,
          "cdna_start": 3185,
          "cdna_end": null,
          "cdna_length": 4024,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "c.2682C>T",
          "hgvs_p": "p.Arg894Arg",
          "transcript": "XM_047448551.1",
          "protein_id": "XP_047304507.1",
          "transcript_support_level": null,
          "aa_start": 894,
          "aa_end": null,
          "aa_length": 1092,
          "cds_start": 2682,
          "cds_end": null,
          "cds_length": 3279,
          "cdna_start": 3099,
          "cdna_end": null,
          "cdna_length": 3938,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "c.2682C>T",
          "hgvs_p": "p.Arg894Arg",
          "transcript": "XM_047448552.1",
          "protein_id": "XP_047304508.1",
          "transcript_support_level": null,
          "aa_start": 894,
          "aa_end": null,
          "aa_length": 1092,
          "cds_start": 2682,
          "cds_end": null,
          "cds_length": 3279,
          "cdna_start": 2931,
          "cdna_end": null,
          "cdna_length": 3770,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "c.1728C>T",
          "hgvs_p": "p.Arg576Arg",
          "transcript": "XM_047448554.1",
          "protein_id": "XP_047304510.1",
          "transcript_support_level": null,
          "aa_start": 576,
          "aa_end": null,
          "aa_length": 774,
          "cds_start": 1728,
          "cds_end": null,
          "cds_length": 2325,
          "cdna_start": 1891,
          "cdna_end": null,
          "cdna_length": 2730,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "n.*2391C>T",
          "hgvs_p": null,
          "transcript": "ENST00000431818.8",
          "protein_id": "ENSP00000410946.3",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3735,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "n.*2450C>T",
          "hgvs_p": null,
          "transcript": "ENST00000440957.7",
          "protein_id": "ENSP00000401569.3",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4007,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "n.1139C>T",
          "hgvs_p": null,
          "transcript": "ENST00000504444.2",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3180,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "n.2912C>T",
          "hgvs_p": null,
          "transcript": "ENST00000506507.5",
          "protein_id": null,
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4532,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "n.1538C>T",
          "hgvs_p": null,
          "transcript": "ENST00000511425.5",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2225,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "n.*3037C>T",
          "hgvs_p": null,
          "transcript": "ENST00000512220.5",
          "protein_id": "ENSP00000421953.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4057,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "n.2173C>T",
          "hgvs_p": null,
          "transcript": "ENST00000513190.1",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2854,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "n.1422C>T",
          "hgvs_p": null,
          "transcript": "ENST00000513932.2",
          "protein_id": null,
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2216,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "n.*2860C>T",
          "hgvs_p": null,
          "transcript": "ENST00000685189.1",
          "protein_id": "ENSP00000510418.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3994,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "n.*347C>T",
          "hgvs_p": null,
          "transcript": "ENST00000685282.1",
          "protein_id": "ENSP00000508642.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4075,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "n.*249C>T",
          "hgvs_p": null,
          "transcript": "ENST00000685447.1",
          "protein_id": "ENSP00000509155.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3691,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "n.3844C>T",
          "hgvs_p": null,
          "transcript": "ENST00000685512.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4607,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "n.3870C>T",
          "hgvs_p": null,
          "transcript": "ENST00000685811.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4664,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "n.*1549C>T",
          "hgvs_p": null,
          "transcript": "ENST00000685939.1",
          "protein_id": "ENSP00000509414.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3962,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "n.*1552C>T",
          "hgvs_p": null,
          "transcript": "ENST00000686375.1",
          "protein_id": "ENSP00000510777.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3864,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "n.1676C>T",
          "hgvs_p": null,
          "transcript": "ENST00000686614.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2495,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "n.*2587C>T",
          "hgvs_p": null,
          "transcript": "ENST00000687398.1",
          "protein_id": "ENSP00000510191.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3896,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "n.3491C>T",
          "hgvs_p": null,
          "transcript": "ENST00000687461.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4333,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "n.*70C>T",
          "hgvs_p": null,
          "transcript": "ENST00000687645.1",
          "protein_id": "ENSP00000510672.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4173,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "n.*721C>T",
          "hgvs_p": null,
          "transcript": "ENST00000687766.1",
          "protein_id": "ENSP00000509886.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3664,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "n.*214C>T",
          "hgvs_p": null,
          "transcript": "ENST00000687791.1",
          "protein_id": "ENSP00000509224.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3794,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "n.*344C>T",
          "hgvs_p": null,
          "transcript": "ENST00000687845.1",
          "protein_id": "ENSP00000508687.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3433,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "n.3149C>T",
          "hgvs_p": null,
          "transcript": "ENST00000687864.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4728,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "n.*2731C>T",
          "hgvs_p": null,
          "transcript": "ENST00000688129.1",
          "protein_id": "ENSP00000509382.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4042,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "n.2642C>T",
          "hgvs_p": null,
          "transcript": "ENST00000688266.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3436,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "n.3543C>T",
          "hgvs_p": null,
          "transcript": "ENST00000688392.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4343,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "n.3095C>T",
          "hgvs_p": null,
          "transcript": "ENST00000688504.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4703,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "n.*2377C>T",
          "hgvs_p": null,
          "transcript": "ENST00000688664.1",
          "protein_id": "ENSP00000510359.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4096,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "n.3696C>T",
          "hgvs_p": null,
          "transcript": "ENST00000689384.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4500,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "n.2901C>T",
          "hgvs_p": null,
          "transcript": "ENST00000689871.1",
          "protein_id": "ENSP00000510412.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3950,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "n.2116C>T",
          "hgvs_p": null,
          "transcript": "ENST00000689884.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2910,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "n.3066C>T",
          "hgvs_p": null,
          "transcript": "ENST00000690617.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3908,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "n.*2411C>T",
          "hgvs_p": null,
          "transcript": "ENST00000690677.1",
          "protein_id": "ENSP00000510036.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3604,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "n.*214C>T",
          "hgvs_p": null,
          "transcript": "ENST00000690723.1",
          "protein_id": "ENSP00000508811.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3848,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "n.3596C>T",
          "hgvs_p": null,
          "transcript": "ENST00000691148.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4390,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "n.*2555C>T",
          "hgvs_p": null,
          "transcript": "ENST00000691360.1",
          "protein_id": "ENSP00000510040.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4019,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "n.*2677C>T",
          "hgvs_p": null,
          "transcript": "ENST00000691641.1",
          "protein_id": "ENSP00000509350.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3750,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "n.*481C>T",
          "hgvs_p": null,
          "transcript": "ENST00000691770.1",
          "protein_id": "ENSP00000510126.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3938,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "n.*2026C>T",
          "hgvs_p": null,
          "transcript": "ENST00000692228.1",
          "protein_id": "ENSP00000508464.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3857,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "n.*140C>T",
          "hgvs_p": null,
          "transcript": "ENST00000692391.1",
          "protein_id": "ENSP00000509211.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4062,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "n.3776C>T",
          "hgvs_p": null,
          "transcript": "ENST00000692508.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4618,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "n.1983C>T",
          "hgvs_p": null,
          "transcript": "ENST00000692929.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2777,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "n.*2669C>T",
          "hgvs_p": null,
          "transcript": "ENST00000692985.1",
          "protein_id": "ENSP00000510460.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4860,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "n.*1966C>T",
          "hgvs_p": null,
          "transcript": "ENST00000693114.1",
          "protein_id": "ENSP00000508738.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3797,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "n.*140C>T",
          "hgvs_p": null,
          "transcript": "ENST00000693162.1",
          "protein_id": "ENSP00000509103.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4065,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "n.3366C>T",
          "hgvs_p": null,
          "transcript": "ENST00000693654.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4208,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "n.*2391C>T",
          "hgvs_p": null,
          "transcript": "ENST00000431818.8",
          "protein_id": "ENSP00000410946.3",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3735,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "n.*2450C>T",
          "hgvs_p": null,
          "transcript": "ENST00000440957.7",
          "protein_id": "ENSP00000401569.3",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4007,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "n.*3037C>T",
          "hgvs_p": null,
          "transcript": "ENST00000512220.5",
          "protein_id": "ENSP00000421953.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4057,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "n.*2860C>T",
          "hgvs_p": null,
          "transcript": "ENST00000685189.1",
          "protein_id": "ENSP00000510418.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3994,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "n.*347C>T",
          "hgvs_p": null,
          "transcript": "ENST00000685282.1",
          "protein_id": "ENSP00000508642.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4075,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "n.*249C>T",
          "hgvs_p": null,
          "transcript": "ENST00000685447.1",
          "protein_id": "ENSP00000509155.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3691,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "n.*1549C>T",
          "hgvs_p": null,
          "transcript": "ENST00000685939.1",
          "protein_id": "ENSP00000509414.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3962,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "n.*1552C>T",
          "hgvs_p": null,
          "transcript": "ENST00000686375.1",
          "protein_id": "ENSP00000510777.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3864,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "n.*2587C>T",
          "hgvs_p": null,
          "transcript": "ENST00000687398.1",
          "protein_id": "ENSP00000510191.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3896,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "n.*70C>T",
          "hgvs_p": null,
          "transcript": "ENST00000687645.1",
          "protein_id": "ENSP00000510672.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4173,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "n.*721C>T",
          "hgvs_p": null,
          "transcript": "ENST00000687766.1",
          "protein_id": "ENSP00000509886.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3664,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "n.*214C>T",
          "hgvs_p": null,
          "transcript": "ENST00000687791.1",
          "protein_id": "ENSP00000509224.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3794,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "n.*344C>T",
          "hgvs_p": null,
          "transcript": "ENST00000687845.1",
          "protein_id": "ENSP00000508687.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3433,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "n.*2731C>T",
          "hgvs_p": null,
          "transcript": "ENST00000688129.1",
          "protein_id": "ENSP00000509382.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4042,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "n.*2377C>T",
          "hgvs_p": null,
          "transcript": "ENST00000688664.1",
          "protein_id": "ENSP00000510359.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4096,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "n.*2411C>T",
          "hgvs_p": null,
          "transcript": "ENST00000690677.1",
          "protein_id": "ENSP00000510036.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3604,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "n.*214C>T",
          "hgvs_p": null,
          "transcript": "ENST00000690723.1",
          "protein_id": "ENSP00000508811.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3848,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "n.*2555C>T",
          "hgvs_p": null,
          "transcript": "ENST00000691360.1",
          "protein_id": "ENSP00000510040.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4019,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "n.*2677C>T",
          "hgvs_p": null,
          "transcript": "ENST00000691641.1",
          "protein_id": "ENSP00000509350.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3750,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "n.*481C>T",
          "hgvs_p": null,
          "transcript": "ENST00000691770.1",
          "protein_id": "ENSP00000510126.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3938,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "n.*2026C>T",
          "hgvs_p": null,
          "transcript": "ENST00000692228.1",
          "protein_id": "ENSP00000508464.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3857,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "n.*140C>T",
          "hgvs_p": null,
          "transcript": "ENST00000692391.1",
          "protein_id": "ENSP00000509211.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4062,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "n.*2669C>T",
          "hgvs_p": null,
          "transcript": "ENST00000692985.1",
          "protein_id": "ENSP00000510460.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4860,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "n.*1966C>T",
          "hgvs_p": null,
          "transcript": "ENST00000693114.1",
          "protein_id": "ENSP00000508738.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3797,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "n.*140C>T",
          "hgvs_p": null,
          "transcript": "ENST00000693162.1",
          "protein_id": "ENSP00000509103.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4065,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": 21,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "n.2546+2118C>T",
          "hgvs_p": null,
          "transcript": "ENST00000685087.1",
          "protein_id": "ENSP00000509245.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3031,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "n.2572+2118C>T",
          "hgvs_p": null,
          "transcript": "ENST00000685621.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2931,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": 23,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "n.2813+2118C>T",
          "hgvs_p": null,
          "transcript": "ENST00000690209.1",
          "protein_id": "ENSP00000509005.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3280,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": 23,
          "intron_rank_end": null,
          "gene_symbol": "IFT122",
          "gene_hgnc_id": 13556,
          "hgvs_c": "n.2810+2118C>T",
          "hgvs_p": null,
          "transcript": "ENST00000691705.1",
          "protein_id": "ENSP00000510077.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3393,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "IFT122",
      "gene_hgnc_id": 13556,
      "dbsnp": "rs76881473",
      "frequency_reference_population": 0.003354549,
      "hom_count_reference_population": 15,
      "allele_count_reference_population": 5415,
      "gnomad_exomes_af": 0.00349143,
      "gnomad_genomes_af": 0.00204122,
      "gnomad_exomes_ac": 5104,
      "gnomad_genomes_ac": 311,
      "gnomad_exomes_homalt": 15,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": -0.27000001072883606,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "BayesDel_noAF",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.27,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": -0.009,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": -12,
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Moderate,BP6,BP7,BS1,BS2",
      "acmg_by_gene": [
        {
          "score": -12,
          "benign_score": 12,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Moderate",
            "BP6",
            "BP7",
            "BS1",
            "BS2"
          ],
          "verdict": "Benign",
          "transcript": "ENST00000348417.7",
          "gene_symbol": "IFT122",
          "hgnc_id": 13556,
          "effects": [
            "synonymous_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.3129C>T",
          "hgvs_p": "p.Arg1043Arg"
        }
      ],
      "clinvar_disease": "Connective tissue disorder,Cranioectodermal dysplasia 1,not provided,not specified",
      "clinvar_classification": "Conflicting classifications of pathogenicity",
      "clinvar_review_status": "criteria provided, conflicting classifications",
      "clinvar_submissions_summary": "US:1 LB:5 B:1",
      "phenotype_combined": "not specified|Cranioectodermal dysplasia 1|Connective tissue disorder|not provided",
      "pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
      "custom_annotations": null
    }
  ],
  "message": null
}