← 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-6573078-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=6573078&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "12",
"pos": 6573078,
"ref": "G",
"alt": "A",
"effect": "synonymous_variant",
"transcript": "NM_001273.5",
"consequences": [
{
"aa_ref": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.5553C>T",
"hgvs_p": "p.His1851His",
"transcript": "NM_001273.5",
"protein_id": "NP_001264.2",
"transcript_support_level": null,
"aa_start": 1851,
"aa_end": null,
"aa_length": 1912,
"cds_start": 5553,
"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": "H",
"aa_alt": "H",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.5553C>T",
"hgvs_p": "p.His1851His",
"transcript": "ENST00000544040.7",
"protein_id": "ENSP00000440542.2",
"transcript_support_level": 5,
"aa_start": 1851,
"aa_end": null,
"aa_length": 1912,
"cds_start": 5553,
"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": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.5520C>T",
"hgvs_p": "p.His1840His",
"transcript": "ENST00000357008.7",
"protein_id": "ENSP00000349508.3",
"transcript_support_level": 1,
"aa_start": 1840,
"aa_end": null,
"aa_length": 1902,
"cds_start": 5520,
"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.*634C>T",
"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.*634C>T",
"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-6461C>T",
"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": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.5637C>T",
"hgvs_p": "p.His1879His",
"transcript": "ENST00000645095.1",
"protein_id": "ENSP00000496634.1",
"transcript_support_level": null,
"aa_start": 1879,
"aa_end": null,
"aa_length": 1940,
"cds_start": 5637,
"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": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.5628C>T",
"hgvs_p": "p.His1876His",
"transcript": "ENST00000544484.6",
"protein_id": "ENSP00000440392.1",
"transcript_support_level": 2,
"aa_start": 1876,
"aa_end": null,
"aa_length": 1937,
"cds_start": 5628,
"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": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.5577C>T",
"hgvs_p": "p.His1859His",
"transcript": "ENST00000642879.1",
"protein_id": "ENSP00000494456.1",
"transcript_support_level": null,
"aa_start": 1859,
"aa_end": null,
"aa_length": 1920,
"cds_start": 5577,
"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": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.5559C>T",
"hgvs_p": "p.His1853His",
"transcript": "ENST00000931052.1",
"protein_id": "ENSP00000601111.1",
"transcript_support_level": null,
"aa_start": 1853,
"aa_end": null,
"aa_length": 1915,
"cds_start": 5559,
"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": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.5559C>T",
"hgvs_p": "p.His1853His",
"transcript": "ENST00000645005.1",
"protein_id": "ENSP00000493471.1",
"transcript_support_level": null,
"aa_start": 1853,
"aa_end": null,
"aa_length": 1914,
"cds_start": 5559,
"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": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.5553C>T",
"hgvs_p": "p.His1851His",
"transcript": "ENST00000931051.1",
"protein_id": "ENSP00000601110.1",
"transcript_support_level": null,
"aa_start": 1851,
"aa_end": null,
"aa_length": 1913,
"cds_start": 5553,
"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": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.5538C>T",
"hgvs_p": "p.His1846His",
"transcript": "ENST00000931042.1",
"protein_id": "ENSP00000601101.1",
"transcript_support_level": null,
"aa_start": 1846,
"aa_end": null,
"aa_length": 1908,
"cds_start": 5538,
"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": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.5538C>T",
"hgvs_p": "p.His1846His",
"transcript": "ENST00000931045.1",
"protein_id": "ENSP00000601104.1",
"transcript_support_level": null,
"aa_start": 1846,
"aa_end": null,
"aa_length": 1907,
"cds_start": 5538,
"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": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.5532C>T",
"hgvs_p": "p.His1844His",
"transcript": "NM_001297553.2",
"protein_id": "NP_001284482.1",
"transcript_support_level": null,
"aa_start": 1844,
"aa_end": null,
"aa_length": 1905,
"cds_start": 5532,
"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": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.5532C>T",
"hgvs_p": "p.His1844His",
"transcript": "ENST00000645022.1",
"protein_id": "ENSP00000496163.1",
"transcript_support_level": null,
"aa_start": 1844,
"aa_end": null,
"aa_length": 1905,
"cds_start": 5532,
"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": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.5532C>T",
"hgvs_p": "p.His1844His",
"transcript": "ENST00000957180.1",
"protein_id": "ENSP00000627239.1",
"transcript_support_level": null,
"aa_start": 1844,
"aa_end": null,
"aa_length": 1905,
"cds_start": 5532,
"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": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.5529C>T",
"hgvs_p": "p.His1843His",
"transcript": "ENST00000931049.1",
"protein_id": "ENSP00000601108.1",
"transcript_support_level": null,
"aa_start": 1843,
"aa_end": null,
"aa_length": 1904,
"cds_start": 5529,
"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": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.5529C>T",
"hgvs_p": "p.His1843His",
"transcript": "ENST00000957179.1",
"protein_id": "ENSP00000627238.1",
"transcript_support_level": null,
"aa_start": 1843,
"aa_end": null,
"aa_length": 1904,
"cds_start": 5529,
"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": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.5526C>T",
"hgvs_p": "p.His1842His",
"transcript": "ENST00000643335.1",
"protein_id": "ENSP00000496358.1",
"transcript_support_level": null,
"aa_start": 1842,
"aa_end": null,
"aa_length": 1903,
"cds_start": 5526,
"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": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.5520C>T",
"hgvs_p": "p.His1840His",
"transcript": "NM_001363606.2",
"protein_id": "NP_001350535.1",
"transcript_support_level": null,
"aa_start": 1840,
"aa_end": null,
"aa_length": 1902,
"cds_start": 5520,
"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": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.5520C>T",
"hgvs_p": "p.His1840His",
"transcript": "ENST00000931048.1",
"protein_id": "ENSP00000601107.1",
"transcript_support_level": null,
"aa_start": 1840,
"aa_end": null,
"aa_length": 1901,
"cds_start": 5520,
"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": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.5514C>T",
"hgvs_p": "p.His1838His",
"transcript": "ENST00000931044.1",
"protein_id": "ENSP00000601103.1",
"transcript_support_level": null,
"aa_start": 1838,
"aa_end": null,
"aa_length": 1900,
"cds_start": 5514,
"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": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.5514C>T",
"hgvs_p": "p.His1838His",
"transcript": "ENST00000645645.1",
"protein_id": "ENSP00000496543.1",
"transcript_support_level": null,
"aa_start": 1838,
"aa_end": null,
"aa_length": 1899,
"cds_start": 5514,
"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": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.5499C>T",
"hgvs_p": "p.His1833His",
"transcript": "ENST00000931043.1",
"protein_id": "ENSP00000601102.1",
"transcript_support_level": null,
"aa_start": 1833,
"aa_end": null,
"aa_length": 1894,
"cds_start": 5499,
"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": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.5493C>T",
"hgvs_p": "p.His1831His",
"transcript": "ENST00000931050.1",
"protein_id": "ENSP00000601109.1",
"transcript_support_level": null,
"aa_start": 1831,
"aa_end": null,
"aa_length": 1893,
"cds_start": 5493,
"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": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.5493C>T",
"hgvs_p": "p.His1831His",
"transcript": "ENST00000646806.1",
"protein_id": "ENSP00000494574.1",
"transcript_support_level": null,
"aa_start": 1831,
"aa_end": null,
"aa_length": 1892,
"cds_start": 5493,
"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": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.5493C>T",
"hgvs_p": "p.His1831His",
"transcript": "ENST00000931053.1",
"protein_id": "ENSP00000601112.1",
"transcript_support_level": null,
"aa_start": 1831,
"aa_end": null,
"aa_length": 1892,
"cds_start": 5493,
"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": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.5493C>T",
"hgvs_p": "p.His1831His",
"transcript": "ENST00000957181.1",
"protein_id": "ENSP00000627240.1",
"transcript_support_level": null,
"aa_start": 1831,
"aa_end": null,
"aa_length": 1892,
"cds_start": 5493,
"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": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.5490C>T",
"hgvs_p": "p.His1830His",
"transcript": "ENST00000931046.1",
"protein_id": "ENSP00000601105.1",
"transcript_support_level": null,
"aa_start": 1830,
"aa_end": null,
"aa_length": 1891,
"cds_start": 5490,
"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": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.5487C>T",
"hgvs_p": "p.His1829His",
"transcript": "ENST00000931047.1",
"protein_id": "ENSP00000601106.1",
"transcript_support_level": null,
"aa_start": 1829,
"aa_end": null,
"aa_length": 1890,
"cds_start": 5487,
"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": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.5478C>T",
"hgvs_p": "p.His1826His",
"transcript": "ENST00000642594.1",
"protein_id": "ENSP00000493619.1",
"transcript_support_level": null,
"aa_start": 1826,
"aa_end": null,
"aa_length": 1888,
"cds_start": 5478,
"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": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.4476C>T",
"hgvs_p": "p.His1492His",
"transcript": "ENST00000646608.1",
"protein_id": "ENSP00000493829.1",
"transcript_support_level": null,
"aa_start": 1492,
"aa_end": null,
"aa_length": 1553,
"cds_start": 4476,
"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": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.4266C>T",
"hgvs_p": "p.His1422His",
"transcript": "ENST00000643815.1",
"protein_id": "ENSP00000494247.1",
"transcript_support_level": null,
"aa_start": 1422,
"aa_end": null,
"aa_length": 1483,
"cds_start": 4266,
"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": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.3600C>T",
"hgvs_p": "p.His1200His",
"transcript": "ENST00000647483.1",
"protein_id": "ENSP00000494126.1",
"transcript_support_level": null,
"aa_start": 1200,
"aa_end": null,
"aa_length": 1261,
"cds_start": 3600,
"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": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.3462C>T",
"hgvs_p": "p.His1154His",
"transcript": "ENST00000644352.1",
"protein_id": "ENSP00000494981.1",
"transcript_support_level": null,
"aa_start": 1154,
"aa_end": null,
"aa_length": 1215,
"cds_start": 3462,
"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": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.1629C>T",
"hgvs_p": "p.His543His",
"transcript": "ENST00000646462.1",
"protein_id": "ENSP00000496291.1",
"transcript_support_level": null,
"aa_start": 543,
"aa_end": null,
"aa_length": 604,
"cds_start": 1629,
"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": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.1485C>T",
"hgvs_p": "p.His495His",
"transcript": "ENST00000644077.1",
"protein_id": "ENSP00000496233.1",
"transcript_support_level": null,
"aa_start": 495,
"aa_end": null,
"aa_length": 559,
"cds_start": 1485,
"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": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.84C>T",
"hgvs_p": "p.His28His",
"transcript": "ENST00000645143.1",
"protein_id": "ENSP00000495834.1",
"transcript_support_level": null,
"aa_start": 28,
"aa_end": null,
"aa_length": 47,
"cds_start": 84,
"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.*409C>T",
"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.325C>T",
"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.*1217C>T",
"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.1004C>T",
"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.24C>T",
"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.683C>T",
"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.*409C>T",
"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.*692C>T",
"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.*634C>T",
"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.974C>T",
"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.*409C>T",
"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.*1217C>T",
"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.2207C>T",
"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.789C>T",
"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.1314C>T",
"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.2423C>T",
"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.*409C>T",
"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.*1217C>T",
"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.*409C>T",
"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.*692C>T",
"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.*634C>T",
"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.*409C>T",
"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.*1217C>T",
"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+3548G>A",
"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+3548G>A",
"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.*41C>T",
"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": "rs1948006247",
"frequency_reference_population": 0.0000013768055,
"hom_count_reference_population": 0,
"allele_count_reference_population": 2,
"gnomad_exomes_af": 0.00000137681,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 2,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.47999998927116394,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.48,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 4.754,
"phylop100way_prediction": "Uncertain_significance",
"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": -2,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "NM_001273.5",
"gene_symbol": "CHD4",
"hgnc_id": 1919,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.5553C>T",
"hgvs_p": "p.His1851His"
},
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "ENST00000644480.2",
"gene_symbol": "ENSG00000285238",
"hgnc_id": null,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.*634C>T",
"hgvs_p": null
},
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "NR_199066.1",
"gene_symbol": "CHD4-AS1",
"hgnc_id": 58242,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.458+3548G>A",
"hgvs_p": null
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}