← 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: 17-7900658-A-G (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "17",
      "pos": 7900658,
      "ref": "A",
      "alt": "G",
      "effect": "missense_variant",
      "transcript": "ENST00000330494.12",
      "consequences": [
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHD3",
          "gene_hgnc_id": 1918,
          "hgvs_c": "c.2905A>G",
          "hgvs_p": "p.Lys969Glu",
          "transcript": "NM_001005273.3",
          "protein_id": "NP_001005273.1",
          "transcript_support_level": null,
          "aa_start": 969,
          "aa_end": null,
          "aa_length": 2000,
          "cds_start": 2905,
          "cds_end": null,
          "cds_length": 6003,
          "cdna_start": 3117,
          "cdna_end": null,
          "cdna_length": 7385,
          "mane_select": "ENST00000330494.12",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHD3",
          "gene_hgnc_id": 1918,
          "hgvs_c": "c.2905A>G",
          "hgvs_p": "p.Lys969Glu",
          "transcript": "ENST00000330494.12",
          "protein_id": "ENSP00000332628.7",
          "transcript_support_level": 1,
          "aa_start": 969,
          "aa_end": null,
          "aa_length": 2000,
          "cds_start": 2905,
          "cds_end": null,
          "cds_length": 6003,
          "cdna_start": 3117,
          "cdna_end": null,
          "cdna_length": 7385,
          "mane_select": "NM_001005273.3",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHD3",
          "gene_hgnc_id": 1918,
          "hgvs_c": "c.2905A>G",
          "hgvs_p": "p.Lys969Glu",
          "transcript": "ENST00000358181.8",
          "protein_id": "ENSP00000350907.4",
          "transcript_support_level": 1,
          "aa_start": 969,
          "aa_end": null,
          "aa_length": 1966,
          "cds_start": 2905,
          "cds_end": null,
          "cds_length": 5901,
          "cdna_start": 3115,
          "cdna_end": null,
          "cdna_length": 7286,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHD3",
          "gene_hgnc_id": 1918,
          "hgvs_c": "c.3082A>G",
          "hgvs_p": "p.Lys1028Glu",
          "transcript": "NM_001437504.1",
          "protein_id": "NP_001424433.1",
          "transcript_support_level": null,
          "aa_start": 1028,
          "aa_end": null,
          "aa_length": 2114,
          "cds_start": 3082,
          "cds_end": null,
          "cds_length": 6345,
          "cdna_start": 3093,
          "cdna_end": null,
          "cdna_length": 7407,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHD3",
          "gene_hgnc_id": 1918,
          "hgvs_c": "c.3082A>G",
          "hgvs_p": "p.Lys1028Glu",
          "transcript": "ENST00000700753.1",
          "protein_id": "ENSP00000515165.1",
          "transcript_support_level": null,
          "aa_start": 1028,
          "aa_end": null,
          "aa_length": 2114,
          "cds_start": 3082,
          "cds_end": null,
          "cds_length": 6345,
          "cdna_start": 3093,
          "cdna_end": null,
          "cdna_length": 7388,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHD3",
          "gene_hgnc_id": 1918,
          "hgvs_c": "c.3082A>G",
          "hgvs_p": "p.Lys1028Glu",
          "transcript": "NM_001005271.3",
          "protein_id": "NP_001005271.2",
          "transcript_support_level": null,
          "aa_start": 1028,
          "aa_end": null,
          "aa_length": 2059,
          "cds_start": 3082,
          "cds_end": null,
          "cds_length": 6180,
          "cdna_start": 3093,
          "cdna_end": null,
          "cdna_length": 7361,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHD3",
          "gene_hgnc_id": 1918,
          "hgvs_c": "c.3082A>G",
          "hgvs_p": "p.Lys1028Glu",
          "transcript": "ENST00000380358.9",
          "protein_id": "ENSP00000369716.4",
          "transcript_support_level": 2,
          "aa_start": 1028,
          "aa_end": null,
          "aa_length": 2059,
          "cds_start": 3082,
          "cds_end": null,
          "cds_length": 6180,
          "cdna_start": 3093,
          "cdna_end": null,
          "cdna_length": 7361,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHD3",
          "gene_hgnc_id": 1918,
          "hgvs_c": "c.3070A>G",
          "hgvs_p": "p.Lys1024Glu",
          "transcript": "NM_001437509.1",
          "protein_id": "NP_001424438.1",
          "transcript_support_level": null,
          "aa_start": 1024,
          "aa_end": null,
          "aa_length": 2056,
          "cds_start": 3070,
          "cds_end": null,
          "cds_length": 6171,
          "cdna_start": 3081,
          "cdna_end": null,
          "cdna_length": 7352,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHD3",
          "gene_hgnc_id": 1918,
          "hgvs_c": "c.3070A>G",
          "hgvs_p": "p.Lys1024Glu",
          "transcript": "NM_001437507.1",
          "protein_id": "NP_001424436.1",
          "transcript_support_level": null,
          "aa_start": 1024,
          "aa_end": null,
          "aa_length": 2055,
          "cds_start": 3070,
          "cds_end": null,
          "cds_length": 6168,
          "cdna_start": 3081,
          "cdna_end": null,
          "cdna_length": 7349,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHD3",
          "gene_hgnc_id": 1918,
          "hgvs_c": "c.3070A>G",
          "hgvs_p": "p.Lys1024Glu",
          "transcript": "NM_001437508.1",
          "protein_id": "NP_001424437.1",
          "transcript_support_level": null,
          "aa_start": 1024,
          "aa_end": null,
          "aa_length": 2021,
          "cds_start": 3070,
          "cds_end": null,
          "cds_length": 6066,
          "cdna_start": 3081,
          "cdna_end": null,
          "cdna_length": 7247,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHD3",
          "gene_hgnc_id": 1918,
          "hgvs_c": "c.2905A>G",
          "hgvs_p": "p.Lys969Glu",
          "transcript": "NM_005852.4",
          "protein_id": "NP_005843.2",
          "transcript_support_level": null,
          "aa_start": 969,
          "aa_end": null,
          "aa_length": 1966,
          "cds_start": 2905,
          "cds_end": null,
          "cds_length": 5901,
          "cdna_start": 3117,
          "cdna_end": null,
          "cdna_length": 7283,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHD3",
          "gene_hgnc_id": 1918,
          "hgvs_c": "c.2839A>G",
          "hgvs_p": "p.Lys947Glu",
          "transcript": "ENST00000672838.1",
          "protein_id": "ENSP00000500734.1",
          "transcript_support_level": null,
          "aa_start": 947,
          "aa_end": null,
          "aa_length": 1356,
          "cds_start": 2839,
          "cds_end": null,
          "cds_length": 4072,
          "cdna_start": 3143,
          "cdna_end": null,
          "cdna_length": 4376,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHD3",
          "gene_hgnc_id": 1918,
          "hgvs_c": "c.3082A>G",
          "hgvs_p": "p.Lys1028Glu",
          "transcript": "XM_005256427.5",
          "protein_id": "XP_005256484.1",
          "transcript_support_level": null,
          "aa_start": 1028,
          "aa_end": null,
          "aa_length": 2115,
          "cds_start": 3082,
          "cds_end": null,
          "cds_length": 6348,
          "cdna_start": 3093,
          "cdna_end": null,
          "cdna_length": 7410,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHD3",
          "gene_hgnc_id": 1918,
          "hgvs_c": "c.3070A>G",
          "hgvs_p": "p.Lys1024Glu",
          "transcript": "XM_006721424.4",
          "protein_id": "XP_006721487.1",
          "transcript_support_level": null,
          "aa_start": 1024,
          "aa_end": null,
          "aa_length": 2111,
          "cds_start": 3070,
          "cds_end": null,
          "cds_length": 6336,
          "cdna_start": 3081,
          "cdna_end": null,
          "cdna_length": 7398,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHD3",
          "gene_hgnc_id": 1918,
          "hgvs_c": "c.3070A>G",
          "hgvs_p": "p.Lys1024Glu",
          "transcript": "XM_047435190.1",
          "protein_id": "XP_047291146.1",
          "transcript_support_level": null,
          "aa_start": 1024,
          "aa_end": null,
          "aa_length": 2110,
          "cds_start": 3070,
          "cds_end": null,
          "cds_length": 6333,
          "cdna_start": 3081,
          "cdna_end": null,
          "cdna_length": 7395,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHD3",
          "gene_hgnc_id": 1918,
          "hgvs_c": "c.3082A>G",
          "hgvs_p": "p.Lys1028Glu",
          "transcript": "XM_005256428.5",
          "protein_id": "XP_005256485.1",
          "transcript_support_level": null,
          "aa_start": 1028,
          "aa_end": null,
          "aa_length": 2080,
          "cds_start": 3082,
          "cds_end": null,
          "cds_length": 6243,
          "cdna_start": 3093,
          "cdna_end": null,
          "cdna_length": 7305,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHD3",
          "gene_hgnc_id": 1918,
          "hgvs_c": "c.3070A>G",
          "hgvs_p": "p.Lys1024Glu",
          "transcript": "XM_047435191.1",
          "protein_id": "XP_047291147.1",
          "transcript_support_level": null,
          "aa_start": 1024,
          "aa_end": null,
          "aa_length": 2076,
          "cds_start": 3070,
          "cds_end": null,
          "cds_length": 6231,
          "cdna_start": 3081,
          "cdna_end": null,
          "cdna_length": 7293,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHD3",
          "gene_hgnc_id": 1918,
          "hgvs_c": "c.3082A>G",
          "hgvs_p": "p.Lys1028Glu",
          "transcript": "XM_005256429.5",
          "protein_id": "XP_005256486.1",
          "transcript_support_level": null,
          "aa_start": 1028,
          "aa_end": null,
          "aa_length": 2060,
          "cds_start": 3082,
          "cds_end": null,
          "cds_length": 6183,
          "cdna_start": 3093,
          "cdna_end": null,
          "cdna_length": 7364,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHD3",
          "gene_hgnc_id": 1918,
          "hgvs_c": "c.2905A>G",
          "hgvs_p": "p.Lys969Glu",
          "transcript": "XM_017024063.2",
          "protein_id": "XP_016879552.1",
          "transcript_support_level": null,
          "aa_start": 969,
          "aa_end": null,
          "aa_length": 2056,
          "cds_start": 2905,
          "cds_end": null,
          "cds_length": 6171,
          "cdna_start": 3117,
          "cdna_end": null,
          "cdna_length": 7434,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHD3",
          "gene_hgnc_id": 1918,
          "hgvs_c": "c.2905A>G",
          "hgvs_p": "p.Lys969Glu",
          "transcript": "XM_047435193.1",
          "protein_id": "XP_047291149.1",
          "transcript_support_level": null,
          "aa_start": 969,
          "aa_end": null,
          "aa_length": 2055,
          "cds_start": 2905,
          "cds_end": null,
          "cds_length": 6168,
          "cdna_start": 3117,
          "cdna_end": null,
          "cdna_length": 7431,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHD3",
          "gene_hgnc_id": 1918,
          "hgvs_c": "c.2893A>G",
          "hgvs_p": "p.Lys965Glu",
          "transcript": "XM_047435194.1",
          "protein_id": "XP_047291150.1",
          "transcript_support_level": null,
          "aa_start": 965,
          "aa_end": null,
          "aa_length": 2052,
          "cds_start": 2893,
          "cds_end": null,
          "cds_length": 6159,
          "cdna_start": 3105,
          "cdna_end": null,
          "cdna_length": 7422,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHD3",
          "gene_hgnc_id": 1918,
          "hgvs_c": "c.2893A>G",
          "hgvs_p": "p.Lys965Glu",
          "transcript": "XM_047435195.1",
          "protein_id": "XP_047291151.1",
          "transcript_support_level": null,
          "aa_start": 965,
          "aa_end": null,
          "aa_length": 2051,
          "cds_start": 2893,
          "cds_end": null,
          "cds_length": 6156,
          "cdna_start": 3105,
          "cdna_end": null,
          "cdna_length": 7419,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHD3",
          "gene_hgnc_id": 1918,
          "hgvs_c": "c.2878A>G",
          "hgvs_p": "p.Lys960Glu",
          "transcript": "XM_017024065.2",
          "protein_id": "XP_016879554.1",
          "transcript_support_level": null,
          "aa_start": 960,
          "aa_end": null,
          "aa_length": 2047,
          "cds_start": 2878,
          "cds_end": null,
          "cds_length": 6144,
          "cdna_start": 2889,
          "cdna_end": null,
          "cdna_length": 7206,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 41,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHD3",
          "gene_hgnc_id": 1918,
          "hgvs_c": "c.2875A>G",
          "hgvs_p": "p.Lys959Glu",
          "transcript": "XM_017024066.2",
          "protein_id": "XP_016879555.2",
          "transcript_support_level": null,
          "aa_start": 959,
          "aa_end": null,
          "aa_length": 2046,
          "cds_start": 2875,
          "cds_end": null,
          "cds_length": 6141,
          "cdna_start": 3943,
          "cdna_end": null,
          "cdna_length": 8260,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHD3",
          "gene_hgnc_id": 1918,
          "hgvs_c": "c.2878A>G",
          "hgvs_p": "p.Lys960Glu",
          "transcript": "XM_047435196.1",
          "protein_id": "XP_047291152.1",
          "transcript_support_level": null,
          "aa_start": 960,
          "aa_end": null,
          "aa_length": 2046,
          "cds_start": 2878,
          "cds_end": null,
          "cds_length": 6141,
          "cdna_start": 2889,
          "cdna_end": null,
          "cdna_length": 7203,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 42,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHD3",
          "gene_hgnc_id": 1918,
          "hgvs_c": "c.2872A>G",
          "hgvs_p": "p.Lys958Glu",
          "transcript": "XM_017024067.3",
          "protein_id": "XP_016879556.1",
          "transcript_support_level": null,
          "aa_start": 958,
          "aa_end": null,
          "aa_length": 2045,
          "cds_start": 2872,
          "cds_end": null,
          "cds_length": 6138,
          "cdna_start": 3126,
          "cdna_end": null,
          "cdna_length": 7443,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 42,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHD3",
          "gene_hgnc_id": 1918,
          "hgvs_c": "c.2872A>G",
          "hgvs_p": "p.Lys958Glu",
          "transcript": "XM_047435197.1",
          "protein_id": "XP_047291153.1",
          "transcript_support_level": null,
          "aa_start": 958,
          "aa_end": null,
          "aa_length": 2045,
          "cds_start": 2872,
          "cds_end": null,
          "cds_length": 6138,
          "cdna_start": 3033,
          "cdna_end": null,
          "cdna_length": 7350,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHD3",
          "gene_hgnc_id": 1918,
          "hgvs_c": "c.2866A>G",
          "hgvs_p": "p.Lys956Glu",
          "transcript": "XM_047435198.1",
          "protein_id": "XP_047291154.1",
          "transcript_support_level": null,
          "aa_start": 956,
          "aa_end": null,
          "aa_length": 2042,
          "cds_start": 2866,
          "cds_end": null,
          "cds_length": 6129,
          "cdna_start": 2877,
          "cdna_end": null,
          "cdna_length": 7191,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 41,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHD3",
          "gene_hgnc_id": 1918,
          "hgvs_c": "c.2845A>G",
          "hgvs_p": "p.Lys949Glu",
          "transcript": "XM_017024068.2",
          "protein_id": "XP_016879557.1",
          "transcript_support_level": null,
          "aa_start": 949,
          "aa_end": null,
          "aa_length": 2036,
          "cds_start": 2845,
          "cds_end": null,
          "cds_length": 6111,
          "cdna_start": 3099,
          "cdna_end": null,
          "cdna_length": 7416,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 41,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHD3",
          "gene_hgnc_id": 1918,
          "hgvs_c": "c.2845A>G",
          "hgvs_p": "p.Lys949Glu",
          "transcript": "XM_047435199.1",
          "protein_id": "XP_047291155.1",
          "transcript_support_level": null,
          "aa_start": 949,
          "aa_end": null,
          "aa_length": 2036,
          "cds_start": 2845,
          "cds_end": null,
          "cds_length": 6111,
          "cdna_start": 3006,
          "cdna_end": null,
          "cdna_length": 7323,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 41,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHD3",
          "gene_hgnc_id": 1918,
          "hgvs_c": "c.2833A>G",
          "hgvs_p": "p.Lys945Glu",
          "transcript": "XM_047435200.1",
          "protein_id": "XP_047291156.1",
          "transcript_support_level": null,
          "aa_start": 945,
          "aa_end": null,
          "aa_length": 2032,
          "cds_start": 2833,
          "cds_end": null,
          "cds_length": 6099,
          "cdna_start": 2994,
          "cdna_end": null,
          "cdna_length": 7311,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 41,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHD3",
          "gene_hgnc_id": 1918,
          "hgvs_c": "c.2833A>G",
          "hgvs_p": "p.Lys945Glu",
          "transcript": "XM_047435201.1",
          "protein_id": "XP_047291157.1",
          "transcript_support_level": null,
          "aa_start": 945,
          "aa_end": null,
          "aa_length": 2031,
          "cds_start": 2833,
          "cds_end": null,
          "cds_length": 6096,
          "cdna_start": 2994,
          "cdna_end": null,
          "cdna_length": 7308,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHD3",
          "gene_hgnc_id": 1918,
          "hgvs_c": "c.3082A>G",
          "hgvs_p": "p.Lys1028Glu",
          "transcript": "XM_006721428.4",
          "protein_id": "XP_006721491.1",
          "transcript_support_level": null,
          "aa_start": 1028,
          "aa_end": null,
          "aa_length": 2025,
          "cds_start": 3082,
          "cds_end": null,
          "cds_length": 6078,
          "cdna_start": 3093,
          "cdna_end": null,
          "cdna_length": 7259,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHD3",
          "gene_hgnc_id": 1918,
          "hgvs_c": "c.2893A>G",
          "hgvs_p": "p.Lys965Glu",
          "transcript": "XM_047435203.1",
          "protein_id": "XP_047291159.1",
          "transcript_support_level": null,
          "aa_start": 965,
          "aa_end": null,
          "aa_length": 1997,
          "cds_start": 2893,
          "cds_end": null,
          "cds_length": 5994,
          "cdna_start": 3105,
          "cdna_end": null,
          "cdna_length": 7376,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHD3",
          "gene_hgnc_id": 1918,
          "hgvs_c": "c.2833A>G",
          "hgvs_p": "p.Lys945Glu",
          "transcript": "XM_047435204.1",
          "protein_id": "XP_047291160.1",
          "transcript_support_level": null,
          "aa_start": 945,
          "aa_end": null,
          "aa_length": 1997,
          "cds_start": 2833,
          "cds_end": null,
          "cds_length": 5994,
          "cdna_start": 3087,
          "cdna_end": null,
          "cdna_length": 7299,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHD3",
          "gene_hgnc_id": 1918,
          "hgvs_c": "c.2893A>G",
          "hgvs_p": "p.Lys965Glu",
          "transcript": "XM_047435205.1",
          "protein_id": "XP_047291161.1",
          "transcript_support_level": null,
          "aa_start": 965,
          "aa_end": null,
          "aa_length": 1996,
          "cds_start": 2893,
          "cds_end": null,
          "cds_length": 5991,
          "cdna_start": 3105,
          "cdna_end": null,
          "cdna_length": 7373,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHD3",
          "gene_hgnc_id": 1918,
          "hgvs_c": "c.2878A>G",
          "hgvs_p": "p.Lys960Glu",
          "transcript": "XM_047435206.1",
          "protein_id": "XP_047291162.1",
          "transcript_support_level": null,
          "aa_start": 960,
          "aa_end": null,
          "aa_length": 1992,
          "cds_start": 2878,
          "cds_end": null,
          "cds_length": 5979,
          "cdna_start": 2889,
          "cdna_end": null,
          "cdna_length": 7160,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHD3",
          "gene_hgnc_id": 1918,
          "hgvs_c": "c.2878A>G",
          "hgvs_p": "p.Lys960Glu",
          "transcript": "XM_047435207.1",
          "protein_id": "XP_047291163.1",
          "transcript_support_level": null,
          "aa_start": 960,
          "aa_end": null,
          "aa_length": 1991,
          "cds_start": 2878,
          "cds_end": null,
          "cds_length": 5976,
          "cdna_start": 2889,
          "cdna_end": null,
          "cdna_length": 7157,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHD3",
          "gene_hgnc_id": 1918,
          "hgvs_c": "c.2866A>G",
          "hgvs_p": "p.Lys956Glu",
          "transcript": "XM_047435208.1",
          "protein_id": "XP_047291164.1",
          "transcript_support_level": null,
          "aa_start": 956,
          "aa_end": null,
          "aa_length": 1987,
          "cds_start": 2866,
          "cds_end": null,
          "cds_length": 5964,
          "cdna_start": 2877,
          "cdna_end": null,
          "cdna_length": 7145,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 41,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHD3",
          "gene_hgnc_id": 1918,
          "hgvs_c": "c.2845A>G",
          "hgvs_p": "p.Lys949Glu",
          "transcript": "XM_047435209.1",
          "protein_id": "XP_047291165.1",
          "transcript_support_level": null,
          "aa_start": 949,
          "aa_end": null,
          "aa_length": 1980,
          "cds_start": 2845,
          "cds_end": null,
          "cds_length": 5943,
          "cdna_start": 3006,
          "cdna_end": null,
          "cdna_length": 7274,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 41,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHD3",
          "gene_hgnc_id": 1918,
          "hgvs_c": "c.2833A>G",
          "hgvs_p": "p.Lys945Glu",
          "transcript": "XM_047435210.1",
          "protein_id": "XP_047291166.1",
          "transcript_support_level": null,
          "aa_start": 945,
          "aa_end": null,
          "aa_length": 1977,
          "cds_start": 2833,
          "cds_end": null,
          "cds_length": 5934,
          "cdna_start": 3027,
          "cdna_end": null,
          "cdna_length": 7298,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 41,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHD3",
          "gene_hgnc_id": 1918,
          "hgvs_c": "c.2833A>G",
          "hgvs_p": "p.Lys945Glu",
          "transcript": "XM_047435211.1",
          "protein_id": "XP_047291167.1",
          "transcript_support_level": null,
          "aa_start": 945,
          "aa_end": null,
          "aa_length": 1976,
          "cds_start": 2833,
          "cds_end": null,
          "cds_length": 5931,
          "cdna_start": 3087,
          "cdna_end": null,
          "cdna_length": 7355,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHD3",
          "gene_hgnc_id": 1918,
          "hgvs_c": "c.2893A>G",
          "hgvs_p": "p.Lys965Glu",
          "transcript": "XM_047435212.1",
          "protein_id": "XP_047291168.1",
          "transcript_support_level": null,
          "aa_start": 965,
          "aa_end": null,
          "aa_length": 1962,
          "cds_start": 2893,
          "cds_end": null,
          "cds_length": 5889,
          "cdna_start": 3105,
          "cdna_end": null,
          "cdna_length": 7271,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 38,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHD3",
          "gene_hgnc_id": 1918,
          "hgvs_c": "c.2878A>G",
          "hgvs_p": "p.Lys960Glu",
          "transcript": "XM_047435213.1",
          "protein_id": "XP_047291169.1",
          "transcript_support_level": null,
          "aa_start": 960,
          "aa_end": null,
          "aa_length": 1957,
          "cds_start": 2878,
          "cds_end": null,
          "cds_length": 5874,
          "cdna_start": 2889,
          "cdna_end": null,
          "cdna_length": 7055,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 38,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHD3",
          "gene_hgnc_id": 1918,
          "hgvs_c": "c.2866A>G",
          "hgvs_p": "p.Lys956Glu",
          "transcript": "XM_047435214.1",
          "protein_id": "XP_047291170.1",
          "transcript_support_level": null,
          "aa_start": 956,
          "aa_end": null,
          "aa_length": 1953,
          "cds_start": 2866,
          "cds_end": null,
          "cds_length": 5862,
          "cdna_start": 2877,
          "cdna_end": null,
          "cdna_length": 7043,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHD3",
          "gene_hgnc_id": 1918,
          "hgvs_c": "c.2833A>G",
          "hgvs_p": "p.Lys945Glu",
          "transcript": "XM_047435215.1",
          "protein_id": "XP_047291171.1",
          "transcript_support_level": null,
          "aa_start": 945,
          "aa_end": null,
          "aa_length": 1942,
          "cds_start": 2833,
          "cds_end": null,
          "cds_length": 5829,
          "cdna_start": 2994,
          "cdna_end": null,
          "cdna_length": 7160,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHD3",
          "gene_hgnc_id": 1918,
          "hgvs_c": "c.2401A>G",
          "hgvs_p": "p.Lys801Glu",
          "transcript": "XM_017024069.2",
          "protein_id": "XP_016879558.1",
          "transcript_support_level": null,
          "aa_start": 801,
          "aa_end": null,
          "aa_length": 1888,
          "cds_start": 2401,
          "cds_end": null,
          "cds_length": 5667,
          "cdna_start": 2894,
          "cdna_end": null,
          "cdna_length": 7211,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHD3",
          "gene_hgnc_id": 1918,
          "hgvs_c": "c.2401A>G",
          "hgvs_p": "p.Lys801Glu",
          "transcript": "XM_047435216.1",
          "protein_id": "XP_047291172.1",
          "transcript_support_level": null,
          "aa_start": 801,
          "aa_end": null,
          "aa_length": 1888,
          "cds_start": 2401,
          "cds_end": null,
          "cds_length": 5667,
          "cdna_start": 2953,
          "cdna_end": null,
          "cdna_length": 7270,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHD3",
          "gene_hgnc_id": 1918,
          "hgvs_c": "c.3082A>G",
          "hgvs_p": "p.Lys1028Glu",
          "transcript": "XM_005256431.5",
          "protein_id": "XP_005256488.1",
          "transcript_support_level": null,
          "aa_start": 1028,
          "aa_end": null,
          "aa_length": 1185,
          "cds_start": 3082,
          "cds_end": null,
          "cds_length": 3558,
          "cdna_start": 3093,
          "cdna_end": null,
          "cdna_length": 3651,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "CHD3",
      "gene_hgnc_id": 1918,
      "dbsnp": "rs1555611694",
      "frequency_reference_population": null,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 0,
      "gnomad_exomes_af": null,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": null,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.951852560043335,
      "computational_prediction_selected": "Pathogenic",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.948,
      "revel_prediction": "Pathogenic",
      "alphamissense_score": 0.999,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.41,
      "bayesdelnoaf_prediction": "Pathogenic",
      "phylop100way_score": 9.325,
      "phylop100way_prediction": "Pathogenic",
      "spliceai_max_score": 0,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": 8,
      "acmg_classification": "Likely_pathogenic",
      "acmg_criteria": "PM1,PM2,PP3_Strong",
      "acmg_by_gene": [
        {
          "score": 8,
          "benign_score": 0,
          "pathogenic_score": 8,
          "criteria": [
            "PM1",
            "PM2",
            "PP3_Strong"
          ],
          "verdict": "Likely_pathogenic",
          "transcript": "ENST00000330494.12",
          "gene_symbol": "CHD3",
          "hgnc_id": 1918,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD,AR",
          "hgvs_c": "c.2905A>G",
          "hgvs_p": "p.Lys969Glu"
        }
      ],
      "clinvar_disease": "Inborn genetic diseases",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "phenotype_combined": "Inborn genetic diseases",
      "pathogenicity_classification_combined": "Uncertain significance",
      "custom_annotations": null
    }
  ],
  "message": null
}