← 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: 12-6573091-T-C (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "12",
      "pos": 6573091,
      "ref": "T",
      "alt": "C",
      "effect": "missense_variant",
      "transcript": "NM_001273.5",
      "consequences": [
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 38,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHD4",
          "gene_hgnc_id": 1919,
          "hgvs_c": "c.5540A>G",
          "hgvs_p": "p.Asn1847Ser",
          "transcript": "NM_001273.5",
          "protein_id": "NP_001264.2",
          "transcript_support_level": null,
          "aa_start": 1847,
          "aa_end": null,
          "aa_length": 1912,
          "cds_start": 5540,
          "cds_end": null,
          "cds_length": 5739,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000544040.7",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001273.5"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 38,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHD4",
          "gene_hgnc_id": 1919,
          "hgvs_c": "c.5540A>G",
          "hgvs_p": "p.Asn1847Ser",
          "transcript": "ENST00000544040.7",
          "protein_id": "ENSP00000440542.2",
          "transcript_support_level": 5,
          "aa_start": 1847,
          "aa_end": null,
          "aa_length": 1912,
          "cds_start": 5540,
          "cds_end": null,
          "cds_length": 5739,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_001273.5",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000544040.7"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 38,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHD4",
          "gene_hgnc_id": 1919,
          "hgvs_c": "c.5507A>G",
          "hgvs_p": "p.Asn1836Ser",
          "transcript": "ENST00000357008.7",
          "protein_id": "ENSP00000349508.3",
          "transcript_support_level": 1,
          "aa_start": 1836,
          "aa_end": null,
          "aa_length": 1902,
          "cds_start": 5507,
          "cds_end": null,
          "cds_length": 5709,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000357008.7"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": true,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 39,
          "exon_rank_end": null,
          "exon_count": 55,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000285238",
          "gene_hgnc_id": null,
          "hgvs_c": "n.*621A>G",
          "hgvs_p": null,
          "transcript": "ENST00000644480.2",
          "protein_id": "ENSP00000493629.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000644480.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": true,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 39,
          "exon_rank_end": null,
          "exon_count": 55,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000285238",
          "gene_hgnc_id": null,
          "hgvs_c": "n.*621A>G",
          "hgvs_p": null,
          "transcript": "ENST00000644480.2",
          "protein_id": "ENSP00000493629.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000644480.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": true,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000285238",
          "gene_hgnc_id": null,
          "hgvs_c": "n.10-6474A>G",
          "hgvs_p": null,
          "transcript": "ENST00000646322.1",
          "protein_id": "ENSP00000494949.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000646322.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 36,
          "exon_rank_end": null,
          "exon_count": 38,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHD4",
          "gene_hgnc_id": 1919,
          "hgvs_c": "c.5624A>G",
          "hgvs_p": "p.Asn1875Ser",
          "transcript": "ENST00000645095.1",
          "protein_id": "ENSP00000496634.1",
          "transcript_support_level": null,
          "aa_start": 1875,
          "aa_end": null,
          "aa_length": 1940,
          "cds_start": 5624,
          "cds_end": null,
          "cds_length": 5823,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000645095.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 37,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHD4",
          "gene_hgnc_id": 1919,
          "hgvs_c": "c.5615A>G",
          "hgvs_p": "p.Asn1872Ser",
          "transcript": "ENST00000544484.6",
          "protein_id": "ENSP00000440392.1",
          "transcript_support_level": 2,
          "aa_start": 1872,
          "aa_end": null,
          "aa_length": 1937,
          "cds_start": 5615,
          "cds_end": null,
          "cds_length": 5814,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000544484.6"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 36,
          "exon_rank_end": null,
          "exon_count": 38,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHD4",
          "gene_hgnc_id": 1919,
          "hgvs_c": "c.5564A>G",
          "hgvs_p": "p.Asn1855Ser",
          "transcript": "ENST00000642879.1",
          "protein_id": "ENSP00000494456.1",
          "transcript_support_level": null,
          "aa_start": 1855,
          "aa_end": null,
          "aa_length": 1920,
          "cds_start": 5564,
          "cds_end": null,
          "cds_length": 5763,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000642879.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 38,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHD4",
          "gene_hgnc_id": 1919,
          "hgvs_c": "c.5546A>G",
          "hgvs_p": "p.Asn1849Ser",
          "transcript": "ENST00000931052.1",
          "protein_id": "ENSP00000601111.1",
          "transcript_support_level": null,
          "aa_start": 1849,
          "aa_end": null,
          "aa_length": 1915,
          "cds_start": 5546,
          "cds_end": null,
          "cds_length": 5748,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000931052.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 38,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHD4",
          "gene_hgnc_id": 1919,
          "hgvs_c": "c.5546A>G",
          "hgvs_p": "p.Asn1849Ser",
          "transcript": "ENST00000645005.1",
          "protein_id": "ENSP00000493471.1",
          "transcript_support_level": null,
          "aa_start": 1849,
          "aa_end": null,
          "aa_length": 1914,
          "cds_start": 5546,
          "cds_end": null,
          "cds_length": 5745,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000645005.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 38,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHD4",
          "gene_hgnc_id": 1919,
          "hgvs_c": "c.5540A>G",
          "hgvs_p": "p.Asn1847Ser",
          "transcript": "ENST00000931051.1",
          "protein_id": "ENSP00000601110.1",
          "transcript_support_level": null,
          "aa_start": 1847,
          "aa_end": null,
          "aa_length": 1913,
          "cds_start": 5540,
          "cds_end": null,
          "cds_length": 5742,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000931051.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 39,
          "exon_rank_end": null,
          "exon_count": 41,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHD4",
          "gene_hgnc_id": 1919,
          "hgvs_c": "c.5525A>G",
          "hgvs_p": "p.Asn1842Ser",
          "transcript": "ENST00000931042.1",
          "protein_id": "ENSP00000601101.1",
          "transcript_support_level": null,
          "aa_start": 1842,
          "aa_end": null,
          "aa_length": 1908,
          "cds_start": 5525,
          "cds_end": null,
          "cds_length": 5727,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000931042.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 38,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHD4",
          "gene_hgnc_id": 1919,
          "hgvs_c": "c.5525A>G",
          "hgvs_p": "p.Asn1842Ser",
          "transcript": "ENST00000931045.1",
          "protein_id": "ENSP00000601104.1",
          "transcript_support_level": null,
          "aa_start": 1842,
          "aa_end": null,
          "aa_length": 1907,
          "cds_start": 5525,
          "cds_end": null,
          "cds_length": 5724,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000931045.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 37,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHD4",
          "gene_hgnc_id": 1919,
          "hgvs_c": "c.5519A>G",
          "hgvs_p": "p.Asn1840Ser",
          "transcript": "NM_001297553.2",
          "protein_id": "NP_001284482.1",
          "transcript_support_level": null,
          "aa_start": 1840,
          "aa_end": null,
          "aa_length": 1905,
          "cds_start": 5519,
          "cds_end": null,
          "cds_length": 5718,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001297553.2"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 38,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHD4",
          "gene_hgnc_id": 1919,
          "hgvs_c": "c.5519A>G",
          "hgvs_p": "p.Asn1840Ser",
          "transcript": "ENST00000645022.1",
          "protein_id": "ENSP00000496163.1",
          "transcript_support_level": null,
          "aa_start": 1840,
          "aa_end": null,
          "aa_length": 1905,
          "cds_start": 5519,
          "cds_end": null,
          "cds_length": 5718,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000645022.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 38,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHD4",
          "gene_hgnc_id": 1919,
          "hgvs_c": "c.5519A>G",
          "hgvs_p": "p.Asn1840Ser",
          "transcript": "ENST00000957180.1",
          "protein_id": "ENSP00000627239.1",
          "transcript_support_level": null,
          "aa_start": 1840,
          "aa_end": null,
          "aa_length": 1905,
          "cds_start": 5519,
          "cds_end": null,
          "cds_length": 5718,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000957180.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 38,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHD4",
          "gene_hgnc_id": 1919,
          "hgvs_c": "c.5516A>G",
          "hgvs_p": "p.Asn1839Ser",
          "transcript": "ENST00000931049.1",
          "protein_id": "ENSP00000601108.1",
          "transcript_support_level": null,
          "aa_start": 1839,
          "aa_end": null,
          "aa_length": 1904,
          "cds_start": 5516,
          "cds_end": null,
          "cds_length": 5715,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000931049.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 38,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHD4",
          "gene_hgnc_id": 1919,
          "hgvs_c": "c.5516A>G",
          "hgvs_p": "p.Asn1839Ser",
          "transcript": "ENST00000957179.1",
          "protein_id": "ENSP00000627238.1",
          "transcript_support_level": null,
          "aa_start": 1839,
          "aa_end": null,
          "aa_length": 1904,
          "cds_start": 5516,
          "cds_end": null,
          "cds_length": 5715,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000957179.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 39,
          "exon_rank_end": null,
          "exon_count": 41,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHD4",
          "gene_hgnc_id": 1919,
          "hgvs_c": "c.5513A>G",
          "hgvs_p": "p.Asn1838Ser",
          "transcript": "ENST00000643335.1",
          "protein_id": "ENSP00000496358.1",
          "transcript_support_level": null,
          "aa_start": 1838,
          "aa_end": null,
          "aa_length": 1903,
          "cds_start": 5513,
          "cds_end": null,
          "cds_length": 5712,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000643335.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 38,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHD4",
          "gene_hgnc_id": 1919,
          "hgvs_c": "c.5507A>G",
          "hgvs_p": "p.Asn1836Ser",
          "transcript": "NM_001363606.2",
          "protein_id": "NP_001350535.1",
          "transcript_support_level": null,
          "aa_start": 1836,
          "aa_end": null,
          "aa_length": 1902,
          "cds_start": 5507,
          "cds_end": null,
          "cds_length": 5709,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001363606.2"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 38,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHD4",
          "gene_hgnc_id": 1919,
          "hgvs_c": "c.5507A>G",
          "hgvs_p": "p.Asn1836Ser",
          "transcript": "ENST00000931048.1",
          "protein_id": "ENSP00000601107.1",
          "transcript_support_level": null,
          "aa_start": 1836,
          "aa_end": null,
          "aa_length": 1901,
          "cds_start": 5507,
          "cds_end": null,
          "cds_length": 5706,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000931048.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 38,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHD4",
          "gene_hgnc_id": 1919,
          "hgvs_c": "c.5501A>G",
          "hgvs_p": "p.Asn1834Ser",
          "transcript": "ENST00000931044.1",
          "protein_id": "ENSP00000601103.1",
          "transcript_support_level": null,
          "aa_start": 1834,
          "aa_end": null,
          "aa_length": 1900,
          "cds_start": 5501,
          "cds_end": null,
          "cds_length": 5703,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000931044.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 38,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHD4",
          "gene_hgnc_id": 1919,
          "hgvs_c": "c.5501A>G",
          "hgvs_p": "p.Asn1834Ser",
          "transcript": "ENST00000645645.1",
          "protein_id": "ENSP00000496543.1",
          "transcript_support_level": null,
          "aa_start": 1834,
          "aa_end": null,
          "aa_length": 1899,
          "cds_start": 5501,
          "cds_end": null,
          "cds_length": 5700,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000645645.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 38,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHD4",
          "gene_hgnc_id": 1919,
          "hgvs_c": "c.5486A>G",
          "hgvs_p": "p.Asn1829Ser",
          "transcript": "ENST00000931043.1",
          "protein_id": "ENSP00000601102.1",
          "transcript_support_level": null,
          "aa_start": 1829,
          "aa_end": null,
          "aa_length": 1894,
          "cds_start": 5486,
          "cds_end": null,
          "cds_length": 5685,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000931043.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 38,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHD4",
          "gene_hgnc_id": 1919,
          "hgvs_c": "c.5480A>G",
          "hgvs_p": "p.Asn1827Ser",
          "transcript": "ENST00000931050.1",
          "protein_id": "ENSP00000601109.1",
          "transcript_support_level": null,
          "aa_start": 1827,
          "aa_end": null,
          "aa_length": 1893,
          "cds_start": 5480,
          "cds_end": null,
          "cds_length": 5682,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000931050.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 38,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHD4",
          "gene_hgnc_id": 1919,
          "hgvs_c": "c.5480A>G",
          "hgvs_p": "p.Asn1827Ser",
          "transcript": "ENST00000646806.1",
          "protein_id": "ENSP00000494574.1",
          "transcript_support_level": null,
          "aa_start": 1827,
          "aa_end": null,
          "aa_length": 1892,
          "cds_start": 5480,
          "cds_end": null,
          "cds_length": 5679,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000646806.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 38,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHD4",
          "gene_hgnc_id": 1919,
          "hgvs_c": "c.5480A>G",
          "hgvs_p": "p.Asn1827Ser",
          "transcript": "ENST00000931053.1",
          "protein_id": "ENSP00000601112.1",
          "transcript_support_level": null,
          "aa_start": 1827,
          "aa_end": null,
          "aa_length": 1892,
          "cds_start": 5480,
          "cds_end": null,
          "cds_length": 5679,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000931053.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 38,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHD4",
          "gene_hgnc_id": 1919,
          "hgvs_c": "c.5480A>G",
          "hgvs_p": "p.Asn1827Ser",
          "transcript": "ENST00000957181.1",
          "protein_id": "ENSP00000627240.1",
          "transcript_support_level": null,
          "aa_start": 1827,
          "aa_end": null,
          "aa_length": 1892,
          "cds_start": 5480,
          "cds_end": null,
          "cds_length": 5679,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000957181.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 38,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHD4",
          "gene_hgnc_id": 1919,
          "hgvs_c": "c.5477A>G",
          "hgvs_p": "p.Asn1826Ser",
          "transcript": "ENST00000931046.1",
          "protein_id": "ENSP00000601105.1",
          "transcript_support_level": null,
          "aa_start": 1826,
          "aa_end": null,
          "aa_length": 1891,
          "cds_start": 5477,
          "cds_end": null,
          "cds_length": 5676,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000931046.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 38,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHD4",
          "gene_hgnc_id": 1919,
          "hgvs_c": "c.5474A>G",
          "hgvs_p": "p.Asn1825Ser",
          "transcript": "ENST00000931047.1",
          "protein_id": "ENSP00000601106.1",
          "transcript_support_level": null,
          "aa_start": 1825,
          "aa_end": null,
          "aa_length": 1890,
          "cds_start": 5474,
          "cds_end": null,
          "cds_length": 5673,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000931047.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 37,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHD4",
          "gene_hgnc_id": 1919,
          "hgvs_c": "c.5465A>G",
          "hgvs_p": "p.Asn1822Ser",
          "transcript": "ENST00000642594.1",
          "protein_id": "ENSP00000493619.1",
          "transcript_support_level": null,
          "aa_start": 1822,
          "aa_end": null,
          "aa_length": 1888,
          "cds_start": 5465,
          "cds_end": null,
          "cds_length": 5667,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000642594.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 31,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHD4",
          "gene_hgnc_id": 1919,
          "hgvs_c": "c.4463A>G",
          "hgvs_p": "p.Asn1488Ser",
          "transcript": "ENST00000646608.1",
          "protein_id": "ENSP00000493829.1",
          "transcript_support_level": null,
          "aa_start": 1488,
          "aa_end": null,
          "aa_length": 1553,
          "cds_start": 4463,
          "cds_end": null,
          "cds_length": 4662,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000646608.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHD4",
          "gene_hgnc_id": 1919,
          "hgvs_c": "c.4253A>G",
          "hgvs_p": "p.Asn1418Ser",
          "transcript": "ENST00000643815.1",
          "protein_id": "ENSP00000494247.1",
          "transcript_support_level": null,
          "aa_start": 1418,
          "aa_end": null,
          "aa_length": 1483,
          "cds_start": 4253,
          "cds_end": null,
          "cds_length": 4452,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000643815.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHD4",
          "gene_hgnc_id": 1919,
          "hgvs_c": "c.3587A>G",
          "hgvs_p": "p.Asn1196Ser",
          "transcript": "ENST00000647483.1",
          "protein_id": "ENSP00000494126.1",
          "transcript_support_level": null,
          "aa_start": 1196,
          "aa_end": null,
          "aa_length": 1261,
          "cds_start": 3587,
          "cds_end": null,
          "cds_length": 3786,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000647483.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHD4",
          "gene_hgnc_id": 1919,
          "hgvs_c": "c.3449A>G",
          "hgvs_p": "p.Asn1150Ser",
          "transcript": "ENST00000644352.1",
          "protein_id": "ENSP00000494981.1",
          "transcript_support_level": null,
          "aa_start": 1150,
          "aa_end": null,
          "aa_length": 1215,
          "cds_start": 3449,
          "cds_end": null,
          "cds_length": 3648,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000644352.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHD4",
          "gene_hgnc_id": 1919,
          "hgvs_c": "c.1616A>G",
          "hgvs_p": "p.Asn539Ser",
          "transcript": "ENST00000646462.1",
          "protein_id": "ENSP00000496291.1",
          "transcript_support_level": null,
          "aa_start": 539,
          "aa_end": null,
          "aa_length": 604,
          "cds_start": 1616,
          "cds_end": null,
          "cds_length": 1815,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000646462.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHD4",
          "gene_hgnc_id": 1919,
          "hgvs_c": "c.1472A>G",
          "hgvs_p": "p.Asn491Ser",
          "transcript": "ENST00000644077.1",
          "protein_id": "ENSP00000496233.1",
          "transcript_support_level": null,
          "aa_start": 491,
          "aa_end": null,
          "aa_length": 559,
          "cds_start": 1472,
          "cds_end": null,
          "cds_length": 1680,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000644077.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHD4",
          "gene_hgnc_id": 1919,
          "hgvs_c": "c.71A>G",
          "hgvs_p": "p.Asn24Ser",
          "transcript": "ENST00000645143.1",
          "protein_id": "ENSP00000495834.1",
          "transcript_support_level": null,
          "aa_start": 24,
          "aa_end": null,
          "aa_length": 47,
          "cds_start": 71,
          "cds_end": null,
          "cds_length": 144,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000645143.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHD4",
          "gene_hgnc_id": 1919,
          "hgvs_c": "n.*396A>G",
          "hgvs_p": null,
          "transcript": "ENST00000642637.1",
          "protein_id": "ENSP00000495233.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000642637.1"
        },
        {
          "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": "CHD4",
          "gene_hgnc_id": 1919,
          "hgvs_c": "n.312A>G",
          "hgvs_p": null,
          "transcript": "ENST00000642686.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000642686.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 38,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHD4",
          "gene_hgnc_id": 1919,
          "hgvs_c": "n.*1204A>G",
          "hgvs_p": null,
          "transcript": "ENST00000642810.1",
          "protein_id": "ENSP00000495160.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000642810.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHD4",
          "gene_hgnc_id": 1919,
          "hgvs_c": "n.991A>G",
          "hgvs_p": null,
          "transcript": "ENST00000642860.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000642860.1"
        },
        {
          "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": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHD4",
          "gene_hgnc_id": 1919,
          "hgvs_c": "n.11A>G",
          "hgvs_p": null,
          "transcript": "ENST00000642893.1",
          "protein_id": "ENSP00000494441.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000642893.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHD4",
          "gene_hgnc_id": 1919,
          "hgvs_c": "n.670A>G",
          "hgvs_p": null,
          "transcript": "ENST00000643367.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000643367.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHD4",
          "gene_hgnc_id": 1919,
          "hgvs_c": "n.*396A>G",
          "hgvs_p": null,
          "transcript": "ENST00000643538.1",
          "protein_id": "ENSP00000494571.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000643538.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 39,
          "exon_rank_end": null,
          "exon_count": 41,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHD4",
          "gene_hgnc_id": 1919,
          "hgvs_c": "n.*679A>G",
          "hgvs_p": null,
          "transcript": "ENST00000644137.1",
          "protein_id": "ENSP00000495816.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000644137.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHD4",
          "gene_hgnc_id": 1919,
          "hgvs_c": "n.*621A>G",
          "hgvs_p": null,
          "transcript": "ENST00000644652.1",
          "protein_id": "ENSP00000495539.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000644652.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHD4",
          "gene_hgnc_id": 1919,
          "hgvs_c": "n.961A>G",
          "hgvs_p": null,
          "transcript": "ENST00000645199.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000645199.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHD4",
          "gene_hgnc_id": 1919,
          "hgvs_c": "n.*396A>G",
          "hgvs_p": null,
          "transcript": "ENST00000645991.1",
          "protein_id": "ENSP00000496457.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000645991.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 37,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHD4",
          "gene_hgnc_id": 1919,
          "hgvs_c": "n.*1204A>G",
          "hgvs_p": null,
          "transcript": "ENST00000646268.1",
          "protein_id": "ENSP00000495023.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000646268.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHD4",
          "gene_hgnc_id": 1919,
          "hgvs_c": "n.2194A>G",
          "hgvs_p": null,
          "transcript": "ENST00000646360.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000646360.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHD4",
          "gene_hgnc_id": 1919,
          "hgvs_c": "n.776A>G",
          "hgvs_p": null,
          "transcript": "ENST00000647112.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000647112.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHD4",
          "gene_hgnc_id": 1919,
          "hgvs_c": "n.1301A>G",
          "hgvs_p": null,
          "transcript": "ENST00000647394.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000647394.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHD4",
          "gene_hgnc_id": 1919,
          "hgvs_c": "n.2410A>G",
          "hgvs_p": null,
          "transcript": "ENST00000647535.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000647535.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHD4",
          "gene_hgnc_id": 1919,
          "hgvs_c": "n.*396A>G",
          "hgvs_p": null,
          "transcript": "ENST00000642637.1",
          "protein_id": "ENSP00000495233.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000642637.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 38,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHD4",
          "gene_hgnc_id": 1919,
          "hgvs_c": "n.*1204A>G",
          "hgvs_p": null,
          "transcript": "ENST00000642810.1",
          "protein_id": "ENSP00000495160.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000642810.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHD4",
          "gene_hgnc_id": 1919,
          "hgvs_c": "n.*396A>G",
          "hgvs_p": null,
          "transcript": "ENST00000643538.1",
          "protein_id": "ENSP00000494571.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000643538.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 39,
          "exon_rank_end": null,
          "exon_count": 41,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHD4",
          "gene_hgnc_id": 1919,
          "hgvs_c": "n.*679A>G",
          "hgvs_p": null,
          "transcript": "ENST00000644137.1",
          "protein_id": "ENSP00000495816.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000644137.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHD4",
          "gene_hgnc_id": 1919,
          "hgvs_c": "n.*621A>G",
          "hgvs_p": null,
          "transcript": "ENST00000644652.1",
          "protein_id": "ENSP00000495539.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000644652.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHD4",
          "gene_hgnc_id": 1919,
          "hgvs_c": "n.*396A>G",
          "hgvs_p": null,
          "transcript": "ENST00000645991.1",
          "protein_id": "ENSP00000496457.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000645991.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 37,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHD4",
          "gene_hgnc_id": 1919,
          "hgvs_c": "n.*1204A>G",
          "hgvs_p": null,
          "transcript": "ENST00000646268.1",
          "protein_id": "ENSP00000495023.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000646268.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "CHD4-AS1",
          "gene_hgnc_id": 58242,
          "hgvs_c": "n.458+3561T>C",
          "hgvs_p": null,
          "transcript": "NR_199066.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_199066.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "CHD4-AS1",
          "gene_hgnc_id": 58242,
          "hgvs_c": "n.1160+3561T>C",
          "hgvs_p": null,
          "transcript": "NR_199067.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_199067.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHD4",
          "gene_hgnc_id": 1919,
          "hgvs_c": "n.*28A>G",
          "hgvs_p": null,
          "transcript": "ENST00000646609.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000646609.1"
        }
      ],
      "gene_symbol": "CHD4",
      "gene_hgnc_id": 1919,
      "dbsnp": null,
      "frequency_reference_population": 6.86128e-7,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 1,
      "gnomad_exomes_af": 6.86128e-7,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": 1,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.8675767183303833,
      "computational_prediction_selected": "Pathogenic",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.764,
      "revel_prediction": "Pathogenic",
      "alphamissense_score": 0.5811,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.13,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 7.991,
      "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": 4,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,PP3_Moderate",
      "acmg_by_gene": [
        {
          "score": 4,
          "benign_score": 0,
          "pathogenic_score": 4,
          "criteria": [
            "PM2",
            "PP3_Moderate"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NM_001273.5",
          "gene_symbol": "CHD4",
          "hgnc_id": 1919,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.5540A>G",
          "hgvs_p": "p.Asn1847Ser"
        },
        {
          "score": 4,
          "benign_score": 0,
          "pathogenic_score": 4,
          "criteria": [
            "PM2",
            "PP3_Moderate"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "ENST00000644480.2",
          "gene_symbol": "ENSG00000285238",
          "hgnc_id": null,
          "effects": [
            "non_coding_transcript_exon_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.*621A>G",
          "hgvs_p": null
        },
        {
          "score": 4,
          "benign_score": 0,
          "pathogenic_score": 4,
          "criteria": [
            "PM2",
            "PP3_Moderate"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NR_199066.1",
          "gene_symbol": "CHD4-AS1",
          "hgnc_id": 58242,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.458+3561T>C",
          "hgvs_p": null
        }
      ],
      "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
}