← 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-10177335-T-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=10177335&ref=T&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "19",
"pos": 10177335,
"ref": "T",
"alt": "G",
"effect": "missense_variant",
"transcript": "ENST00000359526.9",
"consequences": [
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNMT1",
"gene_hgnc_id": 2976,
"hgvs_c": "c.526A>C",
"hgvs_p": "p.Lys176Gln",
"transcript": "NM_001130823.3",
"protein_id": "NP_001124295.1",
"transcript_support_level": null,
"aa_start": 176,
"aa_end": null,
"aa_length": 1632,
"cds_start": 526,
"cds_end": null,
"cds_length": 4899,
"cdna_start": 580,
"cdna_end": null,
"cdna_length": 5274,
"mane_select": "ENST00000359526.9",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNMT1",
"gene_hgnc_id": 2976,
"hgvs_c": "c.526A>C",
"hgvs_p": "p.Lys176Gln",
"transcript": "ENST00000359526.9",
"protein_id": "ENSP00000352516.3",
"transcript_support_level": 1,
"aa_start": 176,
"aa_end": null,
"aa_length": 1632,
"cds_start": 526,
"cds_end": null,
"cds_length": 4899,
"cdna_start": 580,
"cdna_end": null,
"cdna_length": 5274,
"mane_select": "NM_001130823.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNMT1",
"gene_hgnc_id": 2976,
"hgvs_c": "c.478A>C",
"hgvs_p": "p.Lys160Gln",
"transcript": "ENST00000340748.8",
"protein_id": "ENSP00000345739.3",
"transcript_support_level": 1,
"aa_start": 160,
"aa_end": null,
"aa_length": 1616,
"cds_start": 478,
"cds_end": null,
"cds_length": 4851,
"cdna_start": 714,
"cdna_end": null,
"cdna_length": 5408,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNMT1",
"gene_hgnc_id": 2976,
"hgvs_c": "c.214A>C",
"hgvs_p": "p.Lys72Gln",
"transcript": "ENST00000590619.1",
"protein_id": "ENSP00000468062.1",
"transcript_support_level": 1,
"aa_start": 72,
"aa_end": null,
"aa_length": 75,
"cds_start": 214,
"cds_end": null,
"cds_length": 230,
"cdna_start": 215,
"cdna_end": null,
"cdna_length": 231,
"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": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNMT1",
"gene_hgnc_id": 2976,
"hgvs_c": "n.*216A>C",
"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": 6,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNMT1",
"gene_hgnc_id": 2976,
"hgvs_c": "n.*216A>C",
"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": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNMT1",
"gene_hgnc_id": 2976,
"hgvs_c": "c.478A>C",
"hgvs_p": "p.Lys160Gln",
"transcript": "ENST00000678804.1",
"protein_id": "ENSP00000503853.1",
"transcript_support_level": null,
"aa_start": 160,
"aa_end": null,
"aa_length": 1658,
"cds_start": 478,
"cds_end": null,
"cds_length": 4977,
"cdna_start": 534,
"cdna_end": null,
"cdna_length": 5728,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNMT1",
"gene_hgnc_id": 2976,
"hgvs_c": "c.478A>C",
"hgvs_p": "p.Lys160Gln",
"transcript": "ENST00000677946.1",
"protein_id": "ENSP00000504202.1",
"transcript_support_level": null,
"aa_start": 160,
"aa_end": null,
"aa_length": 1655,
"cds_start": 478,
"cds_end": null,
"cds_length": 4968,
"cdna_start": 534,
"cdna_end": null,
"cdna_length": 5665,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNMT1",
"gene_hgnc_id": 2976,
"hgvs_c": "c.478A>C",
"hgvs_p": "p.Lys160Gln",
"transcript": "NM_001318730.2",
"protein_id": "NP_001305659.1",
"transcript_support_level": null,
"aa_start": 160,
"aa_end": null,
"aa_length": 1619,
"cds_start": 478,
"cds_end": null,
"cds_length": 4860,
"cdna_start": 532,
"cdna_end": null,
"cdna_length": 5235,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNMT1",
"gene_hgnc_id": 2976,
"hgvs_c": "c.478A>C",
"hgvs_p": "p.Lys160Gln",
"transcript": "NM_001379.4",
"protein_id": "NP_001370.1",
"transcript_support_level": null,
"aa_start": 160,
"aa_end": null,
"aa_length": 1616,
"cds_start": 478,
"cds_end": null,
"cds_length": 4851,
"cdna_start": 532,
"cdna_end": null,
"cdna_length": 5226,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNMT1",
"gene_hgnc_id": 2976,
"hgvs_c": "c.478A>C",
"hgvs_p": "p.Lys160Gln",
"transcript": "ENST00000676610.1",
"protein_id": "ENSP00000504236.1",
"transcript_support_level": null,
"aa_start": 160,
"aa_end": null,
"aa_length": 1613,
"cds_start": 478,
"cds_end": null,
"cds_length": 4842,
"cdna_start": 534,
"cdna_end": null,
"cdna_length": 7157,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNMT1",
"gene_hgnc_id": 2976,
"hgvs_c": "c.478A>C",
"hgvs_p": "p.Lys160Gln",
"transcript": "ENST00000679313.1",
"protein_id": "ENSP00000504512.1",
"transcript_support_level": null,
"aa_start": 160,
"aa_end": null,
"aa_length": 1580,
"cds_start": 478,
"cds_end": null,
"cds_length": 4743,
"cdna_start": 534,
"cdna_end": null,
"cdna_length": 5122,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNMT1",
"gene_hgnc_id": 2976,
"hgvs_c": "c.478A>C",
"hgvs_p": "p.Lys160Gln",
"transcript": "ENST00000679103.1",
"protein_id": "ENSP00000503151.1",
"transcript_support_level": null,
"aa_start": 160,
"aa_end": null,
"aa_length": 1577,
"cds_start": 478,
"cds_end": null,
"cds_length": 4734,
"cdna_start": 534,
"cdna_end": null,
"cdna_length": 5126,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNMT1",
"gene_hgnc_id": 2976,
"hgvs_c": "c.163A>C",
"hgvs_p": "p.Lys55Gln",
"transcript": "NM_001318731.2",
"protein_id": "NP_001305660.1",
"transcript_support_level": null,
"aa_start": 55,
"aa_end": null,
"aa_length": 1511,
"cds_start": 163,
"cds_end": null,
"cds_length": 4536,
"cdna_start": 540,
"cdna_end": null,
"cdna_length": 5234,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNMT1",
"gene_hgnc_id": 2976,
"hgvs_c": "c.643A>C",
"hgvs_p": "p.Lys215Gln",
"transcript": "ENST00000588118.5",
"protein_id": "ENSP00000465223.1",
"transcript_support_level": 5,
"aa_start": 215,
"aa_end": null,
"aa_length": 254,
"cds_start": 643,
"cds_end": null,
"cds_length": 765,
"cdna_start": 851,
"cdna_end": null,
"cdna_length": 973,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNMT1",
"gene_hgnc_id": 2976,
"hgvs_c": "c.115A>C",
"hgvs_p": "p.Lys39Gln",
"transcript": "ENST00000588952.5",
"protein_id": "ENSP00000467050.1",
"transcript_support_level": 5,
"aa_start": 39,
"aa_end": null,
"aa_length": 118,
"cds_start": 115,
"cds_end": null,
"cds_length": 357,
"cdna_start": 599,
"cdna_end": null,
"cdna_length": 841,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNMT1",
"gene_hgnc_id": 2976,
"hgvs_c": "c.163A>C",
"hgvs_p": "p.Lys55Gln",
"transcript": "ENST00000592342.5",
"protein_id": "ENSP00000465993.1",
"transcript_support_level": 3,
"aa_start": 55,
"aa_end": null,
"aa_length": 93,
"cds_start": 163,
"cds_end": null,
"cds_length": 283,
"cdna_start": 516,
"cdna_end": null,
"cdna_length": 636,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNMT1",
"gene_hgnc_id": 2976,
"hgvs_c": "c.115A>C",
"hgvs_p": "p.Lys39Gln",
"transcript": "ENST00000592054.5",
"protein_id": "ENSP00000468359.1",
"transcript_support_level": 4,
"aa_start": 39,
"aa_end": null,
"aa_length": 70,
"cds_start": 115,
"cds_end": null,
"cds_length": 214,
"cdna_start": 492,
"cdna_end": null,
"cdna_length": 591,
"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": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNMT1",
"gene_hgnc_id": 2976,
"hgvs_c": "n.*306A>C",
"hgvs_p": null,
"transcript": "ENST00000586988.5",
"protein_id": "ENSP00000464958.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 711,
"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": 2,
"exon_rank_end": null,
"exon_count": 37,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNMT1",
"gene_hgnc_id": 2976,
"hgvs_c": "n.132A>C",
"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": 5,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNMT1",
"gene_hgnc_id": 2976,
"hgvs_c": "n.534A>C",
"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": 5,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNMT1",
"gene_hgnc_id": 2976,
"hgvs_c": "n.*168A>C",
"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": 5,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNMT1",
"gene_hgnc_id": 2976,
"hgvs_c": "n.478A>C",
"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": 4,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNMT1",
"gene_hgnc_id": 2976,
"hgvs_c": "n.163A>C",
"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": 5,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNMT1",
"gene_hgnc_id": 2976,
"hgvs_c": "n.478A>C",
"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": 4,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNMT1",
"gene_hgnc_id": 2976,
"hgvs_c": "n.258A>C",
"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": 1,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNMT1",
"gene_hgnc_id": 2976,
"hgvs_c": "n.615A>C",
"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": [
"3_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNMT1",
"gene_hgnc_id": 2976,
"hgvs_c": "n.*306A>C",
"hgvs_p": null,
"transcript": "ENST00000586988.5",
"protein_id": "ENSP00000464958.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 711,
"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": 5,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNMT1",
"gene_hgnc_id": 2976,
"hgvs_c": "n.*168A>C",
"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
}
],
"gene_symbol": "DNMT1",
"gene_hgnc_id": 2976,
"dbsnp": "rs1020363356",
"frequency_reference_population": 0.000004337384,
"hom_count_reference_population": 0,
"allele_count_reference_population": 7,
"gnomad_exomes_af": 0.00000273622,
"gnomad_genomes_af": 0.0000197363,
"gnomad_exomes_ac": 4,
"gnomad_genomes_ac": 3,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.020554661750793457,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.024,
"revel_prediction": "Benign",
"alphamissense_score": 0.0784,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.69,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.752,
"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": -5,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Strong,BP6",
"acmg_by_gene": [
{
"score": -5,
"benign_score": 5,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6"
],
"verdict": "Likely_benign",
"transcript": "ENST00000359526.9",
"gene_symbol": "DNMT1",
"hgnc_id": 2976,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.526A>C",
"hgvs_p": "p.Lys176Gln"
}
],
"clinvar_disease": "Hereditary sensory neuropathy-deafness-dementia syndrome,Inborn genetic diseases",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "US:2 LB:1",
"phenotype_combined": "Hereditary sensory neuropathy-deafness-dementia syndrome|Inborn genetic diseases",
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"custom_annotations": null
}
],
"message": null
}