← 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: 3-53817967-G-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=53817967&ref=G&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "3",
"pos": 53817967,
"ref": "G",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_018397.5",
"consequences": [
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHDH",
"gene_hgnc_id": 24288,
"hgvs_c": "c.1595C>A",
"hgvs_p": "p.Thr532Lys",
"transcript": "NM_018397.5",
"protein_id": "NP_060867.2",
"transcript_support_level": null,
"aa_start": 532,
"aa_end": null,
"aa_length": 594,
"cds_start": 1595,
"cds_end": null,
"cds_length": 1785,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000315251.11",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_018397.5"
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHDH",
"gene_hgnc_id": 24288,
"hgvs_c": "c.1595C>A",
"hgvs_p": "p.Thr532Lys",
"transcript": "ENST00000315251.11",
"protein_id": "ENSP00000319851.5",
"transcript_support_level": 1,
"aa_start": 532,
"aa_end": null,
"aa_length": 594,
"cds_start": 1595,
"cds_end": null,
"cds_length": 1785,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_018397.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000315251.11"
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHDH",
"gene_hgnc_id": 24288,
"hgvs_c": "c.1598C>A",
"hgvs_p": "p.Thr533Lys",
"transcript": "ENST00000875879.1",
"protein_id": "ENSP00000545938.1",
"transcript_support_level": null,
"aa_start": 533,
"aa_end": null,
"aa_length": 595,
"cds_start": 1598,
"cds_end": null,
"cds_length": 1788,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875879.1"
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHDH",
"gene_hgnc_id": 24288,
"hgvs_c": "c.1598C>A",
"hgvs_p": "p.Thr533Lys",
"transcript": "ENST00000875888.1",
"protein_id": "ENSP00000545947.1",
"transcript_support_level": null,
"aa_start": 533,
"aa_end": null,
"aa_length": 595,
"cds_start": 1598,
"cds_end": null,
"cds_length": 1788,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875888.1"
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHDH",
"gene_hgnc_id": 24288,
"hgvs_c": "c.1598C>A",
"hgvs_p": "p.Thr533Lys",
"transcript": "ENST00000875889.1",
"protein_id": "ENSP00000545948.1",
"transcript_support_level": null,
"aa_start": 533,
"aa_end": null,
"aa_length": 595,
"cds_start": 1598,
"cds_end": null,
"cds_length": 1788,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875889.1"
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHDH",
"gene_hgnc_id": 24288,
"hgvs_c": "c.1598C>A",
"hgvs_p": "p.Thr533Lys",
"transcript": "ENST00000875892.1",
"protein_id": "ENSP00000545951.1",
"transcript_support_level": null,
"aa_start": 533,
"aa_end": null,
"aa_length": 595,
"cds_start": 1598,
"cds_end": null,
"cds_length": 1788,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875892.1"
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHDH",
"gene_hgnc_id": 24288,
"hgvs_c": "c.1598C>A",
"hgvs_p": "p.Thr533Lys",
"transcript": "ENST00000959581.1",
"protein_id": "ENSP00000629640.1",
"transcript_support_level": null,
"aa_start": 533,
"aa_end": null,
"aa_length": 595,
"cds_start": 1598,
"cds_end": null,
"cds_length": 1788,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959581.1"
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHDH",
"gene_hgnc_id": 24288,
"hgvs_c": "c.1595C>A",
"hgvs_p": "p.Thr532Lys",
"transcript": "ENST00000875878.1",
"protein_id": "ENSP00000545937.1",
"transcript_support_level": null,
"aa_start": 532,
"aa_end": null,
"aa_length": 594,
"cds_start": 1595,
"cds_end": null,
"cds_length": 1785,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875878.1"
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHDH",
"gene_hgnc_id": 24288,
"hgvs_c": "c.1595C>A",
"hgvs_p": "p.Thr532Lys",
"transcript": "ENST00000875881.1",
"protein_id": "ENSP00000545940.1",
"transcript_support_level": null,
"aa_start": 532,
"aa_end": null,
"aa_length": 594,
"cds_start": 1595,
"cds_end": null,
"cds_length": 1785,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875881.1"
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHDH",
"gene_hgnc_id": 24288,
"hgvs_c": "c.1595C>A",
"hgvs_p": "p.Thr532Lys",
"transcript": "ENST00000875882.1",
"protein_id": "ENSP00000545941.1",
"transcript_support_level": null,
"aa_start": 532,
"aa_end": null,
"aa_length": 594,
"cds_start": 1595,
"cds_end": null,
"cds_length": 1785,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875882.1"
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHDH",
"gene_hgnc_id": 24288,
"hgvs_c": "c.1595C>A",
"hgvs_p": "p.Thr532Lys",
"transcript": "ENST00000875883.1",
"protein_id": "ENSP00000545942.1",
"transcript_support_level": null,
"aa_start": 532,
"aa_end": null,
"aa_length": 594,
"cds_start": 1595,
"cds_end": null,
"cds_length": 1785,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875883.1"
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHDH",
"gene_hgnc_id": 24288,
"hgvs_c": "c.1595C>A",
"hgvs_p": "p.Thr532Lys",
"transcript": "ENST00000875885.1",
"protein_id": "ENSP00000545944.1",
"transcript_support_level": null,
"aa_start": 532,
"aa_end": null,
"aa_length": 594,
"cds_start": 1595,
"cds_end": null,
"cds_length": 1785,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875885.1"
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHDH",
"gene_hgnc_id": 24288,
"hgvs_c": "c.1595C>A",
"hgvs_p": "p.Thr532Lys",
"transcript": "ENST00000875886.1",
"protein_id": "ENSP00000545945.1",
"transcript_support_level": null,
"aa_start": 532,
"aa_end": null,
"aa_length": 594,
"cds_start": 1595,
"cds_end": null,
"cds_length": 1785,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875886.1"
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHDH",
"gene_hgnc_id": 24288,
"hgvs_c": "c.1595C>A",
"hgvs_p": "p.Thr532Lys",
"transcript": "ENST00000875887.1",
"protein_id": "ENSP00000545946.1",
"transcript_support_level": null,
"aa_start": 532,
"aa_end": null,
"aa_length": 594,
"cds_start": 1595,
"cds_end": null,
"cds_length": 1785,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875887.1"
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHDH",
"gene_hgnc_id": 24288,
"hgvs_c": "c.1595C>A",
"hgvs_p": "p.Thr532Lys",
"transcript": "ENST00000875890.1",
"protein_id": "ENSP00000545949.1",
"transcript_support_level": null,
"aa_start": 532,
"aa_end": null,
"aa_length": 594,
"cds_start": 1595,
"cds_end": null,
"cds_length": 1785,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875890.1"
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHDH",
"gene_hgnc_id": 24288,
"hgvs_c": "c.1595C>A",
"hgvs_p": "p.Thr532Lys",
"transcript": "ENST00000875891.1",
"protein_id": "ENSP00000545950.1",
"transcript_support_level": null,
"aa_start": 532,
"aa_end": null,
"aa_length": 594,
"cds_start": 1595,
"cds_end": null,
"cds_length": 1785,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875891.1"
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHDH",
"gene_hgnc_id": 24288,
"hgvs_c": "c.1595C>A",
"hgvs_p": "p.Thr532Lys",
"transcript": "ENST00000875893.1",
"protein_id": "ENSP00000545952.1",
"transcript_support_level": null,
"aa_start": 532,
"aa_end": null,
"aa_length": 594,
"cds_start": 1595,
"cds_end": null,
"cds_length": 1785,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875893.1"
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHDH",
"gene_hgnc_id": 24288,
"hgvs_c": "c.1595C>A",
"hgvs_p": "p.Thr532Lys",
"transcript": "ENST00000875895.1",
"protein_id": "ENSP00000545954.1",
"transcript_support_level": null,
"aa_start": 532,
"aa_end": null,
"aa_length": 594,
"cds_start": 1595,
"cds_end": null,
"cds_length": 1785,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875895.1"
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHDH",
"gene_hgnc_id": 24288,
"hgvs_c": "c.1595C>A",
"hgvs_p": "p.Thr532Lys",
"transcript": "ENST00000911851.1",
"protein_id": "ENSP00000581910.1",
"transcript_support_level": null,
"aa_start": 532,
"aa_end": null,
"aa_length": 594,
"cds_start": 1595,
"cds_end": null,
"cds_length": 1785,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000911851.1"
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHDH",
"gene_hgnc_id": 24288,
"hgvs_c": "c.1595C>A",
"hgvs_p": "p.Thr532Lys",
"transcript": "ENST00000959583.1",
"protein_id": "ENSP00000629642.1",
"transcript_support_level": null,
"aa_start": 532,
"aa_end": null,
"aa_length": 594,
"cds_start": 1595,
"cds_end": null,
"cds_length": 1785,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959583.1"
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHDH",
"gene_hgnc_id": 24288,
"hgvs_c": "c.1595C>A",
"hgvs_p": "p.Thr532Lys",
"transcript": "ENST00000959584.1",
"protein_id": "ENSP00000629643.1",
"transcript_support_level": null,
"aa_start": 532,
"aa_end": null,
"aa_length": 594,
"cds_start": 1595,
"cds_end": null,
"cds_length": 1785,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959584.1"
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHDH",
"gene_hgnc_id": 24288,
"hgvs_c": "c.1595C>A",
"hgvs_p": "p.Thr532Lys",
"transcript": "ENST00000959585.1",
"protein_id": "ENSP00000629644.1",
"transcript_support_level": null,
"aa_start": 532,
"aa_end": null,
"aa_length": 594,
"cds_start": 1595,
"cds_end": null,
"cds_length": 1785,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959585.1"
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHDH",
"gene_hgnc_id": 24288,
"hgvs_c": "c.1595C>A",
"hgvs_p": "p.Thr532Lys",
"transcript": "ENST00000959586.1",
"protein_id": "ENSP00000629645.1",
"transcript_support_level": null,
"aa_start": 532,
"aa_end": null,
"aa_length": 594,
"cds_start": 1595,
"cds_end": null,
"cds_length": 1785,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959586.1"
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHDH",
"gene_hgnc_id": 24288,
"hgvs_c": "c.1595C>A",
"hgvs_p": "p.Thr532Lys",
"transcript": "ENST00000959588.1",
"protein_id": "ENSP00000629647.1",
"transcript_support_level": null,
"aa_start": 532,
"aa_end": null,
"aa_length": 594,
"cds_start": 1595,
"cds_end": null,
"cds_length": 1785,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959588.1"
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHDH",
"gene_hgnc_id": 24288,
"hgvs_c": "c.1595C>A",
"hgvs_p": "p.Thr532Lys",
"transcript": "ENST00000959589.1",
"protein_id": "ENSP00000629648.1",
"transcript_support_level": null,
"aa_start": 532,
"aa_end": null,
"aa_length": 594,
"cds_start": 1595,
"cds_end": null,
"cds_length": 1785,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959589.1"
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHDH",
"gene_hgnc_id": 24288,
"hgvs_c": "c.1595C>A",
"hgvs_p": "p.Thr532Lys",
"transcript": "ENST00000959590.1",
"protein_id": "ENSP00000629649.1",
"transcript_support_level": null,
"aa_start": 532,
"aa_end": null,
"aa_length": 594,
"cds_start": 1595,
"cds_end": null,
"cds_length": 1785,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959590.1"
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHDH",
"gene_hgnc_id": 24288,
"hgvs_c": "c.1595C>A",
"hgvs_p": "p.Thr532Lys",
"transcript": "ENST00000959592.1",
"protein_id": "ENSP00000629651.1",
"transcript_support_level": null,
"aa_start": 532,
"aa_end": null,
"aa_length": 594,
"cds_start": 1595,
"cds_end": null,
"cds_length": 1785,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959592.1"
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHDH",
"gene_hgnc_id": 24288,
"hgvs_c": "c.1595C>A",
"hgvs_p": "p.Thr532Lys",
"transcript": "ENST00000959593.1",
"protein_id": "ENSP00000629652.1",
"transcript_support_level": null,
"aa_start": 532,
"aa_end": null,
"aa_length": 594,
"cds_start": 1595,
"cds_end": null,
"cds_length": 1785,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959593.1"
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHDH",
"gene_hgnc_id": 24288,
"hgvs_c": "c.1544C>A",
"hgvs_p": "p.Thr515Lys",
"transcript": "ENST00000875884.1",
"protein_id": "ENSP00000545943.1",
"transcript_support_level": null,
"aa_start": 515,
"aa_end": null,
"aa_length": 577,
"cds_start": 1544,
"cds_end": null,
"cds_length": 1734,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875884.1"
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHDH",
"gene_hgnc_id": 24288,
"hgvs_c": "c.1541C>A",
"hgvs_p": "p.Thr514Lys",
"transcript": "ENST00000875880.1",
"protein_id": "ENSP00000545939.1",
"transcript_support_level": null,
"aa_start": 514,
"aa_end": null,
"aa_length": 576,
"cds_start": 1541,
"cds_end": null,
"cds_length": 1731,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875880.1"
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHDH",
"gene_hgnc_id": 24288,
"hgvs_c": "c.1541C>A",
"hgvs_p": "p.Thr514Lys",
"transcript": "ENST00000875894.1",
"protein_id": "ENSP00000545953.1",
"transcript_support_level": null,
"aa_start": 514,
"aa_end": null,
"aa_length": 576,
"cds_start": 1541,
"cds_end": null,
"cds_length": 1731,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875894.1"
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHDH",
"gene_hgnc_id": 24288,
"hgvs_c": "c.1541C>A",
"hgvs_p": "p.Thr514Lys",
"transcript": "ENST00000911850.1",
"protein_id": "ENSP00000581909.1",
"transcript_support_level": null,
"aa_start": 514,
"aa_end": null,
"aa_length": 576,
"cds_start": 1541,
"cds_end": null,
"cds_length": 1731,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000911850.1"
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHDH",
"gene_hgnc_id": 24288,
"hgvs_c": "c.1541C>A",
"hgvs_p": "p.Thr514Lys",
"transcript": "ENST00000959582.1",
"protein_id": "ENSP00000629641.1",
"transcript_support_level": null,
"aa_start": 514,
"aa_end": null,
"aa_length": 576,
"cds_start": 1541,
"cds_end": null,
"cds_length": 1731,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959582.1"
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHDH",
"gene_hgnc_id": 24288,
"hgvs_c": "c.1541C>A",
"hgvs_p": "p.Thr514Lys",
"transcript": "ENST00000959587.1",
"protein_id": "ENSP00000629646.1",
"transcript_support_level": null,
"aa_start": 514,
"aa_end": null,
"aa_length": 576,
"cds_start": 1541,
"cds_end": null,
"cds_length": 1731,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959587.1"
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHDH",
"gene_hgnc_id": 24288,
"hgvs_c": "c.1541C>A",
"hgvs_p": "p.Thr514Lys",
"transcript": "ENST00000959591.1",
"protein_id": "ENSP00000629650.1",
"transcript_support_level": null,
"aa_start": 514,
"aa_end": null,
"aa_length": 576,
"cds_start": 1541,
"cds_end": null,
"cds_length": 1731,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959591.1"
}
],
"gene_symbol": "CHDH",
"gene_hgnc_id": 24288,
"dbsnp": "rs1210400347",
"frequency_reference_population": 0.00001094505,
"hom_count_reference_population": 0,
"allele_count_reference_population": 16,
"gnomad_exomes_af": 0.0000109451,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 16,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.795054018497467,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.288,
"revel_prediction": "Benign",
"alphamissense_score": 0.8464,
"alphamissense_prediction": "Pathogenic",
"bayesdelnoaf_score": -0.19,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 7.338,
"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": 3,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PP3",
"acmg_by_gene": [
{
"score": 3,
"benign_score": 0,
"pathogenic_score": 3,
"criteria": [
"PM2",
"PP3"
],
"verdict": "Uncertain_significance",
"transcript": "NM_018397.5",
"gene_symbol": "CHDH",
"hgnc_id": 24288,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1595C>A",
"hgvs_p": "p.Thr532Lys"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}