← 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: 19-10156470-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=10156470&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "19",
"pos": 10156470,
"ref": "G",
"alt": "A",
"effect": "synonymous_variant",
"transcript": "ENST00000359526.9",
"consequences": [
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNMT1",
"gene_hgnc_id": 2976,
"hgvs_c": "c.1320C>T",
"hgvs_p": "p.Thr440Thr",
"transcript": "NM_001130823.3",
"protein_id": "NP_001124295.1",
"transcript_support_level": null,
"aa_start": 440,
"aa_end": null,
"aa_length": 1632,
"cds_start": 1320,
"cds_end": null,
"cds_length": 4899,
"cdna_start": 1374,
"cdna_end": null,
"cdna_length": 5274,
"mane_select": "ENST00000359526.9",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNMT1",
"gene_hgnc_id": 2976,
"hgvs_c": "c.1320C>T",
"hgvs_p": "p.Thr440Thr",
"transcript": "ENST00000359526.9",
"protein_id": "ENSP00000352516.3",
"transcript_support_level": 1,
"aa_start": 440,
"aa_end": null,
"aa_length": 1632,
"cds_start": 1320,
"cds_end": null,
"cds_length": 4899,
"cdna_start": 1374,
"cdna_end": null,
"cdna_length": 5274,
"mane_select": "NM_001130823.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNMT1",
"gene_hgnc_id": 2976,
"hgvs_c": "c.1272C>T",
"hgvs_p": "p.Thr424Thr",
"transcript": "ENST00000340748.8",
"protein_id": "ENSP00000345739.3",
"transcript_support_level": 1,
"aa_start": 424,
"aa_end": null,
"aa_length": 1616,
"cds_start": 1272,
"cds_end": null,
"cds_length": 4851,
"cdna_start": 1508,
"cdna_end": null,
"cdna_length": 5408,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNMT1",
"gene_hgnc_id": 2976,
"hgvs_c": "n.*1010C>T",
"hgvs_p": null,
"transcript": "ENST00000592705.5",
"protein_id": "ENSP00000466657.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": 5215,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNMT1",
"gene_hgnc_id": 2976,
"hgvs_c": "n.*1010C>T",
"hgvs_p": null,
"transcript": "ENST00000592705.5",
"protein_id": "ENSP00000466657.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": 5215,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNMT1",
"gene_hgnc_id": 2976,
"hgvs_c": "c.1272C>T",
"hgvs_p": "p.Thr424Thr",
"transcript": "ENST00000678804.1",
"protein_id": "ENSP00000503853.1",
"transcript_support_level": null,
"aa_start": 424,
"aa_end": null,
"aa_length": 1658,
"cds_start": 1272,
"cds_end": null,
"cds_length": 4977,
"cdna_start": 1328,
"cdna_end": null,
"cdna_length": 5728,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNMT1",
"gene_hgnc_id": 2976,
"hgvs_c": "c.1272C>T",
"hgvs_p": "p.Thr424Thr",
"transcript": "ENST00000677946.1",
"protein_id": "ENSP00000504202.1",
"transcript_support_level": null,
"aa_start": 424,
"aa_end": null,
"aa_length": 1655,
"cds_start": 1272,
"cds_end": null,
"cds_length": 4968,
"cdna_start": 1328,
"cdna_end": null,
"cdna_length": 5665,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNMT1",
"gene_hgnc_id": 2976,
"hgvs_c": "c.1272C>T",
"hgvs_p": "p.Thr424Thr",
"transcript": "NM_001318730.2",
"protein_id": "NP_001305659.1",
"transcript_support_level": null,
"aa_start": 424,
"aa_end": null,
"aa_length": 1619,
"cds_start": 1272,
"cds_end": null,
"cds_length": 4860,
"cdna_start": 1326,
"cdna_end": null,
"cdna_length": 5235,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNMT1",
"gene_hgnc_id": 2976,
"hgvs_c": "c.1272C>T",
"hgvs_p": "p.Thr424Thr",
"transcript": "NM_001379.4",
"protein_id": "NP_001370.1",
"transcript_support_level": null,
"aa_start": 424,
"aa_end": null,
"aa_length": 1616,
"cds_start": 1272,
"cds_end": null,
"cds_length": 4851,
"cdna_start": 1326,
"cdna_end": null,
"cdna_length": 5226,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNMT1",
"gene_hgnc_id": 2976,
"hgvs_c": "c.1272C>T",
"hgvs_p": "p.Thr424Thr",
"transcript": "ENST00000676610.1",
"protein_id": "ENSP00000504236.1",
"transcript_support_level": null,
"aa_start": 424,
"aa_end": null,
"aa_length": 1613,
"cds_start": 1272,
"cds_end": null,
"cds_length": 4842,
"cdna_start": 1328,
"cdna_end": null,
"cdna_length": 7157,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNMT1",
"gene_hgnc_id": 2976,
"hgvs_c": "c.1272C>T",
"hgvs_p": "p.Thr424Thr",
"transcript": "ENST00000679313.1",
"protein_id": "ENSP00000504512.1",
"transcript_support_level": null,
"aa_start": 424,
"aa_end": null,
"aa_length": 1580,
"cds_start": 1272,
"cds_end": null,
"cds_length": 4743,
"cdna_start": 1328,
"cdna_end": null,
"cdna_length": 5122,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNMT1",
"gene_hgnc_id": 2976,
"hgvs_c": "c.1272C>T",
"hgvs_p": "p.Thr424Thr",
"transcript": "ENST00000679103.1",
"protein_id": "ENSP00000503151.1",
"transcript_support_level": null,
"aa_start": 424,
"aa_end": null,
"aa_length": 1577,
"cds_start": 1272,
"cds_end": null,
"cds_length": 4734,
"cdna_start": 1328,
"cdna_end": null,
"cdna_length": 5126,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNMT1",
"gene_hgnc_id": 2976,
"hgvs_c": "c.957C>T",
"hgvs_p": "p.Thr319Thr",
"transcript": "NM_001318731.2",
"protein_id": "NP_001305660.1",
"transcript_support_level": null,
"aa_start": 319,
"aa_end": null,
"aa_length": 1511,
"cds_start": 957,
"cds_end": null,
"cds_length": 4536,
"cdna_start": 1334,
"cdna_end": null,
"cdna_length": 5234,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNMT1",
"gene_hgnc_id": 2976,
"hgvs_c": "n.477C>T",
"hgvs_p": null,
"transcript": "ENST00000585843.1",
"protein_id": null,
"transcript_support_level": 3,
"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": 911,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 37,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNMT1",
"gene_hgnc_id": 2976,
"hgvs_c": "n.932C>T",
"hgvs_p": null,
"transcript": "ENST00000676604.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": 4821,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNMT1",
"gene_hgnc_id": 2976,
"hgvs_c": "n.1328C>T",
"hgvs_p": null,
"transcript": "ENST00000676820.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": 6055,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNMT1",
"gene_hgnc_id": 2976,
"hgvs_c": "n.1956C>T",
"hgvs_p": null,
"transcript": "ENST00000676868.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": 5845,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNMT1",
"gene_hgnc_id": 2976,
"hgvs_c": "n.*962C>T",
"hgvs_p": null,
"transcript": "ENST00000677013.1",
"protein_id": "ENSP00000503135.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": 5175,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNMT1",
"gene_hgnc_id": 2976,
"hgvs_c": "n.*392C>T",
"hgvs_p": null,
"transcript": "ENST00000677250.1",
"protein_id": "ENSP00000502894.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": 5127,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNMT1",
"gene_hgnc_id": 2976,
"hgvs_c": "n.963C>T",
"hgvs_p": null,
"transcript": "ENST00000677616.1",
"protein_id": "ENSP00000503055.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": 5101,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNMT1",
"gene_hgnc_id": 2976,
"hgvs_c": "n.1272C>T",
"hgvs_p": null,
"transcript": "ENST00000677634.1",
"protein_id": "ENSP00000504246.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": 5165,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNMT1",
"gene_hgnc_id": 2976,
"hgvs_c": "n.*497C>T",
"hgvs_p": null,
"transcript": "ENST00000677685.1",
"protein_id": "ENSP00000503407.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": 4974,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNMT1",
"gene_hgnc_id": 2976,
"hgvs_c": "n.1742C>T",
"hgvs_p": null,
"transcript": "ENST00000677783.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": 6469,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNMT1",
"gene_hgnc_id": 2976,
"hgvs_c": "n.1415C>T",
"hgvs_p": null,
"transcript": "ENST00000678024.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": 6142,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNMT1",
"gene_hgnc_id": 2976,
"hgvs_c": "n.593C>T",
"hgvs_p": null,
"transcript": "ENST00000678694.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": 4482,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNMT1",
"gene_hgnc_id": 2976,
"hgvs_c": "n.*962C>T",
"hgvs_p": null,
"transcript": "ENST00000677013.1",
"protein_id": "ENSP00000503135.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": 5175,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNMT1",
"gene_hgnc_id": 2976,
"hgvs_c": "n.*392C>T",
"hgvs_p": null,
"transcript": "ENST00000677250.1",
"protein_id": "ENSP00000502894.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": 5127,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNMT1",
"gene_hgnc_id": 2976,
"hgvs_c": "n.*497C>T",
"hgvs_p": null,
"transcript": "ENST00000677685.1",
"protein_id": "ENSP00000503407.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": 4974,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "DNMT1",
"gene_hgnc_id": 2976,
"dbsnp": "rs143925123",
"frequency_reference_population": 0.00006881169,
"hom_count_reference_population": 0,
"allele_count_reference_population": 111,
"gnomad_exomes_af": 0.0000650201,
"gnomad_genomes_af": 0.000105255,
"gnomad_exomes_ac": 95,
"gnomad_genomes_ac": 16,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.7099999785423279,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.71,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.681,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.01,
"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": -17,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BP7,BS2",
"acmg_by_gene": [
{
"score": -17,
"benign_score": 17,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BP7",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000359526.9",
"gene_symbol": "DNMT1",
"hgnc_id": 2976,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1320C>T",
"hgvs_p": "p.Thr440Thr"
}
],
"clinvar_disease": "Hereditary sensory neuropathy-deafness-dementia syndrome,not provided",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "LB:2",
"phenotype_combined": "not provided|Hereditary sensory neuropathy-deafness-dementia syndrome",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}