← Back to variant description

GeneBe API Showcase

This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.

API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.

Documentation & Advanced Usage

Complete API documentation:docs.genebe.net/docs/api/overview/

Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/

Python client for pandas:pypi.org/project/genebe/

Java CLI for VCF files:github.com/pstawinski/genebe-cli

All tools documented at:docs.genebe.net

API Request Examples for Variant: 3-9932659-C-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "3",
      "pos": 9932659,
      "ref": "C",
      "alt": "T",
      "effect": "missense_variant",
      "transcript": "ENST00000403601.8",
      "consequences": [
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1439C>T",
          "hgvs_p": "p.Ala480Val",
          "transcript": "NM_153460.4",
          "protein_id": "NP_703190.2",
          "transcript_support_level": null,
          "aa_start": 480,
          "aa_end": null,
          "aa_length": 720,
          "cds_start": 1439,
          "cds_end": null,
          "cds_length": 2163,
          "cdna_start": 1657,
          "cdna_end": null,
          "cdna_length": 2409,
          "mane_select": "ENST00000403601.8",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1439C>T",
          "hgvs_p": "p.Ala480Val",
          "transcript": "ENST00000403601.8",
          "protein_id": "ENSP00000384969.3",
          "transcript_support_level": 1,
          "aa_start": 480,
          "aa_end": null,
          "aa_length": 720,
          "cds_start": 1439,
          "cds_end": null,
          "cds_length": 2163,
          "cdna_start": 1657,
          "cdna_end": null,
          "cdna_length": 2409,
          "mane_select": "NM_153460.4",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1439C>T",
          "hgvs_p": "p.Ala480Val",
          "transcript": "ENST00000413608.2",
          "protein_id": "ENSP00000396064.1",
          "transcript_support_level": 1,
          "aa_start": 480,
          "aa_end": null,
          "aa_length": 707,
          "cds_start": 1439,
          "cds_end": null,
          "cds_length": 2124,
          "cdna_start": 1439,
          "cdna_end": null,
          "cdna_length": 2147,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1394C>T",
          "hgvs_p": "p.Ala465Val",
          "transcript": "ENST00000383812.9",
          "protein_id": "ENSP00000373323.4",
          "transcript_support_level": 1,
          "aa_start": 465,
          "aa_end": null,
          "aa_length": 705,
          "cds_start": 1394,
          "cds_end": null,
          "cds_length": 2118,
          "cdna_start": 1636,
          "cdna_end": null,
          "cdna_length": 2388,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1388C>T",
          "hgvs_p": "p.Ala463Val",
          "transcript": "ENST00000416074.6",
          "protein_id": "ENSP00000395315.3",
          "transcript_support_level": 1,
          "aa_start": 463,
          "aa_end": null,
          "aa_length": 690,
          "cds_start": 1388,
          "cds_end": null,
          "cds_length": 2073,
          "cdna_start": 1630,
          "cdna_end": null,
          "cdna_length": 2342,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1343C>T",
          "hgvs_p": "p.Ala448Val",
          "transcript": "ENST00000455057.5",
          "protein_id": "ENSP00000407894.1",
          "transcript_support_level": 1,
          "aa_start": 448,
          "aa_end": null,
          "aa_length": 688,
          "cds_start": 1343,
          "cds_end": null,
          "cds_length": 2067,
          "cdna_start": 1496,
          "cdna_end": null,
          "cdna_length": 2244,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1394C>T",
          "hgvs_p": "p.Ala465Val",
          "transcript": "ENST00000483582.5",
          "protein_id": "ENSP00000512844.1",
          "transcript_support_level": 1,
          "aa_start": 465,
          "aa_end": null,
          "aa_length": 538,
          "cds_start": 1394,
          "cds_end": null,
          "cds_length": 1617,
          "cdna_start": 1612,
          "cdna_end": null,
          "cdna_length": 2467,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1364C>T",
          "hgvs_p": "p.Ala455Val",
          "transcript": "ENST00000436503.6",
          "protein_id": "ENSP00000401128.2",
          "transcript_support_level": 1,
          "aa_start": 455,
          "aa_end": null,
          "aa_length": 468,
          "cds_start": 1364,
          "cds_end": null,
          "cds_length": 1408,
          "cdna_start": 1561,
          "cdna_end": null,
          "cdna_length": 1605,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "n.*1171C>T",
          "hgvs_p": null,
          "transcript": "ENST00000451271.5",
          "protein_id": "ENSP00000412777.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2284,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "n.2011C>T",
          "hgvs_p": null,
          "transcript": "ENST00000469686.6",
          "protein_id": null,
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2496,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": true,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000288550",
          "gene_hgnc_id": null,
          "hgvs_c": "n.1355C>T",
          "hgvs_p": null,
          "transcript": "ENST00000683484.1",
          "protein_id": "ENSP00000507040.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3402,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "n.*1171C>T",
          "hgvs_p": null,
          "transcript": "ENST00000451271.5",
          "protein_id": "ENSP00000412777.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2284,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1652C>T",
          "hgvs_p": "p.Ala551Val",
          "transcript": "NM_153461.4",
          "protein_id": "NP_703191.2",
          "transcript_support_level": null,
          "aa_start": 551,
          "aa_end": null,
          "aa_length": 791,
          "cds_start": 1652,
          "cds_end": null,
          "cds_length": 2376,
          "cdna_start": 1870,
          "cdna_end": null,
          "cdna_length": 2622,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1652C>T",
          "hgvs_p": "p.Ala551Val",
          "transcript": "ENST00000295981.7",
          "protein_id": "ENSP00000295981.3",
          "transcript_support_level": 2,
          "aa_start": 551,
          "aa_end": null,
          "aa_length": 791,
          "cds_start": 1652,
          "cds_end": null,
          "cds_length": 2376,
          "cdna_start": 1870,
          "cdna_end": null,
          "cdna_length": 2621,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1439C>T",
          "hgvs_p": "p.Ala480Val",
          "transcript": "NM_001203263.2",
          "protein_id": "NP_001190192.2",
          "transcript_support_level": null,
          "aa_start": 480,
          "aa_end": null,
          "aa_length": 707,
          "cds_start": 1439,
          "cds_end": null,
          "cds_length": 2124,
          "cdna_start": 1657,
          "cdna_end": null,
          "cdna_length": 2370,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1394C>T",
          "hgvs_p": "p.Ala465Val",
          "transcript": "NM_032732.6",
          "protein_id": "NP_116121.3",
          "transcript_support_level": null,
          "aa_start": 465,
          "aa_end": null,
          "aa_length": 705,
          "cds_start": 1394,
          "cds_end": null,
          "cds_length": 2118,
          "cdna_start": 1612,
          "cdna_end": null,
          "cdna_length": 2364,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1400C>T",
          "hgvs_p": "p.Ala467Val",
          "transcript": "NM_001367278.1",
          "protein_id": "NP_001354207.1",
          "transcript_support_level": null,
          "aa_start": 467,
          "aa_end": null,
          "aa_length": 694,
          "cds_start": 1400,
          "cds_end": null,
          "cds_length": 2085,
          "cdna_start": 1618,
          "cdna_end": null,
          "cdna_length": 2331,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1400C>T",
          "hgvs_p": "p.Ala467Val",
          "transcript": "ENST00000696824.1",
          "protein_id": "ENSP00000512902.1",
          "transcript_support_level": null,
          "aa_start": 467,
          "aa_end": null,
          "aa_length": 694,
          "cds_start": 1400,
          "cds_end": null,
          "cds_length": 2085,
          "cdna_start": 1600,
          "cdna_end": null,
          "cdna_length": 2285,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1394C>T",
          "hgvs_p": "p.Ala465Val",
          "transcript": "NM_001367280.1",
          "protein_id": "NP_001354209.1",
          "transcript_support_level": null,
          "aa_start": 465,
          "aa_end": null,
          "aa_length": 692,
          "cds_start": 1394,
          "cds_end": null,
          "cds_length": 2079,
          "cdna_start": 1612,
          "cdna_end": null,
          "cdna_length": 2325,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1394C>T",
          "hgvs_p": "p.Ala465Val",
          "transcript": "ENST00000696816.1",
          "protein_id": "ENSP00000512897.1",
          "transcript_support_level": null,
          "aa_start": 465,
          "aa_end": null,
          "aa_length": 692,
          "cds_start": 1394,
          "cds_end": null,
          "cds_length": 2079,
          "cdna_start": 1596,
          "cdna_end": null,
          "cdna_length": 2281,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1391C>T",
          "hgvs_p": "p.Ala464Val",
          "transcript": "ENST00000696825.1",
          "protein_id": "ENSP00000512903.1",
          "transcript_support_level": null,
          "aa_start": 464,
          "aa_end": null,
          "aa_length": 691,
          "cds_start": 1391,
          "cds_end": null,
          "cds_length": 2076,
          "cdna_start": 1591,
          "cdna_end": null,
          "cdna_length": 2276,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1388C>T",
          "hgvs_p": "p.Ala463Val",
          "transcript": "NM_001203264.2",
          "protein_id": "NP_001190193.2",
          "transcript_support_level": null,
          "aa_start": 463,
          "aa_end": null,
          "aa_length": 690,
          "cds_start": 1388,
          "cds_end": null,
          "cds_length": 2073,
          "cdna_start": 1606,
          "cdna_end": null,
          "cdna_length": 2319,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1343C>T",
          "hgvs_p": "p.Ala448Val",
          "transcript": "NM_001203265.2",
          "protein_id": "NP_001190194.2",
          "transcript_support_level": null,
          "aa_start": 448,
          "aa_end": null,
          "aa_length": 688,
          "cds_start": 1343,
          "cds_end": null,
          "cds_length": 2067,
          "cdna_start": 1561,
          "cdna_end": null,
          "cdna_length": 2313,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1379C>T",
          "hgvs_p": "p.Ala460Val",
          "transcript": "ENST00000696828.1",
          "protein_id": "ENSP00000512906.1",
          "transcript_support_level": null,
          "aa_start": 460,
          "aa_end": null,
          "aa_length": 687,
          "cds_start": 1379,
          "cds_end": null,
          "cds_length": 2064,
          "cdna_start": 1579,
          "cdna_end": null,
          "cdna_length": 2264,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1346C>T",
          "hgvs_p": "p.Ala449Val",
          "transcript": "ENST00000696823.1",
          "protein_id": "ENSP00000512901.1",
          "transcript_support_level": null,
          "aa_start": 449,
          "aa_end": null,
          "aa_length": 676,
          "cds_start": 1346,
          "cds_end": null,
          "cds_length": 2031,
          "cdna_start": 1546,
          "cdna_end": null,
          "cdna_length": 2231,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1343C>T",
          "hgvs_p": "p.Ala448Val",
          "transcript": "NM_001410711.1",
          "protein_id": "NP_001397640.1",
          "transcript_support_level": null,
          "aa_start": 448,
          "aa_end": null,
          "aa_length": 675,
          "cds_start": 1343,
          "cds_end": null,
          "cds_length": 2028,
          "cdna_start": 1561,
          "cdna_end": null,
          "cdna_length": 2274,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1343C>T",
          "hgvs_p": "p.Ala448Val",
          "transcript": "ENST00000696826.1",
          "protein_id": "ENSP00000512904.1",
          "transcript_support_level": null,
          "aa_start": 448,
          "aa_end": null,
          "aa_length": 675,
          "cds_start": 1343,
          "cds_end": null,
          "cds_length": 2028,
          "cdna_start": 1543,
          "cdna_end": null,
          "cdna_length": 2228,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1322C>T",
          "hgvs_p": "p.Ala441Val",
          "transcript": "ENST00000438091.6",
          "protein_id": "ENSP00000414609.2",
          "transcript_support_level": 5,
          "aa_start": 441,
          "aa_end": null,
          "aa_length": 668,
          "cds_start": 1322,
          "cds_end": null,
          "cds_length": 2007,
          "cdna_start": 1540,
          "cdna_end": null,
          "cdna_length": 2225,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1319C>T",
          "hgvs_p": "p.Ala440Val",
          "transcript": "NM_001367279.1",
          "protein_id": "NP_001354208.1",
          "transcript_support_level": null,
          "aa_start": 440,
          "aa_end": null,
          "aa_length": 667,
          "cds_start": 1319,
          "cds_end": null,
          "cds_length": 2004,
          "cdna_start": 1537,
          "cdna_end": null,
          "cdna_length": 2250,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1274C>T",
          "hgvs_p": "p.Ala425Val",
          "transcript": "ENST00000451165.7",
          "protein_id": "ENSP00000387675.3",
          "transcript_support_level": 2,
          "aa_start": 425,
          "aa_end": null,
          "aa_length": 652,
          "cds_start": 1274,
          "cds_end": null,
          "cds_length": 1959,
          "cdna_start": 1474,
          "cdna_end": null,
          "cdna_length": 2159,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1262C>T",
          "hgvs_p": "p.Ala421Val",
          "transcript": "ENST00000696832.1",
          "protein_id": "ENSP00000512910.1",
          "transcript_support_level": null,
          "aa_start": 421,
          "aa_end": null,
          "aa_length": 648,
          "cds_start": 1262,
          "cds_end": null,
          "cds_length": 1947,
          "cdna_start": 1401,
          "cdna_end": null,
          "cdna_length": 2086,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1322C>T",
          "hgvs_p": "p.Ala441Val",
          "transcript": "ENST00000696830.1",
          "protein_id": "ENSP00000512908.1",
          "transcript_support_level": null,
          "aa_start": 441,
          "aa_end": null,
          "aa_length": 514,
          "cds_start": 1322,
          "cds_end": null,
          "cds_length": 1545,
          "cdna_start": 1509,
          "cdna_end": null,
          "cdna_length": 2283,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1304C>T",
          "hgvs_p": "p.Ala435Val",
          "transcript": "ENST00000696815.1",
          "protein_id": "ENSP00000512896.1",
          "transcript_support_level": null,
          "aa_start": 435,
          "aa_end": null,
          "aa_length": 448,
          "cds_start": 1304,
          "cds_end": null,
          "cds_length": 1348,
          "cdna_start": 1517,
          "cdna_end": null,
          "cdna_length": 1561,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.419C>T",
          "hgvs_p": "p.Ala140Val",
          "transcript": "ENST00000696834.1",
          "protein_id": "ENSP00000512912.1",
          "transcript_support_level": null,
          "aa_start": 140,
          "aa_end": null,
          "aa_length": 146,
          "cds_start": 419,
          "cds_end": null,
          "cds_length": 443,
          "cdna_start": 420,
          "cdna_end": null,
          "cdna_length": 444,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1655C>T",
          "hgvs_p": "p.Ala552Val",
          "transcript": "XM_017007326.1",
          "protein_id": "XP_016862815.1",
          "transcript_support_level": null,
          "aa_start": 552,
          "aa_end": null,
          "aa_length": 792,
          "cds_start": 1655,
          "cds_end": null,
          "cds_length": 2379,
          "cdna_start": 1873,
          "cdna_end": null,
          "cdna_length": 2625,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1655C>T",
          "hgvs_p": "p.Ala552Val",
          "transcript": "XM_017007327.2",
          "protein_id": "XP_016862816.1",
          "transcript_support_level": null,
          "aa_start": 552,
          "aa_end": null,
          "aa_length": 779,
          "cds_start": 1655,
          "cds_end": null,
          "cds_length": 2340,
          "cdna_start": 1873,
          "cdna_end": null,
          "cdna_length": 2586,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1616C>T",
          "hgvs_p": "p.Ala539Val",
          "transcript": "XM_017007328.1",
          "protein_id": "XP_016862817.1",
          "transcript_support_level": null,
          "aa_start": 539,
          "aa_end": null,
          "aa_length": 779,
          "cds_start": 1616,
          "cds_end": null,
          "cds_length": 2340,
          "cdna_start": 1834,
          "cdna_end": null,
          "cdna_length": 2586,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1652C>T",
          "hgvs_p": "p.Ala551Val",
          "transcript": "XM_017007329.2",
          "protein_id": "XP_016862818.1",
          "transcript_support_level": null,
          "aa_start": 551,
          "aa_end": null,
          "aa_length": 778,
          "cds_start": 1652,
          "cds_end": null,
          "cds_length": 2337,
          "cdna_start": 1870,
          "cdna_end": null,
          "cdna_length": 2583,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1613C>T",
          "hgvs_p": "p.Ala538Val",
          "transcript": "XM_017007330.1",
          "protein_id": "XP_016862819.1",
          "transcript_support_level": null,
          "aa_start": 538,
          "aa_end": null,
          "aa_length": 778,
          "cds_start": 1613,
          "cds_end": null,
          "cds_length": 2337,
          "cdna_start": 1831,
          "cdna_end": null,
          "cdna_length": 2583,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1610C>T",
          "hgvs_p": "p.Ala537Val",
          "transcript": "XM_017007331.1",
          "protein_id": "XP_016862820.1",
          "transcript_support_level": null,
          "aa_start": 537,
          "aa_end": null,
          "aa_length": 777,
          "cds_start": 1610,
          "cds_end": null,
          "cds_length": 2334,
          "cdna_start": 1828,
          "cdna_end": null,
          "cdna_length": 2580,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1607C>T",
          "hgvs_p": "p.Ala536Val",
          "transcript": "XM_017007332.1",
          "protein_id": "XP_016862821.1",
          "transcript_support_level": null,
          "aa_start": 536,
          "aa_end": null,
          "aa_length": 776,
          "cds_start": 1607,
          "cds_end": null,
          "cds_length": 2331,
          "cdna_start": 1825,
          "cdna_end": null,
          "cdna_length": 2577,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1601C>T",
          "hgvs_p": "p.Ala534Val",
          "transcript": "XM_017007333.1",
          "protein_id": "XP_016862822.1",
          "transcript_support_level": null,
          "aa_start": 534,
          "aa_end": null,
          "aa_length": 774,
          "cds_start": 1601,
          "cds_end": null,
          "cds_length": 2325,
          "cdna_start": 1819,
          "cdna_end": null,
          "cdna_length": 2571,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1580C>T",
          "hgvs_p": "p.Ala527Val",
          "transcript": "XM_017007334.1",
          "protein_id": "XP_016862823.1",
          "transcript_support_level": null,
          "aa_start": 527,
          "aa_end": null,
          "aa_length": 767,
          "cds_start": 1580,
          "cds_end": null,
          "cds_length": 2304,
          "cdna_start": 1798,
          "cdna_end": null,
          "cdna_length": 2550,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1568C>T",
          "hgvs_p": "p.Ala523Val",
          "transcript": "XM_017007335.1",
          "protein_id": "XP_016862824.1",
          "transcript_support_level": null,
          "aa_start": 523,
          "aa_end": null,
          "aa_length": 763,
          "cds_start": 1568,
          "cds_end": null,
          "cds_length": 2292,
          "cdna_start": 1786,
          "cdna_end": null,
          "cdna_length": 2538,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1607C>T",
          "hgvs_p": "p.Ala536Val",
          "transcript": "XM_024453793.2",
          "protein_id": "XP_024309561.1",
          "transcript_support_level": null,
          "aa_start": 536,
          "aa_end": null,
          "aa_length": 763,
          "cds_start": 1607,
          "cds_end": null,
          "cds_length": 2292,
          "cdna_start": 1825,
          "cdna_end": null,
          "cdna_length": 2538,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1601C>T",
          "hgvs_p": "p.Ala534Val",
          "transcript": "XM_017007336.2",
          "protein_id": "XP_016862825.1",
          "transcript_support_level": null,
          "aa_start": 534,
          "aa_end": null,
          "aa_length": 761,
          "cds_start": 1601,
          "cds_end": null,
          "cds_length": 2286,
          "cdna_start": 1819,
          "cdna_end": null,
          "cdna_length": 2532,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1556C>T",
          "hgvs_p": "p.Ala519Val",
          "transcript": "XM_047449066.1",
          "protein_id": "XP_047305022.1",
          "transcript_support_level": null,
          "aa_start": 519,
          "aa_end": null,
          "aa_length": 759,
          "cds_start": 1556,
          "cds_end": null,
          "cds_length": 2280,
          "cdna_start": 1774,
          "cdna_end": null,
          "cdna_length": 2526,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1535C>T",
          "hgvs_p": "p.Ala512Val",
          "transcript": "XM_017007337.1",
          "protein_id": "XP_016862826.1",
          "transcript_support_level": null,
          "aa_start": 512,
          "aa_end": null,
          "aa_length": 752,
          "cds_start": 1535,
          "cds_end": null,
          "cds_length": 2259,
          "cdna_start": 1753,
          "cdna_end": null,
          "cdna_length": 2505,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1568C>T",
          "hgvs_p": "p.Ala523Val",
          "transcript": "XM_017007338.2",
          "protein_id": "XP_016862827.1",
          "transcript_support_level": null,
          "aa_start": 523,
          "aa_end": null,
          "aa_length": 750,
          "cds_start": 1568,
          "cds_end": null,
          "cds_length": 2253,
          "cdna_start": 1786,
          "cdna_end": null,
          "cdna_length": 2499,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1556C>T",
          "hgvs_p": "p.Ala519Val",
          "transcript": "XM_017007339.2",
          "protein_id": "XP_016862828.1",
          "transcript_support_level": null,
          "aa_start": 519,
          "aa_end": null,
          "aa_length": 746,
          "cds_start": 1556,
          "cds_end": null,
          "cds_length": 2241,
          "cdna_start": 1774,
          "cdna_end": null,
          "cdna_length": 2487,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1517C>T",
          "hgvs_p": "p.Ala506Val",
          "transcript": "XM_024453794.1",
          "protein_id": "XP_024309562.1",
          "transcript_support_level": null,
          "aa_start": 506,
          "aa_end": null,
          "aa_length": 746,
          "cds_start": 1517,
          "cds_end": null,
          "cds_length": 2241,
          "cdna_start": 1735,
          "cdna_end": null,
          "cdna_length": 2487,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1442C>T",
          "hgvs_p": "p.Ala481Val",
          "transcript": "XM_017007340.2",
          "protein_id": "XP_016862829.1",
          "transcript_support_level": null,
          "aa_start": 481,
          "aa_end": null,
          "aa_length": 721,
          "cds_start": 1442,
          "cds_end": null,
          "cds_length": 2166,
          "cdna_start": 1660,
          "cdna_end": null,
          "cdna_length": 2412,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1481C>T",
          "hgvs_p": "p.Ala494Val",
          "transcript": "XM_047449067.1",
          "protein_id": "XP_047305023.1",
          "transcript_support_level": null,
          "aa_start": 494,
          "aa_end": null,
          "aa_length": 721,
          "cds_start": 1481,
          "cds_end": null,
          "cds_length": 2166,
          "cdna_start": 1699,
          "cdna_end": null,
          "cdna_length": 2412,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1442C>T",
          "hgvs_p": "p.Ala481Val",
          "transcript": "XM_047449068.1",
          "protein_id": "XP_047305024.1",
          "transcript_support_level": null,
          "aa_start": 481,
          "aa_end": null,
          "aa_length": 708,
          "cds_start": 1442,
          "cds_end": null,
          "cds_length": 2127,
          "cdna_start": 1660,
          "cdna_end": null,
          "cdna_length": 2373,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1400C>T",
          "hgvs_p": "p.Ala467Val",
          "transcript": "XM_047449069.1",
          "protein_id": "XP_047305025.1",
          "transcript_support_level": null,
          "aa_start": 467,
          "aa_end": null,
          "aa_length": 707,
          "cds_start": 1400,
          "cds_end": null,
          "cds_length": 2124,
          "cdna_start": 1618,
          "cdna_end": null,
          "cdna_length": 2370,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1397C>T",
          "hgvs_p": "p.Ala466Val",
          "transcript": "XM_017007341.2",
          "protein_id": "XP_016862830.1",
          "transcript_support_level": null,
          "aa_start": 466,
          "aa_end": null,
          "aa_length": 706,
          "cds_start": 1397,
          "cds_end": null,
          "cds_length": 2121,
          "cdna_start": 1615,
          "cdna_end": null,
          "cdna_length": 2367,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1388C>T",
          "hgvs_p": "p.Ala463Val",
          "transcript": "XM_047449070.1",
          "protein_id": "XP_047305026.1",
          "transcript_support_level": null,
          "aa_start": 463,
          "aa_end": null,
          "aa_length": 703,
          "cds_start": 1388,
          "cds_end": null,
          "cds_length": 2112,
          "cdna_start": 1606,
          "cdna_end": null,
          "cdna_length": 2358,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1367C>T",
          "hgvs_p": "p.Ala456Val",
          "transcript": "XM_017007342.1",
          "protein_id": "XP_016862831.1",
          "transcript_support_level": null,
          "aa_start": 456,
          "aa_end": null,
          "aa_length": 696,
          "cds_start": 1367,
          "cds_end": null,
          "cds_length": 2091,
          "cdna_start": 1585,
          "cdna_end": null,
          "cdna_length": 2337,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1364C>T",
          "hgvs_p": "p.Ala455Val",
          "transcript": "XM_017007343.1",
          "protein_id": "XP_016862832.1",
          "transcript_support_level": null,
          "aa_start": 455,
          "aa_end": null,
          "aa_length": 695,
          "cds_start": 1364,
          "cds_end": null,
          "cds_length": 2088,
          "cdna_start": 1582,
          "cdna_end": null,
          "cdna_length": 2334,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1358C>T",
          "hgvs_p": "p.Ala453Val",
          "transcript": "XM_017007345.2",
          "protein_id": "XP_016862834.1",
          "transcript_support_level": null,
          "aa_start": 453,
          "aa_end": null,
          "aa_length": 693,
          "cds_start": 1358,
          "cds_end": null,
          "cds_length": 2082,
          "cdna_start": 1576,
          "cdna_end": null,
          "cdna_length": 2328,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1397C>T",
          "hgvs_p": "p.Ala466Val",
          "transcript": "XM_047449071.1",
          "protein_id": "XP_047305027.1",
          "transcript_support_level": null,
          "aa_start": 466,
          "aa_end": null,
          "aa_length": 693,
          "cds_start": 1397,
          "cds_end": null,
          "cds_length": 2082,
          "cdna_start": 1615,
          "cdna_end": null,
          "cdna_length": 2328,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1355C>T",
          "hgvs_p": "p.Ala452Val",
          "transcript": "XM_047449072.1",
          "protein_id": "XP_047305028.1",
          "transcript_support_level": null,
          "aa_start": 452,
          "aa_end": null,
          "aa_length": 692,
          "cds_start": 1355,
          "cds_end": null,
          "cds_length": 2079,
          "cdna_start": 1573,
          "cdna_end": null,
          "cdna_length": 2325,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1364C>T",
          "hgvs_p": "p.Ala455Val",
          "transcript": "XM_047449073.1",
          "protein_id": "XP_047305029.1",
          "transcript_support_level": null,
          "aa_start": 455,
          "aa_end": null,
          "aa_length": 682,
          "cds_start": 1364,
          "cds_end": null,
          "cds_length": 2049,
          "cdna_start": 1582,
          "cdna_end": null,
          "cdna_length": 2295,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1322C>T",
          "hgvs_p": "p.Ala441Val",
          "transcript": "XM_017007347.1",
          "protein_id": "XP_016862836.1",
          "transcript_support_level": null,
          "aa_start": 441,
          "aa_end": null,
          "aa_length": 681,
          "cds_start": 1322,
          "cds_end": null,
          "cds_length": 2046,
          "cdna_start": 1540,
          "cdna_end": null,
          "cdna_length": 2292,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1319C>T",
          "hgvs_p": "p.Ala440Val",
          "transcript": "XM_047449074.1",
          "protein_id": "XP_047305030.1",
          "transcript_support_level": null,
          "aa_start": 440,
          "aa_end": null,
          "aa_length": 680,
          "cds_start": 1319,
          "cds_end": null,
          "cds_length": 2043,
          "cdna_start": 1537,
          "cdna_end": null,
          "cdna_length": 2289,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1355C>T",
          "hgvs_p": "p.Ala452Val",
          "transcript": "XM_047449075.1",
          "protein_id": "XP_047305031.1",
          "transcript_support_level": null,
          "aa_start": 452,
          "aa_end": null,
          "aa_length": 679,
          "cds_start": 1355,
          "cds_end": null,
          "cds_length": 2040,
          "cdna_start": 1573,
          "cdna_end": null,
          "cdna_length": 2286,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1304C>T",
          "hgvs_p": "p.Ala435Val",
          "transcript": "XM_017007348.2",
          "protein_id": "XP_016862837.1",
          "transcript_support_level": null,
          "aa_start": 435,
          "aa_end": null,
          "aa_length": 675,
          "cds_start": 1304,
          "cds_end": null,
          "cds_length": 2028,
          "cdna_start": 1522,
          "cdna_end": null,
          "cdna_length": 2274,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1322C>T",
          "hgvs_p": "p.Ala441Val",
          "transcript": "XM_047449077.1",
          "protein_id": "XP_047305033.1",
          "transcript_support_level": null,
          "aa_start": 441,
          "aa_end": null,
          "aa_length": 668,
          "cds_start": 1322,
          "cds_end": null,
          "cds_length": 2007,
          "cdna_start": 1540,
          "cdna_end": null,
          "cdna_length": 2253,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1280C>T",
          "hgvs_p": "p.Ala427Val",
          "transcript": "XM_047449078.1",
          "protein_id": "XP_047305034.1",
          "transcript_support_level": null,
          "aa_start": 427,
          "aa_end": null,
          "aa_length": 667,
          "cds_start": 1280,
          "cds_end": null,
          "cds_length": 2004,
          "cdna_start": 1498,
          "cdna_end": null,
          "cdna_length": 2250,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1268C>T",
          "hgvs_p": "p.Ala423Val",
          "transcript": "XM_047449079.1",
          "protein_id": "XP_047305035.1",
          "transcript_support_level": null,
          "aa_start": 423,
          "aa_end": null,
          "aa_length": 663,
          "cds_start": 1268,
          "cds_end": null,
          "cds_length": 1992,
          "cdna_start": 1486,
          "cdna_end": null,
          "cdna_length": 2238,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1268C>T",
          "hgvs_p": "p.Ala423Val",
          "transcript": "XM_047449080.1",
          "protein_id": "XP_047305036.1",
          "transcript_support_level": null,
          "aa_start": 423,
          "aa_end": null,
          "aa_length": 650,
          "cds_start": 1268,
          "cds_end": null,
          "cds_length": 1953,
          "cdna_start": 1486,
          "cdna_end": null,
          "cdna_length": 2199,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "n.*707C>T",
          "hgvs_p": null,
          "transcript": "ENST00000412901.6",
          "protein_id": "ENSP00000399396.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2018,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "n.*861C>T",
          "hgvs_p": null,
          "transcript": "ENST00000451231.5",
          "protein_id": "ENSP00000410834.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2163,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "n.765C>T",
          "hgvs_p": null,
          "transcript": "ENST00000464406.5",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 807,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "n.173C>T",
          "hgvs_p": null,
          "transcript": "ENST00000465794.1",
          "protein_id": null,
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 472,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "n.1823C>T",
          "hgvs_p": null,
          "transcript": "ENST00000466046.5",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2547,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "n.414C>T",
          "hgvs_p": null,
          "transcript": "ENST00000466712.1",
          "protein_id": null,
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 458,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "n.1752C>T",
          "hgvs_p": null,
          "transcript": "ENST00000494365.5",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2499,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "n.1153C>T",
          "hgvs_p": null,
          "transcript": "ENST00000497387.5",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1865,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "n.*1115C>T",
          "hgvs_p": null,
          "transcript": "ENST00000498214.6",
          "protein_id": "ENSP00000497013.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2357,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000288550",
          "gene_hgnc_id": null,
          "hgvs_c": "n.603C>T",
          "hgvs_p": null,
          "transcript": "ENST00000681970.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2345,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000288550",
          "gene_hgnc_id": null,
          "hgvs_c": "n.1343C>T",
          "hgvs_p": null,
          "transcript": "ENST00000682122.1",
          "protein_id": "ENSP00000507036.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3390,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000288550",
          "gene_hgnc_id": null,
          "hgvs_c": "n.1805C>T",
          "hgvs_p": null,
          "transcript": "ENST00000683061.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3652,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "n.1671C>T",
          "hgvs_p": null,
          "transcript": "ENST00000696817.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1882,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "n.*656C>T",
          "hgvs_p": null,
          "transcript": "ENST00000696818.1",
          "protein_id": "ENSP00000512898.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2145,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "n.*710C>T",
          "hgvs_p": null,
          "transcript": "ENST00000696819.1",
          "protein_id": "ENSP00000512899.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2199,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "n.1805C>T",
          "hgvs_p": null,
          "transcript": "ENST00000696820.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2290,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "n.1850C>T",
          "hgvs_p": null,
          "transcript": "ENST00000696821.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2335,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "n.*656C>T",
          "hgvs_p": null,
          "transcript": "ENST00000696822.1",
          "protein_id": "ENSP00000512900.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2200,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "n.*87C>T",
          "hgvs_p": null,
          "transcript": "ENST00000696827.1",
          "protein_id": "ENSP00000512905.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2157,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "n.*832C>T",
          "hgvs_p": null,
          "transcript": "ENST00000696829.1",
          "protein_id": "ENSP00000512907.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2041,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "n.*282C>T",
          "hgvs_p": null,
          "transcript": "ENST00000696833.1",
          "protein_id": "ENSP00000512911.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 474,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000288550",
          "gene_hgnc_id": null,
          "hgvs_c": "n.*585C>T",
          "hgvs_p": null,
          "transcript": "ENST00000696835.1",
          "protein_id": "ENSP00000512913.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3766,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000288550",
          "gene_hgnc_id": null,
          "hgvs_c": "n.*585C>T",
          "hgvs_p": null,
          "transcript": "ENST00000696836.1",
          "protein_id": "ENSP00000512914.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3721,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000288550",
          "gene_hgnc_id": null,
          "hgvs_c": "n.*1414C>T",
          "hgvs_p": null,
          "transcript": "ENST00000696837.1",
          "protein_id": "ENSP00000512915.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3839,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000288550",
          "gene_hgnc_id": null,
          "hgvs_c": "n.*585C>T",
          "hgvs_p": null,
          "transcript": "ENST00000696838.1",
          "protein_id": "ENSP00000512916.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3630,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000288550",
          "gene_hgnc_id": null,
          "hgvs_c": "n.*585C>T",
          "hgvs_p": null,
          "transcript": "ENST00000696839.1",
          "protein_id": "ENSP00000512917.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3770,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "n.1823C>T",
          "hgvs_p": null,
          "transcript": "NR_037807.2",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2575,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "n.*707C>T",
          "hgvs_p": null,
          "transcript": "ENST00000412901.6",
          "protein_id": "ENSP00000399396.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2018,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "n.*861C>T",
          "hgvs_p": null,
          "transcript": "ENST00000451231.5",
          "protein_id": "ENSP00000410834.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2163,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "n.*1115C>T",
          "hgvs_p": null,
          "transcript": "ENST00000498214.6",
          "protein_id": "ENSP00000497013.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2357,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "n.*656C>T",
          "hgvs_p": null,
          "transcript": "ENST00000696818.1",
          "protein_id": "ENSP00000512898.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2145,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "n.*710C>T",
          "hgvs_p": null,
          "transcript": "ENST00000696819.1",
          "protein_id": "ENSP00000512899.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2199,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "n.*656C>T",
          "hgvs_p": null,
          "transcript": "ENST00000696822.1",
          "protein_id": "ENSP00000512900.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2200,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "n.*87C>T",
          "hgvs_p": null,
          "transcript": "ENST00000696827.1",
          "protein_id": "ENSP00000512905.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2157,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "n.*832C>T",
          "hgvs_p": null,
          "transcript": "ENST00000696829.1",
          "protein_id": "ENSP00000512907.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2041,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "n.*282C>T",
          "hgvs_p": null,
          "transcript": "ENST00000696833.1",
          "protein_id": "ENSP00000512911.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 474,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000288550",
          "gene_hgnc_id": null,
          "hgvs_c": "n.*585C>T",
          "hgvs_p": null,
          "transcript": "ENST00000696835.1",
          "protein_id": "ENSP00000512913.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3766,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000288550",
          "gene_hgnc_id": null,
          "hgvs_c": "n.*585C>T",
          "hgvs_p": null,
          "transcript": "ENST00000696836.1",
          "protein_id": "ENSP00000512914.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3721,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000288550",
          "gene_hgnc_id": null,
          "hgvs_c": "n.*1414C>T",
          "hgvs_p": null,
          "transcript": "ENST00000696837.1",
          "protein_id": "ENSP00000512915.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3839,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000288550",
          "gene_hgnc_id": null,
          "hgvs_c": "n.*585C>T",
          "hgvs_p": null,
          "transcript": "ENST00000696838.1",
          "protein_id": "ENSP00000512916.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3630,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000288550",
          "gene_hgnc_id": null,
          "hgvs_c": "n.*585C>T",
          "hgvs_p": null,
          "transcript": "ENST00000696839.1",
          "protein_id": "ENSP00000512917.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3770,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "IL17RC",
      "gene_hgnc_id": 18358,
      "dbsnp": "rs151155686",
      "frequency_reference_population": 0.00005823556,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 94,
      "gnomad_exomes_af": 0.0000574603,
      "gnomad_genomes_af": 0.0000656789,
      "gnomad_exomes_ac": 84,
      "gnomad_genomes_ac": 10,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.16486597061157227,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0.009999999776482582,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.109,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.1366,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.29,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 2.424,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0.01,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": -3,
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "BP4_Moderate,BS2_Supporting",
      "acmg_by_gene": [
        {
          "score": -3,
          "benign_score": 3,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Moderate",
            "BS2_Supporting"
          ],
          "verdict": "Likely_benign",
          "transcript": "ENST00000403601.8",
          "gene_symbol": "IL17RC",
          "hgnc_id": 18358,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "Unknown,AD",
          "hgvs_c": "c.1439C>T",
          "hgvs_p": "p.Ala480Val"
        },
        {
          "score": 0,
          "benign_score": 2,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Moderate"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "ENST00000683484.1",
          "gene_symbol": "ENSG00000288550",
          "hgnc_id": null,
          "effects": [
            "non_coding_transcript_exon_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.1355C>T",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": " 9, familial,Candidiasis,not specified",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "US:2",
      "phenotype_combined": "Candidiasis, familial, 9|not specified",
      "pathogenicity_classification_combined": "Uncertain significance",
      "custom_annotations": null
    }
  ],
  "message": null
}