← 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: 6-31154538-G-C (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "6",
      "pos": 31154538,
      "ref": "G",
      "alt": "C",
      "effect": "missense_variant",
      "transcript": "ENST00000396268.8",
      "consequences": [
        {
          "aa_ref": "S",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CCHCR1",
          "gene_hgnc_id": 13930,
          "hgvs_c": "c.759C>G",
          "hgvs_p": "p.Ser253Arg",
          "transcript": "NM_001105564.2",
          "protein_id": "NP_001099034.1",
          "transcript_support_level": null,
          "aa_start": 253,
          "aa_end": null,
          "aa_length": 871,
          "cds_start": 759,
          "cds_end": null,
          "cds_length": 2616,
          "cdna_start": 961,
          "cdna_end": null,
          "cdna_length": 2971,
          "mane_select": "ENST00000396268.8",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "R",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CCHCR1",
          "gene_hgnc_id": 13930,
          "hgvs_c": "c.759C>G",
          "hgvs_p": "p.Ser253Arg",
          "transcript": "ENST00000396268.8",
          "protein_id": "ENSP00000379566.3",
          "transcript_support_level": 1,
          "aa_start": 253,
          "aa_end": null,
          "aa_length": 871,
          "cds_start": 759,
          "cds_end": null,
          "cds_length": 2616,
          "cdna_start": 961,
          "cdna_end": null,
          "cdna_length": 2971,
          "mane_select": "NM_001105564.2",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CCHCR1",
          "gene_hgnc_id": 13930,
          "hgvs_c": "c.651C>G",
          "hgvs_p": "p.Ser217Arg",
          "transcript": "ENST00000451521.6",
          "protein_id": "ENSP00000401039.2",
          "transcript_support_level": 1,
          "aa_start": 217,
          "aa_end": null,
          "aa_length": 835,
          "cds_start": 651,
          "cds_end": null,
          "cds_length": 2508,
          "cdna_start": 658,
          "cdna_end": null,
          "cdna_length": 2587,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CCHCR1",
          "gene_hgnc_id": 13930,
          "hgvs_c": "c.492C>G",
          "hgvs_p": "p.Ser164Arg",
          "transcript": "ENST00000376266.9",
          "protein_id": "ENSP00000365442.5",
          "transcript_support_level": 1,
          "aa_start": 164,
          "aa_end": null,
          "aa_length": 782,
          "cds_start": 492,
          "cds_end": null,
          "cds_length": 2349,
          "cdna_start": 615,
          "cdna_end": null,
          "cdna_length": 2625,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CCHCR1",
          "gene_hgnc_id": 13930,
          "hgvs_c": "n.633C>G",
          "hgvs_p": null,
          "transcript": "ENST00000509552.5",
          "protein_id": null,
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2304,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CCHCR1",
          "gene_hgnc_id": 13930,
          "hgvs_c": "c.786C>G",
          "hgvs_p": "p.Ser262Arg",
          "transcript": "NM_001394641.1",
          "protein_id": "NP_001381570.1",
          "transcript_support_level": null,
          "aa_start": 262,
          "aa_end": null,
          "aa_length": 880,
          "cds_start": 786,
          "cds_end": null,
          "cds_length": 2643,
          "cdna_start": 988,
          "cdna_end": null,
          "cdna_length": 2998,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CCHCR1",
          "gene_hgnc_id": 13930,
          "hgvs_c": "c.651C>G",
          "hgvs_p": "p.Ser217Arg",
          "transcript": "NM_001105563.3",
          "protein_id": "NP_001099033.1",
          "transcript_support_level": null,
          "aa_start": 217,
          "aa_end": null,
          "aa_length": 835,
          "cds_start": 651,
          "cds_end": null,
          "cds_length": 2508,
          "cdna_start": 853,
          "cdna_end": null,
          "cdna_length": 2863,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CCHCR1",
          "gene_hgnc_id": 13930,
          "hgvs_c": "c.492C>G",
          "hgvs_p": "p.Ser164Arg",
          "transcript": "NM_001394642.1",
          "protein_id": "NP_001381571.1",
          "transcript_support_level": null,
          "aa_start": 164,
          "aa_end": null,
          "aa_length": 782,
          "cds_start": 492,
          "cds_end": null,
          "cds_length": 2349,
          "cdna_start": 690,
          "cdna_end": null,
          "cdna_length": 2700,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CCHCR1",
          "gene_hgnc_id": 13930,
          "hgvs_c": "c.492C>G",
          "hgvs_p": "p.Ser164Arg",
          "transcript": "NM_001394643.1",
          "protein_id": "NP_001381572.1",
          "transcript_support_level": null,
          "aa_start": 164,
          "aa_end": null,
          "aa_length": 782,
          "cds_start": 492,
          "cds_end": null,
          "cds_length": 2349,
          "cdna_start": 717,
          "cdna_end": null,
          "cdna_length": 2727,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CCHCR1",
          "gene_hgnc_id": 13930,
          "hgvs_c": "c.492C>G",
          "hgvs_p": "p.Ser164Arg",
          "transcript": "NM_001394644.1",
          "protein_id": "NP_001381573.1",
          "transcript_support_level": null,
          "aa_start": 164,
          "aa_end": null,
          "aa_length": 782,
          "cds_start": 492,
          "cds_end": null,
          "cds_length": 2349,
          "cdna_start": 640,
          "cdna_end": null,
          "cdna_length": 2650,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CCHCR1",
          "gene_hgnc_id": 13930,
          "hgvs_c": "c.492C>G",
          "hgvs_p": "p.Ser164Arg",
          "transcript": "NM_019052.4",
          "protein_id": "NP_061925.2",
          "transcript_support_level": null,
          "aa_start": 164,
          "aa_end": null,
          "aa_length": 782,
          "cds_start": 492,
          "cds_end": null,
          "cds_length": 2349,
          "cdna_start": 574,
          "cdna_end": null,
          "cdna_length": 2584,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CCHCR1",
          "gene_hgnc_id": 13930,
          "hgvs_c": "c.492C>G",
          "hgvs_p": "p.Ser164Arg",
          "transcript": "NM_001394646.1",
          "protein_id": "NP_001381575.1",
          "transcript_support_level": null,
          "aa_start": 164,
          "aa_end": null,
          "aa_length": 779,
          "cds_start": 492,
          "cds_end": null,
          "cds_length": 2340,
          "cdna_start": 690,
          "cdna_end": null,
          "cdna_length": 2691,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CCHCR1",
          "gene_hgnc_id": 13930,
          "hgvs_c": "c.414C>G",
          "hgvs_p": "p.Ser138Arg",
          "transcript": "NM_001394647.1",
          "protein_id": "NP_001381576.1",
          "transcript_support_level": null,
          "aa_start": 138,
          "aa_end": null,
          "aa_length": 756,
          "cds_start": 414,
          "cds_end": null,
          "cds_length": 2271,
          "cdna_start": 507,
          "cdna_end": null,
          "cdna_length": 2517,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CCHCR1",
          "gene_hgnc_id": 13930,
          "hgvs_c": "c.384C>G",
          "hgvs_p": "p.Ser128Arg",
          "transcript": "NM_001394648.1",
          "protein_id": "NP_001381577.1",
          "transcript_support_level": null,
          "aa_start": 128,
          "aa_end": null,
          "aa_length": 746,
          "cds_start": 384,
          "cds_end": null,
          "cds_length": 2241,
          "cdna_start": 466,
          "cdna_end": null,
          "cdna_length": 2476,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CCHCR1",
          "gene_hgnc_id": 13930,
          "hgvs_c": "c.492C>G",
          "hgvs_p": "p.Ser164Arg",
          "transcript": "ENST00000396263.6",
          "protein_id": "ENSP00000379561.2",
          "transcript_support_level": 5,
          "aa_start": 164,
          "aa_end": null,
          "aa_length": 729,
          "cds_start": 492,
          "cds_end": null,
          "cds_length": 2190,
          "cdna_start": 644,
          "cdna_end": null,
          "cdna_length": 2490,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CCHCR1",
          "gene_hgnc_id": 13930,
          "hgvs_c": "c.135C>G",
          "hgvs_p": "p.Ser45Arg",
          "transcript": "NM_001394649.1",
          "protein_id": "NP_001381578.1",
          "transcript_support_level": null,
          "aa_start": 45,
          "aa_end": null,
          "aa_length": 663,
          "cds_start": 135,
          "cds_end": null,
          "cds_length": 1992,
          "cdna_start": 293,
          "cdna_end": null,
          "cdna_length": 2303,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CCHCR1",
          "gene_hgnc_id": 13930,
          "hgvs_c": "c.384C>G",
          "hgvs_p": "p.Ser128Arg",
          "transcript": "ENST00000448141.6",
          "protein_id": "ENSP00000414323.2",
          "transcript_support_level": 3,
          "aa_start": 128,
          "aa_end": null,
          "aa_length": 190,
          "cds_start": 384,
          "cds_end": null,
          "cds_length": 574,
          "cdna_start": 474,
          "cdna_end": null,
          "cdna_length": 664,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CCHCR1",
          "gene_hgnc_id": 13930,
          "hgvs_c": "c.492C>G",
          "hgvs_p": "p.Ser164Arg",
          "transcript": "ENST00000448162.6",
          "protein_id": "ENSP00000390027.2",
          "transcript_support_level": 5,
          "aa_start": 164,
          "aa_end": null,
          "aa_length": 187,
          "cds_start": 492,
          "cds_end": null,
          "cds_length": 565,
          "cdna_start": 626,
          "cdna_end": null,
          "cdna_length": 699,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CCHCR1",
          "gene_hgnc_id": 13930,
          "hgvs_c": "c.384C>G",
          "hgvs_p": "p.Ser128Arg",
          "transcript": "ENST00000508683.5",
          "protein_id": "ENSP00000421393.1",
          "transcript_support_level": 4,
          "aa_start": 128,
          "aa_end": null,
          "aa_length": 158,
          "cds_start": 384,
          "cds_end": null,
          "cds_length": 479,
          "cdna_start": 472,
          "cdna_end": null,
          "cdna_length": 567,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CCHCR1",
          "gene_hgnc_id": 13930,
          "hgvs_c": "c.414C>G",
          "hgvs_p": "p.Ser138Arg",
          "transcript": "ENST00000513222.1",
          "protein_id": "ENSP00000425682.1",
          "transcript_support_level": 4,
          "aa_start": 138,
          "aa_end": null,
          "aa_length": 139,
          "cds_start": 414,
          "cds_end": null,
          "cds_length": 421,
          "cdna_start": 504,
          "cdna_end": null,
          "cdna_length": 511,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CCHCR1",
          "gene_hgnc_id": 13930,
          "hgvs_c": "c.678C>G",
          "hgvs_p": "p.Ser226Arg",
          "transcript": "XM_011514702.3",
          "protein_id": "XP_011513004.1",
          "transcript_support_level": null,
          "aa_start": 226,
          "aa_end": null,
          "aa_length": 844,
          "cds_start": 678,
          "cds_end": null,
          "cds_length": 2535,
          "cdna_start": 880,
          "cdna_end": null,
          "cdna_length": 2890,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CCHCR1",
          "gene_hgnc_id": 13930,
          "hgvs_c": "c.492C>G",
          "hgvs_p": "p.Ser164Arg",
          "transcript": "XM_017010963.2",
          "protein_id": "XP_016866452.1",
          "transcript_support_level": null,
          "aa_start": 164,
          "aa_end": null,
          "aa_length": 782,
          "cds_start": 492,
          "cds_end": null,
          "cds_length": 2349,
          "cdna_start": 885,
          "cdna_end": null,
          "cdna_length": 2895,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CCHCR1",
          "gene_hgnc_id": 13930,
          "hgvs_c": "c.492C>G",
          "hgvs_p": "p.Ser164Arg",
          "transcript": "XM_017010964.2",
          "protein_id": "XP_016866453.1",
          "transcript_support_level": null,
          "aa_start": 164,
          "aa_end": null,
          "aa_length": 782,
          "cds_start": 492,
          "cds_end": null,
          "cds_length": 2349,
          "cdna_start": 742,
          "cdna_end": null,
          "cdna_length": 2752,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CCHCR1",
          "gene_hgnc_id": 13930,
          "hgvs_c": "c.492C>G",
          "hgvs_p": "p.Ser164Arg",
          "transcript": "XM_017010966.2",
          "protein_id": "XP_016866455.1",
          "transcript_support_level": null,
          "aa_start": 164,
          "aa_end": null,
          "aa_length": 782,
          "cds_start": 492,
          "cds_end": null,
          "cds_length": 2349,
          "cdna_start": 730,
          "cdna_end": null,
          "cdna_length": 2740,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CCHCR1",
          "gene_hgnc_id": 13930,
          "hgvs_c": "c.492C>G",
          "hgvs_p": "p.Ser164Arg",
          "transcript": "XM_017010968.2",
          "protein_id": "XP_016866457.1",
          "transcript_support_level": null,
          "aa_start": 164,
          "aa_end": null,
          "aa_length": 782,
          "cds_start": 492,
          "cds_end": null,
          "cds_length": 2349,
          "cdna_start": 570,
          "cdna_end": null,
          "cdna_length": 2580,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CCHCR1",
          "gene_hgnc_id": 13930,
          "hgvs_c": "c.492C>G",
          "hgvs_p": "p.Ser164Arg",
          "transcript": "XM_047418908.1",
          "protein_id": "XP_047274864.1",
          "transcript_support_level": null,
          "aa_start": 164,
          "aa_end": null,
          "aa_length": 782,
          "cds_start": 492,
          "cds_end": null,
          "cds_length": 2349,
          "cdna_start": 873,
          "cdna_end": null,
          "cdna_length": 2883,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CCHCR1",
          "gene_hgnc_id": 13930,
          "hgvs_c": "c.492C>G",
          "hgvs_p": "p.Ser164Arg",
          "transcript": "XM_047418909.1",
          "protein_id": "XP_047274865.1",
          "transcript_support_level": null,
          "aa_start": 164,
          "aa_end": null,
          "aa_length": 782,
          "cds_start": 492,
          "cds_end": null,
          "cds_length": 2349,
          "cdna_start": 924,
          "cdna_end": null,
          "cdna_length": 2934,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CCHCR1",
          "gene_hgnc_id": 13930,
          "hgvs_c": "c.492C>G",
          "hgvs_p": "p.Ser164Arg",
          "transcript": "XM_047418910.1",
          "protein_id": "XP_047274866.1",
          "transcript_support_level": null,
          "aa_start": 164,
          "aa_end": null,
          "aa_length": 782,
          "cds_start": 492,
          "cds_end": null,
          "cds_length": 2349,
          "cdna_start": 808,
          "cdna_end": null,
          "cdna_length": 2818,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CCHCR1",
          "gene_hgnc_id": 13930,
          "hgvs_c": "c.384C>G",
          "hgvs_p": "p.Ser128Arg",
          "transcript": "XM_011514705.2",
          "protein_id": "XP_011513007.1",
          "transcript_support_level": null,
          "aa_start": 128,
          "aa_end": null,
          "aa_length": 746,
          "cds_start": 384,
          "cds_end": null,
          "cds_length": 2241,
          "cdna_start": 622,
          "cdna_end": null,
          "cdna_length": 2632,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CCHCR1",
          "gene_hgnc_id": 13930,
          "hgvs_c": "c.384C>G",
          "hgvs_p": "p.Ser128Arg",
          "transcript": "XM_017010969.2",
          "protein_id": "XP_016866458.1",
          "transcript_support_level": null,
          "aa_start": 128,
          "aa_end": null,
          "aa_length": 746,
          "cds_start": 384,
          "cds_end": null,
          "cds_length": 2241,
          "cdna_start": 462,
          "cdna_end": null,
          "cdna_length": 2472,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CCHCR1",
          "gene_hgnc_id": 13930,
          "hgvs_c": "c.384C>G",
          "hgvs_p": "p.Ser128Arg",
          "transcript": "XM_047418911.1",
          "protein_id": "XP_047274867.1",
          "transcript_support_level": null,
          "aa_start": 128,
          "aa_end": null,
          "aa_length": 746,
          "cds_start": 384,
          "cds_end": null,
          "cds_length": 2241,
          "cdna_start": 582,
          "cdna_end": null,
          "cdna_length": 2592,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CCHCR1",
          "gene_hgnc_id": 13930,
          "hgvs_c": "c.786C>G",
          "hgvs_p": "p.Ser262Arg",
          "transcript": "XM_047418912.1",
          "protein_id": "XP_047274868.1",
          "transcript_support_level": null,
          "aa_start": 262,
          "aa_end": null,
          "aa_length": 634,
          "cds_start": 786,
          "cds_end": null,
          "cds_length": 1905,
          "cdna_start": 988,
          "cdna_end": null,
          "cdna_length": 2203,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CCHCR1",
          "gene_hgnc_id": 13930,
          "hgvs_c": "c.492C>G",
          "hgvs_p": "p.Ser164Arg",
          "transcript": "XM_047418913.1",
          "protein_id": "XP_047274869.1",
          "transcript_support_level": null,
          "aa_start": 164,
          "aa_end": null,
          "aa_length": 536,
          "cds_start": 492,
          "cds_end": null,
          "cds_length": 1611,
          "cdna_start": 574,
          "cdna_end": null,
          "cdna_length": 1858,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CCHCR1",
          "gene_hgnc_id": 13930,
          "hgvs_c": "n.214C>G",
          "hgvs_p": null,
          "transcript": "ENST00000464012.1",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 512,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CCHCR1",
          "gene_hgnc_id": 13930,
          "hgvs_c": "n.492C>G",
          "hgvs_p": null,
          "transcript": "ENST00000652427.1",
          "protein_id": "ENSP00000498342.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2681,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CCHCR1",
          "gene_hgnc_id": 13930,
          "hgvs_c": "n.492C>G",
          "hgvs_p": null,
          "transcript": "ENST00000652535.1",
          "protein_id": "ENSP00000498479.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2684,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "CCHCR1",
          "gene_hgnc_id": 13930,
          "hgvs_c": "n.92+2485C>G",
          "hgvs_p": null,
          "transcript": "ENST00000480060.5",
          "protein_id": null,
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 601,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "CCHCR1",
          "gene_hgnc_id": 13930,
          "hgvs_c": "n.309+2193C>G",
          "hgvs_p": null,
          "transcript": "ENST00000505392.5",
          "protein_id": null,
          "transcript_support_level": 4,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 547,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "CCHCR1",
          "gene_hgnc_id": 13930,
          "hgvs_c": "n.230+2193C>G",
          "hgvs_p": null,
          "transcript": "ENST00000507459.5",
          "protein_id": "ENSP00000421523.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 582,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "CCHCR1",
          "gene_hgnc_id": 13930,
          "hgvs_c": "n.230+2193C>G",
          "hgvs_p": null,
          "transcript": "ENST00000508852.5",
          "protein_id": "ENSP00000422503.1",
          "transcript_support_level": 4,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 589,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "CCHCR1",
          "gene_hgnc_id": 13930,
          "hgvs_c": "n.122+2193C>G",
          "hgvs_p": null,
          "transcript": "ENST00000512418.5",
          "protein_id": "ENSP00000426883.1",
          "transcript_support_level": 4,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 565,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "CCHCR1",
          "gene_hgnc_id": 13930,
          "hgvs_c": "c.-295+2193C>G",
          "hgvs_p": null,
          "transcript": "XM_047418914.1",
          "protein_id": "XP_047274870.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 506,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1521,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2182,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CCHCR1",
          "gene_hgnc_id": 13930,
          "hgvs_c": "c.*136C>G",
          "hgvs_p": null,
          "transcript": "ENST00000426967.5",
          "protein_id": "ENSP00000402432.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 215,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 650,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 838,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CCHCR1",
          "gene_hgnc_id": 13930,
          "hgvs_c": "c.*18C>G",
          "hgvs_p": null,
          "transcript": "ENST00000507751.5",
          "protein_id": "ENSP00000420941.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 157,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 474,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 588,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CCHCR1",
          "gene_hgnc_id": 13930,
          "hgvs_c": "c.*34C>G",
          "hgvs_p": null,
          "transcript": "ENST00000455279.6",
          "protein_id": "ENSP00000398715.2",
          "transcript_support_level": 4,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 151,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 458,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 676,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CCHCR1",
          "gene_hgnc_id": 13930,
          "hgvs_c": "c.*73C>G",
          "hgvs_p": null,
          "transcript": "ENST00000503934.5",
          "protein_id": "ENSP00000425595.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 138,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 419,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 560,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CCHCR1",
          "gene_hgnc_id": 13930,
          "hgvs_c": "c.*190C>G",
          "hgvs_p": null,
          "transcript": "ENST00000428174.1",
          "protein_id": "ENSP00000389303.1",
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 125,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 380,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 470,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CCHCR1",
          "gene_hgnc_id": 13930,
          "hgvs_c": "c.*5C>G",
          "hgvs_p": null,
          "transcript": "ENST00000503420.5",
          "protein_id": "ENSP00000421992.1",
          "transcript_support_level": 4,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 125,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 379,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 580,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CCHCR1",
          "gene_hgnc_id": 13930,
          "hgvs_c": "c.*136C>G",
          "hgvs_p": null,
          "transcript": "ENST00000502557.5",
          "protein_id": "ENSP00000425377.1",
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 117,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 356,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 662,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CCHCR1",
          "gene_hgnc_id": 13930,
          "hgvs_c": "c.*145C>G",
          "hgvs_p": null,
          "transcript": "ENST00000507829.5",
          "protein_id": "ENSP00000420911.1",
          "transcript_support_level": 4,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 114,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 347,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 589,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CCHCR1",
          "gene_hgnc_id": 13930,
          "hgvs_c": "c.*204C>G",
          "hgvs_p": null,
          "transcript": "ENST00000507226.1",
          "protein_id": "ENSP00000424335.1",
          "transcript_support_level": 4,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 95,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 288,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 544,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "CCHCR1",
      "gene_hgnc_id": 13930,
      "dbsnp": "rs130066",
      "frequency_reference_population": 0.4299155,
      "hom_count_reference_population": 150757,
      "allele_count_reference_population": 693053,
      "gnomad_exomes_af": 0.432498,
      "gnomad_genomes_af": 0.40513,
      "gnomad_exomes_ac": 631436,
      "gnomad_genomes_ac": 61617,
      "gnomad_exomes_homalt": 138215,
      "gnomad_genomes_homalt": 12542,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.0037828385829925537,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0.029999999329447746,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.05,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.4155,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.51,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 2.901,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0.03,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": -12,
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Strong,BA1",
      "acmg_by_gene": [
        {
          "score": -12,
          "benign_score": 12,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BA1"
          ],
          "verdict": "Benign",
          "transcript": "ENST00000396268.8",
          "gene_symbol": "CCHCR1",
          "hgnc_id": 13930,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.759C>G",
          "hgvs_p": "p.Ser253Arg"
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "custom_annotations": null
    }
  ],
  "message": null
}