← 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: 10-98209811-A-G (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 12,
          "criteria": [
            "BP4_Strong",
            "BA1"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "R3HCC1L",
          "hgnc_id": 23512,
          "hgvs_c": "c.1697A>G",
          "hgvs_p": "p.His566Arg",
          "inheritance_mode": "AR",
          "pathogenic_score": 0,
          "score": -12,
          "transcript": "NM_001256619.2",
          "verdict": "Benign"
        }
      ],
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Strong,BA1",
      "acmg_score": -12,
      "allele_count_reference_population": 509268,
      "alphamissense_prediction": null,
      "alphamissense_score": 0.0735,
      "alt": "G",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.8,
      "chr": "10",
      "clinvar_classification": "",
      "clinvar_disease": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "computational_prediction_selected": "Benign",
      "computational_score_selected": 0.00034430623054504395,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 778,
          "aa_ref": "H",
          "aa_start": 566,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3393,
          "cdna_start": 2014,
          "cds_end": null,
          "cds_length": 2337,
          "cds_start": 1697,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001351015.2",
          "gene_hgnc_id": 23512,
          "gene_symbol": "R3HCC1L",
          "hgvs_c": "c.1697A>G",
          "hgvs_p": "p.His566Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000298999.8",
          "protein_coding": true,
          "protein_id": "NP_001337944.2",
          "strand": true,
          "transcript": "NM_001351015.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 778,
          "aa_ref": "H",
          "aa_start": 566,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 3393,
          "cdna_start": 2014,
          "cds_end": null,
          "cds_length": 2337,
          "cds_start": 1697,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000298999.8",
          "gene_hgnc_id": 23512,
          "gene_symbol": "R3HCC1L",
          "hgvs_c": "c.1697A>G",
          "hgvs_p": "p.His566Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_001351015.2",
          "protein_coding": true,
          "protein_id": "ENSP00000298999.3",
          "strand": true,
          "transcript": "ENST00000298999.8",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 792,
          "aa_ref": "H",
          "aa_start": 566,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3435,
          "cdna_start": 2014,
          "cds_end": null,
          "cds_length": 2379,
          "cds_start": 1697,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001256619.2",
          "gene_hgnc_id": 23512,
          "gene_symbol": "R3HCC1L",
          "hgvs_c": "c.1697A>G",
          "hgvs_p": "p.His566Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001243548.2",
          "strand": true,
          "transcript": "NM_001256619.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 792,
          "aa_ref": "H",
          "aa_start": 566,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3337,
          "cdna_start": 1919,
          "cds_end": null,
          "cds_length": 2379,
          "cds_start": 1697,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000612478.4",
          "gene_hgnc_id": 23512,
          "gene_symbol": "R3HCC1L",
          "hgvs_c": "c.1697A>G",
          "hgvs_p": "p.His566Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000483494.1",
          "strand": true,
          "transcript": "ENST00000612478.4",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 792,
          "aa_ref": "H",
          "aa_start": 566,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3444,
          "cdna_start": 2023,
          "cds_end": null,
          "cds_length": 2379,
          "cds_start": 1697,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000903214.1",
          "gene_hgnc_id": 23512,
          "gene_symbol": "R3HCC1L",
          "hgvs_c": "c.1697A>G",
          "hgvs_p": "p.His566Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000573273.1",
          "strand": true,
          "transcript": "ENST00000903214.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 792,
          "aa_ref": "H",
          "aa_start": 566,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3377,
          "cdna_start": 1956,
          "cds_end": null,
          "cds_length": 2379,
          "cds_start": 1697,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000903217.1",
          "gene_hgnc_id": 23512,
          "gene_symbol": "R3HCC1L",
          "hgvs_c": "c.1697A>G",
          "hgvs_p": "p.His566Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000573276.1",
          "strand": true,
          "transcript": "ENST00000903217.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 792,
          "aa_ref": "H",
          "aa_start": 566,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3180,
          "cdna_start": 1759,
          "cds_end": null,
          "cds_length": 2379,
          "cds_start": 1697,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000924825.1",
          "gene_hgnc_id": 23512,
          "gene_symbol": "R3HCC1L",
          "hgvs_c": "c.1697A>G",
          "hgvs_p": "p.His566Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000594884.1",
          "strand": true,
          "transcript": "ENST00000924825.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 792,
          "aa_ref": "H",
          "aa_start": 566,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3574,
          "cdna_start": 2156,
          "cds_end": null,
          "cds_length": 2379,
          "cds_start": 1697,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000963063.1",
          "gene_hgnc_id": 23512,
          "gene_symbol": "R3HCC1L",
          "hgvs_c": "c.1697A>G",
          "hgvs_p": "p.His566Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000633122.1",
          "strand": true,
          "transcript": "ENST00000963063.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 792,
          "aa_ref": "H",
          "aa_start": 566,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3516,
          "cdna_start": 2096,
          "cds_end": null,
          "cds_length": 2379,
          "cds_start": 1697,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000963065.1",
          "gene_hgnc_id": 23512,
          "gene_symbol": "R3HCC1L",
          "hgvs_c": "c.1697A>G",
          "hgvs_p": "p.His566Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000633124.1",
          "strand": true,
          "transcript": "ENST00000963065.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 792,
          "aa_ref": "H",
          "aa_start": 566,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3729,
          "cdna_start": 2311,
          "cds_end": null,
          "cds_length": 2379,
          "cds_start": 1697,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000963066.1",
          "gene_hgnc_id": 23512,
          "gene_symbol": "R3HCC1L",
          "hgvs_c": "c.1697A>G",
          "hgvs_p": "p.His566Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000633125.1",
          "strand": true,
          "transcript": "ENST00000963066.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 778,
          "aa_ref": "H",
          "aa_start": 566,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3342,
          "cdna_start": 1963,
          "cds_end": null,
          "cds_length": 2337,
          "cds_start": 1697,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NM_001256620.2",
          "gene_hgnc_id": 23512,
          "gene_symbol": "R3HCC1L",
          "hgvs_c": "c.1697A>G",
          "hgvs_p": "p.His566Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001243549.2",
          "strand": true,
          "transcript": "NM_001256620.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 778,
          "aa_ref": "H",
          "aa_start": 566,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3568,
          "cdna_start": 2189,
          "cds_end": null,
          "cds_length": 2337,
          "cds_start": 1697,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "NM_001351010.2",
          "gene_hgnc_id": 23512,
          "gene_symbol": "R3HCC1L",
          "hgvs_c": "c.1697A>G",
          "hgvs_p": "p.His566Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001337939.2",
          "strand": true,
          "transcript": "NM_001351010.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 778,
          "aa_ref": "H",
          "aa_start": 566,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3504,
          "cdna_start": 2125,
          "cds_end": null,
          "cds_length": 2337,
          "cds_start": 1697,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001351011.2",
          "gene_hgnc_id": 23512,
          "gene_symbol": "R3HCC1L",
          "hgvs_c": "c.1697A>G",
          "hgvs_p": "p.His566Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001337940.2",
          "strand": true,
          "transcript": "NM_001351011.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 778,
          "aa_ref": "H",
          "aa_start": 566,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3656,
          "cdna_start": 2277,
          "cds_end": null,
          "cds_length": 2337,
          "cds_start": 1697,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NM_001351012.2",
          "gene_hgnc_id": 23512,
          "gene_symbol": "R3HCC1L",
          "hgvs_c": "c.1697A>G",
          "hgvs_p": "p.His566Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001337941.2",
          "strand": true,
          "transcript": "NM_001351012.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 778,
          "aa_ref": "H",
          "aa_start": 566,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3245,
          "cdna_start": 1866,
          "cds_end": null,
          "cds_length": 2337,
          "cds_start": 1697,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "NM_001351013.2",
          "gene_hgnc_id": 23512,
          "gene_symbol": "R3HCC1L",
          "hgvs_c": "c.1697A>G",
          "hgvs_p": "p.His566Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001337942.2",
          "strand": true,
          "transcript": "NM_001351013.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 778,
          "aa_ref": "H",
          "aa_start": 566,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3490,
          "cdna_start": 2111,
          "cds_end": null,
          "cds_length": 2337,
          "cds_start": 1697,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001351014.2",
          "gene_hgnc_id": 23512,
          "gene_symbol": "R3HCC1L",
          "hgvs_c": "c.1697A>G",
          "hgvs_p": "p.His566Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001337943.2",
          "strand": true,
          "transcript": "NM_001351014.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 778,
          "aa_ref": "H",
          "aa_start": 566,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3140,
          "cdna_start": 1761,
          "cds_end": null,
          "cds_length": 2337,
          "cds_start": 1697,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "NM_001351016.2",
          "gene_hgnc_id": 23512,
          "gene_symbol": "R3HCC1L",
          "hgvs_c": "c.1697A>G",
          "hgvs_p": "p.His566Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001337945.2",
          "strand": true,
          "transcript": "NM_001351016.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 778,
          "aa_ref": "H",
          "aa_start": 566,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3300,
          "cdna_start": 1921,
          "cds_end": null,
          "cds_length": 2337,
          "cds_start": 1697,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NM_001351017.2",
          "gene_hgnc_id": 23512,
          "gene_symbol": "R3HCC1L",
          "hgvs_c": "c.1697A>G",
          "hgvs_p": "p.His566Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001337946.2",
          "strand": true,
          "transcript": "NM_001351017.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 778,
          "aa_ref": "H",
          "aa_start": 566,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3338,
          "cdna_start": 1959,
          "cds_end": null,
          "cds_length": 2337,
          "cds_start": 1697,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NM_014472.5",
          "gene_hgnc_id": 23512,
          "gene_symbol": "R3HCC1L",
          "hgvs_c": "c.1697A>G",
          "hgvs_p": "p.His566Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_055287.5",
          "strand": true,
          "transcript": "NM_014472.5",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 778,
          "aa_ref": "H",
          "aa_start": 566,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3435,
          "cdna_start": 2056,
          "cds_end": null,
          "cds_length": 2337,
          "cds_start": 1697,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_138469.3",
          "gene_hgnc_id": 23512,
          "gene_symbol": "R3HCC1L",
          "hgvs_c": "c.1697A>G",
          "hgvs_p": "p.His566Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_612478.3",
          "strand": true,
          "transcript": "NM_138469.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 778,
          "aa_ref": "H",
          "aa_start": 566,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3198,
          "cdna_start": 1822,
          "cds_end": null,
          "cds_length": 2337,
          "cds_start": 1697,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000314594.6",
          "gene_hgnc_id": 23512,
          "gene_symbol": "R3HCC1L",
          "hgvs_c": "c.1697A>G",
          "hgvs_p": "p.His566Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000314018.6",
          "strand": true,
          "transcript": "ENST00000314594.6",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 778,
          "aa_ref": "H",
          "aa_start": 566,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3372,
          "cdna_start": 1996,
          "cds_end": null,
          "cds_length": 2337,
          "cds_start": 1697,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000370584.7",
          "gene_hgnc_id": 23512,
          "gene_symbol": "R3HCC1L",
          "hgvs_c": "c.1697A>G",
          "hgvs_p": "p.His566Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000359616.3",
          "strand": true,
          "transcript": "ENST00000370584.7",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 778,
          "aa_ref": "H",
          "aa_start": 566,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4114,
          "cdna_start": 2008,
          "cds_end": null,
          "cds_length": 2337,
          "cds_start": 1697,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000903208.1",
          "gene_hgnc_id": 23512,
          "gene_symbol": "R3HCC1L",
          "hgvs_c": "c.1697A>G",
          "hgvs_p": "p.His566Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000573267.1",
          "strand": true,
          "transcript": "ENST00000903208.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 778,
          "aa_ref": "H",
          "aa_start": 566,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3285,
          "cdna_start": 1906,
          "cds_end": null,
          "cds_length": 2337,
          "cds_start": 1697,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000903209.1",
          "gene_hgnc_id": 23512,
          "gene_symbol": "R3HCC1L",
          "hgvs_c": "c.1697A>G",
          "hgvs_p": "p.His566Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000573268.1",
          "strand": true,
          "transcript": "ENST00000903209.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 778,
          "aa_ref": "H",
          "aa_start": 566,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3462,
          "cdna_start": 2083,
          "cds_end": null,
          "cds_length": 2337,
          "cds_start": 1697,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000903210.1",
          "gene_hgnc_id": 23512,
          "gene_symbol": "R3HCC1L",
          "hgvs_c": "c.1697A>G",
          "hgvs_p": "p.His566Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000573269.1",
          "strand": true,
          "transcript": "ENST00000903210.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 778,
          "aa_ref": "H",
          "aa_start": 566,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3362,
          "cdna_start": 1984,
          "cds_end": null,
          "cds_length": 2337,
          "cds_start": 1697,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000903211.1",
          "gene_hgnc_id": 23512,
          "gene_symbol": "R3HCC1L",
          "hgvs_c": "c.1697A>G",
          "hgvs_p": "p.His566Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000573270.1",
          "strand": true,
          "transcript": "ENST00000903211.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 778,
          "aa_ref": "H",
          "aa_start": 566,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3165,
          "cdna_start": 1788,
          "cds_end": null,
          "cds_length": 2337,
          "cds_start": 1697,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000903212.1",
          "gene_hgnc_id": 23512,
          "gene_symbol": "R3HCC1L",
          "hgvs_c": "c.1697A>G",
          "hgvs_p": "p.His566Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000573271.1",
          "strand": true,
          "transcript": "ENST00000903212.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 778,
          "aa_ref": "H",
          "aa_start": 566,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3512,
          "cdna_start": 2133,
          "cds_end": null,
          "cds_length": 2337,
          "cds_start": 1697,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000903213.1",
          "gene_hgnc_id": 23512,
          "gene_symbol": "R3HCC1L",
          "hgvs_c": "c.1697A>G",
          "hgvs_p": "p.His566Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000573272.1",
          "strand": true,
          "transcript": "ENST00000903213.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 778,
          "aa_ref": "H",
          "aa_start": 566,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3656,
          "cdna_start": 2276,
          "cds_end": null,
          "cds_length": 2337,
          "cds_start": 1697,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000903215.1",
          "gene_hgnc_id": 23512,
          "gene_symbol": "R3HCC1L",
          "hgvs_c": "c.1697A>G",
          "hgvs_p": "p.His566Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000573274.1",
          "strand": true,
          "transcript": "ENST00000903215.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 778,
          "aa_ref": "H",
          "aa_start": 566,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3299,
          "cdna_start": 1920,
          "cds_end": null,
          "cds_length": 2337,
          "cds_start": 1697,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000903216.1",
          "gene_hgnc_id": 23512,
          "gene_symbol": "R3HCC1L",
          "hgvs_c": "c.1697A>G",
          "hgvs_p": "p.His566Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000573275.1",
          "strand": true,
          "transcript": "ENST00000903216.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 778,
          "aa_ref": "H",
          "aa_start": 566,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3412,
          "cdna_start": 2035,
          "cds_end": null,
          "cds_length": 2337,
          "cds_start": 1697,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000903218.1",
          "gene_hgnc_id": 23512,
          "gene_symbol": "R3HCC1L",
          "hgvs_c": "c.1697A>G",
          "hgvs_p": "p.His566Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000573277.1",
          "strand": true,
          "transcript": "ENST00000903218.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 778,
          "aa_ref": "H",
          "aa_start": 566,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3729,
          "cdna_start": 2355,
          "cds_end": null,
          "cds_length": 2337,
          "cds_start": 1697,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000903219.1",
          "gene_hgnc_id": 23512,
          "gene_symbol": "R3HCC1L",
          "hgvs_c": "c.1697A>G",
          "hgvs_p": "p.His566Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000573278.1",
          "strand": true,
          "transcript": "ENST00000903219.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 778,
          "aa_ref": "H",
          "aa_start": 566,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3477,
          "cdna_start": 2098,
          "cds_end": null,
          "cds_length": 2337,
          "cds_start": 1697,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000903220.1",
          "gene_hgnc_id": 23512,
          "gene_symbol": "R3HCC1L",
          "hgvs_c": "c.1697A>G",
          "hgvs_p": "p.His566Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000573279.1",
          "strand": true,
          "transcript": "ENST00000903220.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 778,
          "aa_ref": "H",
          "aa_start": 566,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3764,
          "cdna_start": 2387,
          "cds_end": null,
          "cds_length": 2337,
          "cds_start": 1697,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000903221.1",
          "gene_hgnc_id": 23512,
          "gene_symbol": "R3HCC1L",
          "hgvs_c": "c.1697A>G",
          "hgvs_p": "p.His566Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000573280.1",
          "strand": true,
          "transcript": "ENST00000903221.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 778,
          "aa_ref": "H",
          "aa_start": 566,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3494,
          "cdna_start": 2115,
          "cds_end": null,
          "cds_length": 2337,
          "cds_start": 1697,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000903222.1",
          "gene_hgnc_id": 23512,
          "gene_symbol": "R3HCC1L",
          "hgvs_c": "c.1697A>G",
          "hgvs_p": "p.His566Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000573281.1",
          "strand": true,
          "transcript": "ENST00000903222.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 778,
          "aa_ref": "H",
          "aa_start": 566,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3340,
          "cdna_start": 1966,
          "cds_end": null,
          "cds_length": 2337,
          "cds_start": 1697,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000903223.1",
          "gene_hgnc_id": 23512,
          "gene_symbol": "R3HCC1L",
          "hgvs_c": "c.1697A>G",
          "hgvs_p": "p.His566Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000573282.1",
          "strand": true,
          "transcript": "ENST00000903223.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 778,
          "aa_ref": "H",
          "aa_start": 566,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3431,
          "cdna_start": 2052,
          "cds_end": null,
          "cds_length": 2337,
          "cds_start": 1697,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000903224.1",
          "gene_hgnc_id": 23512,
          "gene_symbol": "R3HCC1L",
          "hgvs_c": "c.1697A>G",
          "hgvs_p": "p.His566Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000573283.1",
          "strand": true,
          "transcript": "ENST00000903224.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 778,
          "aa_ref": "H",
          "aa_start": 566,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3562,
          "cdna_start": 2183,
          "cds_end": null,
          "cds_length": 2337,
          "cds_start": 1697,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000903225.1",
          "gene_hgnc_id": 23512,
          "gene_symbol": "R3HCC1L",
          "hgvs_c": "c.1697A>G",
          "hgvs_p": "p.His566Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000573284.1",
          "strand": true,
          "transcript": "ENST00000903225.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 778,
          "aa_ref": "H",
          "aa_start": 566,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3466,
          "cdna_start": 2089,
          "cds_end": null,
          "cds_length": 2337,
          "cds_start": 1697,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000903226.1",
          "gene_hgnc_id": 23512,
          "gene_symbol": "R3HCC1L",
          "hgvs_c": "c.1697A>G",
          "hgvs_p": "p.His566Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000573285.1",
          "strand": true,
          "transcript": "ENST00000903226.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 778,
          "aa_ref": "H",
          "aa_start": 566,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4153,
          "cdna_start": 2774,
          "cds_end": null,
          "cds_length": 2337,
          "cds_start": 1697,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000903227.1",
          "gene_hgnc_id": 23512,
          "gene_symbol": "R3HCC1L",
          "hgvs_c": "c.1697A>G",
          "hgvs_p": "p.His566Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000573286.1",
          "strand": true,
          "transcript": "ENST00000903227.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 778,
          "aa_ref": "H",
          "aa_start": 566,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3436,
          "cdna_start": 2057,
          "cds_end": null,
          "cds_length": 2337,
          "cds_start": 1697,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000924826.1",
          "gene_hgnc_id": 23512,
          "gene_symbol": "R3HCC1L",
          "hgvs_c": "c.1697A>G",
          "hgvs_p": "p.His566Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000594885.1",
          "strand": true,
          "transcript": "ENST00000924826.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 778,
          "aa_ref": "H",
          "aa_start": 566,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3496,
          "cdna_start": 2117,
          "cds_end": null,
          "cds_length": 2337,
          "cds_start": 1697,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000924827.1",
          "gene_hgnc_id": 23512,
          "gene_symbol": "R3HCC1L",
          "hgvs_c": "c.1697A>G",
          "hgvs_p": "p.His566Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000594886.1",
          "strand": true,
          "transcript": "ENST00000924827.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 778,
          "aa_ref": "H",
          "aa_start": 566,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3460,
          "cdna_start": 2081,
          "cds_end": null,
          "cds_length": 2337,
          "cds_start": 1697,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000924828.1",
          "gene_hgnc_id": 23512,
          "gene_symbol": "R3HCC1L",
          "hgvs_c": "c.1697A>G",
          "hgvs_p": "p.His566Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000594887.1",
          "strand": true,
          "transcript": "ENST00000924828.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 778,
          "aa_ref": "H",
          "aa_start": 566,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3777,
          "cdna_start": 2398,
          "cds_end": null,
          "cds_length": 2337,
          "cds_start": 1697,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000924829.1",
          "gene_hgnc_id": 23512,
          "gene_symbol": "R3HCC1L",
          "hgvs_c": "c.1697A>G",
          "hgvs_p": "p.His566Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000594888.1",
          "strand": true,
          "transcript": "ENST00000924829.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 778,
          "aa_ref": "H",
          "aa_start": 566,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4087,
          "cdna_start": 2711,
          "cds_end": null,
          "cds_length": 2337,
          "cds_start": 1697,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000924830.1",
          "gene_hgnc_id": 23512,
          "gene_symbol": "R3HCC1L",
          "hgvs_c": "c.1697A>G",
          "hgvs_p": "p.His566Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000594889.1",
          "strand": true,
          "transcript": "ENST00000924830.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 778,
          "aa_ref": "H",
          "aa_start": 566,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4299,
          "cdna_start": 2925,
          "cds_end": null,
          "cds_length": 2337,
          "cds_start": 1697,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000924831.1",
          "gene_hgnc_id": 23512,
          "gene_symbol": "R3HCC1L",
          "hgvs_c": "c.1697A>G",
          "hgvs_p": "p.His566Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000594890.1",
          "strand": true,
          "transcript": "ENST00000924831.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 778,
          "aa_ref": "H",
          "aa_start": 566,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3237,
          "cdna_start": 1866,
          "cds_end": null,
          "cds_length": 2337,
          "cds_start": 1697,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000963058.1",
          "gene_hgnc_id": 23512,
          "gene_symbol": "R3HCC1L",
          "hgvs_c": "c.1697A>G",
          "hgvs_p": "p.His566Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000633117.1",
          "strand": true,
          "transcript": "ENST00000963058.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 778,
          "aa_ref": "H",
          "aa_start": 566,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3392,
          "cdna_start": 2014,
          "cds_end": null,
          "cds_length": 2337,
          "cds_start": 1697,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000963059.1",
          "gene_hgnc_id": 23512,
          "gene_symbol": "R3HCC1L",
          "hgvs_c": "c.1697A>G",
          "hgvs_p": "p.His566Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000633118.1",
          "strand": true,
          "transcript": "ENST00000963059.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 778,
          "aa_ref": "H",
          "aa_start": 566,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3517,
          "cdna_start": 2141,
          "cds_end": null,
          "cds_length": 2337,
          "cds_start": 1697,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000963060.1",
          "gene_hgnc_id": 23512,
          "gene_symbol": "R3HCC1L",
          "hgvs_c": "c.1697A>G",
          "hgvs_p": "p.His566Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000633119.1",
          "strand": true,
          "transcript": "ENST00000963060.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 778,
          "aa_ref": "H",
          "aa_start": 566,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4399,
          "cdna_start": 3020,
          "cds_end": null,
          "cds_length": 2337,
          "cds_start": 1697,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000963061.1",
          "gene_hgnc_id": 23512,
          "gene_symbol": "R3HCC1L",
          "hgvs_c": "c.1697A>G",
          "hgvs_p": "p.His566Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000633120.1",
          "strand": true,
          "transcript": "ENST00000963061.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 778,
          "aa_ref": "H",
          "aa_start": 566,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4216,
          "cdna_start": 2840,
          "cds_end": null,
          "cds_length": 2337,
          "cds_start": 1697,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000963062.1",
          "gene_hgnc_id": 23512,
          "gene_symbol": "R3HCC1L",
          "hgvs_c": "c.1697A>G",
          "hgvs_p": "p.His566Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000633121.1",
          "strand": true,
          "transcript": "ENST00000963062.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 778,
          "aa_ref": "H",
          "aa_start": 566,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3799,
          "cdna_start": 2421,
          "cds_end": null,
          "cds_length": 2337,
          "cds_start": 1697,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000963064.1",
          "gene_hgnc_id": 23512,
          "gene_symbol": "R3HCC1L",
          "hgvs_c": "c.1697A>G",
          "hgvs_p": "p.His566Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000633123.1",
          "strand": true,
          "transcript": "ENST00000963064.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 792,
          "aa_ref": "H",
          "aa_start": 566,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3532,
          "cdna_start": 2111,
          "cds_end": null,
          "cds_length": 2379,
          "cds_start": 1697,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_011539640.2",
          "gene_hgnc_id": 23512,
          "gene_symbol": "R3HCC1L",
          "hgvs_c": "c.1697A>G",
          "hgvs_p": "p.His566Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011537942.1",
          "strand": true,
          "transcript": "XM_011539640.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 792,
          "aa_ref": "H",
          "aa_start": 566,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3477,
          "cdna_start": 2056,
          "cds_end": null,
          "cds_length": 2379,
          "cds_start": 1697,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "XM_011539641.2",
          "gene_hgnc_id": 23512,
          "gene_symbol": "R3HCC1L",
          "hgvs_c": "c.1697A>G",
          "hgvs_p": "p.His566Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011537943.1",
          "strand": true,
          "transcript": "XM_011539641.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 792,
          "aa_ref": "H",
          "aa_start": 566,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3795,
          "cdna_start": 2374,
          "cds_end": null,
          "cds_length": 2379,
          "cds_start": 1697,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_011539642.2",
          "gene_hgnc_id": 23512,
          "gene_symbol": "R3HCC1L",
          "hgvs_c": "c.1697A>G",
          "hgvs_p": "p.His566Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011537944.1",
          "strand": true,
          "transcript": "XM_011539642.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 792,
          "aa_ref": "H",
          "aa_start": 566,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3384,
          "cdna_start": 1963,
          "cds_end": null,
          "cds_length": 2379,
          "cds_start": 1697,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "XM_011539643.2",
          "gene_hgnc_id": 23512,
          "gene_symbol": "R3HCC1L",
          "hgvs_c": "c.1697A>G",
          "hgvs_p": "p.His566Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011537945.1",
          "strand": true,
          "transcript": "XM_011539643.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 792,
          "aa_ref": "H",
          "aa_start": 566,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3380,
          "cdna_start": 1959,
          "cds_end": null,
          "cds_length": 2379,
          "cds_start": 1697,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "XM_011539644.3",
          "gene_hgnc_id": 23512,
          "gene_symbol": "R3HCC1L",
          "hgvs_c": "c.1697A>G",
          "hgvs_p": "p.His566Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011537946.1",
          "strand": true,
          "transcript": "XM_011539644.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 792,
          "aa_ref": "H",
          "aa_start": 566,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3698,
          "cdna_start": 2277,
          "cds_end": null,
          "cds_length": 2379,
          "cds_start": 1697,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "XM_011539645.3",
          "gene_hgnc_id": 23512,
          "gene_symbol": "R3HCC1L",
          "hgvs_c": "c.1697A>G",
          "hgvs_p": "p.His566Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011537947.1",
          "strand": true,
          "transcript": "XM_011539645.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 792,
          "aa_ref": "H",
          "aa_start": 566,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3287,
          "cdna_start": 1866,
          "cds_end": null,
          "cds_length": 2379,
          "cds_start": 1697,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "XM_011539646.2",
          "gene_hgnc_id": 23512,
          "gene_symbol": "R3HCC1L",
          "hgvs_c": "c.1697A>G",
          "hgvs_p": "p.His566Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011537948.1",
          "strand": true,
          "transcript": "XM_011539646.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 792,
          "aa_ref": "H",
          "aa_start": 566,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3182,
          "cdna_start": 1761,
          "cds_end": null,
          "cds_length": 2379,
          "cds_start": 1697,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "XM_011539648.2",
          "gene_hgnc_id": 23512,
          "gene_symbol": "R3HCC1L",
          "hgvs_c": "c.1697A>G",
          "hgvs_p": "p.His566Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011537950.1",
          "strand": true,
          "transcript": "XM_011539648.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 792,
          "aa_ref": "H",
          "aa_start": 566,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3342,
          "cdna_start": 1921,
          "cds_end": null,
          "cds_length": 2379,
          "cds_start": 1697,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "XM_024447941.2",
          "gene_hgnc_id": 23512,
          "gene_symbol": "R3HCC1L",
          "hgvs_c": "c.1697A>G",
          "hgvs_p": "p.His566Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_024303709.1",
          "strand": true,
          "transcript": "XM_024447941.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 792,
          "aa_ref": "H",
          "aa_start": 566,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3671,
          "cdna_start": 2250,
          "cds_end": null,
          "cds_length": 2379,
          "cds_start": 1697,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "XM_047425061.1",
          "gene_hgnc_id": 23512,
          "gene_symbol": "R3HCC1L",
          "hgvs_c": "c.1697A>G",
          "hgvs_p": "p.His566Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047281017.1",
          "strand": true,
          "transcript": "XM_047425061.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 792,
          "aa_ref": "H",
          "aa_start": 566,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3610,
          "cdna_start": 2189,
          "cds_end": null,
          "cds_length": 2379,
          "cds_start": 1697,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "XM_047425062.1",
          "gene_hgnc_id": 23512,
          "gene_symbol": "R3HCC1L",
          "hgvs_c": "c.1697A>G",
          "hgvs_p": "p.His566Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047281018.1",
          "strand": true,
          "transcript": "XM_047425062.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 792,
          "aa_ref": "H",
          "aa_start": 566,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3850,
          "cdna_start": 2429,
          "cds_end": null,
          "cds_length": 2379,
          "cds_start": 1697,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "XM_047425063.1",
          "gene_hgnc_id": 23512,
          "gene_symbol": "R3HCC1L",
          "hgvs_c": "c.1697A>G",
          "hgvs_p": "p.His566Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047281019.1",
          "strand": true,
          "transcript": "XM_047425063.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 792,
          "aa_ref": "H",
          "aa_start": 566,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3499,
          "cdna_start": 2078,
          "cds_end": null,
          "cds_length": 2379,
          "cds_start": 1697,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_047425064.1",
          "gene_hgnc_id": 23512,
          "gene_symbol": "R3HCC1L",
          "hgvs_c": "c.1697A>G",
          "hgvs_p": "p.His566Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047281020.1",
          "strand": true,
          "transcript": "XM_047425064.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 792,
          "aa_ref": "H",
          "aa_start": 566,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3850,
          "cdna_start": 2429,
          "cds_end": null,
          "cds_length": 2379,
          "cds_start": 1697,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_047425065.1",
          "gene_hgnc_id": 23512,
          "gene_symbol": "R3HCC1L",
          "hgvs_c": "c.1697A>G",
          "hgvs_p": "p.His566Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047281021.1",
          "strand": true,
          "transcript": "XM_047425065.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 792,
          "aa_ref": "H",
          "aa_start": 566,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3892,
          "cdna_start": 2471,
          "cds_end": null,
          "cds_length": 2379,
          "cds_start": 1697,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "XM_047425066.1",
          "gene_hgnc_id": 23512,
          "gene_symbol": "R3HCC1L",
          "hgvs_c": "c.1697A>G",
          "hgvs_p": "p.His566Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047281022.1",
          "strand": true,
          "transcript": "XM_047425066.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 792,
          "aa_ref": "H",
          "aa_start": 566,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3757,
          "cdna_start": 2336,
          "cds_end": null,
          "cds_length": 2379,
          "cds_start": 1697,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "XM_047425067.1",
          "gene_hgnc_id": 23512,
          "gene_symbol": "R3HCC1L",
          "hgvs_c": "c.1697A>G",
          "hgvs_p": "p.His566Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047281023.1",
          "strand": true,
          "transcript": "XM_047425067.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 778,
          "aa_ref": "H",
          "aa_start": 566,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3753,
          "cdna_start": 2374,
          "cds_end": null,
          "cds_length": 2337,
          "cds_start": 1697,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "XM_017016081.2",
          "gene_hgnc_id": 23512,
          "gene_symbol": "R3HCC1L",
          "hgvs_c": "c.1697A>G",
          "hgvs_p": "p.His566Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016871570.1",
          "strand": true,
          "transcript": "XM_017016081.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 778,
          "aa_ref": "H",
          "aa_start": 566,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3711,
          "cdna_start": 2332,
          "cds_end": null,
          "cds_length": 2337,
          "cds_start": 1697,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "XM_047425068.1",
          "gene_hgnc_id": 23512,
          "gene_symbol": "R3HCC1L",
          "hgvs_c": "c.1697A>G",
          "hgvs_p": "p.His566Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047281024.1",
          "strand": true,
          "transcript": "XM_047425068.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 778,
          "aa_ref": "H",
          "aa_start": 566,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3601,
          "cdna_start": 2222,
          "cds_end": null,
          "cds_length": 2337,
          "cds_start": 1697,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "XM_047425069.1",
          "gene_hgnc_id": 23512,
          "gene_symbol": "R3HCC1L",
          "hgvs_c": "c.1697A>G",
          "hgvs_p": "p.His566Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047281025.1",
          "strand": true,
          "transcript": "XM_047425069.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 778,
          "aa_ref": "H",
          "aa_start": 566,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3665,
          "cdna_start": 2286,
          "cds_end": null,
          "cds_length": 2337,
          "cds_start": 1697,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "XM_047425070.1",
          "gene_hgnc_id": 23512,
          "gene_symbol": "R3HCC1L",
          "hgvs_c": "c.1697A>G",
          "hgvs_p": "p.His566Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047281026.1",
          "strand": true,
          "transcript": "XM_047425070.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 778,
          "aa_ref": "H",
          "aa_start": 566,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3808,
          "cdna_start": 2429,
          "cds_end": null,
          "cds_length": 2337,
          "cds_start": 1697,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_047425071.1",
          "gene_hgnc_id": 23512,
          "gene_symbol": "R3HCC1L",
          "hgvs_c": "c.1697A>G",
          "hgvs_p": "p.His566Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047281027.1",
          "strand": true,
          "transcript": "XM_047425071.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 778,
          "aa_ref": "H",
          "aa_start": 566,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3886,
          "cdna_start": 2507,
          "cds_end": null,
          "cds_length": 2337,
          "cds_start": 1697,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "XM_047425072.1",
          "gene_hgnc_id": 23512,
          "gene_symbol": "R3HCC1L",
          "hgvs_c": "c.1697A>G",
          "hgvs_p": "p.His566Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047281028.1",
          "strand": true,
          "transcript": "XM_047425072.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 778,
          "aa_ref": "H",
          "aa_start": 566,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3457,
          "cdna_start": 2078,
          "cds_end": null,
          "cds_length": 2337,
          "cds_start": 1697,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_047425073.1",
          "gene_hgnc_id": 23512,
          "gene_symbol": "R3HCC1L",
          "hgvs_c": "c.1697A>G",
          "hgvs_p": "p.His566Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047281029.1",
          "strand": true,
          "transcript": "XM_047425073.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 778,
          "aa_ref": "H",
          "aa_start": 566,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3808,
          "cdna_start": 2429,
          "cds_end": null,
          "cds_length": 2337,
          "cds_start": 1697,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "XM_047425074.1",
          "gene_hgnc_id": 23512,
          "gene_symbol": "R3HCC1L",
          "hgvs_c": "c.1697A>G",
          "hgvs_p": "p.His566Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047281030.1",
          "strand": true,
          "transcript": "XM_047425074.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 778,
          "aa_ref": "H",
          "aa_start": 566,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4071,
          "cdna_start": 2692,
          "cds_end": null,
          "cds_length": 2337,
          "cds_start": 1697,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_047425075.1",
          "gene_hgnc_id": 23512,
          "gene_symbol": "R3HCC1L",
          "hgvs_c": "c.1697A>G",
          "hgvs_p": "p.His566Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047281031.1",
          "strand": true,
          "transcript": "XM_047425075.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 778,
          "aa_ref": "H",
          "aa_start": 566,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3554,
          "cdna_start": 2175,
          "cds_end": null,
          "cds_length": 2337,
          "cds_start": 1697,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "XM_047425076.1",
          "gene_hgnc_id": 23512,
          "gene_symbol": "R3HCC1L",
          "hgvs_c": "c.1697A>G",
          "hgvs_p": "p.His566Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047281032.1",
          "strand": true,
          "transcript": "XM_047425076.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 778,
          "aa_ref": "H",
          "aa_start": 566,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3740,
          "cdna_start": 2361,
          "cds_end": null,
          "cds_length": 2337,
          "cds_start": 1697,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "XM_047425077.1",
          "gene_hgnc_id": 23512,
          "gene_symbol": "R3HCC1L",
          "hgvs_c": "c.1697A>G",
          "hgvs_p": "p.His566Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047281033.1",
          "strand": true,
          "transcript": "XM_047425077.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 778,
          "aa_ref": "H",
          "aa_start": 566,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3397,
          "cdna_start": 2018,
          "cds_end": null,
          "cds_length": 2337,
          "cds_start": 1697,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "XM_047425078.1",
          "gene_hgnc_id": 23512,
          "gene_symbol": "R3HCC1L",
          "hgvs_c": "c.1697A>G",
          "hgvs_p": "p.His566Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047281034.1",
          "strand": true,
          "transcript": "XM_047425078.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 778,
          "aa_ref": "H",
          "aa_start": 566,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3753,
          "cdna_start": 2374,
          "cds_end": null,
          "cds_length": 2337,
          "cds_start": 1697,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_047425079.1",
          "gene_hgnc_id": 23512,
          "gene_symbol": "R3HCC1L",
          "hgvs_c": "c.1697A>G",
          "hgvs_p": "p.His566Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047281035.1",
          "strand": true,
          "transcript": "XM_047425079.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 622,
          "aa_ref": "H",
          "aa_start": 566,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2599,
          "cdna_start": 2111,
          "cds_end": null,
          "cds_length": 1869,
          "cds_start": 1697,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_047425080.1",
          "gene_hgnc_id": 23512,
          "gene_symbol": "R3HCC1L",
          "hgvs_c": "c.1697A>G",
          "hgvs_p": "p.His566Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047281036.1",
          "strand": true,
          "transcript": "XM_047425080.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 622,
          "aa_ref": "H",
          "aa_start": 566,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2502,
          "cdna_start": 2014,
          "cds_end": null,
          "cds_length": 1869,
          "cds_start": 1697,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "XM_047425081.1",
          "gene_hgnc_id": 23512,
          "gene_symbol": "R3HCC1L",
          "hgvs_c": "c.1697A>G",
          "hgvs_p": "p.His566Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047281037.1",
          "strand": true,
          "transcript": "XM_047425081.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 622,
          "aa_ref": "H",
          "aa_start": 566,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2447,
          "cdna_start": 1959,
          "cds_end": null,
          "cds_length": 1869,
          "cds_start": 1697,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "XM_047425082.1",
          "gene_hgnc_id": 23512,
          "gene_symbol": "R3HCC1L",
          "hgvs_c": "c.1697A>G",
          "hgvs_p": "p.His566Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047281038.1",
          "strand": true,
          "transcript": "XM_047425082.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 622,
          "aa_ref": "H",
          "aa_start": 566,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2862,
          "cdna_start": 2374,
          "cds_end": null,
          "cds_length": 1869,
          "cds_start": 1697,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "XM_047425083.1",
          "gene_hgnc_id": 23512,
          "gene_symbol": "R3HCC1L",
          "hgvs_c": "c.1697A>G",
          "hgvs_p": "p.His566Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047281039.1",
          "strand": true,
          "transcript": "XM_047425083.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 622,
          "aa_ref": "H",
          "aa_start": 566,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2354,
          "cdna_start": 1866,
          "cds_end": null,
          "cds_length": 1869,
          "cds_start": 1697,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 4,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "XM_047425084.1",
          "gene_hgnc_id": 23512,
          "gene_symbol": "R3HCC1L",
          "hgvs_c": "c.1697A>G",
          "hgvs_p": "p.His566Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047281040.1",
          "strand": true,
          "transcript": "XM_047425084.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 600,
          "aa_ref": "H",
          "aa_start": 566,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2240,
          "cdna_start": 2111,
          "cds_end": null,
          "cds_length": 1803,
          "cds_start": 1697,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_047425085.1",
          "gene_hgnc_id": 23512,
          "gene_symbol": "R3HCC1L",
          "hgvs_c": "c.1697A>G",
          "hgvs_p": "p.His566Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047281041.1",
          "strand": true,
          "transcript": "XM_047425085.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 184,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1539,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 555,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 8,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001256621.2",
          "gene_hgnc_id": 23512,
          "gene_symbol": "R3HCC1L",
          "hgvs_c": "c.4-21701A>G",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001243550.2",
          "strand": true,
          "transcript": "NM_001256621.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 184,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 941,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 555,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 7,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000370586.6",
          "gene_hgnc_id": 23512,
          "gene_symbol": "R3HCC1L",
          "hgvs_c": "c.4-21701A>G",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000359618.1",
          "strand": true,
          "transcript": "ENST00000370586.6",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 184,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1397,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 555,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 6,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000613938.4",
          "gene_hgnc_id": 23512,
          "gene_symbol": "R3HCC1L",
          "hgvs_c": "c.4-21701A>G",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000479916.1",
          "strand": true,
          "transcript": "ENST00000613938.4",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2366,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XR_007061959.1",
          "gene_hgnc_id": 23512,
          "gene_symbol": "R3HCC1L",
          "hgvs_c": "n.2111A>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "XR_007061959.1",
          "transcript_support_level": null
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs11189513",
      "effect": "missense_variant",
      "frequency_reference_population": 0.31568494,
      "gene_hgnc_id": 23512,
      "gene_symbol": "R3HCC1L",
      "gnomad_exomes_ac": 468214,
      "gnomad_exomes_af": 0.320433,
      "gnomad_exomes_homalt": 77132,
      "gnomad_genomes_ac": 41054,
      "gnomad_genomes_af": 0.270046,
      "gnomad_genomes_homalt": 6264,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 83396,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": null,
      "phenotype_combined": null,
      "phylop100way_prediction": "Benign",
      "phylop100way_score": -0.025,
      "pos": 98209811,
      "ref": "A",
      "revel_prediction": "Benign",
      "revel_score": 0.021,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0,
      "transcript": "NM_001256619.2"
    }
  ]
}
For research and educational, non-commercial use only. Not for clinical or diagnostic use. GeneBe does not provide medical advice. Data use for AI modeling is prohibited: if used, the cost is $0.001 per byte of downloaded uncompressed data.