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

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "3",
      "pos": 9928389,
      "ref": "C",
      "alt": "T",
      "effect": "missense_variant",
      "transcript": "ENST00000403601.8",
      "consequences": [
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "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.962C>T",
          "hgvs_p": "p.Ser321Leu",
          "transcript": "NM_153460.4",
          "protein_id": "NP_703190.2",
          "transcript_support_level": null,
          "aa_start": 321,
          "aa_end": null,
          "aa_length": 720,
          "cds_start": 962,
          "cds_end": null,
          "cds_length": 2163,
          "cdna_start": 1180,
          "cdna_end": null,
          "cdna_length": 2409,
          "mane_select": "ENST00000403601.8",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "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.962C>T",
          "hgvs_p": "p.Ser321Leu",
          "transcript": "ENST00000403601.8",
          "protein_id": "ENSP00000384969.3",
          "transcript_support_level": 1,
          "aa_start": 321,
          "aa_end": null,
          "aa_length": 720,
          "cds_start": 962,
          "cds_end": null,
          "cds_length": 2163,
          "cdna_start": 1180,
          "cdna_end": null,
          "cdna_length": 2409,
          "mane_select": "NM_153460.4",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "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.962C>T",
          "hgvs_p": "p.Ser321Leu",
          "transcript": "ENST00000413608.2",
          "protein_id": "ENSP00000396064.1",
          "transcript_support_level": 1,
          "aa_start": 321,
          "aa_end": null,
          "aa_length": 707,
          "cds_start": 962,
          "cds_end": null,
          "cds_length": 2124,
          "cdna_start": 962,
          "cdna_end": null,
          "cdna_length": 2147,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "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.917C>T",
          "hgvs_p": "p.Ser306Leu",
          "transcript": "ENST00000383812.9",
          "protein_id": "ENSP00000373323.4",
          "transcript_support_level": 1,
          "aa_start": 306,
          "aa_end": null,
          "aa_length": 705,
          "cds_start": 917,
          "cds_end": null,
          "cds_length": 2118,
          "cdna_start": 1159,
          "cdna_end": null,
          "cdna_length": 2388,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "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.962C>T",
          "hgvs_p": "p.Ser321Leu",
          "transcript": "ENST00000416074.6",
          "protein_id": "ENSP00000395315.3",
          "transcript_support_level": 1,
          "aa_start": 321,
          "aa_end": null,
          "aa_length": 690,
          "cds_start": 962,
          "cds_end": null,
          "cds_length": 2073,
          "cdna_start": 1204,
          "cdna_end": null,
          "cdna_length": 2342,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "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.917C>T",
          "hgvs_p": "p.Ser306Leu",
          "transcript": "ENST00000455057.5",
          "protein_id": "ENSP00000407894.1",
          "transcript_support_level": 1,
          "aa_start": 306,
          "aa_end": null,
          "aa_length": 688,
          "cds_start": 917,
          "cds_end": null,
          "cds_length": 2067,
          "cdna_start": 1070,
          "cdna_end": null,
          "cdna_length": 2244,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "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.917C>T",
          "hgvs_p": "p.Ser306Leu",
          "transcript": "ENST00000483582.5",
          "protein_id": "ENSP00000512844.1",
          "transcript_support_level": 1,
          "aa_start": 306,
          "aa_end": null,
          "aa_length": 538,
          "cds_start": 917,
          "cds_end": null,
          "cds_length": 1617,
          "cdna_start": 1135,
          "cdna_end": null,
          "cdna_length": 2467,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "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.887C>T",
          "hgvs_p": "p.Ser296Leu",
          "transcript": "ENST00000436503.6",
          "protein_id": "ENSP00000401128.2",
          "transcript_support_level": 1,
          "aa_start": 296,
          "aa_end": null,
          "aa_length": 468,
          "cds_start": 887,
          "cds_end": null,
          "cds_length": 1408,
          "cdna_start": 1084,
          "cdna_end": null,
          "cdna_length": 1605,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 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.*745C>T",
          "hgvs_p": null,
          "transcript": "ENST00000451271.5",
          "protein_id": "ENSP00000412777.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2284,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 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.1534C>T",
          "hgvs_p": null,
          "transcript": "ENST00000469686.6",
          "protein_id": null,
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2496,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": true,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 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.878C>T",
          "hgvs_p": null,
          "transcript": "ENST00000683484.1",
          "protein_id": "ENSP00000507040.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3402,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 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.*745C>T",
          "hgvs_p": null,
          "transcript": "ENST00000451271.5",
          "protein_id": "ENSP00000412777.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2284,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "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.1175C>T",
          "hgvs_p": "p.Ser392Leu",
          "transcript": "NM_153461.4",
          "protein_id": "NP_703191.2",
          "transcript_support_level": null,
          "aa_start": 392,
          "aa_end": null,
          "aa_length": 791,
          "cds_start": 1175,
          "cds_end": null,
          "cds_length": 2376,
          "cdna_start": 1393,
          "cdna_end": null,
          "cdna_length": 2622,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "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.1175C>T",
          "hgvs_p": "p.Ser392Leu",
          "transcript": "ENST00000295981.7",
          "protein_id": "ENSP00000295981.3",
          "transcript_support_level": 2,
          "aa_start": 392,
          "aa_end": null,
          "aa_length": 791,
          "cds_start": 1175,
          "cds_end": null,
          "cds_length": 2376,
          "cdna_start": 1393,
          "cdna_end": null,
          "cdna_length": 2621,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "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.962C>T",
          "hgvs_p": "p.Ser321Leu",
          "transcript": "NM_001203263.2",
          "protein_id": "NP_001190192.2",
          "transcript_support_level": null,
          "aa_start": 321,
          "aa_end": null,
          "aa_length": 707,
          "cds_start": 962,
          "cds_end": null,
          "cds_length": 2124,
          "cdna_start": 1180,
          "cdna_end": null,
          "cdna_length": 2370,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "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.917C>T",
          "hgvs_p": "p.Ser306Leu",
          "transcript": "NM_032732.6",
          "protein_id": "NP_116121.3",
          "transcript_support_level": null,
          "aa_start": 306,
          "aa_end": null,
          "aa_length": 705,
          "cds_start": 917,
          "cds_end": null,
          "cds_length": 2118,
          "cdna_start": 1135,
          "cdna_end": null,
          "cdna_length": 2364,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "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.923C>T",
          "hgvs_p": "p.Ser308Leu",
          "transcript": "NM_001367278.1",
          "protein_id": "NP_001354207.1",
          "transcript_support_level": null,
          "aa_start": 308,
          "aa_end": null,
          "aa_length": 694,
          "cds_start": 923,
          "cds_end": null,
          "cds_length": 2085,
          "cdna_start": 1141,
          "cdna_end": null,
          "cdna_length": 2331,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "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.923C>T",
          "hgvs_p": "p.Ser308Leu",
          "transcript": "ENST00000696824.1",
          "protein_id": "ENSP00000512902.1",
          "transcript_support_level": null,
          "aa_start": 308,
          "aa_end": null,
          "aa_length": 694,
          "cds_start": 923,
          "cds_end": null,
          "cds_length": 2085,
          "cdna_start": 1123,
          "cdna_end": null,
          "cdna_length": 2285,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "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.917C>T",
          "hgvs_p": "p.Ser306Leu",
          "transcript": "NM_001367280.1",
          "protein_id": "NP_001354209.1",
          "transcript_support_level": null,
          "aa_start": 306,
          "aa_end": null,
          "aa_length": 692,
          "cds_start": 917,
          "cds_end": null,
          "cds_length": 2079,
          "cdna_start": 1135,
          "cdna_end": null,
          "cdna_length": 2325,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "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.917C>T",
          "hgvs_p": "p.Ser306Leu",
          "transcript": "ENST00000696816.1",
          "protein_id": "ENSP00000512897.1",
          "transcript_support_level": null,
          "aa_start": 306,
          "aa_end": null,
          "aa_length": 692,
          "cds_start": 917,
          "cds_end": null,
          "cds_length": 2079,
          "cdna_start": 1119,
          "cdna_end": null,
          "cdna_length": 2281,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "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.917C>T",
          "hgvs_p": "p.Ser306Leu",
          "transcript": "ENST00000696825.1",
          "protein_id": "ENSP00000512903.1",
          "transcript_support_level": null,
          "aa_start": 306,
          "aa_end": null,
          "aa_length": 691,
          "cds_start": 917,
          "cds_end": null,
          "cds_length": 2076,
          "cdna_start": 1117,
          "cdna_end": null,
          "cdna_length": 2276,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "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.962C>T",
          "hgvs_p": "p.Ser321Leu",
          "transcript": "NM_001203264.2",
          "protein_id": "NP_001190193.2",
          "transcript_support_level": null,
          "aa_start": 321,
          "aa_end": null,
          "aa_length": 690,
          "cds_start": 962,
          "cds_end": null,
          "cds_length": 2073,
          "cdna_start": 1180,
          "cdna_end": null,
          "cdna_length": 2319,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "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.917C>T",
          "hgvs_p": "p.Ser306Leu",
          "transcript": "NM_001203265.2",
          "protein_id": "NP_001190194.2",
          "transcript_support_level": null,
          "aa_start": 306,
          "aa_end": null,
          "aa_length": 688,
          "cds_start": 917,
          "cds_end": null,
          "cds_length": 2067,
          "cdna_start": 1135,
          "cdna_end": null,
          "cdna_length": 2313,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "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.902C>T",
          "hgvs_p": "p.Ser301Leu",
          "transcript": "ENST00000696828.1",
          "protein_id": "ENSP00000512906.1",
          "transcript_support_level": null,
          "aa_start": 301,
          "aa_end": null,
          "aa_length": 687,
          "cds_start": 902,
          "cds_end": null,
          "cds_length": 2064,
          "cdna_start": 1102,
          "cdna_end": null,
          "cdna_length": 2264,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "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.917C>T",
          "hgvs_p": "p.Ser306Leu",
          "transcript": "ENST00000696823.1",
          "protein_id": "ENSP00000512901.1",
          "transcript_support_level": null,
          "aa_start": 306,
          "aa_end": null,
          "aa_length": 676,
          "cds_start": 917,
          "cds_end": null,
          "cds_length": 2031,
          "cdna_start": 1117,
          "cdna_end": null,
          "cdna_length": 2231,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "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.917C>T",
          "hgvs_p": "p.Ser306Leu",
          "transcript": "NM_001410711.1",
          "protein_id": "NP_001397640.1",
          "transcript_support_level": null,
          "aa_start": 306,
          "aa_end": null,
          "aa_length": 675,
          "cds_start": 917,
          "cds_end": null,
          "cds_length": 2028,
          "cdna_start": 1135,
          "cdna_end": null,
          "cdna_length": 2274,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "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.917C>T",
          "hgvs_p": "p.Ser306Leu",
          "transcript": "ENST00000696826.1",
          "protein_id": "ENSP00000512904.1",
          "transcript_support_level": null,
          "aa_start": 306,
          "aa_end": null,
          "aa_length": 675,
          "cds_start": 917,
          "cds_end": null,
          "cds_length": 2028,
          "cdna_start": 1117,
          "cdna_end": null,
          "cdna_length": 2228,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "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.842C>T",
          "hgvs_p": "p.Ser281Leu",
          "transcript": "ENST00000438091.6",
          "protein_id": "ENSP00000414609.2",
          "transcript_support_level": 5,
          "aa_start": 281,
          "aa_end": null,
          "aa_length": 668,
          "cds_start": 842,
          "cds_end": null,
          "cds_length": 2007,
          "cdna_start": 1060,
          "cdna_end": null,
          "cdna_length": 2225,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "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.842C>T",
          "hgvs_p": "p.Ser281Leu",
          "transcript": "NM_001367279.1",
          "protein_id": "NP_001354208.1",
          "transcript_support_level": null,
          "aa_start": 281,
          "aa_end": null,
          "aa_length": 667,
          "cds_start": 842,
          "cds_end": null,
          "cds_length": 2004,
          "cdna_start": 1060,
          "cdna_end": null,
          "cdna_length": 2250,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "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.848C>T",
          "hgvs_p": "p.Ser283Leu",
          "transcript": "ENST00000451165.7",
          "protein_id": "ENSP00000387675.3",
          "transcript_support_level": 2,
          "aa_start": 283,
          "aa_end": null,
          "aa_length": 652,
          "cds_start": 848,
          "cds_end": null,
          "cds_length": 1959,
          "cdna_start": 1048,
          "cdna_end": null,
          "cdna_length": 2159,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "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.842C>T",
          "hgvs_p": "p.Ser281Leu",
          "transcript": "ENST00000696832.1",
          "protein_id": "ENSP00000512910.1",
          "transcript_support_level": null,
          "aa_start": 281,
          "aa_end": null,
          "aa_length": 648,
          "cds_start": 842,
          "cds_end": null,
          "cds_length": 1947,
          "cdna_start": 981,
          "cdna_end": null,
          "cdna_length": 2086,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "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.842C>T",
          "hgvs_p": "p.Ser281Leu",
          "transcript": "ENST00000696830.1",
          "protein_id": "ENSP00000512908.1",
          "transcript_support_level": null,
          "aa_start": 281,
          "aa_end": null,
          "aa_length": 514,
          "cds_start": 842,
          "cds_end": null,
          "cds_length": 1545,
          "cdna_start": 1029,
          "cdna_end": null,
          "cdna_length": 2283,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "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.878C>T",
          "hgvs_p": "p.Ser293Leu",
          "transcript": "ENST00000696815.1",
          "protein_id": "ENSP00000512896.1",
          "transcript_support_level": null,
          "aa_start": 293,
          "aa_end": null,
          "aa_length": 448,
          "cds_start": 878,
          "cds_end": null,
          "cds_length": 1348,
          "cdna_start": 1091,
          "cdna_end": null,
          "cdna_length": 1561,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "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.53C>T",
          "hgvs_p": "p.Ser18Leu",
          "transcript": "ENST00000696834.1",
          "protein_id": "ENSP00000512912.1",
          "transcript_support_level": null,
          "aa_start": 18,
          "aa_end": null,
          "aa_length": 146,
          "cds_start": 53,
          "cds_end": null,
          "cds_length": 443,
          "cdna_start": 54,
          "cdna_end": null,
          "cdna_length": 444,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "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.1175C>T",
          "hgvs_p": "p.Ser392Leu",
          "transcript": "XM_017007326.1",
          "protein_id": "XP_016862815.1",
          "transcript_support_level": null,
          "aa_start": 392,
          "aa_end": null,
          "aa_length": 792,
          "cds_start": 1175,
          "cds_end": null,
          "cds_length": 2379,
          "cdna_start": 1393,
          "cdna_end": null,
          "cdna_length": 2625,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "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.1175C>T",
          "hgvs_p": "p.Ser392Leu",
          "transcript": "XM_017007327.2",
          "protein_id": "XP_016862816.1",
          "transcript_support_level": null,
          "aa_start": 392,
          "aa_end": null,
          "aa_length": 779,
          "cds_start": 1175,
          "cds_end": null,
          "cds_length": 2340,
          "cdna_start": 1393,
          "cdna_end": null,
          "cdna_length": 2586,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "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.1136C>T",
          "hgvs_p": "p.Ser379Leu",
          "transcript": "XM_017007328.1",
          "protein_id": "XP_016862817.1",
          "transcript_support_level": null,
          "aa_start": 379,
          "aa_end": null,
          "aa_length": 779,
          "cds_start": 1136,
          "cds_end": null,
          "cds_length": 2340,
          "cdna_start": 1354,
          "cdna_end": null,
          "cdna_length": 2586,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "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.1175C>T",
          "hgvs_p": "p.Ser392Leu",
          "transcript": "XM_017007329.2",
          "protein_id": "XP_016862818.1",
          "transcript_support_level": null,
          "aa_start": 392,
          "aa_end": null,
          "aa_length": 778,
          "cds_start": 1175,
          "cds_end": null,
          "cds_length": 2337,
          "cdna_start": 1393,
          "cdna_end": null,
          "cdna_length": 2583,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "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.1136C>T",
          "hgvs_p": "p.Ser379Leu",
          "transcript": "XM_017007330.1",
          "protein_id": "XP_016862819.1",
          "transcript_support_level": null,
          "aa_start": 379,
          "aa_end": null,
          "aa_length": 778,
          "cds_start": 1136,
          "cds_end": null,
          "cds_length": 2337,
          "cdna_start": 1354,
          "cdna_end": null,
          "cdna_length": 2583,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "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.1130C>T",
          "hgvs_p": "p.Ser377Leu",
          "transcript": "XM_017007331.1",
          "protein_id": "XP_016862820.1",
          "transcript_support_level": null,
          "aa_start": 377,
          "aa_end": null,
          "aa_length": 777,
          "cds_start": 1130,
          "cds_end": null,
          "cds_length": 2334,
          "cdna_start": 1348,
          "cdna_end": null,
          "cdna_length": 2580,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "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.1130C>T",
          "hgvs_p": "p.Ser377Leu",
          "transcript": "XM_017007332.1",
          "protein_id": "XP_016862821.1",
          "transcript_support_level": null,
          "aa_start": 377,
          "aa_end": null,
          "aa_length": 776,
          "cds_start": 1130,
          "cds_end": null,
          "cds_length": 2331,
          "cdna_start": 1348,
          "cdna_end": null,
          "cdna_length": 2577,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "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.1175C>T",
          "hgvs_p": "p.Ser392Leu",
          "transcript": "XM_017007333.1",
          "protein_id": "XP_016862822.1",
          "transcript_support_level": null,
          "aa_start": 392,
          "aa_end": null,
          "aa_length": 774,
          "cds_start": 1175,
          "cds_end": null,
          "cds_length": 2325,
          "cdna_start": 1393,
          "cdna_end": null,
          "cdna_length": 2571,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "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.1100C>T",
          "hgvs_p": "p.Ser367Leu",
          "transcript": "XM_017007334.1",
          "protein_id": "XP_016862823.1",
          "transcript_support_level": null,
          "aa_start": 367,
          "aa_end": null,
          "aa_length": 767,
          "cds_start": 1100,
          "cds_end": null,
          "cds_length": 2304,
          "cdna_start": 1318,
          "cdna_end": null,
          "cdna_length": 2550,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "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.1091C>T",
          "hgvs_p": "p.Ser364Leu",
          "transcript": "XM_017007335.1",
          "protein_id": "XP_016862824.1",
          "transcript_support_level": null,
          "aa_start": 364,
          "aa_end": null,
          "aa_length": 763,
          "cds_start": 1091,
          "cds_end": null,
          "cds_length": 2292,
          "cdna_start": 1309,
          "cdna_end": null,
          "cdna_length": 2538,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "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.1130C>T",
          "hgvs_p": "p.Ser377Leu",
          "transcript": "XM_024453793.2",
          "protein_id": "XP_024309561.1",
          "transcript_support_level": null,
          "aa_start": 377,
          "aa_end": null,
          "aa_length": 763,
          "cds_start": 1130,
          "cds_end": null,
          "cds_length": 2292,
          "cdna_start": 1348,
          "cdna_end": null,
          "cdna_length": 2538,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "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.1175C>T",
          "hgvs_p": "p.Ser392Leu",
          "transcript": "XM_017007336.2",
          "protein_id": "XP_016862825.1",
          "transcript_support_level": null,
          "aa_start": 392,
          "aa_end": null,
          "aa_length": 761,
          "cds_start": 1175,
          "cds_end": null,
          "cds_length": 2286,
          "cdna_start": 1393,
          "cdna_end": null,
          "cdna_length": 2532,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "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.1130C>T",
          "hgvs_p": "p.Ser377Leu",
          "transcript": "XM_047449066.1",
          "protein_id": "XP_047305022.1",
          "transcript_support_level": null,
          "aa_start": 377,
          "aa_end": null,
          "aa_length": 759,
          "cds_start": 1130,
          "cds_end": null,
          "cds_length": 2280,
          "cdna_start": 1348,
          "cdna_end": null,
          "cdna_length": 2526,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "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.1055C>T",
          "hgvs_p": "p.Ser352Leu",
          "transcript": "XM_017007337.1",
          "protein_id": "XP_016862826.1",
          "transcript_support_level": null,
          "aa_start": 352,
          "aa_end": null,
          "aa_length": 752,
          "cds_start": 1055,
          "cds_end": null,
          "cds_length": 2259,
          "cdna_start": 1273,
          "cdna_end": null,
          "cdna_length": 2505,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "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.1091C>T",
          "hgvs_p": "p.Ser364Leu",
          "transcript": "XM_017007338.2",
          "protein_id": "XP_016862827.1",
          "transcript_support_level": null,
          "aa_start": 364,
          "aa_end": null,
          "aa_length": 750,
          "cds_start": 1091,
          "cds_end": null,
          "cds_length": 2253,
          "cdna_start": 1309,
          "cdna_end": null,
          "cdna_length": 2499,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "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.1130C>T",
          "hgvs_p": "p.Ser377Leu",
          "transcript": "XM_017007339.2",
          "protein_id": "XP_016862828.1",
          "transcript_support_level": null,
          "aa_start": 377,
          "aa_end": null,
          "aa_length": 746,
          "cds_start": 1130,
          "cds_end": null,
          "cds_length": 2241,
          "cdna_start": 1348,
          "cdna_end": null,
          "cdna_length": 2487,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "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.1091C>T",
          "hgvs_p": "p.Ser364Leu",
          "transcript": "XM_024453794.1",
          "protein_id": "XP_024309562.1",
          "transcript_support_level": null,
          "aa_start": 364,
          "aa_end": null,
          "aa_length": 746,
          "cds_start": 1091,
          "cds_end": null,
          "cds_length": 2241,
          "cdna_start": 1309,
          "cdna_end": null,
          "cdna_length": 2487,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "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.962C>T",
          "hgvs_p": "p.Ser321Leu",
          "transcript": "XM_017007340.2",
          "protein_id": "XP_016862829.1",
          "transcript_support_level": null,
          "aa_start": 321,
          "aa_end": null,
          "aa_length": 721,
          "cds_start": 962,
          "cds_end": null,
          "cds_length": 2166,
          "cdna_start": 1180,
          "cdna_end": null,
          "cdna_length": 2412,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "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.1055C>T",
          "hgvs_p": "p.Ser352Leu",
          "transcript": "XM_047449067.1",
          "protein_id": "XP_047305023.1",
          "transcript_support_level": null,
          "aa_start": 352,
          "aa_end": null,
          "aa_length": 721,
          "cds_start": 1055,
          "cds_end": null,
          "cds_length": 2166,
          "cdna_start": 1273,
          "cdna_end": null,
          "cdna_length": 2412,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "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.962C>T",
          "hgvs_p": "p.Ser321Leu",
          "transcript": "XM_047449068.1",
          "protein_id": "XP_047305024.1",
          "transcript_support_level": null,
          "aa_start": 321,
          "aa_end": null,
          "aa_length": 708,
          "cds_start": 962,
          "cds_end": null,
          "cds_length": 2127,
          "cdna_start": 1180,
          "cdna_end": null,
          "cdna_length": 2373,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "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.923C>T",
          "hgvs_p": "p.Ser308Leu",
          "transcript": "XM_047449069.1",
          "protein_id": "XP_047305025.1",
          "transcript_support_level": null,
          "aa_start": 308,
          "aa_end": null,
          "aa_length": 707,
          "cds_start": 923,
          "cds_end": null,
          "cds_length": 2124,
          "cdna_start": 1141,
          "cdna_end": null,
          "cdna_length": 2370,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "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.917C>T",
          "hgvs_p": "p.Ser306Leu",
          "transcript": "XM_017007341.2",
          "protein_id": "XP_016862830.1",
          "transcript_support_level": null,
          "aa_start": 306,
          "aa_end": null,
          "aa_length": 706,
          "cds_start": 917,
          "cds_end": null,
          "cds_length": 2121,
          "cdna_start": 1135,
          "cdna_end": null,
          "cdna_length": 2367,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "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.962C>T",
          "hgvs_p": "p.Ser321Leu",
          "transcript": "XM_047449070.1",
          "protein_id": "XP_047305026.1",
          "transcript_support_level": null,
          "aa_start": 321,
          "aa_end": null,
          "aa_length": 703,
          "cds_start": 962,
          "cds_end": null,
          "cds_length": 2112,
          "cdna_start": 1180,
          "cdna_end": null,
          "cdna_length": 2358,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "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.887C>T",
          "hgvs_p": "p.Ser296Leu",
          "transcript": "XM_017007342.1",
          "protein_id": "XP_016862831.1",
          "transcript_support_level": null,
          "aa_start": 296,
          "aa_end": null,
          "aa_length": 696,
          "cds_start": 887,
          "cds_end": null,
          "cds_length": 2091,
          "cdna_start": 1105,
          "cdna_end": null,
          "cdna_length": 2337,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "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.887C>T",
          "hgvs_p": "p.Ser296Leu",
          "transcript": "XM_017007343.1",
          "protein_id": "XP_016862832.1",
          "transcript_support_level": null,
          "aa_start": 296,
          "aa_end": null,
          "aa_length": 695,
          "cds_start": 887,
          "cds_end": null,
          "cds_length": 2088,
          "cdna_start": 1105,
          "cdna_end": null,
          "cdna_length": 2334,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "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.878C>T",
          "hgvs_p": "p.Ser293Leu",
          "transcript": "XM_017007345.2",
          "protein_id": "XP_016862834.1",
          "transcript_support_level": null,
          "aa_start": 293,
          "aa_end": null,
          "aa_length": 693,
          "cds_start": 878,
          "cds_end": null,
          "cds_length": 2082,
          "cdna_start": 1096,
          "cdna_end": null,
          "cdna_length": 2328,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "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.917C>T",
          "hgvs_p": "p.Ser306Leu",
          "transcript": "XM_047449071.1",
          "protein_id": "XP_047305027.1",
          "transcript_support_level": null,
          "aa_start": 306,
          "aa_end": null,
          "aa_length": 693,
          "cds_start": 917,
          "cds_end": null,
          "cds_length": 2082,
          "cdna_start": 1135,
          "cdna_end": null,
          "cdna_length": 2328,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "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.878C>T",
          "hgvs_p": "p.Ser293Leu",
          "transcript": "XM_047449072.1",
          "protein_id": "XP_047305028.1",
          "transcript_support_level": null,
          "aa_start": 293,
          "aa_end": null,
          "aa_length": 692,
          "cds_start": 878,
          "cds_end": null,
          "cds_length": 2079,
          "cdna_start": 1096,
          "cdna_end": null,
          "cdna_length": 2325,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "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.887C>T",
          "hgvs_p": "p.Ser296Leu",
          "transcript": "XM_047449073.1",
          "protein_id": "XP_047305029.1",
          "transcript_support_level": null,
          "aa_start": 296,
          "aa_end": null,
          "aa_length": 682,
          "cds_start": 887,
          "cds_end": null,
          "cds_length": 2049,
          "cdna_start": 1105,
          "cdna_end": null,
          "cdna_length": 2295,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "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.842C>T",
          "hgvs_p": "p.Ser281Leu",
          "transcript": "XM_017007347.1",
          "protein_id": "XP_016862836.1",
          "transcript_support_level": null,
          "aa_start": 281,
          "aa_end": null,
          "aa_length": 681,
          "cds_start": 842,
          "cds_end": null,
          "cds_length": 2046,
          "cdna_start": 1060,
          "cdna_end": null,
          "cdna_length": 2292,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "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.842C>T",
          "hgvs_p": "p.Ser281Leu",
          "transcript": "XM_047449074.1",
          "protein_id": "XP_047305030.1",
          "transcript_support_level": null,
          "aa_start": 281,
          "aa_end": null,
          "aa_length": 680,
          "cds_start": 842,
          "cds_end": null,
          "cds_length": 2043,
          "cdna_start": 1060,
          "cdna_end": null,
          "cdna_length": 2289,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "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.878C>T",
          "hgvs_p": "p.Ser293Leu",
          "transcript": "XM_047449075.1",
          "protein_id": "XP_047305031.1",
          "transcript_support_level": null,
          "aa_start": 293,
          "aa_end": null,
          "aa_length": 679,
          "cds_start": 878,
          "cds_end": null,
          "cds_length": 2040,
          "cdna_start": 1096,
          "cdna_end": null,
          "cdna_length": 2286,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "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.878C>T",
          "hgvs_p": "p.Ser293Leu",
          "transcript": "XM_017007348.2",
          "protein_id": "XP_016862837.1",
          "transcript_support_level": null,
          "aa_start": 293,
          "aa_end": null,
          "aa_length": 675,
          "cds_start": 878,
          "cds_end": null,
          "cds_length": 2028,
          "cdna_start": 1096,
          "cdna_end": null,
          "cdna_length": 2274,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "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.842C>T",
          "hgvs_p": "p.Ser281Leu",
          "transcript": "XM_047449077.1",
          "protein_id": "XP_047305033.1",
          "transcript_support_level": null,
          "aa_start": 281,
          "aa_end": null,
          "aa_length": 668,
          "cds_start": 842,
          "cds_end": null,
          "cds_length": 2007,
          "cdna_start": 1060,
          "cdna_end": null,
          "cdna_length": 2253,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "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.803C>T",
          "hgvs_p": "p.Ser268Leu",
          "transcript": "XM_047449078.1",
          "protein_id": "XP_047305034.1",
          "transcript_support_level": null,
          "aa_start": 268,
          "aa_end": null,
          "aa_length": 667,
          "cds_start": 803,
          "cds_end": null,
          "cds_length": 2004,
          "cdna_start": 1021,
          "cdna_end": null,
          "cdna_length": 2250,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "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.842C>T",
          "hgvs_p": "p.Ser281Leu",
          "transcript": "XM_047449079.1",
          "protein_id": "XP_047305035.1",
          "transcript_support_level": null,
          "aa_start": 281,
          "aa_end": null,
          "aa_length": 663,
          "cds_start": 842,
          "cds_end": null,
          "cds_length": 1992,
          "cdna_start": 1060,
          "cdna_end": null,
          "cdna_length": 2238,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "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.842C>T",
          "hgvs_p": "p.Ser281Leu",
          "transcript": "XM_047449080.1",
          "protein_id": "XP_047305036.1",
          "transcript_support_level": null,
          "aa_start": 281,
          "aa_end": null,
          "aa_length": 650,
          "cds_start": 842,
          "cds_end": null,
          "cds_length": 1953,
          "cdna_start": 1060,
          "cdna_end": null,
          "cdna_length": 2199,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 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.*230C>T",
          "hgvs_p": null,
          "transcript": "ENST00000412901.6",
          "protein_id": "ENSP00000399396.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2018,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 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.*435C>T",
          "hgvs_p": null,
          "transcript": "ENST00000451231.5",
          "protein_id": "ENSP00000410834.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2163,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 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.410C>T",
          "hgvs_p": null,
          "transcript": "ENST00000464406.5",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 807,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 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.1346C>T",
          "hgvs_p": null,
          "transcript": "ENST00000466046.5",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2547,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 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.1335C>T",
          "hgvs_p": null,
          "transcript": "ENST00000494365.5",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2499,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 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.*817C>T",
          "hgvs_p": null,
          "transcript": "ENST00000498214.6",
          "protein_id": "ENSP00000497013.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2357,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 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.248C>T",
          "hgvs_p": null,
          "transcript": "ENST00000681970.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2345,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 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.917C>T",
          "hgvs_p": null,
          "transcript": "ENST00000682122.1",
          "protein_id": "ENSP00000507036.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3390,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 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.1328C>T",
          "hgvs_p": null,
          "transcript": "ENST00000683061.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3652,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 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.1373C>T",
          "hgvs_p": null,
          "transcript": "ENST00000696817.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1882,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 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.*230C>T",
          "hgvs_p": null,
          "transcript": "ENST00000696818.1",
          "protein_id": "ENSP00000512898.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2145,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 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.*230C>T",
          "hgvs_p": null,
          "transcript": "ENST00000696819.1",
          "protein_id": "ENSP00000512899.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2199,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 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.1328C>T",
          "hgvs_p": null,
          "transcript": "ENST00000696820.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2290,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 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.1373C>T",
          "hgvs_p": null,
          "transcript": "ENST00000696821.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2335,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 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.*230C>T",
          "hgvs_p": null,
          "transcript": "ENST00000696822.1",
          "protein_id": "ENSP00000512900.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2200,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 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.917C>T",
          "hgvs_p": null,
          "transcript": "ENST00000696827.1",
          "protein_id": "ENSP00000512905.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2157,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 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.*480C>T",
          "hgvs_p": null,
          "transcript": "ENST00000696829.1",
          "protein_id": "ENSP00000512907.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2041,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 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.62C>T",
          "hgvs_p": null,
          "transcript": "ENST00000696833.1",
          "protein_id": "ENSP00000512911.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 474,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 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.*230C>T",
          "hgvs_p": null,
          "transcript": "ENST00000696835.1",
          "protein_id": "ENSP00000512913.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3766,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 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.*230C>T",
          "hgvs_p": null,
          "transcript": "ENST00000696836.1",
          "protein_id": "ENSP00000512914.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3721,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 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.*1059C>T",
          "hgvs_p": null,
          "transcript": "ENST00000696837.1",
          "protein_id": "ENSP00000512915.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3839,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 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.*230C>T",
          "hgvs_p": null,
          "transcript": "ENST00000696838.1",
          "protein_id": "ENSP00000512916.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3630,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 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.*230C>T",
          "hgvs_p": null,
          "transcript": "ENST00000696839.1",
          "protein_id": "ENSP00000512917.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3770,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 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.1346C>T",
          "hgvs_p": null,
          "transcript": "NR_037807.2",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2575,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 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.*230C>T",
          "hgvs_p": null,
          "transcript": "ENST00000412901.6",
          "protein_id": "ENSP00000399396.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2018,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 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.*435C>T",
          "hgvs_p": null,
          "transcript": "ENST00000451231.5",
          "protein_id": "ENSP00000410834.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2163,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 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.*817C>T",
          "hgvs_p": null,
          "transcript": "ENST00000498214.6",
          "protein_id": "ENSP00000497013.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2357,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 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.*230C>T",
          "hgvs_p": null,
          "transcript": "ENST00000696818.1",
          "protein_id": "ENSP00000512898.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2145,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 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.*230C>T",
          "hgvs_p": null,
          "transcript": "ENST00000696819.1",
          "protein_id": "ENSP00000512899.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2199,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 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.*230C>T",
          "hgvs_p": null,
          "transcript": "ENST00000696822.1",
          "protein_id": "ENSP00000512900.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2200,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 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.*480C>T",
          "hgvs_p": null,
          "transcript": "ENST00000696829.1",
          "protein_id": "ENSP00000512907.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2041,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 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.*230C>T",
          "hgvs_p": null,
          "transcript": "ENST00000696835.1",
          "protein_id": "ENSP00000512913.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3766,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 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.*230C>T",
          "hgvs_p": null,
          "transcript": "ENST00000696836.1",
          "protein_id": "ENSP00000512914.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3721,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 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.*1059C>T",
          "hgvs_p": null,
          "transcript": "ENST00000696837.1",
          "protein_id": "ENSP00000512915.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3839,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 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.*230C>T",
          "hgvs_p": null,
          "transcript": "ENST00000696838.1",
          "protein_id": "ENSP00000512916.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3630,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 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.*230C>T",
          "hgvs_p": null,
          "transcript": "ENST00000696839.1",
          "protein_id": "ENSP00000512917.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3770,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "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.*435C>T",
          "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": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 946,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "IL17RC",
      "gene_hgnc_id": 18358,
      "dbsnp": "rs141178913",
      "frequency_reference_population": 0.00006978724,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 112,
      "gnomad_exomes_af": 0.0000612721,
      "gnomad_genomes_af": 0.000150978,
      "gnomad_exomes_ac": 89,
      "gnomad_genomes_ac": 23,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.06615832448005676,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.142,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.1142,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.52,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 0.021,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": -5,
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "BP4_Strong,BS2_Supporting",
      "acmg_by_gene": [
        {
          "score": -5,
          "benign_score": 5,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BS2_Supporting"
          ],
          "verdict": "Likely_benign",
          "transcript": "ENST00000403601.8",
          "gene_symbol": "IL17RC",
          "hgnc_id": 18358,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "Unknown,AD",
          "hgvs_c": "c.962C>T",
          "hgvs_p": "p.Ser321Leu"
        },
        {
          "score": -4,
          "benign_score": 4,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong"
          ],
          "verdict": "Likely_benign",
          "transcript": "ENST00000683484.1",
          "gene_symbol": "ENSG00000288550",
          "hgnc_id": null,
          "effects": [
            "non_coding_transcript_exon_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.878C>T",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": " 9, familial,Candidiasis",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "phenotype_combined": "Candidiasis, familial, 9",
      "pathogenicity_classification_combined": "Uncertain significance",
      "custom_annotations": null
    }
  ],
  "message": null
}