← 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-9928397-G-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "3",
      "pos": 9928397,
      "ref": "G",
      "alt": "A",
      "effect": "missense_variant",
      "transcript": "NM_153461.4",
      "consequences": [
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.970G>A",
          "hgvs_p": "p.Ala324Thr",
          "transcript": "NM_153460.4",
          "protein_id": "NP_703190.2",
          "transcript_support_level": null,
          "aa_start": 324,
          "aa_end": null,
          "aa_length": 720,
          "cds_start": 970,
          "cds_end": null,
          "cds_length": 2163,
          "cdna_start": 1188,
          "cdna_end": null,
          "cdna_length": 2409,
          "mane_select": "ENST00000403601.8",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_153460.4"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.970G>A",
          "hgvs_p": "p.Ala324Thr",
          "transcript": "ENST00000403601.8",
          "protein_id": "ENSP00000384969.3",
          "transcript_support_level": 1,
          "aa_start": 324,
          "aa_end": null,
          "aa_length": 720,
          "cds_start": 970,
          "cds_end": null,
          "cds_length": 2163,
          "cdna_start": 1188,
          "cdna_end": null,
          "cdna_length": 2409,
          "mane_select": "NM_153460.4",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000403601.8"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.970G>A",
          "hgvs_p": "p.Ala324Thr",
          "transcript": "ENST00000413608.2",
          "protein_id": "ENSP00000396064.1",
          "transcript_support_level": 1,
          "aa_start": 324,
          "aa_end": null,
          "aa_length": 707,
          "cds_start": 970,
          "cds_end": null,
          "cds_length": 2124,
          "cdna_start": 970,
          "cdna_end": null,
          "cdna_length": 2147,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000413608.2"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.925G>A",
          "hgvs_p": "p.Ala309Thr",
          "transcript": "ENST00000383812.9",
          "protein_id": "ENSP00000373323.4",
          "transcript_support_level": 1,
          "aa_start": 309,
          "aa_end": null,
          "aa_length": 705,
          "cds_start": 925,
          "cds_end": null,
          "cds_length": 2118,
          "cdna_start": 1167,
          "cdna_end": null,
          "cdna_length": 2388,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000383812.9"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.970G>A",
          "hgvs_p": "p.Ala324Thr",
          "transcript": "ENST00000416074.6",
          "protein_id": "ENSP00000395315.3",
          "transcript_support_level": 1,
          "aa_start": 324,
          "aa_end": null,
          "aa_length": 690,
          "cds_start": 970,
          "cds_end": null,
          "cds_length": 2073,
          "cdna_start": 1212,
          "cdna_end": null,
          "cdna_length": 2342,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000416074.6"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.925G>A",
          "hgvs_p": "p.Ala309Thr",
          "transcript": "ENST00000455057.5",
          "protein_id": "ENSP00000407894.1",
          "transcript_support_level": 1,
          "aa_start": 309,
          "aa_end": null,
          "aa_length": 688,
          "cds_start": 925,
          "cds_end": null,
          "cds_length": 2067,
          "cdna_start": 1078,
          "cdna_end": null,
          "cdna_length": 2244,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000455057.5"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.925G>A",
          "hgvs_p": "p.Ala309Thr",
          "transcript": "ENST00000483582.5",
          "protein_id": "ENSP00000512844.1",
          "transcript_support_level": 1,
          "aa_start": 309,
          "aa_end": null,
          "aa_length": 538,
          "cds_start": 925,
          "cds_end": null,
          "cds_length": 1617,
          "cdna_start": 1143,
          "cdna_end": null,
          "cdna_length": 2467,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000483582.5"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.895G>A",
          "hgvs_p": "p.Ala299Thr",
          "transcript": "ENST00000436503.6",
          "protein_id": "ENSP00000401128.2",
          "transcript_support_level": 1,
          "aa_start": 299,
          "aa_end": null,
          "aa_length": 468,
          "cds_start": 895,
          "cds_end": null,
          "cds_length": 1408,
          "cdna_start": 1092,
          "cdna_end": null,
          "cdna_length": 1605,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000436503.6"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "n.*753G>A",
          "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": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2284,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000451271.5"
        },
        {
          "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": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "n.1542G>A",
          "hgvs_p": null,
          "transcript": "ENST00000469686.6",
          "protein_id": null,
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2496,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000469686.6"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": true,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000288550",
          "gene_hgnc_id": null,
          "hgvs_c": "n.886G>A",
          "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": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3402,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000683484.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "n.*753G>A",
          "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": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2284,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000451271.5"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1183G>A",
          "hgvs_p": "p.Ala395Thr",
          "transcript": "NM_153461.4",
          "protein_id": "NP_703191.2",
          "transcript_support_level": null,
          "aa_start": 395,
          "aa_end": null,
          "aa_length": 791,
          "cds_start": 1183,
          "cds_end": null,
          "cds_length": 2376,
          "cdna_start": 1401,
          "cdna_end": null,
          "cdna_length": 2622,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_153461.4"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1183G>A",
          "hgvs_p": "p.Ala395Thr",
          "transcript": "ENST00000295981.7",
          "protein_id": "ENSP00000295981.3",
          "transcript_support_level": 2,
          "aa_start": 395,
          "aa_end": null,
          "aa_length": 791,
          "cds_start": 1183,
          "cds_end": null,
          "cds_length": 2376,
          "cdna_start": 1401,
          "cdna_end": null,
          "cdna_length": 2621,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000295981.7"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1138G>A",
          "hgvs_p": "p.Ala380Thr",
          "transcript": "ENST00000869960.1",
          "protein_id": "ENSP00000540019.1",
          "transcript_support_level": null,
          "aa_start": 380,
          "aa_end": null,
          "aa_length": 776,
          "cds_start": 1138,
          "cds_end": null,
          "cds_length": 2331,
          "cdna_start": 1356,
          "cdna_end": null,
          "cdna_length": 2575,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000869960.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1102G>A",
          "hgvs_p": "p.Ala368Thr",
          "transcript": "ENST00000869962.1",
          "protein_id": "ENSP00000540021.1",
          "transcript_support_level": null,
          "aa_start": 368,
          "aa_end": null,
          "aa_length": 764,
          "cds_start": 1102,
          "cds_end": null,
          "cds_length": 2295,
          "cdna_start": 1320,
          "cdna_end": null,
          "cdna_length": 2537,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000869962.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1063G>A",
          "hgvs_p": "p.Ala355Thr",
          "transcript": "ENST00000869980.1",
          "protein_id": "ENSP00000540039.1",
          "transcript_support_level": null,
          "aa_start": 355,
          "aa_end": null,
          "aa_length": 751,
          "cds_start": 1063,
          "cds_end": null,
          "cds_length": 2256,
          "cdna_start": 1265,
          "cdna_end": null,
          "cdna_length": 2485,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000869980.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1102G>A",
          "hgvs_p": "p.Ala368Thr",
          "transcript": "ENST00000870007.1",
          "protein_id": "ENSP00000540066.1",
          "transcript_support_level": null,
          "aa_start": 368,
          "aa_end": null,
          "aa_length": 751,
          "cds_start": 1102,
          "cds_end": null,
          "cds_length": 2256,
          "cdna_start": 1291,
          "cdna_end": null,
          "cdna_length": 2467,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000870007.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1099G>A",
          "hgvs_p": "p.Ala367Thr",
          "transcript": "ENST00000869959.1",
          "protein_id": "ENSP00000540018.1",
          "transcript_support_level": null,
          "aa_start": 367,
          "aa_end": null,
          "aa_length": 750,
          "cds_start": 1099,
          "cds_end": null,
          "cds_length": 2253,
          "cdna_start": 1317,
          "cdna_end": null,
          "cdna_length": 2497,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000869959.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1102G>A",
          "hgvs_p": "p.Ala368Thr",
          "transcript": "ENST00000870010.1",
          "protein_id": "ENSP00000540069.1",
          "transcript_support_level": null,
          "aa_start": 368,
          "aa_end": null,
          "aa_length": 744,
          "cds_start": 1102,
          "cds_end": null,
          "cds_length": 2235,
          "cdna_start": 1288,
          "cdna_end": null,
          "cdna_length": 2443,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000870010.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.994G>A",
          "hgvs_p": "p.Ala332Thr",
          "transcript": "ENST00000869992.1",
          "protein_id": "ENSP00000540051.1",
          "transcript_support_level": null,
          "aa_start": 332,
          "aa_end": null,
          "aa_length": 728,
          "cds_start": 994,
          "cds_end": null,
          "cds_length": 2187,
          "cdna_start": 1184,
          "cdna_end": null,
          "cdna_length": 2404,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000869992.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1024G>A",
          "hgvs_p": "p.Ala342Thr",
          "transcript": "ENST00000869955.1",
          "protein_id": "ENSP00000540014.1",
          "transcript_support_level": null,
          "aa_start": 342,
          "aa_end": null,
          "aa_length": 726,
          "cds_start": 1024,
          "cds_end": null,
          "cds_length": 2181,
          "cdna_start": 1242,
          "cdna_end": null,
          "cdna_length": 2427,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000869955.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.970G>A",
          "hgvs_p": "p.Ala324Thr",
          "transcript": "ENST00000869952.1",
          "protein_id": "ENSP00000540011.1",
          "transcript_support_level": null,
          "aa_start": 324,
          "aa_end": null,
          "aa_length": 721,
          "cds_start": 970,
          "cds_end": null,
          "cds_length": 2166,
          "cdna_start": 1188,
          "cdna_end": null,
          "cdna_length": 2420,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000869952.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.970G>A",
          "hgvs_p": "p.Ala324Thr",
          "transcript": "ENST00000869987.1",
          "protein_id": "ENSP00000540046.1",
          "transcript_support_level": null,
          "aa_start": 324,
          "aa_end": null,
          "aa_length": 719,
          "cds_start": 970,
          "cds_end": null,
          "cds_length": 2160,
          "cdna_start": 1161,
          "cdna_end": null,
          "cdna_length": 2378,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000869987.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.994G>A",
          "hgvs_p": "p.Ala332Thr",
          "transcript": "ENST00000870014.1",
          "protein_id": "ENSP00000540073.1",
          "transcript_support_level": null,
          "aa_start": 332,
          "aa_end": null,
          "aa_length": 715,
          "cds_start": 994,
          "cds_end": null,
          "cds_length": 2148,
          "cdna_start": 1173,
          "cdna_end": null,
          "cdna_length": 2354,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000870014.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.949G>A",
          "hgvs_p": "p.Ala317Thr",
          "transcript": "ENST00000869971.1",
          "protein_id": "ENSP00000540030.1",
          "transcript_support_level": null,
          "aa_start": 317,
          "aa_end": null,
          "aa_length": 714,
          "cds_start": 949,
          "cds_end": null,
          "cds_length": 2145,
          "cdna_start": 1156,
          "cdna_end": null,
          "cdna_length": 2379,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000869971.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.949G>A",
          "hgvs_p": "p.Ala317Thr",
          "transcript": "ENST00000870019.1",
          "protein_id": "ENSP00000540078.1",
          "transcript_support_level": null,
          "aa_start": 317,
          "aa_end": null,
          "aa_length": 713,
          "cds_start": 949,
          "cds_end": null,
          "cds_length": 2142,
          "cdna_start": 1128,
          "cdna_end": null,
          "cdna_length": 2343,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000870019.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.970G>A",
          "hgvs_p": "p.Ala324Thr",
          "transcript": "ENST00000869953.1",
          "protein_id": "ENSP00000540012.1",
          "transcript_support_level": null,
          "aa_start": 324,
          "aa_end": null,
          "aa_length": 708,
          "cds_start": 970,
          "cds_end": null,
          "cds_length": 2127,
          "cdna_start": 1183,
          "cdna_end": null,
          "cdna_length": 2376,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000869953.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.931G>A",
          "hgvs_p": "p.Ala311Thr",
          "transcript": "ENST00000869975.1",
          "protein_id": "ENSP00000540034.1",
          "transcript_support_level": null,
          "aa_start": 311,
          "aa_end": null,
          "aa_length": 708,
          "cds_start": 931,
          "cds_end": null,
          "cds_length": 2127,
          "cdna_start": 1141,
          "cdna_end": null,
          "cdna_length": 2360,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000869975.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.970G>A",
          "hgvs_p": "p.Ala324Thr",
          "transcript": "NM_001203263.2",
          "protein_id": "NP_001190192.2",
          "transcript_support_level": null,
          "aa_start": 324,
          "aa_end": null,
          "aa_length": 707,
          "cds_start": 970,
          "cds_end": null,
          "cds_length": 2124,
          "cdna_start": 1188,
          "cdna_end": null,
          "cdna_length": 2370,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001203263.2"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.931G>A",
          "hgvs_p": "p.Ala311Thr",
          "transcript": "ENST00000869949.1",
          "protein_id": "ENSP00000540008.1",
          "transcript_support_level": null,
          "aa_start": 311,
          "aa_end": null,
          "aa_length": 707,
          "cds_start": 931,
          "cds_end": null,
          "cds_length": 2124,
          "cdna_start": 1149,
          "cdna_end": null,
          "cdna_length": 2378,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000869949.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.925G>A",
          "hgvs_p": "p.Ala309Thr",
          "transcript": "ENST00000869944.1",
          "protein_id": "ENSP00000540003.1",
          "transcript_support_level": null,
          "aa_start": 309,
          "aa_end": null,
          "aa_length": 706,
          "cds_start": 925,
          "cds_end": null,
          "cds_length": 2121,
          "cdna_start": 1201,
          "cdna_end": null,
          "cdna_length": 2433,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000869944.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.931G>A",
          "hgvs_p": "p.Ala311Thr",
          "transcript": "ENST00000869990.1",
          "protein_id": "ENSP00000540049.1",
          "transcript_support_level": null,
          "aa_start": 311,
          "aa_end": null,
          "aa_length": 706,
          "cds_start": 931,
          "cds_end": null,
          "cds_length": 2121,
          "cdna_start": 1122,
          "cdna_end": null,
          "cdna_length": 2339,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000869990.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.970G>A",
          "hgvs_p": "p.Ala324Thr",
          "transcript": "ENST00000870003.1",
          "protein_id": "ENSP00000540062.1",
          "transcript_support_level": null,
          "aa_start": 324,
          "aa_end": null,
          "aa_length": 706,
          "cds_start": 970,
          "cds_end": null,
          "cds_length": 2121,
          "cdna_start": 1156,
          "cdna_end": null,
          "cdna_length": 2334,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000870003.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.925G>A",
          "hgvs_p": "p.Ala309Thr",
          "transcript": "NM_032732.6",
          "protein_id": "NP_116121.3",
          "transcript_support_level": null,
          "aa_start": 309,
          "aa_end": null,
          "aa_length": 705,
          "cds_start": 925,
          "cds_end": null,
          "cds_length": 2118,
          "cdna_start": 1143,
          "cdna_end": null,
          "cdna_length": 2364,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_032732.6"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.925G>A",
          "hgvs_p": "p.Ala309Thr",
          "transcript": "ENST00000869998.1",
          "protein_id": "ENSP00000540057.1",
          "transcript_support_level": null,
          "aa_start": 309,
          "aa_end": null,
          "aa_length": 705,
          "cds_start": 925,
          "cds_end": null,
          "cds_length": 2118,
          "cdna_start": 1114,
          "cdna_end": null,
          "cdna_length": 2334,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000869998.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.925G>A",
          "hgvs_p": "p.Ala309Thr",
          "transcript": "ENST00000869961.1",
          "protein_id": "ENSP00000540020.1",
          "transcript_support_level": null,
          "aa_start": 309,
          "aa_end": null,
          "aa_length": 704,
          "cds_start": 925,
          "cds_end": null,
          "cds_length": 2115,
          "cdna_start": 1132,
          "cdna_end": null,
          "cdna_length": 2358,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000869961.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.970G>A",
          "hgvs_p": "p.Ala324Thr",
          "transcript": "ENST00000869968.1",
          "protein_id": "ENSP00000540027.1",
          "transcript_support_level": null,
          "aa_start": 324,
          "aa_end": null,
          "aa_length": 703,
          "cds_start": 970,
          "cds_end": null,
          "cds_length": 2112,
          "cdna_start": 1177,
          "cdna_end": null,
          "cdna_length": 2347,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000869968.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.970G>A",
          "hgvs_p": "p.Ala324Thr",
          "transcript": "ENST00000870011.1",
          "protein_id": "ENSP00000540070.1",
          "transcript_support_level": null,
          "aa_start": 324,
          "aa_end": null,
          "aa_length": 701,
          "cds_start": 970,
          "cds_end": null,
          "cds_length": 2106,
          "cdna_start": 1155,
          "cdna_end": null,
          "cdna_length": 2313,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000870011.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.949G>A",
          "hgvs_p": "p.Ala317Thr",
          "transcript": "ENST00000869966.1",
          "protein_id": "ENSP00000540025.1",
          "transcript_support_level": null,
          "aa_start": 317,
          "aa_end": null,
          "aa_length": 700,
          "cds_start": 949,
          "cds_end": null,
          "cds_length": 2103,
          "cdna_start": 1156,
          "cdna_end": null,
          "cdna_length": 2338,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000869966.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.970G>A",
          "hgvs_p": "p.Ala324Thr",
          "transcript": "ENST00000869969.1",
          "protein_id": "ENSP00000540028.1",
          "transcript_support_level": null,
          "aa_start": 324,
          "aa_end": null,
          "aa_length": 700,
          "cds_start": 970,
          "cds_end": null,
          "cds_length": 2103,
          "cdna_start": 1177,
          "cdna_end": null,
          "cdna_length": 2337,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000869969.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.910G>A",
          "hgvs_p": "p.Ala304Thr",
          "transcript": "ENST00000972535.1",
          "protein_id": "ENSP00000642594.1",
          "transcript_support_level": null,
          "aa_start": 304,
          "aa_end": null,
          "aa_length": 700,
          "cds_start": 910,
          "cds_end": null,
          "cds_length": 2103,
          "cdna_start": 1098,
          "cdna_end": null,
          "cdna_length": 2316,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000972535.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.943G>A",
          "hgvs_p": "p.Ala315Thr",
          "transcript": "ENST00000972533.1",
          "protein_id": "ENSP00000642592.1",
          "transcript_support_level": null,
          "aa_start": 315,
          "aa_end": null,
          "aa_length": 698,
          "cds_start": 943,
          "cds_end": null,
          "cds_length": 2097,
          "cdna_start": 1134,
          "cdna_end": null,
          "cdna_length": 2314,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000972533.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.901G>A",
          "hgvs_p": "p.Ala301Thr",
          "transcript": "ENST00000972539.1",
          "protein_id": "ENSP00000642598.1",
          "transcript_support_level": null,
          "aa_start": 301,
          "aa_end": null,
          "aa_length": 697,
          "cds_start": 901,
          "cds_end": null,
          "cds_length": 2094,
          "cdna_start": 1038,
          "cdna_end": null,
          "cdna_length": 2252,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000972539.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.895G>A",
          "hgvs_p": "p.Ala299Thr",
          "transcript": "ENST00000870002.1",
          "protein_id": "ENSP00000540061.1",
          "transcript_support_level": null,
          "aa_start": 299,
          "aa_end": null,
          "aa_length": 696,
          "cds_start": 895,
          "cds_end": null,
          "cds_length": 2091,
          "cdna_start": 1082,
          "cdna_end": null,
          "cdna_length": 2306,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000870002.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.931G>A",
          "hgvs_p": "p.Ala311Thr",
          "transcript": "ENST00000869963.1",
          "protein_id": "ENSP00000540022.1",
          "transcript_support_level": null,
          "aa_start": 311,
          "aa_end": null,
          "aa_length": 695,
          "cds_start": 931,
          "cds_end": null,
          "cds_length": 2088,
          "cdna_start": 1138,
          "cdna_end": null,
          "cdna_length": 2324,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000869963.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.931G>A",
          "hgvs_p": "p.Ala311Thr",
          "transcript": "NM_001367278.1",
          "protein_id": "NP_001354207.1",
          "transcript_support_level": null,
          "aa_start": 311,
          "aa_end": null,
          "aa_length": 694,
          "cds_start": 931,
          "cds_end": null,
          "cds_length": 2085,
          "cdna_start": 1149,
          "cdna_end": null,
          "cdna_length": 2331,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001367278.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.931G>A",
          "hgvs_p": "p.Ala311Thr",
          "transcript": "ENST00000696824.1",
          "protein_id": "ENSP00000512902.1",
          "transcript_support_level": null,
          "aa_start": 311,
          "aa_end": null,
          "aa_length": 694,
          "cds_start": 931,
          "cds_end": null,
          "cds_length": 2085,
          "cdna_start": 1131,
          "cdna_end": null,
          "cdna_length": 2285,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000696824.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.895G>A",
          "hgvs_p": "p.Ala299Thr",
          "transcript": "ENST00000870028.1",
          "protein_id": "ENSP00000540087.1",
          "transcript_support_level": null,
          "aa_start": 299,
          "aa_end": null,
          "aa_length": 694,
          "cds_start": 895,
          "cds_end": null,
          "cds_length": 2085,
          "cdna_start": 946,
          "cdna_end": null,
          "cdna_length": 2163,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000870028.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.925G>A",
          "hgvs_p": "p.Ala309Thr",
          "transcript": "ENST00000869948.1",
          "protein_id": "ENSP00000540007.1",
          "transcript_support_level": null,
          "aa_start": 309,
          "aa_end": null,
          "aa_length": 693,
          "cds_start": 925,
          "cds_end": null,
          "cds_length": 2082,
          "cdna_start": 1143,
          "cdna_end": null,
          "cdna_length": 2336,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000869948.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.886G>A",
          "hgvs_p": "p.Ala296Thr",
          "transcript": "ENST00000869958.1",
          "protein_id": "ENSP00000540017.1",
          "transcript_support_level": null,
          "aa_start": 296,
          "aa_end": null,
          "aa_length": 693,
          "cds_start": 886,
          "cds_end": null,
          "cds_length": 2082,
          "cdna_start": 1104,
          "cdna_end": null,
          "cdna_length": 2327,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000869958.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.931G>A",
          "hgvs_p": "p.Ala311Thr",
          "transcript": "ENST00000869978.1",
          "protein_id": "ENSP00000540037.1",
          "transcript_support_level": null,
          "aa_start": 311,
          "aa_end": null,
          "aa_length": 693,
          "cds_start": 931,
          "cds_end": null,
          "cds_length": 2082,
          "cdna_start": 1141,
          "cdna_end": null,
          "cdna_length": 2314,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000869978.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.925G>A",
          "hgvs_p": "p.Ala309Thr",
          "transcript": "NM_001367280.1",
          "protein_id": "NP_001354209.1",
          "transcript_support_level": null,
          "aa_start": 309,
          "aa_end": null,
          "aa_length": 692,
          "cds_start": 925,
          "cds_end": null,
          "cds_length": 2079,
          "cdna_start": 1143,
          "cdna_end": null,
          "cdna_length": 2325,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001367280.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.925G>A",
          "hgvs_p": "p.Ala309Thr",
          "transcript": "ENST00000696816.1",
          "protein_id": "ENSP00000512897.1",
          "transcript_support_level": null,
          "aa_start": 309,
          "aa_end": null,
          "aa_length": 692,
          "cds_start": 925,
          "cds_end": null,
          "cds_length": 2079,
          "cdna_start": 1127,
          "cdna_end": null,
          "cdna_length": 2281,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000696816.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.886G>A",
          "hgvs_p": "p.Ala296Thr",
          "transcript": "ENST00000869946.1",
          "protein_id": "ENSP00000540005.1",
          "transcript_support_level": null,
          "aa_start": 296,
          "aa_end": null,
          "aa_length": 692,
          "cds_start": 886,
          "cds_end": null,
          "cds_length": 2079,
          "cdna_start": 1111,
          "cdna_end": null,
          "cdna_length": 2340,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000869946.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.925G>A",
          "hgvs_p": "p.Ala309Thr",
          "transcript": "ENST00000870001.1",
          "protein_id": "ENSP00000540060.1",
          "transcript_support_level": null,
          "aa_start": 309,
          "aa_end": null,
          "aa_length": 692,
          "cds_start": 925,
          "cds_end": null,
          "cds_length": 2079,
          "cdna_start": 1104,
          "cdna_end": null,
          "cdna_length": 2294,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000870001.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.925G>A",
          "hgvs_p": "p.Ala309Thr",
          "transcript": "ENST00000696825.1",
          "protein_id": "ENSP00000512903.1",
          "transcript_support_level": null,
          "aa_start": 309,
          "aa_end": null,
          "aa_length": 691,
          "cds_start": 925,
          "cds_end": null,
          "cds_length": 2076,
          "cdna_start": 1125,
          "cdna_end": null,
          "cdna_length": 2276,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000696825.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.970G>A",
          "hgvs_p": "p.Ala324Thr",
          "transcript": "ENST00000869983.1",
          "protein_id": "ENSP00000540042.1",
          "transcript_support_level": null,
          "aa_start": 324,
          "aa_end": null,
          "aa_length": 691,
          "cds_start": 970,
          "cds_end": null,
          "cds_length": 2076,
          "cdna_start": 1172,
          "cdna_end": null,
          "cdna_length": 2300,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000869983.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.886G>A",
          "hgvs_p": "p.Ala296Thr",
          "transcript": "ENST00000869999.1",
          "protein_id": "ENSP00000540058.1",
          "transcript_support_level": null,
          "aa_start": 296,
          "aa_end": null,
          "aa_length": 691,
          "cds_start": 886,
          "cds_end": null,
          "cds_length": 2076,
          "cdna_start": 1075,
          "cdna_end": null,
          "cdna_length": 2291,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000869999.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.970G>A",
          "hgvs_p": "p.Ala324Thr",
          "transcript": "NM_001203264.2",
          "protein_id": "NP_001190193.2",
          "transcript_support_level": null,
          "aa_start": 324,
          "aa_end": null,
          "aa_length": 690,
          "cds_start": 970,
          "cds_end": null,
          "cds_length": 2073,
          "cdna_start": 1188,
          "cdna_end": null,
          "cdna_length": 2319,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001203264.2"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.925G>A",
          "hgvs_p": "p.Ala309Thr",
          "transcript": "ENST00000869996.1",
          "protein_id": "ENSP00000540055.1",
          "transcript_support_level": null,
          "aa_start": 309,
          "aa_end": null,
          "aa_length": 689,
          "cds_start": 925,
          "cds_end": null,
          "cds_length": 2070,
          "cdna_start": 1114,
          "cdna_end": null,
          "cdna_length": 2287,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000869996.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.925G>A",
          "hgvs_p": "p.Ala309Thr",
          "transcript": "NM_001203265.2",
          "protein_id": "NP_001190194.2",
          "transcript_support_level": null,
          "aa_start": 309,
          "aa_end": null,
          "aa_length": 688,
          "cds_start": 925,
          "cds_end": null,
          "cds_length": 2067,
          "cdna_start": 1143,
          "cdna_end": null,
          "cdna_length": 2313,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001203265.2"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.874G>A",
          "hgvs_p": "p.Ala292Thr",
          "transcript": "ENST00000870025.1",
          "protein_id": "ENSP00000540084.1",
          "transcript_support_level": null,
          "aa_start": 292,
          "aa_end": null,
          "aa_length": 688,
          "cds_start": 874,
          "cds_end": null,
          "cds_length": 2067,
          "cdna_start": 1038,
          "cdna_end": null,
          "cdna_length": 2257,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000870025.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.910G>A",
          "hgvs_p": "p.Ala304Thr",
          "transcript": "ENST00000696828.1",
          "protein_id": "ENSP00000512906.1",
          "transcript_support_level": null,
          "aa_start": 304,
          "aa_end": null,
          "aa_length": 687,
          "cds_start": 910,
          "cds_end": null,
          "cds_length": 2064,
          "cdna_start": 1110,
          "cdna_end": null,
          "cdna_length": 2264,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000696828.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.970G>A",
          "hgvs_p": "p.Ala324Thr",
          "transcript": "ENST00000869972.1",
          "protein_id": "ENSP00000540031.1",
          "transcript_support_level": null,
          "aa_start": 324,
          "aa_end": null,
          "aa_length": 687,
          "cds_start": 970,
          "cds_end": null,
          "cds_length": 2064,
          "cdna_start": 1177,
          "cdna_end": null,
          "cdna_length": 2298,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000869972.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.871G>A",
          "hgvs_p": "p.Ala291Thr",
          "transcript": "ENST00000869994.1",
          "protein_id": "ENSP00000540053.1",
          "transcript_support_level": null,
          "aa_start": 291,
          "aa_end": null,
          "aa_length": 687,
          "cds_start": 871,
          "cds_end": null,
          "cds_length": 2064,
          "cdna_start": 1062,
          "cdna_end": null,
          "cdna_length": 2281,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000869994.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.925G>A",
          "hgvs_p": "p.Ala309Thr",
          "transcript": "ENST00000869993.1",
          "protein_id": "ENSP00000540052.1",
          "transcript_support_level": null,
          "aa_start": 309,
          "aa_end": null,
          "aa_length": 686,
          "cds_start": 925,
          "cds_end": null,
          "cds_length": 2061,
          "cdna_start": 1115,
          "cdna_end": null,
          "cdna_length": 2278,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000869993.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.865G>A",
          "hgvs_p": "p.Ala289Thr",
          "transcript": "ENST00000870008.1",
          "protein_id": "ENSP00000540067.1",
          "transcript_support_level": null,
          "aa_start": 289,
          "aa_end": null,
          "aa_length": 686,
          "cds_start": 865,
          "cds_end": null,
          "cds_length": 2061,
          "cdna_start": 1052,
          "cdna_end": null,
          "cdna_length": 2272,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000870008.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.925G>A",
          "hgvs_p": "p.Ala309Thr",
          "transcript": "ENST00000869970.1",
          "protein_id": "ENSP00000540029.1",
          "transcript_support_level": null,
          "aa_start": 309,
          "aa_end": null,
          "aa_length": 685,
          "cds_start": 925,
          "cds_end": null,
          "cds_length": 2058,
          "cdna_start": 1132,
          "cdna_end": null,
          "cdna_length": 2292,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000869970.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.865G>A",
          "hgvs_p": "p.Ala289Thr",
          "transcript": "ENST00000869989.1",
          "protein_id": "ENSP00000540048.1",
          "transcript_support_level": null,
          "aa_start": 289,
          "aa_end": null,
          "aa_length": 685,
          "cds_start": 865,
          "cds_end": null,
          "cds_length": 2058,
          "cdna_start": 1056,
          "cdna_end": null,
          "cdna_length": 2276,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000869989.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.901G>A",
          "hgvs_p": "p.Ala301Thr",
          "transcript": "ENST00000870012.1",
          "protein_id": "ENSP00000540071.1",
          "transcript_support_level": null,
          "aa_start": 301,
          "aa_end": null,
          "aa_length": 684,
          "cds_start": 901,
          "cds_end": null,
          "cds_length": 2055,
          "cdna_start": 1080,
          "cdna_end": null,
          "cdna_length": 2262,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000870012.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.862G>A",
          "hgvs_p": "p.Ala288Thr",
          "transcript": "ENST00000870022.1",
          "protein_id": "ENSP00000540081.1",
          "transcript_support_level": null,
          "aa_start": 288,
          "aa_end": null,
          "aa_length": 684,
          "cds_start": 862,
          "cds_end": null,
          "cds_length": 2055,
          "cdna_start": 1027,
          "cdna_end": null,
          "cdna_length": 2247,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000870022.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.856G>A",
          "hgvs_p": "p.Ala286Thr",
          "transcript": "ENST00000869985.1",
          "protein_id": "ENSP00000540044.1",
          "transcript_support_level": null,
          "aa_start": 286,
          "aa_end": null,
          "aa_length": 683,
          "cds_start": 856,
          "cds_end": null,
          "cds_length": 2052,
          "cdna_start": 1047,
          "cdna_end": null,
          "cdna_length": 2270,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000869985.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.910G>A",
          "hgvs_p": "p.Ala304Thr",
          "transcript": "ENST00000869995.1",
          "protein_id": "ENSP00000540054.1",
          "transcript_support_level": null,
          "aa_start": 304,
          "aa_end": null,
          "aa_length": 683,
          "cds_start": 910,
          "cds_end": null,
          "cds_length": 2052,
          "cdna_start": 1101,
          "cdna_end": null,
          "cdna_length": 2269,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000869995.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.895G>A",
          "hgvs_p": "p.Ala299Thr",
          "transcript": "ENST00000870009.1",
          "protein_id": "ENSP00000540068.1",
          "transcript_support_level": null,
          "aa_start": 299,
          "aa_end": null,
          "aa_length": 683,
          "cds_start": 895,
          "cds_end": null,
          "cds_length": 2052,
          "cdna_start": 1083,
          "cdna_end": null,
          "cdna_length": 2260,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000870009.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.856G>A",
          "hgvs_p": "p.Ala286Thr",
          "transcript": "ENST00000869977.1",
          "protein_id": "ENSP00000540036.1",
          "transcript_support_level": null,
          "aa_start": 286,
          "aa_end": null,
          "aa_length": 682,
          "cds_start": 856,
          "cds_end": null,
          "cds_length": 2049,
          "cdna_start": 1063,
          "cdna_end": null,
          "cdna_length": 2281,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000869977.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.856G>A",
          "hgvs_p": "p.Ala286Thr",
          "transcript": "ENST00000869986.1",
          "protein_id": "ENSP00000540045.1",
          "transcript_support_level": null,
          "aa_start": 286,
          "aa_end": null,
          "aa_length": 682,
          "cds_start": 856,
          "cds_end": null,
          "cds_length": 2049,
          "cdna_start": 1047,
          "cdna_end": null,
          "cdna_length": 2267,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000869986.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.850G>A",
          "hgvs_p": "p.Ala284Thr",
          "transcript": "ENST00000869956.1",
          "protein_id": "ENSP00000540015.1",
          "transcript_support_level": null,
          "aa_start": 284,
          "aa_end": null,
          "aa_length": 681,
          "cds_start": 850,
          "cds_end": null,
          "cds_length": 2046,
          "cdna_start": 1068,
          "cdna_end": null,
          "cdna_length": 2292,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000869956.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.856G>A",
          "hgvs_p": "p.Ala286Thr",
          "transcript": "ENST00000870018.1",
          "protein_id": "ENSP00000540077.1",
          "transcript_support_level": null,
          "aa_start": 286,
          "aa_end": null,
          "aa_length": 681,
          "cds_start": 856,
          "cds_end": null,
          "cds_length": 2046,
          "cdna_start": 1035,
          "cdna_end": null,
          "cdna_length": 2248,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000870018.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.850G>A",
          "hgvs_p": "p.Ala284Thr",
          "transcript": "ENST00000869950.1",
          "protein_id": "ENSP00000540009.1",
          "transcript_support_level": null,
          "aa_start": 284,
          "aa_end": null,
          "aa_length": 680,
          "cds_start": 850,
          "cds_end": null,
          "cds_length": 2043,
          "cdna_start": 1068,
          "cdna_end": null,
          "cdna_length": 2297,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000869950.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.886G>A",
          "hgvs_p": "p.Ala296Thr",
          "transcript": "ENST00000869957.1",
          "protein_id": "ENSP00000540016.1",
          "transcript_support_level": null,
          "aa_start": 296,
          "aa_end": null,
          "aa_length": 680,
          "cds_start": 886,
          "cds_end": null,
          "cds_length": 2043,
          "cdna_start": 1104,
          "cdna_end": null,
          "cdna_length": 2289,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000869957.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.886G>A",
          "hgvs_p": "p.Ala296Thr",
          "transcript": "ENST00000869951.1",
          "protein_id": "ENSP00000540010.1",
          "transcript_support_level": null,
          "aa_start": 296,
          "aa_end": null,
          "aa_length": 679,
          "cds_start": 886,
          "cds_end": null,
          "cds_length": 2040,
          "cdna_start": 1104,
          "cdna_end": null,
          "cdna_length": 2294,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000869951.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.850G>A",
          "hgvs_p": "p.Ala284Thr",
          "transcript": "ENST00000870020.1",
          "protein_id": "ENSP00000540079.1",
          "transcript_support_level": null,
          "aa_start": 284,
          "aa_end": null,
          "aa_length": 679,
          "cds_start": 850,
          "cds_end": null,
          "cds_length": 2040,
          "cdna_start": 1029,
          "cdna_end": null,
          "cdna_length": 2241,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000870020.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.883G>A",
          "hgvs_p": "p.Ala295Thr",
          "transcript": "ENST00000972536.1",
          "protein_id": "ENSP00000642595.1",
          "transcript_support_level": null,
          "aa_start": 295,
          "aa_end": null,
          "aa_length": 679,
          "cds_start": 883,
          "cds_end": null,
          "cds_length": 2040,
          "cdna_start": 1074,
          "cdna_end": null,
          "cdna_length": 2253,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000972536.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.886G>A",
          "hgvs_p": "p.Ala296Thr",
          "transcript": "ENST00000870005.1",
          "protein_id": "ENSP00000540064.1",
          "transcript_support_level": null,
          "aa_start": 296,
          "aa_end": null,
          "aa_length": 678,
          "cds_start": 886,
          "cds_end": null,
          "cds_length": 2037,
          "cdna_start": 1077,
          "cdna_end": null,
          "cdna_length": 2250,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000870005.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.895G>A",
          "hgvs_p": "p.Ala299Thr",
          "transcript": "ENST00000972537.1",
          "protein_id": "ENSP00000642596.1",
          "transcript_support_level": null,
          "aa_start": 299,
          "aa_end": null,
          "aa_length": 678,
          "cds_start": 895,
          "cds_end": null,
          "cds_length": 2037,
          "cdna_start": 1065,
          "cdna_end": null,
          "cdna_length": 2233,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000972537.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.931G>A",
          "hgvs_p": "p.Ala311Thr",
          "transcript": "ENST00000870027.1",
          "protein_id": "ENSP00000540086.1",
          "transcript_support_level": null,
          "aa_start": 311,
          "aa_end": null,
          "aa_length": 677,
          "cds_start": 931,
          "cds_end": null,
          "cds_length": 2034,
          "cdna_start": 1089,
          "cdna_end": null,
          "cdna_length": 2218,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000870027.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.925G>A",
          "hgvs_p": "p.Ala309Thr",
          "transcript": "ENST00000696823.1",
          "protein_id": "ENSP00000512901.1",
          "transcript_support_level": null,
          "aa_start": 309,
          "aa_end": null,
          "aa_length": 676,
          "cds_start": 925,
          "cds_end": null,
          "cds_length": 2031,
          "cdna_start": 1125,
          "cdna_end": null,
          "cdna_length": 2231,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000696823.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.886G>A",
          "hgvs_p": "p.Ala296Thr",
          "transcript": "ENST00000869997.1",
          "protein_id": "ENSP00000540056.1",
          "transcript_support_level": null,
          "aa_start": 296,
          "aa_end": null,
          "aa_length": 676,
          "cds_start": 886,
          "cds_end": null,
          "cds_length": 2031,
          "cdna_start": 1077,
          "cdna_end": null,
          "cdna_length": 2248,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000869997.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.925G>A",
          "hgvs_p": "p.Ala309Thr",
          "transcript": "NM_001410711.1",
          "protein_id": "NP_001397640.1",
          "transcript_support_level": null,
          "aa_start": 309,
          "aa_end": null,
          "aa_length": 675,
          "cds_start": 925,
          "cds_end": null,
          "cds_length": 2028,
          "cdna_start": 1143,
          "cdna_end": null,
          "cdna_length": 2274,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001410711.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.925G>A",
          "hgvs_p": "p.Ala309Thr",
          "transcript": "ENST00000696826.1",
          "protein_id": "ENSP00000512904.1",
          "transcript_support_level": null,
          "aa_start": 309,
          "aa_end": null,
          "aa_length": 675,
          "cds_start": 925,
          "cds_end": null,
          "cds_length": 2028,
          "cdna_start": 1125,
          "cdna_end": null,
          "cdna_length": 2228,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000696826.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.895G>A",
          "hgvs_p": "p.Ala299Thr",
          "transcript": "ENST00000869964.1",
          "protein_id": "ENSP00000540023.1",
          "transcript_support_level": null,
          "aa_start": 299,
          "aa_end": null,
          "aa_length": 675,
          "cds_start": 895,
          "cds_end": null,
          "cds_length": 2028,
          "cdna_start": 1102,
          "cdna_end": null,
          "cdna_length": 2263,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000869964.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.835G>A",
          "hgvs_p": "p.Ala279Thr",
          "transcript": "ENST00000870021.1",
          "protein_id": "ENSP00000540080.1",
          "transcript_support_level": null,
          "aa_start": 279,
          "aa_end": null,
          "aa_length": 675,
          "cds_start": 835,
          "cds_end": null,
          "cds_length": 2028,
          "cdna_start": 1005,
          "cdna_end": null,
          "cdna_length": 2220,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000870021.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.931G>A",
          "hgvs_p": "p.Ala311Thr",
          "transcript": "ENST00000870023.1",
          "protein_id": "ENSP00000540082.1",
          "transcript_support_level": null,
          "aa_start": 311,
          "aa_end": null,
          "aa_length": 674,
          "cds_start": 931,
          "cds_end": null,
          "cds_length": 2025,
          "cdna_start": 1100,
          "cdna_end": null,
          "cdna_length": 2216,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000870023.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.925G>A",
          "hgvs_p": "p.Ala309Thr",
          "transcript": "ENST00000869945.1",
          "protein_id": "ENSP00000540004.1",
          "transcript_support_level": null,
          "aa_start": 309,
          "aa_end": null,
          "aa_length": 672,
          "cds_start": 925,
          "cds_end": null,
          "cds_length": 2019,
          "cdna_start": 1193,
          "cdna_end": null,
          "cdna_length": 2315,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000869945.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.865G>A",
          "hgvs_p": "p.Ala289Thr",
          "transcript": "ENST00000869982.1",
          "protein_id": "ENSP00000540041.1",
          "transcript_support_level": null,
          "aa_start": 289,
          "aa_end": null,
          "aa_length": 672,
          "cds_start": 865,
          "cds_end": null,
          "cds_length": 2019,
          "cdna_start": 1056,
          "cdna_end": null,
          "cdna_length": 2246,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000869982.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.862G>A",
          "hgvs_p": "p.Ala288Thr",
          "transcript": "ENST00000870004.1",
          "protein_id": "ENSP00000540063.1",
          "transcript_support_level": null,
          "aa_start": 288,
          "aa_end": null,
          "aa_length": 671,
          "cds_start": 862,
          "cds_end": null,
          "cds_length": 2016,
          "cdna_start": 1053,
          "cdna_end": null,
          "cdna_length": 2229,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000870004.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.856G>A",
          "hgvs_p": "p.Ala286Thr",
          "transcript": "ENST00000930662.1",
          "protein_id": "ENSP00000600721.1",
          "transcript_support_level": null,
          "aa_start": 286,
          "aa_end": null,
          "aa_length": 670,
          "cds_start": 856,
          "cds_end": null,
          "cds_length": 2013,
          "cdna_start": 1045,
          "cdna_end": null,
          "cdna_length": 2225,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000930662.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.856G>A",
          "hgvs_p": "p.Ala286Thr",
          "transcript": "ENST00000869967.1",
          "protein_id": "ENSP00000540026.1",
          "transcript_support_level": null,
          "aa_start": 286,
          "aa_end": null,
          "aa_length": 669,
          "cds_start": 856,
          "cds_end": null,
          "cds_length": 2010,
          "cdna_start": 1063,
          "cdna_end": null,
          "cdna_length": 2245,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000869967.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.856G>A",
          "hgvs_p": "p.Ala286Thr",
          "transcript": "ENST00000869976.1",
          "protein_id": "ENSP00000540035.1",
          "transcript_support_level": null,
          "aa_start": 286,
          "aa_end": null,
          "aa_length": 669,
          "cds_start": 856,
          "cds_end": null,
          "cds_length": 2010,
          "cdna_start": 1053,
          "cdna_end": null,
          "cdna_length": 2243,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000869976.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.817G>A",
          "hgvs_p": "p.Ala273Thr",
          "transcript": "ENST00000869991.1",
          "protein_id": "ENSP00000540050.1",
          "transcript_support_level": null,
          "aa_start": 273,
          "aa_end": null,
          "aa_length": 669,
          "cds_start": 817,
          "cds_end": null,
          "cds_length": 2010,
          "cdna_start": 1008,
          "cdna_end": null,
          "cdna_length": 2228,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000869991.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.850G>A",
          "hgvs_p": "p.Ala284Thr",
          "transcript": "ENST00000438091.6",
          "protein_id": "ENSP00000414609.2",
          "transcript_support_level": 5,
          "aa_start": 284,
          "aa_end": null,
          "aa_length": 668,
          "cds_start": 850,
          "cds_end": null,
          "cds_length": 2007,
          "cdna_start": 1068,
          "cdna_end": null,
          "cdna_length": 2225,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000438091.6"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.811G>A",
          "hgvs_p": "p.Ala271Thr",
          "transcript": "ENST00000869974.1",
          "protein_id": "ENSP00000540033.1",
          "transcript_support_level": null,
          "aa_start": 271,
          "aa_end": null,
          "aa_length": 668,
          "cds_start": 811,
          "cds_end": null,
          "cds_length": 2007,
          "cdna_start": 1018,
          "cdna_end": null,
          "cdna_length": 2241,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000869974.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.856G>A",
          "hgvs_p": "p.Ala286Thr",
          "transcript": "ENST00000930663.1",
          "protein_id": "ENSP00000600722.1",
          "transcript_support_level": null,
          "aa_start": 286,
          "aa_end": null,
          "aa_length": 668,
          "cds_start": 856,
          "cds_end": null,
          "cds_length": 2007,
          "cdna_start": 1035,
          "cdna_end": null,
          "cdna_length": 2211,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000930663.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.850G>A",
          "hgvs_p": "p.Ala284Thr",
          "transcript": "NM_001367279.1",
          "protein_id": "NP_001354208.1",
          "transcript_support_level": null,
          "aa_start": 284,
          "aa_end": null,
          "aa_length": 667,
          "cds_start": 850,
          "cds_end": null,
          "cds_length": 2004,
          "cdna_start": 1068,
          "cdna_end": null,
          "cdna_length": 2250,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001367279.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.850G>A",
          "hgvs_p": "p.Ala284Thr",
          "transcript": "ENST00000869947.1",
          "protein_id": "ENSP00000540006.1",
          "transcript_support_level": null,
          "aa_start": 284,
          "aa_end": null,
          "aa_length": 667,
          "cds_start": 850,
          "cds_end": null,
          "cds_length": 2004,
          "cdna_start": 1068,
          "cdna_end": null,
          "cdna_length": 2259,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000869947.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.811G>A",
          "hgvs_p": "p.Ala271Thr",
          "transcript": "ENST00000869965.1",
          "protein_id": "ENSP00000540024.1",
          "transcript_support_level": null,
          "aa_start": 271,
          "aa_end": null,
          "aa_length": 667,
          "cds_start": 811,
          "cds_end": null,
          "cds_length": 2004,
          "cdna_start": 1018,
          "cdna_end": null,
          "cdna_length": 2239,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000869965.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.898G>A",
          "hgvs_p": "p.Ala300Thr",
          "transcript": "ENST00000870017.1",
          "protein_id": "ENSP00000540076.1",
          "transcript_support_level": null,
          "aa_start": 300,
          "aa_end": null,
          "aa_length": 667,
          "cds_start": 898,
          "cds_end": null,
          "cds_length": 2004,
          "cdna_start": 1077,
          "cdna_end": null,
          "cdna_length": 2206,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000870017.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.856G>A",
          "hgvs_p": "p.Ala286Thr",
          "transcript": "ENST00000870015.1",
          "protein_id": "ENSP00000540074.1",
          "transcript_support_level": null,
          "aa_start": 286,
          "aa_end": null,
          "aa_length": 666,
          "cds_start": 856,
          "cds_end": null,
          "cds_length": 2001,
          "cdna_start": 1035,
          "cdna_end": null,
          "cdna_length": 2206,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000870015.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.850G>A",
          "hgvs_p": "p.Ala284Thr",
          "transcript": "ENST00000870016.1",
          "protein_id": "ENSP00000540075.1",
          "transcript_support_level": null,
          "aa_start": 284,
          "aa_end": null,
          "aa_length": 666,
          "cds_start": 850,
          "cds_end": null,
          "cds_length": 2001,
          "cdna_start": 1029,
          "cdna_end": null,
          "cdna_length": 2206,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000870016.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.850G>A",
          "hgvs_p": "p.Ala284Thr",
          "transcript": "ENST00000869981.1",
          "protein_id": "ENSP00000540040.1",
          "transcript_support_level": null,
          "aa_start": 284,
          "aa_end": null,
          "aa_length": 663,
          "cds_start": 850,
          "cds_end": null,
          "cds_length": 1992,
          "cdna_start": 1052,
          "cdna_end": null,
          "cdna_length": 2221,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000869981.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.850G>A",
          "hgvs_p": "p.Ala284Thr",
          "transcript": "ENST00000869988.1",
          "protein_id": "ENSP00000540047.1",
          "transcript_support_level": null,
          "aa_start": 284,
          "aa_end": null,
          "aa_length": 660,
          "cds_start": 850,
          "cds_end": null,
          "cds_length": 1983,
          "cdna_start": 1041,
          "cdna_end": null,
          "cdna_length": 2201,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000869988.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.790G>A",
          "hgvs_p": "p.Ala264Thr",
          "transcript": "ENST00000870026.1",
          "protein_id": "ENSP00000540085.1",
          "transcript_support_level": null,
          "aa_start": 264,
          "aa_end": null,
          "aa_length": 660,
          "cds_start": 790,
          "cds_end": null,
          "cds_length": 1983,
          "cdna_start": 955,
          "cdna_end": null,
          "cdna_length": 2170,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000870026.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.886G>A",
          "hgvs_p": "p.Ala296Thr",
          "transcript": "ENST00000869973.1",
          "protein_id": "ENSP00000540032.1",
          "transcript_support_level": null,
          "aa_start": 296,
          "aa_end": null,
          "aa_length": 659,
          "cds_start": 886,
          "cds_end": null,
          "cds_length": 1980,
          "cdna_start": 1096,
          "cdna_end": null,
          "cdna_length": 2214,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000869973.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.781G>A",
          "hgvs_p": "p.Ala261Thr",
          "transcript": "ENST00000869954.1",
          "protein_id": "ENSP00000540013.1",
          "transcript_support_level": null,
          "aa_start": 261,
          "aa_end": null,
          "aa_length": 657,
          "cds_start": 781,
          "cds_end": null,
          "cds_length": 1974,
          "cdna_start": 1006,
          "cdna_end": null,
          "cdna_length": 2222,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000869954.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.811G>A",
          "hgvs_p": "p.Ala271Thr",
          "transcript": "ENST00000870006.1",
          "protein_id": "ENSP00000540065.1",
          "transcript_support_level": null,
          "aa_start": 271,
          "aa_end": null,
          "aa_length": 655,
          "cds_start": 811,
          "cds_end": null,
          "cds_length": 1968,
          "cdna_start": 1000,
          "cdna_end": null,
          "cdna_length": 2180,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000870006.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.811G>A",
          "hgvs_p": "p.Ala271Thr",
          "transcript": "ENST00000870013.1",
          "protein_id": "ENSP00000540072.1",
          "transcript_support_level": null,
          "aa_start": 271,
          "aa_end": null,
          "aa_length": 654,
          "cds_start": 811,
          "cds_end": null,
          "cds_length": 1965,
          "cdna_start": 990,
          "cdna_end": null,
          "cdna_length": 2171,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000870013.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.808G>A",
          "hgvs_p": "p.Ala270Thr",
          "transcript": "ENST00000972538.1",
          "protein_id": "ENSP00000642597.1",
          "transcript_support_level": null,
          "aa_start": 270,
          "aa_end": null,
          "aa_length": 653,
          "cds_start": 808,
          "cds_end": null,
          "cds_length": 1962,
          "cdna_start": 978,
          "cdna_end": null,
          "cdna_length": 2153,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000972538.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.856G>A",
          "hgvs_p": "p.Ala286Thr",
          "transcript": "ENST00000451165.7",
          "protein_id": "ENSP00000387675.3",
          "transcript_support_level": 2,
          "aa_start": 286,
          "aa_end": null,
          "aa_length": 652,
          "cds_start": 856,
          "cds_end": null,
          "cds_length": 1959,
          "cdna_start": 1056,
          "cdna_end": null,
          "cdna_length": 2159,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000451165.7"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.817G>A",
          "hgvs_p": "p.Ala273Thr",
          "transcript": "ENST00000870000.1",
          "protein_id": "ENSP00000540059.1",
          "transcript_support_level": null,
          "aa_start": 273,
          "aa_end": null,
          "aa_length": 650,
          "cds_start": 817,
          "cds_end": null,
          "cds_length": 1953,
          "cdna_start": 1004,
          "cdna_end": null,
          "cdna_length": 2168,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000870000.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.850G>A",
          "hgvs_p": "p.Ala284Thr",
          "transcript": "ENST00000972534.1",
          "protein_id": "ENSP00000642593.1",
          "transcript_support_level": null,
          "aa_start": 284,
          "aa_end": null,
          "aa_length": 650,
          "cds_start": 850,
          "cds_end": null,
          "cds_length": 1953,
          "cdna_start": 1040,
          "cdna_end": null,
          "cdna_length": 2168,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000972534.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.850G>A",
          "hgvs_p": "p.Ala284Thr",
          "transcript": "ENST00000696832.1",
          "protein_id": "ENSP00000512910.1",
          "transcript_support_level": null,
          "aa_start": 284,
          "aa_end": null,
          "aa_length": 648,
          "cds_start": 850,
          "cds_end": null,
          "cds_length": 1947,
          "cdna_start": 989,
          "cdna_end": null,
          "cdna_length": 2086,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000696832.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.850G>A",
          "hgvs_p": "p.Ala284Thr",
          "transcript": "ENST00000869984.1",
          "protein_id": "ENSP00000540043.1",
          "transcript_support_level": null,
          "aa_start": 284,
          "aa_end": null,
          "aa_length": 647,
          "cds_start": 850,
          "cds_end": null,
          "cds_length": 1944,
          "cdna_start": 1037,
          "cdna_end": null,
          "cdna_length": 2167,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000869984.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.886G>A",
          "hgvs_p": "p.Ala296Thr",
          "transcript": "ENST00000930661.1",
          "protein_id": "ENSP00000600720.1",
          "transcript_support_level": null,
          "aa_start": 296,
          "aa_end": null,
          "aa_length": 643,
          "cds_start": 886,
          "cds_end": null,
          "cds_length": 1932,
          "cdna_start": 1077,
          "cdna_end": null,
          "cdna_length": 2147,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000930661.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.790G>A",
          "hgvs_p": "p.Ala264Thr",
          "transcript": "ENST00000972532.1",
          "protein_id": "ENSP00000642591.1",
          "transcript_support_level": null,
          "aa_start": 264,
          "aa_end": null,
          "aa_length": 643,
          "cds_start": 790,
          "cds_end": null,
          "cds_length": 1932,
          "cdna_start": 981,
          "cdna_end": null,
          "cdna_length": 2150,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000972532.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.811G>A",
          "hgvs_p": "p.Ala271Thr",
          "transcript": "ENST00000869979.1",
          "protein_id": "ENSP00000540038.1",
          "transcript_support_level": null,
          "aa_start": 271,
          "aa_end": null,
          "aa_length": 637,
          "cds_start": 811,
          "cds_end": null,
          "cds_length": 1914,
          "cdna_start": 1013,
          "cdna_end": null,
          "cdna_length": 2144,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000869979.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.850G>A",
          "hgvs_p": "p.Ala284Thr",
          "transcript": "ENST00000696830.1",
          "protein_id": "ENSP00000512908.1",
          "transcript_support_level": null,
          "aa_start": 284,
          "aa_end": null,
          "aa_length": 514,
          "cds_start": 850,
          "cds_end": null,
          "cds_length": 1545,
          "cdna_start": 1037,
          "cdna_end": null,
          "cdna_length": 2283,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000696830.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.886G>A",
          "hgvs_p": "p.Ala296Thr",
          "transcript": "ENST00000696815.1",
          "protein_id": "ENSP00000512896.1",
          "transcript_support_level": null,
          "aa_start": 296,
          "aa_end": null,
          "aa_length": 448,
          "cds_start": 886,
          "cds_end": null,
          "cds_length": 1348,
          "cdna_start": 1099,
          "cdna_end": null,
          "cdna_length": 1561,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000696815.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.61G>A",
          "hgvs_p": "p.Ala21Thr",
          "transcript": "ENST00000696834.1",
          "protein_id": "ENSP00000512912.1",
          "transcript_support_level": null,
          "aa_start": 21,
          "aa_end": null,
          "aa_length": 146,
          "cds_start": 61,
          "cds_end": null,
          "cds_length": 443,
          "cdna_start": 62,
          "cdna_end": null,
          "cdna_length": 444,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000696834.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1183G>A",
          "hgvs_p": "p.Ala395Thr",
          "transcript": "XM_017007326.1",
          "protein_id": "XP_016862815.1",
          "transcript_support_level": null,
          "aa_start": 395,
          "aa_end": null,
          "aa_length": 792,
          "cds_start": 1183,
          "cds_end": null,
          "cds_length": 2379,
          "cdna_start": 1401,
          "cdna_end": null,
          "cdna_length": 2625,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017007326.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1183G>A",
          "hgvs_p": "p.Ala395Thr",
          "transcript": "XM_017007327.2",
          "protein_id": "XP_016862816.1",
          "transcript_support_level": null,
          "aa_start": 395,
          "aa_end": null,
          "aa_length": 779,
          "cds_start": 1183,
          "cds_end": null,
          "cds_length": 2340,
          "cdna_start": 1401,
          "cdna_end": null,
          "cdna_length": 2586,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017007327.2"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1144G>A",
          "hgvs_p": "p.Ala382Thr",
          "transcript": "XM_017007328.1",
          "protein_id": "XP_016862817.1",
          "transcript_support_level": null,
          "aa_start": 382,
          "aa_end": null,
          "aa_length": 779,
          "cds_start": 1144,
          "cds_end": null,
          "cds_length": 2340,
          "cdna_start": 1362,
          "cdna_end": null,
          "cdna_length": 2586,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017007328.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1183G>A",
          "hgvs_p": "p.Ala395Thr",
          "transcript": "XM_017007329.2",
          "protein_id": "XP_016862818.1",
          "transcript_support_level": null,
          "aa_start": 395,
          "aa_end": null,
          "aa_length": 778,
          "cds_start": 1183,
          "cds_end": null,
          "cds_length": 2337,
          "cdna_start": 1401,
          "cdna_end": null,
          "cdna_length": 2583,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017007329.2"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1144G>A",
          "hgvs_p": "p.Ala382Thr",
          "transcript": "XM_017007330.1",
          "protein_id": "XP_016862819.1",
          "transcript_support_level": null,
          "aa_start": 382,
          "aa_end": null,
          "aa_length": 778,
          "cds_start": 1144,
          "cds_end": null,
          "cds_length": 2337,
          "cdna_start": 1362,
          "cdna_end": null,
          "cdna_length": 2583,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017007330.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1138G>A",
          "hgvs_p": "p.Ala380Thr",
          "transcript": "XM_017007331.1",
          "protein_id": "XP_016862820.1",
          "transcript_support_level": null,
          "aa_start": 380,
          "aa_end": null,
          "aa_length": 777,
          "cds_start": 1138,
          "cds_end": null,
          "cds_length": 2334,
          "cdna_start": 1356,
          "cdna_end": null,
          "cdna_length": 2580,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017007331.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1138G>A",
          "hgvs_p": "p.Ala380Thr",
          "transcript": "XM_017007332.1",
          "protein_id": "XP_016862821.1",
          "transcript_support_level": null,
          "aa_start": 380,
          "aa_end": null,
          "aa_length": 776,
          "cds_start": 1138,
          "cds_end": null,
          "cds_length": 2331,
          "cdna_start": 1356,
          "cdna_end": null,
          "cdna_length": 2577,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017007332.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1183G>A",
          "hgvs_p": "p.Ala395Thr",
          "transcript": "XM_017007333.1",
          "protein_id": "XP_016862822.1",
          "transcript_support_level": null,
          "aa_start": 395,
          "aa_end": null,
          "aa_length": 774,
          "cds_start": 1183,
          "cds_end": null,
          "cds_length": 2325,
          "cdna_start": 1401,
          "cdna_end": null,
          "cdna_length": 2571,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017007333.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1108G>A",
          "hgvs_p": "p.Ala370Thr",
          "transcript": "XM_017007334.1",
          "protein_id": "XP_016862823.1",
          "transcript_support_level": null,
          "aa_start": 370,
          "aa_end": null,
          "aa_length": 767,
          "cds_start": 1108,
          "cds_end": null,
          "cds_length": 2304,
          "cdna_start": 1326,
          "cdna_end": null,
          "cdna_length": 2550,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017007334.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1099G>A",
          "hgvs_p": "p.Ala367Thr",
          "transcript": "XM_017007335.1",
          "protein_id": "XP_016862824.1",
          "transcript_support_level": null,
          "aa_start": 367,
          "aa_end": null,
          "aa_length": 763,
          "cds_start": 1099,
          "cds_end": null,
          "cds_length": 2292,
          "cdna_start": 1317,
          "cdna_end": null,
          "cdna_length": 2538,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017007335.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1138G>A",
          "hgvs_p": "p.Ala380Thr",
          "transcript": "XM_024453793.2",
          "protein_id": "XP_024309561.1",
          "transcript_support_level": null,
          "aa_start": 380,
          "aa_end": null,
          "aa_length": 763,
          "cds_start": 1138,
          "cds_end": null,
          "cds_length": 2292,
          "cdna_start": 1356,
          "cdna_end": null,
          "cdna_length": 2538,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_024453793.2"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1183G>A",
          "hgvs_p": "p.Ala395Thr",
          "transcript": "XM_017007336.2",
          "protein_id": "XP_016862825.1",
          "transcript_support_level": null,
          "aa_start": 395,
          "aa_end": null,
          "aa_length": 761,
          "cds_start": 1183,
          "cds_end": null,
          "cds_length": 2286,
          "cdna_start": 1401,
          "cdna_end": null,
          "cdna_length": 2532,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017007336.2"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1138G>A",
          "hgvs_p": "p.Ala380Thr",
          "transcript": "XM_047449066.1",
          "protein_id": "XP_047305022.1",
          "transcript_support_level": null,
          "aa_start": 380,
          "aa_end": null,
          "aa_length": 759,
          "cds_start": 1138,
          "cds_end": null,
          "cds_length": 2280,
          "cdna_start": 1356,
          "cdna_end": null,
          "cdna_length": 2526,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047449066.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1063G>A",
          "hgvs_p": "p.Ala355Thr",
          "transcript": "XM_017007337.1",
          "protein_id": "XP_016862826.1",
          "transcript_support_level": null,
          "aa_start": 355,
          "aa_end": null,
          "aa_length": 752,
          "cds_start": 1063,
          "cds_end": null,
          "cds_length": 2259,
          "cdna_start": 1281,
          "cdna_end": null,
          "cdna_length": 2505,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017007337.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1099G>A",
          "hgvs_p": "p.Ala367Thr",
          "transcript": "XM_017007338.2",
          "protein_id": "XP_016862827.1",
          "transcript_support_level": null,
          "aa_start": 367,
          "aa_end": null,
          "aa_length": 750,
          "cds_start": 1099,
          "cds_end": null,
          "cds_length": 2253,
          "cdna_start": 1317,
          "cdna_end": null,
          "cdna_length": 2499,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017007338.2"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1138G>A",
          "hgvs_p": "p.Ala380Thr",
          "transcript": "XM_017007339.2",
          "protein_id": "XP_016862828.1",
          "transcript_support_level": null,
          "aa_start": 380,
          "aa_end": null,
          "aa_length": 746,
          "cds_start": 1138,
          "cds_end": null,
          "cds_length": 2241,
          "cdna_start": 1356,
          "cdna_end": null,
          "cdna_length": 2487,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017007339.2"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1099G>A",
          "hgvs_p": "p.Ala367Thr",
          "transcript": "XM_024453794.1",
          "protein_id": "XP_024309562.1",
          "transcript_support_level": null,
          "aa_start": 367,
          "aa_end": null,
          "aa_length": 746,
          "cds_start": 1099,
          "cds_end": null,
          "cds_length": 2241,
          "cdna_start": 1317,
          "cdna_end": null,
          "cdna_length": 2487,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_024453794.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.970G>A",
          "hgvs_p": "p.Ala324Thr",
          "transcript": "XM_017007340.2",
          "protein_id": "XP_016862829.1",
          "transcript_support_level": null,
          "aa_start": 324,
          "aa_end": null,
          "aa_length": 721,
          "cds_start": 970,
          "cds_end": null,
          "cds_length": 2166,
          "cdna_start": 1188,
          "cdna_end": null,
          "cdna_length": 2412,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017007340.2"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1063G>A",
          "hgvs_p": "p.Ala355Thr",
          "transcript": "XM_047449067.1",
          "protein_id": "XP_047305023.1",
          "transcript_support_level": null,
          "aa_start": 355,
          "aa_end": null,
          "aa_length": 721,
          "cds_start": 1063,
          "cds_end": null,
          "cds_length": 2166,
          "cdna_start": 1281,
          "cdna_end": null,
          "cdna_length": 2412,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047449067.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.970G>A",
          "hgvs_p": "p.Ala324Thr",
          "transcript": "XM_047449068.1",
          "protein_id": "XP_047305024.1",
          "transcript_support_level": null,
          "aa_start": 324,
          "aa_end": null,
          "aa_length": 708,
          "cds_start": 970,
          "cds_end": null,
          "cds_length": 2127,
          "cdna_start": 1188,
          "cdna_end": null,
          "cdna_length": 2373,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047449068.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.931G>A",
          "hgvs_p": "p.Ala311Thr",
          "transcript": "XM_047449069.1",
          "protein_id": "XP_047305025.1",
          "transcript_support_level": null,
          "aa_start": 311,
          "aa_end": null,
          "aa_length": 707,
          "cds_start": 931,
          "cds_end": null,
          "cds_length": 2124,
          "cdna_start": 1149,
          "cdna_end": null,
          "cdna_length": 2370,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047449069.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.925G>A",
          "hgvs_p": "p.Ala309Thr",
          "transcript": "XM_017007341.2",
          "protein_id": "XP_016862830.1",
          "transcript_support_level": null,
          "aa_start": 309,
          "aa_end": null,
          "aa_length": 706,
          "cds_start": 925,
          "cds_end": null,
          "cds_length": 2121,
          "cdna_start": 1143,
          "cdna_end": null,
          "cdna_length": 2367,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017007341.2"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.970G>A",
          "hgvs_p": "p.Ala324Thr",
          "transcript": "XM_047449070.1",
          "protein_id": "XP_047305026.1",
          "transcript_support_level": null,
          "aa_start": 324,
          "aa_end": null,
          "aa_length": 703,
          "cds_start": 970,
          "cds_end": null,
          "cds_length": 2112,
          "cdna_start": 1188,
          "cdna_end": null,
          "cdna_length": 2358,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047449070.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.895G>A",
          "hgvs_p": "p.Ala299Thr",
          "transcript": "XM_017007342.1",
          "protein_id": "XP_016862831.1",
          "transcript_support_level": null,
          "aa_start": 299,
          "aa_end": null,
          "aa_length": 696,
          "cds_start": 895,
          "cds_end": null,
          "cds_length": 2091,
          "cdna_start": 1113,
          "cdna_end": null,
          "cdna_length": 2337,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017007342.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.895G>A",
          "hgvs_p": "p.Ala299Thr",
          "transcript": "XM_017007343.1",
          "protein_id": "XP_016862832.1",
          "transcript_support_level": null,
          "aa_start": 299,
          "aa_end": null,
          "aa_length": 695,
          "cds_start": 895,
          "cds_end": null,
          "cds_length": 2088,
          "cdna_start": 1113,
          "cdna_end": null,
          "cdna_length": 2334,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017007343.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.886G>A",
          "hgvs_p": "p.Ala296Thr",
          "transcript": "XM_017007345.2",
          "protein_id": "XP_016862834.1",
          "transcript_support_level": null,
          "aa_start": 296,
          "aa_end": null,
          "aa_length": 693,
          "cds_start": 886,
          "cds_end": null,
          "cds_length": 2082,
          "cdna_start": 1104,
          "cdna_end": null,
          "cdna_length": 2328,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017007345.2"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.925G>A",
          "hgvs_p": "p.Ala309Thr",
          "transcript": "XM_047449071.1",
          "protein_id": "XP_047305027.1",
          "transcript_support_level": null,
          "aa_start": 309,
          "aa_end": null,
          "aa_length": 693,
          "cds_start": 925,
          "cds_end": null,
          "cds_length": 2082,
          "cdna_start": 1143,
          "cdna_end": null,
          "cdna_length": 2328,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047449071.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.886G>A",
          "hgvs_p": "p.Ala296Thr",
          "transcript": "XM_047449072.1",
          "protein_id": "XP_047305028.1",
          "transcript_support_level": null,
          "aa_start": 296,
          "aa_end": null,
          "aa_length": 692,
          "cds_start": 886,
          "cds_end": null,
          "cds_length": 2079,
          "cdna_start": 1104,
          "cdna_end": null,
          "cdna_length": 2325,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047449072.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.895G>A",
          "hgvs_p": "p.Ala299Thr",
          "transcript": "XM_047449073.1",
          "protein_id": "XP_047305029.1",
          "transcript_support_level": null,
          "aa_start": 299,
          "aa_end": null,
          "aa_length": 682,
          "cds_start": 895,
          "cds_end": null,
          "cds_length": 2049,
          "cdna_start": 1113,
          "cdna_end": null,
          "cdna_length": 2295,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047449073.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.850G>A",
          "hgvs_p": "p.Ala284Thr",
          "transcript": "XM_017007347.1",
          "protein_id": "XP_016862836.1",
          "transcript_support_level": null,
          "aa_start": 284,
          "aa_end": null,
          "aa_length": 681,
          "cds_start": 850,
          "cds_end": null,
          "cds_length": 2046,
          "cdna_start": 1068,
          "cdna_end": null,
          "cdna_length": 2292,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017007347.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.850G>A",
          "hgvs_p": "p.Ala284Thr",
          "transcript": "XM_047449074.1",
          "protein_id": "XP_047305030.1",
          "transcript_support_level": null,
          "aa_start": 284,
          "aa_end": null,
          "aa_length": 680,
          "cds_start": 850,
          "cds_end": null,
          "cds_length": 2043,
          "cdna_start": 1068,
          "cdna_end": null,
          "cdna_length": 2289,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047449074.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.886G>A",
          "hgvs_p": "p.Ala296Thr",
          "transcript": "XM_047449075.1",
          "protein_id": "XP_047305031.1",
          "transcript_support_level": null,
          "aa_start": 296,
          "aa_end": null,
          "aa_length": 679,
          "cds_start": 886,
          "cds_end": null,
          "cds_length": 2040,
          "cdna_start": 1104,
          "cdna_end": null,
          "cdna_length": 2286,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047449075.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.886G>A",
          "hgvs_p": "p.Ala296Thr",
          "transcript": "XM_017007348.2",
          "protein_id": "XP_016862837.1",
          "transcript_support_level": null,
          "aa_start": 296,
          "aa_end": null,
          "aa_length": 675,
          "cds_start": 886,
          "cds_end": null,
          "cds_length": 2028,
          "cdna_start": 1104,
          "cdna_end": null,
          "cdna_length": 2274,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017007348.2"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.850G>A",
          "hgvs_p": "p.Ala284Thr",
          "transcript": "XM_047449077.1",
          "protein_id": "XP_047305033.1",
          "transcript_support_level": null,
          "aa_start": 284,
          "aa_end": null,
          "aa_length": 668,
          "cds_start": 850,
          "cds_end": null,
          "cds_length": 2007,
          "cdna_start": 1068,
          "cdna_end": null,
          "cdna_length": 2253,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047449077.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.811G>A",
          "hgvs_p": "p.Ala271Thr",
          "transcript": "XM_047449078.1",
          "protein_id": "XP_047305034.1",
          "transcript_support_level": null,
          "aa_start": 271,
          "aa_end": null,
          "aa_length": 667,
          "cds_start": 811,
          "cds_end": null,
          "cds_length": 2004,
          "cdna_start": 1029,
          "cdna_end": null,
          "cdna_length": 2250,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047449078.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.850G>A",
          "hgvs_p": "p.Ala284Thr",
          "transcript": "XM_047449079.1",
          "protein_id": "XP_047305035.1",
          "transcript_support_level": null,
          "aa_start": 284,
          "aa_end": null,
          "aa_length": 663,
          "cds_start": 850,
          "cds_end": null,
          "cds_length": 1992,
          "cdna_start": 1068,
          "cdna_end": null,
          "cdna_length": 2238,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047449079.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.850G>A",
          "hgvs_p": "p.Ala284Thr",
          "transcript": "XM_047449080.1",
          "protein_id": "XP_047305036.1",
          "transcript_support_level": null,
          "aa_start": 284,
          "aa_end": null,
          "aa_length": 650,
          "cds_start": 850,
          "cds_end": null,
          "cds_length": 1953,
          "cdna_start": 1068,
          "cdna_end": null,
          "cdna_length": 2199,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047449080.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": 9,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.784-1455G>A",
          "hgvs_p": null,
          "transcript": "ENST00000870024.1",
          "protein_id": "ENSP00000540083.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 611,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 1836,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2026,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000870024.1"
        },
        {
          "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": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "n.*238G>A",
          "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": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2018,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000412901.6"
        },
        {
          "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": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "n.*443G>A",
          "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": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2163,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000451231.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "n.418G>A",
          "hgvs_p": null,
          "transcript": "ENST00000464406.5",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 807,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000464406.5"
        },
        {
          "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": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "n.1354G>A",
          "hgvs_p": null,
          "transcript": "ENST00000466046.5",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2547,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000466046.5"
        },
        {
          "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": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "n.1343G>A",
          "hgvs_p": null,
          "transcript": "ENST00000494365.5",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2499,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000494365.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "n.*825G>A",
          "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": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2357,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000498214.6"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000288550",
          "gene_hgnc_id": null,
          "hgvs_c": "n.256G>A",
          "hgvs_p": null,
          "transcript": "ENST00000681970.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2345,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000681970.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000288550",
          "gene_hgnc_id": null,
          "hgvs_c": "n.925G>A",
          "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": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3390,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000682122.1"
        },
        {
          "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": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000288550",
          "gene_hgnc_id": null,
          "hgvs_c": "n.1336G>A",
          "hgvs_p": null,
          "transcript": "ENST00000683061.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3652,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000683061.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "n.1381G>A",
          "hgvs_p": null,
          "transcript": "ENST00000696817.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1882,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000696817.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "n.*238G>A",
          "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": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2145,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000696818.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "n.*238G>A",
          "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": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2199,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000696819.1"
        },
        {
          "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": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "n.1336G>A",
          "hgvs_p": null,
          "transcript": "ENST00000696820.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2290,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000696820.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "n.1381G>A",
          "hgvs_p": null,
          "transcript": "ENST00000696821.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2335,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000696821.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "n.*238G>A",
          "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": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2200,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000696822.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "n.925G>A",
          "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": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2157,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000696827.1"
        },
        {
          "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": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "n.*488G>A",
          "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": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2041,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000696829.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "n.70G>A",
          "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": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 474,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000696833.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000288550",
          "gene_hgnc_id": null,
          "hgvs_c": "n.*238G>A",
          "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": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3766,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000696835.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000288550",
          "gene_hgnc_id": null,
          "hgvs_c": "n.*238G>A",
          "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": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3721,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000696836.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000288550",
          "gene_hgnc_id": null,
          "hgvs_c": "n.*1067G>A",
          "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": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3839,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000696837.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000288550",
          "gene_hgnc_id": null,
          "hgvs_c": "n.*238G>A",
          "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": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3630,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000696838.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000288550",
          "gene_hgnc_id": null,
          "hgvs_c": "n.*238G>A",
          "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": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3770,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000696839.1"
        },
        {
          "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": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "n.1354G>A",
          "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": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2575,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_037807.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "n.*238G>A",
          "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": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2018,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000412901.6"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "n.*443G>A",
          "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": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2163,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000451231.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "n.*825G>A",
          "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": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2357,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000498214.6"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "n.*238G>A",
          "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": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2145,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000696818.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "n.*238G>A",
          "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": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2199,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000696819.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "n.*238G>A",
          "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": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2200,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000696822.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "n.*488G>A",
          "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": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2041,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000696829.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000288550",
          "gene_hgnc_id": null,
          "hgvs_c": "n.*238G>A",
          "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": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3766,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000696835.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000288550",
          "gene_hgnc_id": null,
          "hgvs_c": "n.*238G>A",
          "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": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3721,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000696836.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000288550",
          "gene_hgnc_id": null,
          "hgvs_c": "n.*1067G>A",
          "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": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3839,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000696837.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000288550",
          "gene_hgnc_id": null,
          "hgvs_c": "n.*238G>A",
          "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": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3630,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000696838.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000288550",
          "gene_hgnc_id": null,
          "hgvs_c": "n.*238G>A",
          "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": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3770,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000696839.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "n.*443G>A",
          "hgvs_p": null,
          "transcript": "ENST00000434756.5",
          "protein_id": "ENSP00000394996.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 946,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000434756.5"
        }
      ],
      "gene_symbol": "IL17RC",
      "gene_hgnc_id": 18358,
      "dbsnp": "rs115461448",
      "frequency_reference_population": 0.014147351,
      "hom_count_reference_population": 205,
      "allele_count_reference_population": 22696,
      "gnomad_exomes_af": 0.0143889,
      "gnomad_genomes_af": 0.0118455,
      "gnomad_exomes_ac": 20891,
      "gnomad_genomes_ac": 1805,
      "gnomad_exomes_homalt": 184,
      "gnomad_genomes_homalt": 21,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.006994873285293579,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.091,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.1725,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.44,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 3.712,
      "phylop100way_prediction": "Uncertain_significance",
      "spliceai_max_score": 0,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": -20,
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Strong,BP6_Very_Strong,BS1,BS2",
      "acmg_by_gene": [
        {
          "score": -20,
          "benign_score": 20,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BP6_Very_Strong",
            "BS1",
            "BS2"
          ],
          "verdict": "Benign",
          "transcript": "NM_153461.4",
          "gene_symbol": "IL17RC",
          "hgnc_id": 18358,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "Unknown,AD",
          "hgvs_c": "c.1183G>A",
          "hgvs_p": "p.Ala395Thr"
        },
        {
          "score": -20,
          "benign_score": 20,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BP6_Very_Strong",
            "BS1",
            "BS2"
          ],
          "verdict": "Benign",
          "transcript": "ENST00000683484.1",
          "gene_symbol": "ENSG00000288550",
          "hgnc_id": null,
          "effects": [
            "non_coding_transcript_exon_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.886G>A",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": " 9, familial,Candidiasis,not provided",
      "clinvar_classification": "Benign",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "B:2",
      "phenotype_combined": "Candidiasis, familial, 9|not provided",
      "pathogenicity_classification_combined": "Benign",
      "custom_annotations": null
    }
  ],
  "message": null
}
For research and educational, non-commercial use only. Not for clinical or diagnostic use. GeneBe does not provide medical advice. Data use for AI modeling is prohibited: if used, the cost is $0.001 per byte of downloaded uncompressed data.