← 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: 13-20631053-G-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 20,
          "criteria": [
            "BP4_Strong",
            "BP6_Very_Strong",
            "BA1"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "IFT88",
          "hgnc_id": 20606,
          "hgvs_c": "c.1364G>A",
          "hgvs_p": "p.Ser455Asn",
          "inheritance_mode": "AD",
          "pathogenic_score": 0,
          "score": -20,
          "transcript": "NM_175605.5",
          "verdict": "Benign"
        }
      ],
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Strong,BP6_Very_Strong,BA1",
      "acmg_score": -20,
      "allele_count_reference_population": 1186742,
      "alphamissense_prediction": null,
      "alphamissense_score": 0.1941,
      "alt": "A",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.32,
      "chr": "13",
      "clinvar_classification": "Benign",
      "clinvar_disease": "not provided,not specified",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "B:3",
      "computational_prediction_selected": "Benign",
      "computational_score_selected": 0.0000018165530946134822,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 824,
          "aa_ref": "S",
          "aa_start": 446,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2850,
          "cdna_start": 1443,
          "cds_end": null,
          "cds_length": 2475,
          "cds_start": 1337,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "NM_006531.5",
          "gene_hgnc_id": 20606,
          "gene_symbol": "IFT88",
          "hgvs_c": "c.1337G>A",
          "hgvs_p": "p.Ser446Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000351808.10",
          "protein_coding": true,
          "protein_id": "NP_006522.2",
          "strand": true,
          "transcript": "NM_006531.5",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 824,
          "aa_ref": "S",
          "aa_start": 446,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 2850,
          "cdna_start": 1443,
          "cds_end": null,
          "cds_length": 2475,
          "cds_start": 1337,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000351808.10",
          "gene_hgnc_id": 20606,
          "gene_symbol": "IFT88",
          "hgvs_c": "c.1337G>A",
          "hgvs_p": "p.Ser446Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_006531.5",
          "protein_coding": true,
          "protein_id": "ENSP00000261632.5",
          "strand": true,
          "transcript": "ENST00000351808.10",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 833,
          "aa_ref": "S",
          "aa_start": 455,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3091,
          "cdna_start": 1691,
          "cds_end": null,
          "cds_length": 2502,
          "cds_start": 1364,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 28,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "ENST00000319980.10",
          "gene_hgnc_id": 20606,
          "gene_symbol": "IFT88",
          "hgvs_c": "c.1364G>A",
          "hgvs_p": "p.Ser455Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000323580.6",
          "strand": true,
          "transcript": "ENST00000319980.10",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 833,
          "aa_ref": "S",
          "aa_start": 455,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3178,
          "cdna_start": 1771,
          "cds_end": null,
          "cds_length": 2502,
          "cds_start": 1364,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 27,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "NM_001318493.2",
          "gene_hgnc_id": 20606,
          "gene_symbol": "IFT88",
          "hgvs_c": "c.1364G>A",
          "hgvs_p": "p.Ser455Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001305422.1",
          "strand": true,
          "transcript": "NM_001318493.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 833,
          "aa_ref": "S",
          "aa_start": 455,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2963,
          "cdna_start": 1556,
          "cds_end": null,
          "cds_length": 2502,
          "cds_start": 1364,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 27,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "NM_001353565.2",
          "gene_hgnc_id": 20606,
          "gene_symbol": "IFT88",
          "hgvs_c": "c.1364G>A",
          "hgvs_p": "p.Ser455Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001340494.1",
          "strand": true,
          "transcript": "NM_001353565.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 833,
          "aa_ref": "S",
          "aa_start": 455,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3070,
          "cdna_start": 1663,
          "cds_end": null,
          "cds_length": 2502,
          "cds_start": 1364,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 28,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "NM_001353566.2",
          "gene_hgnc_id": 20606,
          "gene_symbol": "IFT88",
          "hgvs_c": "c.1364G>A",
          "hgvs_p": "p.Ser455Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001340495.1",
          "strand": true,
          "transcript": "NM_001353566.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 833,
          "aa_ref": "S",
          "aa_start": 455,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2954,
          "cdna_start": 1547,
          "cds_end": null,
          "cds_length": 2502,
          "cds_start": 1364,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 27,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "NM_001353567.2",
          "gene_hgnc_id": 20606,
          "gene_symbol": "IFT88",
          "hgvs_c": "c.1364G>A",
          "hgvs_p": "p.Ser455Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001340496.1",
          "strand": true,
          "transcript": "NM_001353567.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 833,
          "aa_ref": "S",
          "aa_start": 455,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3079,
          "cdna_start": 1672,
          "cds_end": null,
          "cds_length": 2502,
          "cds_start": 1364,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 28,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "NM_175605.5",
          "gene_hgnc_id": 20606,
          "gene_symbol": "IFT88",
          "hgvs_c": "c.1364G>A",
          "hgvs_p": "p.Ser455Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_783195.2",
          "strand": true,
          "transcript": "NM_175605.5",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 824,
          "aa_ref": "S",
          "aa_start": 446,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3210,
          "cdna_start": 1803,
          "cds_end": null,
          "cds_length": 2475,
          "cds_start": 1337,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 29,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "NM_001353568.2",
          "gene_hgnc_id": 20606,
          "gene_symbol": "IFT88",
          "hgvs_c": "c.1337G>A",
          "hgvs_p": "p.Ser446Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001340497.1",
          "strand": true,
          "transcript": "NM_001353568.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 824,
          "aa_ref": "S",
          "aa_start": 446,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2984,
          "cdna_start": 1580,
          "cds_end": null,
          "cds_length": 2475,
          "cds_start": 1337,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 27,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000894242.1",
          "gene_hgnc_id": 20606,
          "gene_symbol": "IFT88",
          "hgvs_c": "c.1337G>A",
          "hgvs_p": "p.Ser446Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000564301.1",
          "strand": true,
          "transcript": "ENST00000894242.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 824,
          "aa_ref": "S",
          "aa_start": 446,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2923,
          "cdna_start": 1595,
          "cds_end": null,
          "cds_length": 2475,
          "cds_start": 1337,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 27,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000894243.1",
          "gene_hgnc_id": 20606,
          "gene_symbol": "IFT88",
          "hgvs_c": "c.1337G>A",
          "hgvs_p": "p.Ser446Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000564302.1",
          "strand": true,
          "transcript": "ENST00000894243.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 824,
          "aa_ref": "S",
          "aa_start": 446,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3553,
          "cdna_start": 2226,
          "cds_end": null,
          "cds_length": 2475,
          "cds_start": 1337,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000894245.1",
          "gene_hgnc_id": 20606,
          "gene_symbol": "IFT88",
          "hgvs_c": "c.1337G>A",
          "hgvs_p": "p.Ser446Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000564304.1",
          "strand": true,
          "transcript": "ENST00000894245.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 824,
          "aa_ref": "S",
          "aa_start": 446,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3026,
          "cdna_start": 1699,
          "cds_end": null,
          "cds_length": 2475,
          "cds_start": 1337,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 28,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "ENST00000894248.1",
          "gene_hgnc_id": 20606,
          "gene_symbol": "IFT88",
          "hgvs_c": "c.1337G>A",
          "hgvs_p": "p.Ser446Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000564307.1",
          "strand": true,
          "transcript": "ENST00000894248.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 824,
          "aa_ref": "S",
          "aa_start": 446,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2945,
          "cdna_start": 1618,
          "cds_end": null,
          "cds_length": 2475,
          "cds_start": 1337,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 28,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "ENST00000894252.1",
          "gene_hgnc_id": 20606,
          "gene_symbol": "IFT88",
          "hgvs_c": "c.1337G>A",
          "hgvs_p": "p.Ser446Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000564311.1",
          "strand": true,
          "transcript": "ENST00000894252.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 824,
          "aa_ref": "S",
          "aa_start": 446,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2877,
          "cdna_start": 1553,
          "cds_end": null,
          "cds_length": 2475,
          "cds_start": 1337,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 27,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000894254.1",
          "gene_hgnc_id": 20606,
          "gene_symbol": "IFT88",
          "hgvs_c": "c.1337G>A",
          "hgvs_p": "p.Ser446Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000564313.1",
          "strand": true,
          "transcript": "ENST00000894254.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 824,
          "aa_ref": "S",
          "aa_start": 446,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2694,
          "cdna_start": 1472,
          "cds_end": null,
          "cds_length": 2475,
          "cds_start": 1337,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000894261.1",
          "gene_hgnc_id": 20606,
          "gene_symbol": "IFT88",
          "hgvs_c": "c.1337G>A",
          "hgvs_p": "p.Ser446Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000564320.1",
          "strand": true,
          "transcript": "ENST00000894261.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 824,
          "aa_ref": "S",
          "aa_start": 446,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2811,
          "cdna_start": 1409,
          "cds_end": null,
          "cds_length": 2475,
          "cds_start": 1337,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000927832.1",
          "gene_hgnc_id": 20606,
          "gene_symbol": "IFT88",
          "hgvs_c": "c.1337G>A",
          "hgvs_p": "p.Ser446Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000597891.1",
          "strand": true,
          "transcript": "ENST00000927832.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 824,
          "aa_ref": "S",
          "aa_start": 446,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2858,
          "cdna_start": 1539,
          "cds_end": null,
          "cds_length": 2475,
          "cds_start": 1337,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 27,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000950099.1",
          "gene_hgnc_id": 20606,
          "gene_symbol": "IFT88",
          "hgvs_c": "c.1337G>A",
          "hgvs_p": "p.Ser446Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000620158.1",
          "strand": true,
          "transcript": "ENST00000950099.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 824,
          "aa_ref": "S",
          "aa_start": 446,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2786,
          "cdna_start": 1462,
          "cds_end": null,
          "cds_length": 2475,
          "cds_start": 1337,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000950105.1",
          "gene_hgnc_id": 20606,
          "gene_symbol": "IFT88",
          "hgvs_c": "c.1337G>A",
          "hgvs_p": "p.Ser446Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000620164.1",
          "strand": true,
          "transcript": "ENST00000950105.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 824,
          "aa_ref": "S",
          "aa_start": 446,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2953,
          "cdna_start": 1626,
          "cds_end": null,
          "cds_length": 2475,
          "cds_start": 1337,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 28,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "ENST00000950106.1",
          "gene_hgnc_id": 20606,
          "gene_symbol": "IFT88",
          "hgvs_c": "c.1337G>A",
          "hgvs_p": "p.Ser446Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000620165.1",
          "strand": true,
          "transcript": "ENST00000950106.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 824,
          "aa_ref": "S",
          "aa_start": 446,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2969,
          "cdna_start": 1655,
          "cds_end": null,
          "cds_length": 2475,
          "cds_start": 1337,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 28,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "ENST00000950115.1",
          "gene_hgnc_id": 20606,
          "gene_symbol": "IFT88",
          "hgvs_c": "c.1337G>A",
          "hgvs_p": "p.Ser446Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000620174.1",
          "strand": true,
          "transcript": "ENST00000950115.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 824,
          "aa_ref": "S",
          "aa_start": 446,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3324,
          "cdna_start": 2018,
          "cds_end": null,
          "cds_length": 2475,
          "cds_start": 1337,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 27,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000950118.1",
          "gene_hgnc_id": 20606,
          "gene_symbol": "IFT88",
          "hgvs_c": "c.1337G>A",
          "hgvs_p": "p.Ser446Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000620177.1",
          "strand": true,
          "transcript": "ENST00000950118.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 822,
          "aa_ref": "S",
          "aa_start": 444,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2751,
          "cdna_start": 1424,
          "cds_end": null,
          "cds_length": 2469,
          "cds_start": 1331,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000950110.1",
          "gene_hgnc_id": 20606,
          "gene_symbol": "IFT88",
          "hgvs_c": "c.1331G>A",
          "hgvs_p": "p.Ser444Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000620169.1",
          "strand": true,
          "transcript": "ENST00000950110.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 805,
          "aa_ref": "S",
          "aa_start": 427,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2793,
          "cdna_start": 1386,
          "cds_end": null,
          "cds_length": 2418,
          "cds_start": 1280,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "NM_001318491.2",
          "gene_hgnc_id": 20606,
          "gene_symbol": "IFT88",
          "hgvs_c": "c.1280G>A",
          "hgvs_p": "p.Ser427Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001305420.1",
          "strand": true,
          "transcript": "NM_001318491.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 805,
          "aa_ref": "S",
          "aa_start": 427,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2827,
          "cdna_start": 1422,
          "cds_end": null,
          "cds_length": 2418,
          "cds_start": 1280,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000894240.1",
          "gene_hgnc_id": 20606,
          "gene_symbol": "IFT88",
          "hgvs_c": "c.1280G>A",
          "hgvs_p": "p.Ser427Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000564299.1",
          "strand": true,
          "transcript": "ENST00000894240.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 805,
          "aa_ref": "S",
          "aa_start": 427,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3378,
          "cdna_start": 2059,
          "cds_end": null,
          "cds_length": 2418,
          "cds_start": 1280,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000894260.1",
          "gene_hgnc_id": 20606,
          "gene_symbol": "IFT88",
          "hgvs_c": "c.1280G>A",
          "hgvs_p": "p.Ser427Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000564319.1",
          "strand": true,
          "transcript": "ENST00000894260.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 805,
          "aa_ref": "S",
          "aa_start": 427,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2833,
          "cdna_start": 1432,
          "cds_end": null,
          "cds_length": 2418,
          "cds_start": 1280,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000950100.1",
          "gene_hgnc_id": 20606,
          "gene_symbol": "IFT88",
          "hgvs_c": "c.1280G>A",
          "hgvs_p": "p.Ser427Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000620159.1",
          "strand": true,
          "transcript": "ENST00000950100.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 805,
          "aa_ref": "S",
          "aa_start": 427,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3238,
          "cdna_start": 1919,
          "cds_end": null,
          "cds_length": 2418,
          "cds_start": 1280,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000950117.1",
          "gene_hgnc_id": 20606,
          "gene_symbol": "IFT88",
          "hgvs_c": "c.1280G>A",
          "hgvs_p": "p.Ser427Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000620176.1",
          "strand": true,
          "transcript": "ENST00000950117.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 800,
          "aa_ref": "S",
          "aa_start": 427,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2682,
          "cdna_start": 1378,
          "cds_end": null,
          "cds_length": 2403,
          "cds_start": 1280,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000950112.1",
          "gene_hgnc_id": 20606,
          "gene_symbol": "IFT88",
          "hgvs_c": "c.1280G>A",
          "hgvs_p": "p.Ser427Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000620171.1",
          "strand": true,
          "transcript": "ENST00000950112.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 799,
          "aa_ref": "S",
          "aa_start": 421,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2861,
          "cdna_start": 1454,
          "cds_end": null,
          "cds_length": 2400,
          "cds_start": 1262,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 28,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "NM_001353569.2",
          "gene_hgnc_id": 20606,
          "gene_symbol": "IFT88",
          "hgvs_c": "c.1262G>A",
          "hgvs_p": "p.Ser421Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001340498.1",
          "strand": true,
          "transcript": "NM_001353569.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 799,
          "aa_ref": "S",
          "aa_start": 421,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2977,
          "cdna_start": 1570,
          "cds_end": null,
          "cds_length": 2400,
          "cds_start": 1262,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 29,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "NM_001353570.2",
          "gene_hgnc_id": 20606,
          "gene_symbol": "IFT88",
          "hgvs_c": "c.1262G>A",
          "hgvs_p": "p.Ser421Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001340499.1",
          "strand": true,
          "transcript": "NM_001353570.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 795,
          "aa_ref": "S",
          "aa_start": 417,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2680,
          "cdna_start": 1353,
          "cds_end": null,
          "cds_length": 2388,
          "cds_start": 1250,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000894253.1",
          "gene_hgnc_id": 20606,
          "gene_symbol": "IFT88",
          "hgvs_c": "c.1250G>A",
          "hgvs_p": "p.Ser417Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000564312.1",
          "strand": true,
          "transcript": "ENST00000894253.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 795,
          "aa_ref": "S",
          "aa_start": 417,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2891,
          "cdna_start": 1566,
          "cds_end": null,
          "cds_length": 2388,
          "cds_start": 1250,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 27,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000950109.1",
          "gene_hgnc_id": 20606,
          "gene_symbol": "IFT88",
          "hgvs_c": "c.1250G>A",
          "hgvs_p": "p.Ser417Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000620168.1",
          "strand": true,
          "transcript": "ENST00000950109.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 790,
          "aa_ref": "S",
          "aa_start": 412,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2748,
          "cdna_start": 1341,
          "cds_end": null,
          "cds_length": 2373,
          "cds_start": 1235,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 27,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "NM_001353571.2",
          "gene_hgnc_id": 20606,
          "gene_symbol": "IFT88",
          "hgvs_c": "c.1235G>A",
          "hgvs_p": "p.Ser412Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001340500.1",
          "strand": true,
          "transcript": "NM_001353571.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 787,
          "aa_ref": "S",
          "aa_start": 446,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2739,
          "cdna_start": 1443,
          "cds_end": null,
          "cds_length": 2364,
          "cds_start": 1337,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "NM_001353572.2",
          "gene_hgnc_id": 20606,
          "gene_symbol": "IFT88",
          "hgvs_c": "c.1337G>A",
          "hgvs_p": "p.Ser446Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001340501.1",
          "strand": true,
          "transcript": "NM_001353572.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 787,
          "aa_ref": "S",
          "aa_start": 446,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2788,
          "cdna_start": 1493,
          "cds_end": null,
          "cds_length": 2364,
          "cds_start": 1337,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000894239.1",
          "gene_hgnc_id": 20606,
          "gene_symbol": "IFT88",
          "hgvs_c": "c.1337G>A",
          "hgvs_p": "p.Ser446Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000564298.1",
          "strand": true,
          "transcript": "ENST00000894239.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 787,
          "aa_ref": "S",
          "aa_start": 446,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2933,
          "cdna_start": 1720,
          "cds_end": null,
          "cds_length": 2364,
          "cds_start": 1337,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 27,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "ENST00000894244.1",
          "gene_hgnc_id": 20606,
          "gene_symbol": "IFT88",
          "hgvs_c": "c.1337G>A",
          "hgvs_p": "p.Ser446Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000564303.1",
          "strand": true,
          "transcript": "ENST00000894244.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 787,
          "aa_ref": "S",
          "aa_start": 446,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2885,
          "cdna_start": 1669,
          "cds_end": null,
          "cds_length": 2364,
          "cds_start": 1337,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 27,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "ENST00000894250.1",
          "gene_hgnc_id": 20606,
          "gene_symbol": "IFT88",
          "hgvs_c": "c.1337G>A",
          "hgvs_p": "p.Ser446Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000564309.1",
          "strand": true,
          "transcript": "ENST00000894250.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 787,
          "aa_ref": "S",
          "aa_start": 446,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2863,
          "cdna_start": 1568,
          "cds_end": null,
          "cds_length": 2364,
          "cds_start": 1337,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000950101.1",
          "gene_hgnc_id": 20606,
          "gene_symbol": "IFT88",
          "hgvs_c": "c.1337G>A",
          "hgvs_p": "p.Ser446Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000620160.1",
          "strand": true,
          "transcript": "ENST00000950101.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 787,
          "aa_ref": "S",
          "aa_start": 446,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2695,
          "cdna_start": 1483,
          "cds_end": null,
          "cds_length": 2364,
          "cds_start": 1337,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000950103.1",
          "gene_hgnc_id": 20606,
          "gene_symbol": "IFT88",
          "hgvs_c": "c.1337G>A",
          "hgvs_p": "p.Ser446Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000620162.1",
          "strand": true,
          "transcript": "ENST00000950103.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 787,
          "aa_ref": "S",
          "aa_start": 409,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2652,
          "cdna_start": 1329,
          "cds_end": null,
          "cds_length": 2364,
          "cds_start": 1226,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "ENST00000950107.1",
          "gene_hgnc_id": 20606,
          "gene_symbol": "IFT88",
          "hgvs_c": "c.1226G>A",
          "hgvs_p": "p.Ser409Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000620166.1",
          "strand": true,
          "transcript": "ENST00000950107.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 787,
          "aa_ref": "S",
          "aa_start": 446,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2751,
          "cdna_start": 1543,
          "cds_end": null,
          "cds_length": 2364,
          "cds_start": 1337,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000950108.1",
          "gene_hgnc_id": 20606,
          "gene_symbol": "IFT88",
          "hgvs_c": "c.1337G>A",
          "hgvs_p": "p.Ser446Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000620167.1",
          "strand": true,
          "transcript": "ENST00000950108.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 787,
          "aa_ref": "S",
          "aa_start": 446,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2755,
          "cdna_start": 1547,
          "cds_end": null,
          "cds_length": 2364,
          "cds_start": 1337,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000950114.1",
          "gene_hgnc_id": 20606,
          "gene_symbol": "IFT88",
          "hgvs_c": "c.1337G>A",
          "hgvs_p": "p.Ser446Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000620173.1",
          "strand": true,
          "transcript": "ENST00000950114.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 787,
          "aa_ref": "S",
          "aa_start": 446,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3356,
          "cdna_start": 2148,
          "cds_end": null,
          "cds_length": 2364,
          "cds_start": 1337,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000950116.1",
          "gene_hgnc_id": 20606,
          "gene_symbol": "IFT88",
          "hgvs_c": "c.1337G>A",
          "hgvs_p": "p.Ser446Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000620175.1",
          "strand": true,
          "transcript": "ENST00000950116.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 776,
          "aa_ref": "S",
          "aa_start": 398,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2706,
          "cdna_start": 1299,
          "cds_end": null,
          "cds_length": 2331,
          "cds_start": 1193,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "NM_001353573.2",
          "gene_hgnc_id": 20606,
          "gene_symbol": "IFT88",
          "hgvs_c": "c.1193G>A",
          "hgvs_p": "p.Ser398Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001340502.1",
          "strand": true,
          "transcript": "NM_001353573.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 776,
          "aa_ref": "S",
          "aa_start": 398,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2644,
          "cdna_start": 1313,
          "cds_end": null,
          "cds_length": 2331,
          "cds_start": 1193,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "ENST00000950104.1",
          "gene_hgnc_id": 20606,
          "gene_symbol": "IFT88",
          "hgvs_c": "c.1193G>A",
          "hgvs_p": "p.Ser398Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000620163.1",
          "strand": true,
          "transcript": "ENST00000950104.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 771,
          "aa_ref": "S",
          "aa_start": 393,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2691,
          "cdna_start": 1284,
          "cds_end": null,
          "cds_length": 2316,
          "cds_start": 1178,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "NM_001353574.2",
          "gene_hgnc_id": 20606,
          "gene_symbol": "IFT88",
          "hgvs_c": "c.1178G>A",
          "hgvs_p": "p.Ser393Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001340503.1",
          "strand": true,
          "transcript": "NM_001353574.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 768,
          "aa_ref": "S",
          "aa_start": 427,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2694,
          "cdna_start": 1407,
          "cds_end": null,
          "cds_length": 2307,
          "cds_start": 1280,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000894241.1",
          "gene_hgnc_id": 20606,
          "gene_symbol": "IFT88",
          "hgvs_c": "c.1280G>A",
          "hgvs_p": "p.Ser427Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000564300.1",
          "strand": true,
          "transcript": "ENST00000894241.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 767,
          "aa_ref": "S",
          "aa_start": 427,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2806,
          "cdna_start": 1386,
          "cds_end": null,
          "cds_length": 2304,
          "cds_start": 1280,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "NM_001353575.2",
          "gene_hgnc_id": 20606,
          "gene_symbol": "IFT88",
          "hgvs_c": "c.1280G>A",
          "hgvs_p": "p.Ser427Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001340504.1",
          "strand": true,
          "transcript": "NM_001353575.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 762,
          "aa_ref": "S",
          "aa_start": 421,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2866,
          "cdna_start": 1570,
          "cds_end": null,
          "cds_length": 2289,
          "cds_start": 1262,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 28,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "NM_001353576.2",
          "gene_hgnc_id": 20606,
          "gene_symbol": "IFT88",
          "hgvs_c": "c.1262G>A",
          "hgvs_p": "p.Ser421Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001340505.1",
          "strand": true,
          "transcript": "NM_001353576.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 762,
          "aa_ref": "S",
          "aa_start": 421,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2857,
          "cdna_start": 1561,
          "cds_end": null,
          "cds_length": 2289,
          "cds_start": 1262,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 28,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "NM_001353577.2",
          "gene_hgnc_id": 20606,
          "gene_symbol": "IFT88",
          "hgvs_c": "c.1262G>A",
          "hgvs_p": "p.Ser421Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001340506.1",
          "strand": true,
          "transcript": "NM_001353577.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 758,
          "aa_ref": "S",
          "aa_start": 417,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2539,
          "cdna_start": 1323,
          "cds_end": null,
          "cds_length": 2277,
          "cds_start": 1250,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000894259.1",
          "gene_hgnc_id": 20606,
          "gene_symbol": "IFT88",
          "hgvs_c": "c.1250G>A",
          "hgvs_p": "p.Ser417Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000564318.1",
          "strand": true,
          "transcript": "ENST00000894259.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 753,
          "aa_ref": "S",
          "aa_start": 412,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2637,
          "cdna_start": 1341,
          "cds_end": null,
          "cds_length": 2262,
          "cds_start": 1235,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "NM_001353578.2",
          "gene_hgnc_id": 20606,
          "gene_symbol": "IFT88",
          "hgvs_c": "c.1235G>A",
          "hgvs_p": "p.Ser412Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001340507.1",
          "strand": true,
          "transcript": "NM_001353578.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 747,
          "aa_ref": "S",
          "aa_start": 427,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2654,
          "cdna_start": 1514,
          "cds_end": null,
          "cds_length": 2244,
          "cds_start": 1280,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000950111.1",
          "gene_hgnc_id": 20606,
          "gene_symbol": "IFT88",
          "hgvs_c": "c.1280G>A",
          "hgvs_p": "p.Ser427Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000620170.1",
          "strand": true,
          "transcript": "ENST00000950111.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 737,
          "aa_ref": "S",
          "aa_start": 359,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3107,
          "cdna_start": 1447,
          "cds_end": null,
          "cds_length": 2214,
          "cds_start": 1076,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 27,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000894238.1",
          "gene_hgnc_id": 20606,
          "gene_symbol": "IFT88",
          "hgvs_c": "c.1076G>A",
          "hgvs_p": "p.Ser359Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000564297.1",
          "strand": true,
          "transcript": "ENST00000894238.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 737,
          "aa_ref": "S",
          "aa_start": 359,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2528,
          "cdna_start": 1201,
          "cds_end": null,
          "cds_length": 2214,
          "cds_start": 1076,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000894249.1",
          "gene_hgnc_id": 20606,
          "gene_symbol": "IFT88",
          "hgvs_c": "c.1076G>A",
          "hgvs_p": "p.Ser359Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000564308.1",
          "strand": true,
          "transcript": "ENST00000894249.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 709,
          "aa_ref": "S",
          "aa_start": 446,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2414,
          "cdna_start": 1440,
          "cds_end": null,
          "cds_length": 2130,
          "cds_start": 1337,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000894255.1",
          "gene_hgnc_id": 20606,
          "gene_symbol": "IFT88",
          "hgvs_c": "c.1337G>A",
          "hgvs_p": "p.Ser446Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000564314.1",
          "strand": true,
          "transcript": "ENST00000894255.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 675,
          "aa_ref": "S",
          "aa_start": 446,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2359,
          "cdna_start": 1479,
          "cds_end": null,
          "cds_length": 2028,
          "cds_start": 1337,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000894247.1",
          "gene_hgnc_id": 20606,
          "gene_symbol": "IFT88",
          "hgvs_c": "c.1337G>A",
          "hgvs_p": "p.Ser446Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000564306.1",
          "strand": true,
          "transcript": "ENST00000894247.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 613,
          "aa_ref": "S",
          "aa_start": 235,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2780,
          "cdna_start": 1373,
          "cds_end": null,
          "cds_length": 1842,
          "cds_start": 704,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "NM_001353579.2",
          "gene_hgnc_id": 20606,
          "gene_symbol": "IFT88",
          "hgvs_c": "c.704G>A",
          "hgvs_p": "p.Ser235Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001340508.1",
          "strand": true,
          "transcript": "NM_001353579.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 367,
          "aa_ref": "S",
          "aa_start": 249,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2590,
          "cdna_start": 747,
          "cds_end": null,
          "cds_length": 1104,
          "cds_start": 746,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000537103.2",
          "gene_hgnc_id": 20606,
          "gene_symbol": "IFT88",
          "hgvs_c": "c.746G>A",
          "hgvs_p": "p.Ser249Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000437719.2",
          "strand": true,
          "transcript": "ENST00000537103.2",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 824,
          "aa_ref": "S",
          "aa_start": 446,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2860,
          "cdna_start": 1453,
          "cds_end": null,
          "cds_length": 2475,
          "cds_start": 1337,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "XM_006719870.4",
          "gene_hgnc_id": 20606,
          "gene_symbol": "IFT88",
          "hgvs_c": "c.1337G>A",
          "hgvs_p": "p.Ser446Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_006719933.1",
          "strand": true,
          "transcript": "XM_006719870.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 824,
          "aa_ref": "S",
          "aa_start": 446,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3188,
          "cdna_start": 1781,
          "cds_end": null,
          "cds_length": 2475,
          "cds_start": 1337,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 27,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "XM_017020757.2",
          "gene_hgnc_id": 20606,
          "gene_symbol": "IFT88",
          "hgvs_c": "c.1337G>A",
          "hgvs_p": "p.Ser446Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016876246.1",
          "strand": true,
          "transcript": "XM_017020757.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 824,
          "aa_ref": "S",
          "aa_start": 446,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3309,
          "cdna_start": 1902,
          "cds_end": null,
          "cds_length": 2475,
          "cds_start": 1337,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 28,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "XM_047430655.1",
          "gene_hgnc_id": 20606,
          "gene_symbol": "IFT88",
          "hgvs_c": "c.1337G>A",
          "hgvs_p": "p.Ser446Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047286611.1",
          "strand": true,
          "transcript": "XM_047430655.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 814,
          "aa_ref": "S",
          "aa_start": 436,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3022,
          "cdna_start": 1615,
          "cds_end": null,
          "cds_length": 2445,
          "cds_start": 1307,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 27,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "XM_047430656.1",
          "gene_hgnc_id": 20606,
          "gene_symbol": "IFT88",
          "hgvs_c": "c.1307G>A",
          "hgvs_p": "p.Ser436Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047286612.1",
          "strand": true,
          "transcript": "XM_047430656.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 814,
          "aa_ref": "S",
          "aa_start": 436,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2906,
          "cdna_start": 1499,
          "cds_end": null,
          "cds_length": 2445,
          "cds_start": 1307,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "XM_047430657.1",
          "gene_hgnc_id": 20606,
          "gene_symbol": "IFT88",
          "hgvs_c": "c.1307G>A",
          "hgvs_p": "p.Ser436Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047286613.1",
          "strand": true,
          "transcript": "XM_047430657.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 805,
          "aa_ref": "S",
          "aa_start": 427,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2803,
          "cdna_start": 1396,
          "cds_end": null,
          "cds_length": 2418,
          "cds_start": 1280,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "XM_047430658.1",
          "gene_hgnc_id": 20606,
          "gene_symbol": "IFT88",
          "hgvs_c": "c.1280G>A",
          "hgvs_p": "p.Ser427Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047286614.1",
          "strand": true,
          "transcript": "XM_047430658.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 804,
          "aa_ref": "S",
          "aa_start": 426,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2876,
          "cdna_start": 1469,
          "cds_end": null,
          "cds_length": 2415,
          "cds_start": 1277,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "XM_047430659.1",
          "gene_hgnc_id": 20606,
          "gene_symbol": "IFT88",
          "hgvs_c": "c.1277G>A",
          "hgvs_p": "p.Ser426Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047286615.1",
          "strand": true,
          "transcript": "XM_047430659.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 804,
          "aa_ref": "S",
          "aa_start": 426,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2992,
          "cdna_start": 1585,
          "cds_end": null,
          "cds_length": 2415,
          "cds_start": 1277,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 27,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "XM_047430660.1",
          "gene_hgnc_id": 20606,
          "gene_symbol": "IFT88",
          "hgvs_c": "c.1277G>A",
          "hgvs_p": "p.Ser426Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047286616.1",
          "strand": true,
          "transcript": "XM_047430660.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 799,
          "aa_ref": "S",
          "aa_start": 421,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2968,
          "cdna_start": 1561,
          "cds_end": null,
          "cds_length": 2400,
          "cds_start": 1262,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 29,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "XM_047430661.1",
          "gene_hgnc_id": 20606,
          "gene_symbol": "IFT88",
          "hgvs_c": "c.1262G>A",
          "hgvs_p": "p.Ser421Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047286617.1",
          "strand": true,
          "transcript": "XM_047430661.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 796,
          "aa_ref": "S",
          "aa_start": 455,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3067,
          "cdna_start": 1771,
          "cds_end": null,
          "cds_length": 2391,
          "cds_start": 1364,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "XM_017020762.2",
          "gene_hgnc_id": 20606,
          "gene_symbol": "IFT88",
          "hgvs_c": "c.1364G>A",
          "hgvs_p": "p.Ser455Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016876251.1",
          "strand": true,
          "transcript": "XM_017020762.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 796,
          "aa_ref": "S",
          "aa_start": 455,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2852,
          "cdna_start": 1556,
          "cds_end": null,
          "cds_length": 2391,
          "cds_start": 1364,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "XM_047430662.1",
          "gene_hgnc_id": 20606,
          "gene_symbol": "IFT88",
          "hgvs_c": "c.1364G>A",
          "hgvs_p": "p.Ser455Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047286618.1",
          "strand": true,
          "transcript": "XM_047430662.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 795,
          "aa_ref": "S",
          "aa_start": 455,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3191,
          "cdna_start": 1771,
          "cds_end": null,
          "cds_length": 2388,
          "cds_start": 1364,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 27,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "XM_017020763.2",
          "gene_hgnc_id": 20606,
          "gene_symbol": "IFT88",
          "hgvs_c": "c.1364G>A",
          "hgvs_p": "p.Ser455Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016876252.1",
          "strand": true,
          "transcript": "XM_017020763.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 795,
          "aa_ref": "S",
          "aa_start": 417,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2763,
          "cdna_start": 1356,
          "cds_end": null,
          "cds_length": 2388,
          "cds_start": 1250,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "XM_047430663.1",
          "gene_hgnc_id": 20606,
          "gene_symbol": "IFT88",
          "hgvs_c": "c.1250G>A",
          "hgvs_p": "p.Ser417Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047286619.1",
          "strand": true,
          "transcript": "XM_047430663.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 795,
          "aa_ref": "S",
          "aa_start": 455,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2689,
          "cdna_start": 1556,
          "cds_end": null,
          "cds_length": 2388,
          "cds_start": 1364,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 27,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "XM_047430664.1",
          "gene_hgnc_id": 20606,
          "gene_symbol": "IFT88",
          "hgvs_c": "c.1364G>A",
          "hgvs_p": "p.Ser455Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047286620.1",
          "strand": true,
          "transcript": "XM_047430664.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 790,
          "aa_ref": "S",
          "aa_start": 412,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2758,
          "cdna_start": 1351,
          "cds_end": null,
          "cds_length": 2373,
          "cds_start": 1235,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 27,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "XM_047430665.1",
          "gene_hgnc_id": 20606,
          "gene_symbol": "IFT88",
          "hgvs_c": "c.1235G>A",
          "hgvs_p": "p.Ser412Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047286621.1",
          "strand": true,
          "transcript": "XM_047430665.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 787,
          "aa_ref": "S",
          "aa_start": 446,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2749,
          "cdna_start": 1453,
          "cds_end": null,
          "cds_length": 2364,
          "cds_start": 1337,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "XM_047430666.1",
          "gene_hgnc_id": 20606,
          "gene_symbol": "IFT88",
          "hgvs_c": "c.1337G>A",
          "hgvs_p": "p.Ser446Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047286622.1",
          "strand": true,
          "transcript": "XM_047430666.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 785,
          "aa_ref": "S",
          "aa_start": 407,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2926,
          "cdna_start": 1519,
          "cds_end": null,
          "cds_length": 2358,
          "cds_start": 1220,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "XM_047430667.1",
          "gene_hgnc_id": 20606,
          "gene_symbol": "IFT88",
          "hgvs_c": "c.1220G>A",
          "hgvs_p": "p.Ser407Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047286623.1",
          "strand": true,
          "transcript": "XM_047430667.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 780,
          "aa_ref": "S",
          "aa_start": 402,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3019,
          "cdna_start": 1612,
          "cds_end": null,
          "cds_length": 2343,
          "cds_start": 1205,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 27,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "XM_024449413.2",
          "gene_hgnc_id": 20606,
          "gene_symbol": "IFT88",
          "hgvs_c": "c.1205G>A",
          "hgvs_p": "p.Ser402Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_024305181.1",
          "strand": true,
          "transcript": "XM_024449413.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 780,
          "aa_ref": "S",
          "aa_start": 402,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2804,
          "cdna_start": 1397,
          "cds_end": null,
          "cds_length": 2343,
          "cds_start": 1205,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 27,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "XM_047430668.1",
          "gene_hgnc_id": 20606,
          "gene_symbol": "IFT88",
          "hgvs_c": "c.1205G>A",
          "hgvs_p": "p.Ser402Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047286624.1",
          "strand": true,
          "transcript": "XM_047430668.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 776,
          "aa_ref": "S",
          "aa_start": 436,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2847,
          "cdna_start": 1714,
          "cds_end": null,
          "cds_length": 2331,
          "cds_start": 1307,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "XM_047430669.1",
          "gene_hgnc_id": 20606,
          "gene_symbol": "IFT88",
          "hgvs_c": "c.1307G>A",
          "hgvs_p": "p.Ser436Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047286625.1",
          "strand": true,
          "transcript": "XM_047430669.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 770,
          "aa_ref": "S",
          "aa_start": 392,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2890,
          "cdna_start": 1483,
          "cds_end": null,
          "cds_length": 2313,
          "cds_start": 1175,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 28,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "XM_047430670.1",
          "gene_hgnc_id": 20606,
          "gene_symbol": "IFT88",
          "hgvs_c": "c.1175G>A",
          "hgvs_p": "p.Ser392Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047286626.1",
          "strand": true,
          "transcript": "XM_047430670.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 770,
          "aa_ref": "S",
          "aa_start": 392,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2881,
          "cdna_start": 1474,
          "cds_end": null,
          "cds_length": 2313,
          "cds_start": 1175,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 28,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "XM_047430671.1",
          "gene_hgnc_id": 20606,
          "gene_symbol": "IFT88",
          "hgvs_c": "c.1175G>A",
          "hgvs_p": "p.Ser392Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047286627.1",
          "strand": true,
          "transcript": "XM_047430671.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 768,
          "aa_ref": "S",
          "aa_start": 427,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2682,
          "cdna_start": 1386,
          "cds_end": null,
          "cds_length": 2307,
          "cds_start": 1280,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "XM_047430672.1",
          "gene_hgnc_id": 20606,
          "gene_symbol": "IFT88",
          "hgvs_c": "c.1280G>A",
          "hgvs_p": "p.Ser427Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047286628.1",
          "strand": true,
          "transcript": "XM_047430672.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 761,
          "aa_ref": "S",
          "aa_start": 383,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2661,
          "cdna_start": 1254,
          "cds_end": null,
          "cds_length": 2286,
          "cds_start": 1148,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "XM_047430673.1",
          "gene_hgnc_id": 20606,
          "gene_symbol": "IFT88",
          "hgvs_c": "c.1148G>A",
          "hgvs_p": "p.Ser383Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047286629.1",
          "strand": true,
          "transcript": "XM_047430673.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 758,
          "aa_ref": "S",
          "aa_start": 417,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2652,
          "cdna_start": 1356,
          "cds_end": null,
          "cds_length": 2277,
          "cds_start": 1250,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "XM_047430674.1",
          "gene_hgnc_id": 20606,
          "gene_symbol": "IFT88",
          "hgvs_c": "c.1250G>A",
          "hgvs_p": "p.Ser417Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047286630.1",
          "strand": true,
          "transcript": "XM_047430674.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 742,
          "aa_ref": "S",
          "aa_start": 364,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2604,
          "cdna_start": 1197,
          "cds_end": null,
          "cds_length": 2229,
          "cds_start": 1091,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "XM_047430675.1",
          "gene_hgnc_id": 20606,
          "gene_symbol": "IFT88",
          "hgvs_c": "c.1091G>A",
          "hgvs_p": "p.Ser364Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047286631.1",
          "strand": true,
          "transcript": "XM_047430675.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 710,
          "aa_ref": "S",
          "aa_start": 455,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2555,
          "cdna_start": 1771,
          "cds_end": null,
          "cds_length": 2133,
          "cds_start": 1364,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "XM_047430676.1",
          "gene_hgnc_id": 20606,
          "gene_symbol": "IFT88",
          "hgvs_c": "c.1364G>A",
          "hgvs_p": "p.Ser455Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047286632.1",
          "strand": true,
          "transcript": "XM_047430676.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 487,
          "aa_ref": "S",
          "aa_start": 455,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2005,
          "cdna_start": 1771,
          "cds_end": null,
          "cds_length": 1464,
          "cds_start": 1364,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "XM_017020775.2",
          "gene_hgnc_id": 20606,
          "gene_symbol": "IFT88",
          "hgvs_c": "c.1364G>A",
          "hgvs_p": "p.Ser455Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016876264.1",
          "strand": true,
          "transcript": "XM_017020775.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 795,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2719,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2388,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 25,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000894246.1",
          "gene_hgnc_id": 20606,
          "gene_symbol": "IFT88",
          "hgvs_c": "c.1299+5204G>A",
          "hgvs_p": null,
          "intron_rank": 15,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000564305.1",
          "strand": true,
          "transcript": "ENST00000894246.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 766,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2675,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2301,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 25,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000894258.1",
          "gene_hgnc_id": 20606,
          "gene_symbol": "IFT88",
          "hgvs_c": "c.1212+5204G>A",
          "hgvs_p": null,
          "intron_rank": 15,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000564317.1",
          "strand": true,
          "transcript": "ENST00000894258.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 766,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2576,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2301,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 24,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000950113.1",
          "gene_hgnc_id": 20606,
          "gene_symbol": "IFT88",
          "hgvs_c": "c.1212+5204G>A",
          "hgvs_p": null,
          "intron_rank": 14,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000620172.1",
          "strand": true,
          "transcript": "ENST00000950113.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 747,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2587,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2244,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 23,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000950102.1",
          "gene_hgnc_id": 20606,
          "gene_symbol": "IFT88",
          "hgvs_c": "c.1155+5204G>A",
          "hgvs_p": null,
          "intron_rank": 13,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000620161.1",
          "strand": true,
          "transcript": "ENST00000950102.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 376,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1415,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1131,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 12,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000894256.1",
          "gene_hgnc_id": 20606,
          "gene_symbol": "IFT88",
          "hgvs_c": "c.154-7279G>A",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000564315.1",
          "strand": true,
          "transcript": "ENST00000894256.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 150,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 736,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 453,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 6,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000894257.1",
          "gene_hgnc_id": 20606,
          "gene_symbol": "IFT88",
          "hgvs_c": "c.154-39920G>A",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000564316.1",
          "strand": true,
          "transcript": "ENST00000894257.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 113,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 641,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 342,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 5,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000894251.1",
          "gene_hgnc_id": 20606,
          "gene_symbol": "IFT88",
          "hgvs_c": "c.154-39920G>A",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000564310.1",
          "strand": true,
          "transcript": "ENST00000894251.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1440,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000461115.5",
          "gene_hgnc_id": 20606,
          "gene_symbol": "IFT88",
          "hgvs_c": "n.354G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000461115.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 968,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 10,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000482172.5",
          "gene_hgnc_id": 20606,
          "gene_symbol": "IFT88",
          "hgvs_c": "n.227G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000482172.5",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3302,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 28,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "NR_134653.2",
          "gene_hgnc_id": 20606,
          "gene_symbol": "IFT88",
          "hgvs_c": "n.1771G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "NR_134653.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3241,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 29,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "NR_148462.2",
          "gene_hgnc_id": 20606,
          "gene_symbol": "IFT88",
          "hgvs_c": "n.1672G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "NR_148462.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3235,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 29,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "NR_148463.2",
          "gene_hgnc_id": 20606,
          "gene_symbol": "IFT88",
          "hgvs_c": "n.1606G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "NR_148463.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2974,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 27,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "NR_148464.2",
          "gene_hgnc_id": 20606,
          "gene_symbol": "IFT88",
          "hgvs_c": "n.1443G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "NR_148464.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2243,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 21,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "NR_148465.2",
          "gene_hgnc_id": 20606,
          "gene_symbol": "IFT88",
          "hgvs_c": "n.1386G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "NR_148465.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2007,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 20,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "XR_007063700.1",
          "gene_hgnc_id": 20606,
          "gene_symbol": "IFT88",
          "hgvs_c": "n.1771G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "XR_007063700.1",
          "transcript_support_level": null
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs9509307",
      "effect": "missense_variant",
      "frequency_reference_population": 0.74092007,
      "gene_hgnc_id": 20606,
      "gene_symbol": "IFT88",
      "gnomad_exomes_ac": 1081023,
      "gnomad_exomes_af": 0.745693,
      "gnomad_exomes_homalt": 407153,
      "gnomad_genomes_ac": 105719,
      "gnomad_genomes_af": 0.69541,
      "gnomad_genomes_homalt": 37816,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 444969,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": "Benign",
      "phenotype_combined": "not specified|not provided",
      "phylop100way_prediction": "Uncertain_significance",
      "phylop100way_score": 6.19,
      "pos": 20631053,
      "ref": "G",
      "revel_prediction": "Benign",
      "revel_score": 0.144,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0.03999999910593033,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0.04,
      "transcript": "NM_175605.5"
    }
  ]
}
For research and educational, non-commercial use only. Not for clinical or diagnostic use. GeneBe does not provide medical advice. Data use for AI modeling is prohibited: if used, the cost is $0.001 per byte of downloaded uncompressed data.