← Back to variant description

GeneBe API Showcase

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

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

Documentation & Advanced Usage

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

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

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

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

All tools documented at:docs.genebe.net

API Request Examples for Variant: 3-9928397-G-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "3",
      "pos": 9928397,
      "ref": "G",
      "alt": "T",
      "effect": "missense_variant",
      "transcript": "ENST00000403601.8",
      "consequences": [
        {
          "aa_ref": "A",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.970G>T",
          "hgvs_p": "p.Ala324Ser",
          "transcript": "NM_153460.4",
          "protein_id": "NP_703190.2",
          "transcript_support_level": null,
          "aa_start": 324,
          "aa_end": null,
          "aa_length": 720,
          "cds_start": 970,
          "cds_end": null,
          "cds_length": 2163,
          "cdna_start": 1188,
          "cdna_end": null,
          "cdna_length": 2409,
          "mane_select": "ENST00000403601.8",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "S",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.970G>T",
          "hgvs_p": "p.Ala324Ser",
          "transcript": "ENST00000403601.8",
          "protein_id": "ENSP00000384969.3",
          "transcript_support_level": 1,
          "aa_start": 324,
          "aa_end": null,
          "aa_length": 720,
          "cds_start": 970,
          "cds_end": null,
          "cds_length": 2163,
          "cdna_start": 1188,
          "cdna_end": null,
          "cdna_length": 2409,
          "mane_select": "NM_153460.4",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.970G>T",
          "hgvs_p": "p.Ala324Ser",
          "transcript": "ENST00000413608.2",
          "protein_id": "ENSP00000396064.1",
          "transcript_support_level": 1,
          "aa_start": 324,
          "aa_end": null,
          "aa_length": 707,
          "cds_start": 970,
          "cds_end": null,
          "cds_length": 2124,
          "cdna_start": 970,
          "cdna_end": null,
          "cdna_length": 2147,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.925G>T",
          "hgvs_p": "p.Ala309Ser",
          "transcript": "ENST00000383812.9",
          "protein_id": "ENSP00000373323.4",
          "transcript_support_level": 1,
          "aa_start": 309,
          "aa_end": null,
          "aa_length": 705,
          "cds_start": 925,
          "cds_end": null,
          "cds_length": 2118,
          "cdna_start": 1167,
          "cdna_end": null,
          "cdna_length": 2388,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.970G>T",
          "hgvs_p": "p.Ala324Ser",
          "transcript": "ENST00000416074.6",
          "protein_id": "ENSP00000395315.3",
          "transcript_support_level": 1,
          "aa_start": 324,
          "aa_end": null,
          "aa_length": 690,
          "cds_start": 970,
          "cds_end": null,
          "cds_length": 2073,
          "cdna_start": 1212,
          "cdna_end": null,
          "cdna_length": 2342,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.925G>T",
          "hgvs_p": "p.Ala309Ser",
          "transcript": "ENST00000455057.5",
          "protein_id": "ENSP00000407894.1",
          "transcript_support_level": 1,
          "aa_start": 309,
          "aa_end": null,
          "aa_length": 688,
          "cds_start": 925,
          "cds_end": null,
          "cds_length": 2067,
          "cdna_start": 1078,
          "cdna_end": null,
          "cdna_length": 2244,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.925G>T",
          "hgvs_p": "p.Ala309Ser",
          "transcript": "ENST00000483582.5",
          "protein_id": "ENSP00000512844.1",
          "transcript_support_level": 1,
          "aa_start": 309,
          "aa_end": null,
          "aa_length": 538,
          "cds_start": 925,
          "cds_end": null,
          "cds_length": 1617,
          "cdna_start": 1143,
          "cdna_end": null,
          "cdna_length": 2467,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.895G>T",
          "hgvs_p": "p.Ala299Ser",
          "transcript": "ENST00000436503.6",
          "protein_id": "ENSP00000401128.2",
          "transcript_support_level": 1,
          "aa_start": 299,
          "aa_end": null,
          "aa_length": 468,
          "cds_start": 895,
          "cds_end": null,
          "cds_length": 1408,
          "cdna_start": 1092,
          "cdna_end": null,
          "cdna_length": 1605,
          "mane_select": null,
          "mane_plus": null,
          "biotype": 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.*753G>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.1542G>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.886G>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.*753G>T",
          "hgvs_p": null,
          "transcript": "ENST00000451271.5",
          "protein_id": "ENSP00000412777.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2284,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1183G>T",
          "hgvs_p": "p.Ala395Ser",
          "transcript": "NM_153461.4",
          "protein_id": "NP_703191.2",
          "transcript_support_level": null,
          "aa_start": 395,
          "aa_end": null,
          "aa_length": 791,
          "cds_start": 1183,
          "cds_end": null,
          "cds_length": 2376,
          "cdna_start": 1401,
          "cdna_end": null,
          "cdna_length": 2622,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1183G>T",
          "hgvs_p": "p.Ala395Ser",
          "transcript": "ENST00000295981.7",
          "protein_id": "ENSP00000295981.3",
          "transcript_support_level": 2,
          "aa_start": 395,
          "aa_end": null,
          "aa_length": 791,
          "cds_start": 1183,
          "cds_end": null,
          "cds_length": 2376,
          "cdna_start": 1401,
          "cdna_end": null,
          "cdna_length": 2621,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.970G>T",
          "hgvs_p": "p.Ala324Ser",
          "transcript": "NM_001203263.2",
          "protein_id": "NP_001190192.2",
          "transcript_support_level": null,
          "aa_start": 324,
          "aa_end": null,
          "aa_length": 707,
          "cds_start": 970,
          "cds_end": null,
          "cds_length": 2124,
          "cdna_start": 1188,
          "cdna_end": null,
          "cdna_length": 2370,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.925G>T",
          "hgvs_p": "p.Ala309Ser",
          "transcript": "NM_032732.6",
          "protein_id": "NP_116121.3",
          "transcript_support_level": null,
          "aa_start": 309,
          "aa_end": null,
          "aa_length": 705,
          "cds_start": 925,
          "cds_end": null,
          "cds_length": 2118,
          "cdna_start": 1143,
          "cdna_end": null,
          "cdna_length": 2364,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.931G>T",
          "hgvs_p": "p.Ala311Ser",
          "transcript": "NM_001367278.1",
          "protein_id": "NP_001354207.1",
          "transcript_support_level": null,
          "aa_start": 311,
          "aa_end": null,
          "aa_length": 694,
          "cds_start": 931,
          "cds_end": null,
          "cds_length": 2085,
          "cdna_start": 1149,
          "cdna_end": null,
          "cdna_length": 2331,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.931G>T",
          "hgvs_p": "p.Ala311Ser",
          "transcript": "ENST00000696824.1",
          "protein_id": "ENSP00000512902.1",
          "transcript_support_level": null,
          "aa_start": 311,
          "aa_end": null,
          "aa_length": 694,
          "cds_start": 931,
          "cds_end": null,
          "cds_length": 2085,
          "cdna_start": 1131,
          "cdna_end": null,
          "cdna_length": 2285,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.925G>T",
          "hgvs_p": "p.Ala309Ser",
          "transcript": "NM_001367280.1",
          "protein_id": "NP_001354209.1",
          "transcript_support_level": null,
          "aa_start": 309,
          "aa_end": null,
          "aa_length": 692,
          "cds_start": 925,
          "cds_end": null,
          "cds_length": 2079,
          "cdna_start": 1143,
          "cdna_end": null,
          "cdna_length": 2325,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.925G>T",
          "hgvs_p": "p.Ala309Ser",
          "transcript": "ENST00000696816.1",
          "protein_id": "ENSP00000512897.1",
          "transcript_support_level": null,
          "aa_start": 309,
          "aa_end": null,
          "aa_length": 692,
          "cds_start": 925,
          "cds_end": null,
          "cds_length": 2079,
          "cdna_start": 1127,
          "cdna_end": null,
          "cdna_length": 2281,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.925G>T",
          "hgvs_p": "p.Ala309Ser",
          "transcript": "ENST00000696825.1",
          "protein_id": "ENSP00000512903.1",
          "transcript_support_level": null,
          "aa_start": 309,
          "aa_end": null,
          "aa_length": 691,
          "cds_start": 925,
          "cds_end": null,
          "cds_length": 2076,
          "cdna_start": 1125,
          "cdna_end": null,
          "cdna_length": 2276,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.970G>T",
          "hgvs_p": "p.Ala324Ser",
          "transcript": "NM_001203264.2",
          "protein_id": "NP_001190193.2",
          "transcript_support_level": null,
          "aa_start": 324,
          "aa_end": null,
          "aa_length": 690,
          "cds_start": 970,
          "cds_end": null,
          "cds_length": 2073,
          "cdna_start": 1188,
          "cdna_end": null,
          "cdna_length": 2319,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.925G>T",
          "hgvs_p": "p.Ala309Ser",
          "transcript": "NM_001203265.2",
          "protein_id": "NP_001190194.2",
          "transcript_support_level": null,
          "aa_start": 309,
          "aa_end": null,
          "aa_length": 688,
          "cds_start": 925,
          "cds_end": null,
          "cds_length": 2067,
          "cdna_start": 1143,
          "cdna_end": null,
          "cdna_length": 2313,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.910G>T",
          "hgvs_p": "p.Ala304Ser",
          "transcript": "ENST00000696828.1",
          "protein_id": "ENSP00000512906.1",
          "transcript_support_level": null,
          "aa_start": 304,
          "aa_end": null,
          "aa_length": 687,
          "cds_start": 910,
          "cds_end": null,
          "cds_length": 2064,
          "cdna_start": 1110,
          "cdna_end": null,
          "cdna_length": 2264,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.925G>T",
          "hgvs_p": "p.Ala309Ser",
          "transcript": "ENST00000696823.1",
          "protein_id": "ENSP00000512901.1",
          "transcript_support_level": null,
          "aa_start": 309,
          "aa_end": null,
          "aa_length": 676,
          "cds_start": 925,
          "cds_end": null,
          "cds_length": 2031,
          "cdna_start": 1125,
          "cdna_end": null,
          "cdna_length": 2231,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.925G>T",
          "hgvs_p": "p.Ala309Ser",
          "transcript": "NM_001410711.1",
          "protein_id": "NP_001397640.1",
          "transcript_support_level": null,
          "aa_start": 309,
          "aa_end": null,
          "aa_length": 675,
          "cds_start": 925,
          "cds_end": null,
          "cds_length": 2028,
          "cdna_start": 1143,
          "cdna_end": null,
          "cdna_length": 2274,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.925G>T",
          "hgvs_p": "p.Ala309Ser",
          "transcript": "ENST00000696826.1",
          "protein_id": "ENSP00000512904.1",
          "transcript_support_level": null,
          "aa_start": 309,
          "aa_end": null,
          "aa_length": 675,
          "cds_start": 925,
          "cds_end": null,
          "cds_length": 2028,
          "cdna_start": 1125,
          "cdna_end": null,
          "cdna_length": 2228,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.850G>T",
          "hgvs_p": "p.Ala284Ser",
          "transcript": "ENST00000438091.6",
          "protein_id": "ENSP00000414609.2",
          "transcript_support_level": 5,
          "aa_start": 284,
          "aa_end": null,
          "aa_length": 668,
          "cds_start": 850,
          "cds_end": null,
          "cds_length": 2007,
          "cdna_start": 1068,
          "cdna_end": null,
          "cdna_length": 2225,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.850G>T",
          "hgvs_p": "p.Ala284Ser",
          "transcript": "NM_001367279.1",
          "protein_id": "NP_001354208.1",
          "transcript_support_level": null,
          "aa_start": 284,
          "aa_end": null,
          "aa_length": 667,
          "cds_start": 850,
          "cds_end": null,
          "cds_length": 2004,
          "cdna_start": 1068,
          "cdna_end": null,
          "cdna_length": 2250,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.856G>T",
          "hgvs_p": "p.Ala286Ser",
          "transcript": "ENST00000451165.7",
          "protein_id": "ENSP00000387675.3",
          "transcript_support_level": 2,
          "aa_start": 286,
          "aa_end": null,
          "aa_length": 652,
          "cds_start": 856,
          "cds_end": null,
          "cds_length": 1959,
          "cdna_start": 1056,
          "cdna_end": null,
          "cdna_length": 2159,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.850G>T",
          "hgvs_p": "p.Ala284Ser",
          "transcript": "ENST00000696832.1",
          "protein_id": "ENSP00000512910.1",
          "transcript_support_level": null,
          "aa_start": 284,
          "aa_end": null,
          "aa_length": 648,
          "cds_start": 850,
          "cds_end": null,
          "cds_length": 1947,
          "cdna_start": 989,
          "cdna_end": null,
          "cdna_length": 2086,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.850G>T",
          "hgvs_p": "p.Ala284Ser",
          "transcript": "ENST00000696830.1",
          "protein_id": "ENSP00000512908.1",
          "transcript_support_level": null,
          "aa_start": 284,
          "aa_end": null,
          "aa_length": 514,
          "cds_start": 850,
          "cds_end": null,
          "cds_length": 1545,
          "cdna_start": 1037,
          "cdna_end": null,
          "cdna_length": 2283,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.886G>T",
          "hgvs_p": "p.Ala296Ser",
          "transcript": "ENST00000696815.1",
          "protein_id": "ENSP00000512896.1",
          "transcript_support_level": null,
          "aa_start": 296,
          "aa_end": null,
          "aa_length": 448,
          "cds_start": 886,
          "cds_end": null,
          "cds_length": 1348,
          "cdna_start": 1099,
          "cdna_end": null,
          "cdna_length": 1561,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.61G>T",
          "hgvs_p": "p.Ala21Ser",
          "transcript": "ENST00000696834.1",
          "protein_id": "ENSP00000512912.1",
          "transcript_support_level": null,
          "aa_start": 21,
          "aa_end": null,
          "aa_length": 146,
          "cds_start": 61,
          "cds_end": null,
          "cds_length": 443,
          "cdna_start": 62,
          "cdna_end": null,
          "cdna_length": 444,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1183G>T",
          "hgvs_p": "p.Ala395Ser",
          "transcript": "XM_017007326.1",
          "protein_id": "XP_016862815.1",
          "transcript_support_level": null,
          "aa_start": 395,
          "aa_end": null,
          "aa_length": 792,
          "cds_start": 1183,
          "cds_end": null,
          "cds_length": 2379,
          "cdna_start": 1401,
          "cdna_end": null,
          "cdna_length": 2625,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1183G>T",
          "hgvs_p": "p.Ala395Ser",
          "transcript": "XM_017007327.2",
          "protein_id": "XP_016862816.1",
          "transcript_support_level": null,
          "aa_start": 395,
          "aa_end": null,
          "aa_length": 779,
          "cds_start": 1183,
          "cds_end": null,
          "cds_length": 2340,
          "cdna_start": 1401,
          "cdna_end": null,
          "cdna_length": 2586,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1144G>T",
          "hgvs_p": "p.Ala382Ser",
          "transcript": "XM_017007328.1",
          "protein_id": "XP_016862817.1",
          "transcript_support_level": null,
          "aa_start": 382,
          "aa_end": null,
          "aa_length": 779,
          "cds_start": 1144,
          "cds_end": null,
          "cds_length": 2340,
          "cdna_start": 1362,
          "cdna_end": null,
          "cdna_length": 2586,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1183G>T",
          "hgvs_p": "p.Ala395Ser",
          "transcript": "XM_017007329.2",
          "protein_id": "XP_016862818.1",
          "transcript_support_level": null,
          "aa_start": 395,
          "aa_end": null,
          "aa_length": 778,
          "cds_start": 1183,
          "cds_end": null,
          "cds_length": 2337,
          "cdna_start": 1401,
          "cdna_end": null,
          "cdna_length": 2583,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1144G>T",
          "hgvs_p": "p.Ala382Ser",
          "transcript": "XM_017007330.1",
          "protein_id": "XP_016862819.1",
          "transcript_support_level": null,
          "aa_start": 382,
          "aa_end": null,
          "aa_length": 778,
          "cds_start": 1144,
          "cds_end": null,
          "cds_length": 2337,
          "cdna_start": 1362,
          "cdna_end": null,
          "cdna_length": 2583,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1138G>T",
          "hgvs_p": "p.Ala380Ser",
          "transcript": "XM_017007331.1",
          "protein_id": "XP_016862820.1",
          "transcript_support_level": null,
          "aa_start": 380,
          "aa_end": null,
          "aa_length": 777,
          "cds_start": 1138,
          "cds_end": null,
          "cds_length": 2334,
          "cdna_start": 1356,
          "cdna_end": null,
          "cdna_length": 2580,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1138G>T",
          "hgvs_p": "p.Ala380Ser",
          "transcript": "XM_017007332.1",
          "protein_id": "XP_016862821.1",
          "transcript_support_level": null,
          "aa_start": 380,
          "aa_end": null,
          "aa_length": 776,
          "cds_start": 1138,
          "cds_end": null,
          "cds_length": 2331,
          "cdna_start": 1356,
          "cdna_end": null,
          "cdna_length": 2577,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1183G>T",
          "hgvs_p": "p.Ala395Ser",
          "transcript": "XM_017007333.1",
          "protein_id": "XP_016862822.1",
          "transcript_support_level": null,
          "aa_start": 395,
          "aa_end": null,
          "aa_length": 774,
          "cds_start": 1183,
          "cds_end": null,
          "cds_length": 2325,
          "cdna_start": 1401,
          "cdna_end": null,
          "cdna_length": 2571,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1108G>T",
          "hgvs_p": "p.Ala370Ser",
          "transcript": "XM_017007334.1",
          "protein_id": "XP_016862823.1",
          "transcript_support_level": null,
          "aa_start": 370,
          "aa_end": null,
          "aa_length": 767,
          "cds_start": 1108,
          "cds_end": null,
          "cds_length": 2304,
          "cdna_start": 1326,
          "cdna_end": null,
          "cdna_length": 2550,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1099G>T",
          "hgvs_p": "p.Ala367Ser",
          "transcript": "XM_017007335.1",
          "protein_id": "XP_016862824.1",
          "transcript_support_level": null,
          "aa_start": 367,
          "aa_end": null,
          "aa_length": 763,
          "cds_start": 1099,
          "cds_end": null,
          "cds_length": 2292,
          "cdna_start": 1317,
          "cdna_end": null,
          "cdna_length": 2538,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1138G>T",
          "hgvs_p": "p.Ala380Ser",
          "transcript": "XM_024453793.2",
          "protein_id": "XP_024309561.1",
          "transcript_support_level": null,
          "aa_start": 380,
          "aa_end": null,
          "aa_length": 763,
          "cds_start": 1138,
          "cds_end": null,
          "cds_length": 2292,
          "cdna_start": 1356,
          "cdna_end": null,
          "cdna_length": 2538,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1183G>T",
          "hgvs_p": "p.Ala395Ser",
          "transcript": "XM_017007336.2",
          "protein_id": "XP_016862825.1",
          "transcript_support_level": null,
          "aa_start": 395,
          "aa_end": null,
          "aa_length": 761,
          "cds_start": 1183,
          "cds_end": null,
          "cds_length": 2286,
          "cdna_start": 1401,
          "cdna_end": null,
          "cdna_length": 2532,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1138G>T",
          "hgvs_p": "p.Ala380Ser",
          "transcript": "XM_047449066.1",
          "protein_id": "XP_047305022.1",
          "transcript_support_level": null,
          "aa_start": 380,
          "aa_end": null,
          "aa_length": 759,
          "cds_start": 1138,
          "cds_end": null,
          "cds_length": 2280,
          "cdna_start": 1356,
          "cdna_end": null,
          "cdna_length": 2526,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1063G>T",
          "hgvs_p": "p.Ala355Ser",
          "transcript": "XM_017007337.1",
          "protein_id": "XP_016862826.1",
          "transcript_support_level": null,
          "aa_start": 355,
          "aa_end": null,
          "aa_length": 752,
          "cds_start": 1063,
          "cds_end": null,
          "cds_length": 2259,
          "cdna_start": 1281,
          "cdna_end": null,
          "cdna_length": 2505,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1099G>T",
          "hgvs_p": "p.Ala367Ser",
          "transcript": "XM_017007338.2",
          "protein_id": "XP_016862827.1",
          "transcript_support_level": null,
          "aa_start": 367,
          "aa_end": null,
          "aa_length": 750,
          "cds_start": 1099,
          "cds_end": null,
          "cds_length": 2253,
          "cdna_start": 1317,
          "cdna_end": null,
          "cdna_length": 2499,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1138G>T",
          "hgvs_p": "p.Ala380Ser",
          "transcript": "XM_017007339.2",
          "protein_id": "XP_016862828.1",
          "transcript_support_level": null,
          "aa_start": 380,
          "aa_end": null,
          "aa_length": 746,
          "cds_start": 1138,
          "cds_end": null,
          "cds_length": 2241,
          "cdna_start": 1356,
          "cdna_end": null,
          "cdna_length": 2487,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1099G>T",
          "hgvs_p": "p.Ala367Ser",
          "transcript": "XM_024453794.1",
          "protein_id": "XP_024309562.1",
          "transcript_support_level": null,
          "aa_start": 367,
          "aa_end": null,
          "aa_length": 746,
          "cds_start": 1099,
          "cds_end": null,
          "cds_length": 2241,
          "cdna_start": 1317,
          "cdna_end": null,
          "cdna_length": 2487,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.970G>T",
          "hgvs_p": "p.Ala324Ser",
          "transcript": "XM_017007340.2",
          "protein_id": "XP_016862829.1",
          "transcript_support_level": null,
          "aa_start": 324,
          "aa_end": null,
          "aa_length": 721,
          "cds_start": 970,
          "cds_end": null,
          "cds_length": 2166,
          "cdna_start": 1188,
          "cdna_end": null,
          "cdna_length": 2412,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.1063G>T",
          "hgvs_p": "p.Ala355Ser",
          "transcript": "XM_047449067.1",
          "protein_id": "XP_047305023.1",
          "transcript_support_level": null,
          "aa_start": 355,
          "aa_end": null,
          "aa_length": 721,
          "cds_start": 1063,
          "cds_end": null,
          "cds_length": 2166,
          "cdna_start": 1281,
          "cdna_end": null,
          "cdna_length": 2412,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.970G>T",
          "hgvs_p": "p.Ala324Ser",
          "transcript": "XM_047449068.1",
          "protein_id": "XP_047305024.1",
          "transcript_support_level": null,
          "aa_start": 324,
          "aa_end": null,
          "aa_length": 708,
          "cds_start": 970,
          "cds_end": null,
          "cds_length": 2127,
          "cdna_start": 1188,
          "cdna_end": null,
          "cdna_length": 2373,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.931G>T",
          "hgvs_p": "p.Ala311Ser",
          "transcript": "XM_047449069.1",
          "protein_id": "XP_047305025.1",
          "transcript_support_level": null,
          "aa_start": 311,
          "aa_end": null,
          "aa_length": 707,
          "cds_start": 931,
          "cds_end": null,
          "cds_length": 2124,
          "cdna_start": 1149,
          "cdna_end": null,
          "cdna_length": 2370,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.925G>T",
          "hgvs_p": "p.Ala309Ser",
          "transcript": "XM_017007341.2",
          "protein_id": "XP_016862830.1",
          "transcript_support_level": null,
          "aa_start": 309,
          "aa_end": null,
          "aa_length": 706,
          "cds_start": 925,
          "cds_end": null,
          "cds_length": 2121,
          "cdna_start": 1143,
          "cdna_end": null,
          "cdna_length": 2367,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.970G>T",
          "hgvs_p": "p.Ala324Ser",
          "transcript": "XM_047449070.1",
          "protein_id": "XP_047305026.1",
          "transcript_support_level": null,
          "aa_start": 324,
          "aa_end": null,
          "aa_length": 703,
          "cds_start": 970,
          "cds_end": null,
          "cds_length": 2112,
          "cdna_start": 1188,
          "cdna_end": null,
          "cdna_length": 2358,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.895G>T",
          "hgvs_p": "p.Ala299Ser",
          "transcript": "XM_017007342.1",
          "protein_id": "XP_016862831.1",
          "transcript_support_level": null,
          "aa_start": 299,
          "aa_end": null,
          "aa_length": 696,
          "cds_start": 895,
          "cds_end": null,
          "cds_length": 2091,
          "cdna_start": 1113,
          "cdna_end": null,
          "cdna_length": 2337,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.895G>T",
          "hgvs_p": "p.Ala299Ser",
          "transcript": "XM_017007343.1",
          "protein_id": "XP_016862832.1",
          "transcript_support_level": null,
          "aa_start": 299,
          "aa_end": null,
          "aa_length": 695,
          "cds_start": 895,
          "cds_end": null,
          "cds_length": 2088,
          "cdna_start": 1113,
          "cdna_end": null,
          "cdna_length": 2334,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.886G>T",
          "hgvs_p": "p.Ala296Ser",
          "transcript": "XM_017007345.2",
          "protein_id": "XP_016862834.1",
          "transcript_support_level": null,
          "aa_start": 296,
          "aa_end": null,
          "aa_length": 693,
          "cds_start": 886,
          "cds_end": null,
          "cds_length": 2082,
          "cdna_start": 1104,
          "cdna_end": null,
          "cdna_length": 2328,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.925G>T",
          "hgvs_p": "p.Ala309Ser",
          "transcript": "XM_047449071.1",
          "protein_id": "XP_047305027.1",
          "transcript_support_level": null,
          "aa_start": 309,
          "aa_end": null,
          "aa_length": 693,
          "cds_start": 925,
          "cds_end": null,
          "cds_length": 2082,
          "cdna_start": 1143,
          "cdna_end": null,
          "cdna_length": 2328,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.886G>T",
          "hgvs_p": "p.Ala296Ser",
          "transcript": "XM_047449072.1",
          "protein_id": "XP_047305028.1",
          "transcript_support_level": null,
          "aa_start": 296,
          "aa_end": null,
          "aa_length": 692,
          "cds_start": 886,
          "cds_end": null,
          "cds_length": 2079,
          "cdna_start": 1104,
          "cdna_end": null,
          "cdna_length": 2325,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.895G>T",
          "hgvs_p": "p.Ala299Ser",
          "transcript": "XM_047449073.1",
          "protein_id": "XP_047305029.1",
          "transcript_support_level": null,
          "aa_start": 299,
          "aa_end": null,
          "aa_length": 682,
          "cds_start": 895,
          "cds_end": null,
          "cds_length": 2049,
          "cdna_start": 1113,
          "cdna_end": null,
          "cdna_length": 2295,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.850G>T",
          "hgvs_p": "p.Ala284Ser",
          "transcript": "XM_017007347.1",
          "protein_id": "XP_016862836.1",
          "transcript_support_level": null,
          "aa_start": 284,
          "aa_end": null,
          "aa_length": 681,
          "cds_start": 850,
          "cds_end": null,
          "cds_length": 2046,
          "cdna_start": 1068,
          "cdna_end": null,
          "cdna_length": 2292,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.850G>T",
          "hgvs_p": "p.Ala284Ser",
          "transcript": "XM_047449074.1",
          "protein_id": "XP_047305030.1",
          "transcript_support_level": null,
          "aa_start": 284,
          "aa_end": null,
          "aa_length": 680,
          "cds_start": 850,
          "cds_end": null,
          "cds_length": 2043,
          "cdna_start": 1068,
          "cdna_end": null,
          "cdna_length": 2289,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.886G>T",
          "hgvs_p": "p.Ala296Ser",
          "transcript": "XM_047449075.1",
          "protein_id": "XP_047305031.1",
          "transcript_support_level": null,
          "aa_start": 296,
          "aa_end": null,
          "aa_length": 679,
          "cds_start": 886,
          "cds_end": null,
          "cds_length": 2040,
          "cdna_start": 1104,
          "cdna_end": null,
          "cdna_length": 2286,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.886G>T",
          "hgvs_p": "p.Ala296Ser",
          "transcript": "XM_017007348.2",
          "protein_id": "XP_016862837.1",
          "transcript_support_level": null,
          "aa_start": 296,
          "aa_end": null,
          "aa_length": 675,
          "cds_start": 886,
          "cds_end": null,
          "cds_length": 2028,
          "cdna_start": 1104,
          "cdna_end": null,
          "cdna_length": 2274,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.850G>T",
          "hgvs_p": "p.Ala284Ser",
          "transcript": "XM_047449077.1",
          "protein_id": "XP_047305033.1",
          "transcript_support_level": null,
          "aa_start": 284,
          "aa_end": null,
          "aa_length": 668,
          "cds_start": 850,
          "cds_end": null,
          "cds_length": 2007,
          "cdna_start": 1068,
          "cdna_end": null,
          "cdna_length": 2253,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.811G>T",
          "hgvs_p": "p.Ala271Ser",
          "transcript": "XM_047449078.1",
          "protein_id": "XP_047305034.1",
          "transcript_support_level": null,
          "aa_start": 271,
          "aa_end": null,
          "aa_length": 667,
          "cds_start": 811,
          "cds_end": null,
          "cds_length": 2004,
          "cdna_start": 1029,
          "cdna_end": null,
          "cdna_length": 2250,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.850G>T",
          "hgvs_p": "p.Ala284Ser",
          "transcript": "XM_047449079.1",
          "protein_id": "XP_047305035.1",
          "transcript_support_level": null,
          "aa_start": 284,
          "aa_end": null,
          "aa_length": 663,
          "cds_start": 850,
          "cds_end": null,
          "cds_length": 1992,
          "cdna_start": 1068,
          "cdna_end": null,
          "cdna_length": 2238,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IL17RC",
          "gene_hgnc_id": 18358,
          "hgvs_c": "c.850G>T",
          "hgvs_p": "p.Ala284Ser",
          "transcript": "XM_047449080.1",
          "protein_id": "XP_047305036.1",
          "transcript_support_level": null,
          "aa_start": 284,
          "aa_end": null,
          "aa_length": 650,
          "cds_start": 850,
          "cds_end": null,
          "cds_length": 1953,
          "cdna_start": 1068,
          "cdna_end": null,
          "cdna_length": 2199,
          "mane_select": null,
          "mane_plus": null,
          "biotype": 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.*238G>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.*443G>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.418G>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.1354G>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.1343G>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.*825G>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.256G>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.925G>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.1336G>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.1381G>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.*238G>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.*238G>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.1336G>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.1381G>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.*238G>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.925G>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.*488G>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.70G>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.*238G>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.*238G>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.*1067G>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.*238G>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.*238G>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.1354G>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.*238G>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.*443G>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.*825G>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.*238G>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.*238G>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.*238G>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.*488G>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.*238G>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.*238G>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.*1067G>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.*238G>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.*238G>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.*443G>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": "rs115461448",
      "frequency_reference_population": 6.887517e-7,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 1,
      "gnomad_exomes_af": 6.88752e-7,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": 1,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.2726832926273346,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.12,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.1844,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.41,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 3.712,
      "phylop100way_prediction": "Uncertain_significance",
      "spliceai_max_score": 0,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": 1,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,BP4",
      "acmg_by_gene": [
        {
          "score": 1,
          "benign_score": 1,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "ENST00000403601.8",
          "gene_symbol": "IL17RC",
          "hgnc_id": 18358,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "Unknown,AD",
          "hgvs_c": "c.970G>T",
          "hgvs_p": "p.Ala324Ser"
        },
        {
          "score": 1,
          "benign_score": 1,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "ENST00000683484.1",
          "gene_symbol": "ENSG00000288550",
          "hgnc_id": null,
          "effects": [
            "non_coding_transcript_exon_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.886G>T",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "custom_annotations": null
    }
  ],
  "message": null
}