← 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: 1-147286485-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=147286485&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 147286485,
"ref": "A",
"alt": "G",
"effect": "missense_variant",
"transcript": "ENST00000369258.8",
"consequences": [
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHD1L",
"gene_hgnc_id": 1916,
"hgvs_c": "c.2206A>G",
"hgvs_p": "p.Ile736Val",
"transcript": "NM_004284.6",
"protein_id": "NP_004275.4",
"transcript_support_level": null,
"aa_start": 736,
"aa_end": null,
"aa_length": 897,
"cds_start": 2206,
"cds_end": null,
"cds_length": 2694,
"cdna_start": 2226,
"cdna_end": null,
"cdna_length": 2967,
"mane_select": "ENST00000369258.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHD1L",
"gene_hgnc_id": 1916,
"hgvs_c": "c.2206A>G",
"hgvs_p": "p.Ile736Val",
"transcript": "ENST00000369258.8",
"protein_id": "ENSP00000358262.4",
"transcript_support_level": 1,
"aa_start": 736,
"aa_end": null,
"aa_length": 897,
"cds_start": 2206,
"cds_end": null,
"cds_length": 2694,
"cdna_start": 2226,
"cdna_end": null,
"cdna_length": 2967,
"mane_select": "NM_004284.6",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHD1L",
"gene_hgnc_id": 1916,
"hgvs_c": "c.1594A>G",
"hgvs_p": "p.Ile532Val",
"transcript": "ENST00000369259.4",
"protein_id": "ENSP00000358263.3",
"transcript_support_level": 1,
"aa_start": 532,
"aa_end": null,
"aa_length": 693,
"cds_start": 1594,
"cds_end": null,
"cds_length": 2082,
"cdna_start": 1614,
"cdna_end": null,
"cdna_length": 2358,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHD1L",
"gene_hgnc_id": 1916,
"hgvs_c": "n.*887A>G",
"hgvs_p": null,
"transcript": "ENST00000467213.5",
"protein_id": "ENSP00000477985.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2782,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHD1L",
"gene_hgnc_id": 1916,
"hgvs_c": "n.*887A>G",
"hgvs_p": null,
"transcript": "ENST00000467213.5",
"protein_id": "ENSP00000477985.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2782,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "LINC00624",
"gene_hgnc_id": 44254,
"hgvs_c": "n.997-25509T>C",
"hgvs_p": null,
"transcript": "ENST00000619867.4",
"protein_id": null,
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3088,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHD1L",
"gene_hgnc_id": 1916,
"hgvs_c": "c.1990A>G",
"hgvs_p": "p.Ile664Val",
"transcript": "NM_001348451.2",
"protein_id": "NP_001335380.1",
"transcript_support_level": null,
"aa_start": 664,
"aa_end": null,
"aa_length": 825,
"cds_start": 1990,
"cds_end": null,
"cds_length": 2478,
"cdna_start": 3054,
"cdna_end": null,
"cdna_length": 3795,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHD1L",
"gene_hgnc_id": 1916,
"hgvs_c": "c.1990A>G",
"hgvs_p": "p.Ile664Val",
"transcript": "NM_001348452.2",
"protein_id": "NP_001335381.1",
"transcript_support_level": null,
"aa_start": 664,
"aa_end": null,
"aa_length": 825,
"cds_start": 1990,
"cds_end": null,
"cds_length": 2478,
"cdna_start": 2130,
"cdna_end": null,
"cdna_length": 2871,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHD1L",
"gene_hgnc_id": 1916,
"hgvs_c": "c.1990A>G",
"hgvs_p": "p.Ile664Val",
"transcript": "ENST00000431239.6",
"protein_id": "ENSP00000389031.3",
"transcript_support_level": 5,
"aa_start": 664,
"aa_end": null,
"aa_length": 825,
"cds_start": 1990,
"cds_end": null,
"cds_length": 2478,
"cdna_start": 2130,
"cdna_end": null,
"cdna_length": 2798,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHD1L",
"gene_hgnc_id": 1916,
"hgvs_c": "c.1906A>G",
"hgvs_p": "p.Ile636Val",
"transcript": "NM_001256336.3",
"protein_id": "NP_001243265.1",
"transcript_support_level": null,
"aa_start": 636,
"aa_end": null,
"aa_length": 797,
"cds_start": 1906,
"cds_end": null,
"cds_length": 2394,
"cdna_start": 2119,
"cdna_end": null,
"cdna_length": 2860,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHD1L",
"gene_hgnc_id": 1916,
"hgvs_c": "c.1891A>G",
"hgvs_p": "p.Ile631Val",
"transcript": "ENST00000650714.1",
"protein_id": "ENSP00000499169.1",
"transcript_support_level": null,
"aa_start": 631,
"aa_end": null,
"aa_length": 792,
"cds_start": 1891,
"cds_end": null,
"cds_length": 2379,
"cdna_start": 1897,
"cdna_end": null,
"cdna_length": 2461,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHD1L",
"gene_hgnc_id": 1916,
"hgvs_c": "c.1867A>G",
"hgvs_p": "p.Ile623Val",
"transcript": "NM_001348453.2",
"protein_id": "NP_001335382.1",
"transcript_support_level": null,
"aa_start": 623,
"aa_end": null,
"aa_length": 784,
"cds_start": 1867,
"cds_end": null,
"cds_length": 2355,
"cdna_start": 2113,
"cdna_end": null,
"cdna_length": 2854,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHD1L",
"gene_hgnc_id": 1916,
"hgvs_c": "c.1867A>G",
"hgvs_p": "p.Ile623Val",
"transcript": "NM_024568.4",
"protein_id": "NP_078844.2",
"transcript_support_level": null,
"aa_start": 623,
"aa_end": null,
"aa_length": 784,
"cds_start": 1867,
"cds_end": null,
"cds_length": 2355,
"cdna_start": 2198,
"cdna_end": null,
"cdna_length": 2939,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHD1L",
"gene_hgnc_id": 1916,
"hgvs_c": "c.1750A>G",
"hgvs_p": "p.Ile584Val",
"transcript": "NM_001348454.2",
"protein_id": "NP_001335383.1",
"transcript_support_level": null,
"aa_start": 584,
"aa_end": null,
"aa_length": 745,
"cds_start": 1750,
"cds_end": null,
"cds_length": 2238,
"cdna_start": 1770,
"cdna_end": null,
"cdna_length": 2511,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHD1L",
"gene_hgnc_id": 1916,
"hgvs_c": "c.1750A>G",
"hgvs_p": "p.Ile584Val",
"transcript": "ENST00000361293.10",
"protein_id": "ENSP00000355100.6",
"transcript_support_level": 2,
"aa_start": 584,
"aa_end": null,
"aa_length": 745,
"cds_start": 1750,
"cds_end": null,
"cds_length": 2238,
"cdna_start": 1773,
"cdna_end": null,
"cdna_length": 2505,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHD1L",
"gene_hgnc_id": 1916,
"hgvs_c": "c.1717A>G",
"hgvs_p": "p.Ile573Val",
"transcript": "NM_001348455.2",
"protein_id": "NP_001335384.1",
"transcript_support_level": null,
"aa_start": 573,
"aa_end": null,
"aa_length": 734,
"cds_start": 1717,
"cds_end": null,
"cds_length": 2205,
"cdna_start": 2194,
"cdna_end": null,
"cdna_length": 2935,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHD1L",
"gene_hgnc_id": 1916,
"hgvs_c": "c.1594A>G",
"hgvs_p": "p.Ile532Val",
"transcript": "NM_001256338.3",
"protein_id": "NP_001243267.1",
"transcript_support_level": null,
"aa_start": 532,
"aa_end": null,
"aa_length": 693,
"cds_start": 1594,
"cds_end": null,
"cds_length": 2082,
"cdna_start": 1614,
"cdna_end": null,
"cdna_length": 2355,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHD1L",
"gene_hgnc_id": 1916,
"hgvs_c": "c.1363A>G",
"hgvs_p": "p.Ile455Val",
"transcript": "NM_001256337.3",
"protein_id": "NP_001243266.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 616,
"cds_start": 1363,
"cds_end": null,
"cds_length": 1851,
"cdna_start": 1696,
"cdna_end": null,
"cdna_length": 2437,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHD1L",
"gene_hgnc_id": 1916,
"hgvs_c": "c.1363A>G",
"hgvs_p": "p.Ile455Val",
"transcript": "NM_001348456.2",
"protein_id": "NP_001335385.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 616,
"cds_start": 1363,
"cds_end": null,
"cds_length": 1851,
"cdna_start": 1777,
"cdna_end": null,
"cdna_length": 2518,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHD1L",
"gene_hgnc_id": 1916,
"hgvs_c": "c.1363A>G",
"hgvs_p": "p.Ile455Val",
"transcript": "NM_001348457.2",
"protein_id": "NP_001335386.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 616,
"cds_start": 1363,
"cds_end": null,
"cds_length": 1851,
"cdna_start": 2106,
"cdna_end": null,
"cdna_length": 2847,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHD1L",
"gene_hgnc_id": 1916,
"hgvs_c": "c.1363A>G",
"hgvs_p": "p.Ile455Val",
"transcript": "NM_001348458.2",
"protein_id": "NP_001335387.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 616,
"cds_start": 1363,
"cds_end": null,
"cds_length": 1851,
"cdna_start": 2137,
"cdna_end": null,
"cdna_length": 2878,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHD1L",
"gene_hgnc_id": 1916,
"hgvs_c": "c.1363A>G",
"hgvs_p": "p.Ile455Val",
"transcript": "NM_001348459.2",
"protein_id": "NP_001335388.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 616,
"cds_start": 1363,
"cds_end": null,
"cds_length": 1851,
"cdna_start": 1999,
"cdna_end": null,
"cdna_length": 2740,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHD1L",
"gene_hgnc_id": 1916,
"hgvs_c": "c.1363A>G",
"hgvs_p": "p.Ile455Val",
"transcript": "NM_001348460.2",
"protein_id": "NP_001335389.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 616,
"cds_start": 1363,
"cds_end": null,
"cds_length": 1851,
"cdna_start": 2063,
"cdna_end": null,
"cdna_length": 2804,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHD1L",
"gene_hgnc_id": 1916,
"hgvs_c": "c.1363A>G",
"hgvs_p": "p.Ile455Val",
"transcript": "NM_001348461.2",
"protein_id": "NP_001335390.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 616,
"cds_start": 1363,
"cds_end": null,
"cds_length": 1851,
"cdna_start": 1950,
"cdna_end": null,
"cdna_length": 2691,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHD1L",
"gene_hgnc_id": 1916,
"hgvs_c": "c.1363A>G",
"hgvs_p": "p.Ile455Val",
"transcript": "NM_001348462.2",
"protein_id": "NP_001335391.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 616,
"cds_start": 1363,
"cds_end": null,
"cds_length": 1851,
"cdna_start": 2219,
"cdna_end": null,
"cdna_length": 2960,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHD1L",
"gene_hgnc_id": 1916,
"hgvs_c": "c.1363A>G",
"hgvs_p": "p.Ile455Val",
"transcript": "NM_001348463.2",
"protein_id": "NP_001335392.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 616,
"cds_start": 1363,
"cds_end": null,
"cds_length": 1851,
"cdna_start": 1859,
"cdna_end": null,
"cdna_length": 2600,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHD1L",
"gene_hgnc_id": 1916,
"hgvs_c": "c.1363A>G",
"hgvs_p": "p.Ile455Val",
"transcript": "NM_001348464.2",
"protein_id": "NP_001335393.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 616,
"cds_start": 1363,
"cds_end": null,
"cds_length": 1851,
"cdna_start": 2031,
"cdna_end": null,
"cdna_length": 2772,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHD1L",
"gene_hgnc_id": 1916,
"hgvs_c": "c.1363A>G",
"hgvs_p": "p.Ile455Val",
"transcript": "NM_001348465.2",
"protein_id": "NP_001335394.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 616,
"cds_start": 1363,
"cds_end": null,
"cds_length": 1851,
"cdna_start": 2144,
"cdna_end": null,
"cdna_length": 2885,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHD1L",
"gene_hgnc_id": 1916,
"hgvs_c": "c.1363A>G",
"hgvs_p": "p.Ile455Val",
"transcript": "NM_001348466.2",
"protein_id": "NP_001335395.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 616,
"cds_start": 1363,
"cds_end": null,
"cds_length": 1851,
"cdna_start": 1852,
"cdna_end": null,
"cdna_length": 2593,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHD1L",
"gene_hgnc_id": 1916,
"hgvs_c": "c.1063A>G",
"hgvs_p": "p.Ile355Val",
"transcript": "ENST00000652587.1",
"protein_id": "ENSP00000498899.1",
"transcript_support_level": null,
"aa_start": 355,
"aa_end": null,
"aa_length": 516,
"cds_start": 1063,
"cds_end": null,
"cds_length": 1551,
"cdna_start": 1113,
"cdna_end": null,
"cdna_length": 1822,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHD1L",
"gene_hgnc_id": 1916,
"hgvs_c": "c.925A>G",
"hgvs_p": "p.Ile309Val",
"transcript": "XM_024451051.2",
"protein_id": "XP_024306819.1",
"transcript_support_level": null,
"aa_start": 309,
"aa_end": null,
"aa_length": 470,
"cds_start": 925,
"cds_end": null,
"cds_length": 1413,
"cdna_start": 1261,
"cdna_end": null,
"cdna_length": 2002,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHD1L",
"gene_hgnc_id": 1916,
"hgvs_c": "n.*1505A>G",
"hgvs_p": null,
"transcript": "ENST00000488864.5",
"protein_id": "ENSP00000482764.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2415,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHD1L",
"gene_hgnc_id": 1916,
"hgvs_c": "n.*1929A>G",
"hgvs_p": null,
"transcript": "ENST00000622533.4",
"protein_id": "ENSP00000480553.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2937,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHD1L",
"gene_hgnc_id": 1916,
"hgvs_c": "n.*1034A>G",
"hgvs_p": null,
"transcript": "ENST00000650721.1",
"protein_id": "ENSP00000498234.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2862,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000237188",
"gene_hgnc_id": null,
"hgvs_c": "n.2268A>G",
"hgvs_p": null,
"transcript": "ENST00000650785.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2981,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHD1L",
"gene_hgnc_id": 1916,
"hgvs_c": "n.1436A>G",
"hgvs_p": null,
"transcript": "ENST00000650813.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2144,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHD1L",
"gene_hgnc_id": 1916,
"hgvs_c": "n.*1826A>G",
"hgvs_p": null,
"transcript": "ENST00000650828.1",
"protein_id": "ENSP00000499019.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2717,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHD1L",
"gene_hgnc_id": 1916,
"hgvs_c": "n.*1383A>G",
"hgvs_p": null,
"transcript": "ENST00000651070.1",
"protein_id": "ENSP00000498564.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3189,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHD1L",
"gene_hgnc_id": 1916,
"hgvs_c": "n.*1034A>G",
"hgvs_p": null,
"transcript": "ENST00000651206.1",
"protein_id": "ENSP00000498494.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2872,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHD1L",
"gene_hgnc_id": 1916,
"hgvs_c": "n.*1843A>G",
"hgvs_p": null,
"transcript": "ENST00000651207.1",
"protein_id": "ENSP00000499060.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2770,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHD1L",
"gene_hgnc_id": 1916,
"hgvs_c": "n.*2166A>G",
"hgvs_p": null,
"transcript": "ENST00000651226.1",
"protein_id": "ENSP00000498459.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3344,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHD1L",
"gene_hgnc_id": 1916,
"hgvs_c": "n.2179A>G",
"hgvs_p": null,
"transcript": "ENST00000651231.1",
"protein_id": "ENSP00000499028.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3021,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHD1L",
"gene_hgnc_id": 1916,
"hgvs_c": "n.*1218A>G",
"hgvs_p": null,
"transcript": "ENST00000651407.1",
"protein_id": "ENSP00000499081.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3050,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHD1L",
"gene_hgnc_id": 1916,
"hgvs_c": "n.*1428A>G",
"hgvs_p": null,
"transcript": "ENST00000651410.1",
"protein_id": "ENSP00000498830.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2792,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHD1L",
"gene_hgnc_id": 1916,
"hgvs_c": "n.*1745A>G",
"hgvs_p": null,
"transcript": "ENST00000651420.1",
"protein_id": "ENSP00000499167.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2841,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHD1L",
"gene_hgnc_id": 1916,
"hgvs_c": "n.*1620A>G",
"hgvs_p": null,
"transcript": "ENST00000651510.1",
"protein_id": "ENSP00000499181.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2881,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHD1L",
"gene_hgnc_id": 1916,
"hgvs_c": "n.*1562A>G",
"hgvs_p": null,
"transcript": "ENST00000651820.1",
"protein_id": "ENSP00000498598.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2731,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHD1L",
"gene_hgnc_id": 1916,
"hgvs_c": "n.*1589A>G",
"hgvs_p": null,
"transcript": "ENST00000652161.1",
"protein_id": "ENSP00000498703.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2591,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHD1L",
"gene_hgnc_id": 1916,
"hgvs_c": "n.*1682A>G",
"hgvs_p": null,
"transcript": "ENST00000652188.1",
"protein_id": "ENSP00000498675.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2890,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHD1L",
"gene_hgnc_id": 1916,
"hgvs_c": "n.*1810A>G",
"hgvs_p": null,
"transcript": "ENST00000652278.1",
"protein_id": "ENSP00000499065.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3025,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHD1L",
"gene_hgnc_id": 1916,
"hgvs_c": "n.*1668A>G",
"hgvs_p": null,
"transcript": "ENST00000652346.1",
"protein_id": "ENSP00000498239.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2578,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHD1L",
"gene_hgnc_id": 1916,
"hgvs_c": "n.*1762A>G",
"hgvs_p": null,
"transcript": "ENST00000652357.1",
"protein_id": "ENSP00000498808.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2663,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHD1L",
"gene_hgnc_id": 1916,
"hgvs_c": "n.*1730A>G",
"hgvs_p": null,
"transcript": "ENST00000652486.1",
"protein_id": "ENSP00000499043.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3058,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHD1L",
"gene_hgnc_id": 1916,
"hgvs_c": "n.*1546A>G",
"hgvs_p": null,
"transcript": "ENST00000652494.1",
"protein_id": "ENSP00000499049.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2818,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHD1L",
"gene_hgnc_id": 1916,
"hgvs_c": "n.*1925A>G",
"hgvs_p": null,
"transcript": "ENST00000652616.1",
"protein_id": "ENSP00000499195.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2827,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHD1L",
"gene_hgnc_id": 1916,
"hgvs_c": "n.2041A>G",
"hgvs_p": null,
"transcript": "NR_046070.3",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2782,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHD1L",
"gene_hgnc_id": 1916,
"hgvs_c": "n.1963A>G",
"hgvs_p": null,
"transcript": "NR_145681.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2704,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHD1L",
"gene_hgnc_id": 1916,
"hgvs_c": "n.2152A>G",
"hgvs_p": null,
"transcript": "NR_145682.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2893,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHD1L",
"gene_hgnc_id": 1916,
"hgvs_c": "n.2145A>G",
"hgvs_p": null,
"transcript": "NR_145683.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2886,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHD1L",
"gene_hgnc_id": 1916,
"hgvs_c": "n.2032A>G",
"hgvs_p": null,
"transcript": "NR_145684.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2773,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHD1L",
"gene_hgnc_id": 1916,
"hgvs_c": "n.2063A>G",
"hgvs_p": null,
"transcript": "NR_145685.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2804,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHD1L",
"gene_hgnc_id": 1916,
"hgvs_c": "n.2336A>G",
"hgvs_p": null,
"transcript": "NR_145686.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3077,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHD1L",
"gene_hgnc_id": 1916,
"hgvs_c": "n.1273A>G",
"hgvs_p": null,
"transcript": "NR_145687.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2014,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHD1L",
"gene_hgnc_id": 1916,
"hgvs_c": "n.2007A>G",
"hgvs_p": null,
"transcript": "NR_145688.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2748,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHD1L",
"gene_hgnc_id": 1916,
"hgvs_c": "n.2039A>G",
"hgvs_p": null,
"transcript": "NR_145689.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2780,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHD1L",
"gene_hgnc_id": 1916,
"hgvs_c": "n.1703A>G",
"hgvs_p": null,
"transcript": "NR_145690.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2444,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHD1L",
"gene_hgnc_id": 1916,
"hgvs_c": "n.1871A>G",
"hgvs_p": null,
"transcript": "NR_145691.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2612,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHD1L",
"gene_hgnc_id": 1916,
"hgvs_c": "n.2070A>G",
"hgvs_p": null,
"transcript": "NR_145692.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2811,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHD1L",
"gene_hgnc_id": 1916,
"hgvs_c": "n.1653A>G",
"hgvs_p": null,
"transcript": "NR_145693.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2394,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHD1L",
"gene_hgnc_id": 1916,
"hgvs_c": "n.2329A>G",
"hgvs_p": null,
"transcript": "NR_145694.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3070,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHD1L",
"gene_hgnc_id": 1916,
"hgvs_c": "n.1957A>G",
"hgvs_p": null,
"transcript": "NR_145695.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2698,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHD1L",
"gene_hgnc_id": 1916,
"hgvs_c": "n.*1505A>G",
"hgvs_p": null,
"transcript": "ENST00000488864.5",
"protein_id": "ENSP00000482764.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2415,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHD1L",
"gene_hgnc_id": 1916,
"hgvs_c": "n.*1929A>G",
"hgvs_p": null,
"transcript": "ENST00000622533.4",
"protein_id": "ENSP00000480553.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2937,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHD1L",
"gene_hgnc_id": 1916,
"hgvs_c": "n.*1034A>G",
"hgvs_p": null,
"transcript": "ENST00000650721.1",
"protein_id": "ENSP00000498234.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2862,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHD1L",
"gene_hgnc_id": 1916,
"hgvs_c": "n.*1826A>G",
"hgvs_p": null,
"transcript": "ENST00000650828.1",
"protein_id": "ENSP00000499019.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2717,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHD1L",
"gene_hgnc_id": 1916,
"hgvs_c": "n.*1383A>G",
"hgvs_p": null,
"transcript": "ENST00000651070.1",
"protein_id": "ENSP00000498564.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3189,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHD1L",
"gene_hgnc_id": 1916,
"hgvs_c": "n.*1034A>G",
"hgvs_p": null,
"transcript": "ENST00000651206.1",
"protein_id": "ENSP00000498494.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2872,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHD1L",
"gene_hgnc_id": 1916,
"hgvs_c": "n.*1843A>G",
"hgvs_p": null,
"transcript": "ENST00000651207.1",
"protein_id": "ENSP00000499060.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2770,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHD1L",
"gene_hgnc_id": 1916,
"hgvs_c": "n.*2166A>G",
"hgvs_p": null,
"transcript": "ENST00000651226.1",
"protein_id": "ENSP00000498459.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3344,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHD1L",
"gene_hgnc_id": 1916,
"hgvs_c": "n.*1218A>G",
"hgvs_p": null,
"transcript": "ENST00000651407.1",
"protein_id": "ENSP00000499081.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3050,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHD1L",
"gene_hgnc_id": 1916,
"hgvs_c": "n.*1428A>G",
"hgvs_p": null,
"transcript": "ENST00000651410.1",
"protein_id": "ENSP00000498830.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2792,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHD1L",
"gene_hgnc_id": 1916,
"hgvs_c": "n.*1745A>G",
"hgvs_p": null,
"transcript": "ENST00000651420.1",
"protein_id": "ENSP00000499167.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2841,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHD1L",
"gene_hgnc_id": 1916,
"hgvs_c": "n.*1620A>G",
"hgvs_p": null,
"transcript": "ENST00000651510.1",
"protein_id": "ENSP00000499181.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2881,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHD1L",
"gene_hgnc_id": 1916,
"hgvs_c": "n.*1562A>G",
"hgvs_p": null,
"transcript": "ENST00000651820.1",
"protein_id": "ENSP00000498598.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2731,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHD1L",
"gene_hgnc_id": 1916,
"hgvs_c": "n.*1589A>G",
"hgvs_p": null,
"transcript": "ENST00000652161.1",
"protein_id": "ENSP00000498703.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2591,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHD1L",
"gene_hgnc_id": 1916,
"hgvs_c": "n.*1682A>G",
"hgvs_p": null,
"transcript": "ENST00000652188.1",
"protein_id": "ENSP00000498675.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2890,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHD1L",
"gene_hgnc_id": 1916,
"hgvs_c": "n.*1810A>G",
"hgvs_p": null,
"transcript": "ENST00000652278.1",
"protein_id": "ENSP00000499065.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3025,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHD1L",
"gene_hgnc_id": 1916,
"hgvs_c": "n.*1668A>G",
"hgvs_p": null,
"transcript": "ENST00000652346.1",
"protein_id": "ENSP00000498239.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2578,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHD1L",
"gene_hgnc_id": 1916,
"hgvs_c": "n.*1762A>G",
"hgvs_p": null,
"transcript": "ENST00000652357.1",
"protein_id": "ENSP00000498808.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2663,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHD1L",
"gene_hgnc_id": 1916,
"hgvs_c": "n.*1730A>G",
"hgvs_p": null,
"transcript": "ENST00000652486.1",
"protein_id": "ENSP00000499043.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3058,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHD1L",
"gene_hgnc_id": 1916,
"hgvs_c": "n.*1546A>G",
"hgvs_p": null,
"transcript": "ENST00000652494.1",
"protein_id": "ENSP00000499049.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2818,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHD1L",
"gene_hgnc_id": 1916,
"hgvs_c": "n.*1925A>G",
"hgvs_p": null,
"transcript": "ENST00000652616.1",
"protein_id": "ENSP00000499195.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2827,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000237188",
"gene_hgnc_id": null,
"hgvs_c": "n.*92A>G",
"hgvs_p": null,
"transcript": "ENST00000651151.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2506,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "CHD1L",
"gene_hgnc_id": 1916,
"dbsnp": "rs369564534",
"frequency_reference_population": 0.00004585712,
"hom_count_reference_population": 1,
"allele_count_reference_population": 74,
"gnomad_exomes_af": 0.0000437913,
"gnomad_genomes_af": 0.0000656901,
"gnomad_exomes_ac": 64,
"gnomad_genomes_ac": 10,
"gnomad_exomes_homalt": 1,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.10842731595039368,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.106,
"revel_prediction": "Benign",
"alphamissense_score": 0.0991,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.29,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 3.605,
"phylop100way_prediction": "Benign",
"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": -6,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Moderate,BS2",
"acmg_by_gene": [
{
"score": -6,
"benign_score": 6,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate",
"BS2"
],
"verdict": "Likely_benign",
"transcript": "ENST00000369258.8",
"gene_symbol": "CHD1L",
"hgnc_id": 1916,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.2206A>G",
"hgvs_p": "p.Ile736Val"
},
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000650785.1",
"gene_symbol": "ENSG00000237188",
"hgnc_id": null,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.2268A>G",
"hgvs_p": null
},
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000619867.4",
"gene_symbol": "LINC00624",
"hgnc_id": 44254,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.997-25509T>C",
"hgvs_p": null
}
],
"clinvar_disease": "Congenital anomaly of kidney and urinary tract",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "Congenital anomaly of kidney and urinary tract",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}