← 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: 20-32795500-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=20&pos=32795500&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "20",
"pos": 32795500,
"ref": "C",
"alt": "T",
"effect": "synonymous_variant",
"transcript": "NM_006892.4",
"consequences": [
{
"aa_ref": "N",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNMT3B",
"gene_hgnc_id": 2979,
"hgvs_c": "c.1218C>T",
"hgvs_p": "p.Asn406Asn",
"transcript": "NM_006892.4",
"protein_id": "NP_008823.1",
"transcript_support_level": null,
"aa_start": 406,
"aa_end": null,
"aa_length": 853,
"cds_start": 1218,
"cds_end": null,
"cds_length": 2562,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000328111.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_006892.4"
},
{
"aa_ref": "N",
"aa_alt": "N",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNMT3B",
"gene_hgnc_id": 2979,
"hgvs_c": "c.1218C>T",
"hgvs_p": "p.Asn406Asn",
"transcript": "ENST00000328111.6",
"protein_id": "ENSP00000328547.2",
"transcript_support_level": 1,
"aa_start": 406,
"aa_end": null,
"aa_length": 853,
"cds_start": 1218,
"cds_end": null,
"cds_length": 2562,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_006892.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000328111.6"
},
{
"aa_ref": "N",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNMT3B",
"gene_hgnc_id": 2979,
"hgvs_c": "c.1194C>T",
"hgvs_p": "p.Asn398Asn",
"transcript": "ENST00000201963.3",
"protein_id": "ENSP00000201963.3",
"transcript_support_level": 1,
"aa_start": 398,
"aa_end": null,
"aa_length": 845,
"cds_start": 1194,
"cds_end": null,
"cds_length": 2538,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000201963.3"
},
{
"aa_ref": "N",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNMT3B",
"gene_hgnc_id": 2979,
"hgvs_c": "c.1158C>T",
"hgvs_p": "p.Asn386Asn",
"transcript": "ENST00000348286.6",
"protein_id": "ENSP00000337764.2",
"transcript_support_level": 1,
"aa_start": 386,
"aa_end": null,
"aa_length": 770,
"cds_start": 1158,
"cds_end": null,
"cds_length": 2313,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000348286.6"
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNMT3B",
"gene_hgnc_id": 2979,
"hgvs_c": "c.1049C>T",
"hgvs_p": "p.Thr350Met",
"transcript": "XM_047439959.1",
"protein_id": "XP_047295915.1",
"transcript_support_level": null,
"aa_start": 350,
"aa_end": null,
"aa_length": 532,
"cds_start": 1049,
"cds_end": null,
"cds_length": 1599,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047439959.1"
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNMT3B",
"gene_hgnc_id": 2979,
"hgvs_c": "c.923C>T",
"hgvs_p": "p.Thr308Met",
"transcript": "XM_047439960.1",
"protein_id": "XP_047295916.1",
"transcript_support_level": null,
"aa_start": 308,
"aa_end": null,
"aa_length": 490,
"cds_start": 923,
"cds_end": null,
"cds_length": 1473,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047439960.1"
},
{
"aa_ref": "N",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNMT3B",
"gene_hgnc_id": 2979,
"hgvs_c": "c.1194C>T",
"hgvs_p": "p.Asn398Asn",
"transcript": "NM_175850.3",
"protein_id": "NP_787046.1",
"transcript_support_level": null,
"aa_start": 398,
"aa_end": null,
"aa_length": 845,
"cds_start": 1194,
"cds_end": null,
"cds_length": 2538,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_175850.3"
},
{
"aa_ref": "N",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNMT3B",
"gene_hgnc_id": 2979,
"hgvs_c": "c.1158C>T",
"hgvs_p": "p.Asn386Asn",
"transcript": "NM_175848.2",
"protein_id": "NP_787044.1",
"transcript_support_level": null,
"aa_start": 386,
"aa_end": null,
"aa_length": 833,
"cds_start": 1158,
"cds_end": null,
"cds_length": 2502,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_175848.2"
},
{
"aa_ref": "N",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNMT3B",
"gene_hgnc_id": 2979,
"hgvs_c": "c.1158C>T",
"hgvs_p": "p.Asn386Asn",
"transcript": "ENST00000353855.6",
"protein_id": "ENSP00000313397.4",
"transcript_support_level": 5,
"aa_start": 386,
"aa_end": null,
"aa_length": 833,
"cds_start": 1158,
"cds_end": null,
"cds_length": 2502,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000353855.6"
},
{
"aa_ref": "N",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNMT3B",
"gene_hgnc_id": 2979,
"hgvs_c": "c.1218C>T",
"hgvs_p": "p.Asn406Asn",
"transcript": "NM_001424351.1",
"protein_id": "NP_001411280.1",
"transcript_support_level": null,
"aa_start": 406,
"aa_end": null,
"aa_length": 812,
"cds_start": 1218,
"cds_end": null,
"cds_length": 2439,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001424351.1"
},
{
"aa_ref": "N",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNMT3B",
"gene_hgnc_id": 2979,
"hgvs_c": "c.1092C>T",
"hgvs_p": "p.Asn364Asn",
"transcript": "NM_001424352.1",
"protein_id": "NP_001411281.1",
"transcript_support_level": null,
"aa_start": 364,
"aa_end": null,
"aa_length": 811,
"cds_start": 1092,
"cds_end": null,
"cds_length": 2436,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001424352.1"
},
{
"aa_ref": "N",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNMT3B",
"gene_hgnc_id": 2979,
"hgvs_c": "c.1158C>T",
"hgvs_p": "p.Asn386Asn",
"transcript": "NM_001424353.1",
"protein_id": "NP_001411282.1",
"transcript_support_level": null,
"aa_start": 386,
"aa_end": null,
"aa_length": 792,
"cds_start": 1158,
"cds_end": null,
"cds_length": 2379,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001424353.1"
},
{
"aa_ref": "N",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNMT3B",
"gene_hgnc_id": 2979,
"hgvs_c": "c.1032C>T",
"hgvs_p": "p.Asn344Asn",
"transcript": "NM_001424354.1",
"protein_id": "NP_001411283.1",
"transcript_support_level": null,
"aa_start": 344,
"aa_end": null,
"aa_length": 791,
"cds_start": 1032,
"cds_end": null,
"cds_length": 2376,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001424354.1"
},
{
"aa_ref": "N",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNMT3B",
"gene_hgnc_id": 2979,
"hgvs_c": "c.1218C>T",
"hgvs_p": "p.Asn406Asn",
"transcript": "NM_001424355.1",
"protein_id": "NP_001411284.1",
"transcript_support_level": null,
"aa_start": 406,
"aa_end": null,
"aa_length": 790,
"cds_start": 1218,
"cds_end": null,
"cds_length": 2373,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001424355.1"
},
{
"aa_ref": "N",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNMT3B",
"gene_hgnc_id": 2979,
"hgvs_c": "c.1218C>T",
"hgvs_p": "p.Asn406Asn",
"transcript": "ENST00000696232.1",
"protein_id": "ENSP00000512498.1",
"transcript_support_level": null,
"aa_start": 406,
"aa_end": null,
"aa_length": 790,
"cds_start": 1218,
"cds_end": null,
"cds_length": 2373,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000696232.1"
},
{
"aa_ref": "N",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNMT3B",
"gene_hgnc_id": 2979,
"hgvs_c": "c.1194C>T",
"hgvs_p": "p.Asn398Asn",
"transcript": "NM_001424359.1",
"protein_id": "NP_001411288.1",
"transcript_support_level": null,
"aa_start": 398,
"aa_end": null,
"aa_length": 782,
"cds_start": 1194,
"cds_end": null,
"cds_length": 2349,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001424359.1"
},
{
"aa_ref": "N",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNMT3B",
"gene_hgnc_id": 2979,
"hgvs_c": "c.999C>T",
"hgvs_p": "p.Asn333Asn",
"transcript": "ENST00000696239.1",
"protein_id": "ENSP00000512503.1",
"transcript_support_level": null,
"aa_start": 333,
"aa_end": null,
"aa_length": 780,
"cds_start": 999,
"cds_end": null,
"cds_length": 2343,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000696239.1"
},
{
"aa_ref": "N",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNMT3B",
"gene_hgnc_id": 2979,
"hgvs_c": "c.1092C>T",
"hgvs_p": "p.Asn364Asn",
"transcript": "NM_001424356.1",
"protein_id": "NP_001411285.1",
"transcript_support_level": null,
"aa_start": 364,
"aa_end": null,
"aa_length": 770,
"cds_start": 1092,
"cds_end": null,
"cds_length": 2313,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001424356.1"
},
{
"aa_ref": "N",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNMT3B",
"gene_hgnc_id": 2979,
"hgvs_c": "c.1158C>T",
"hgvs_p": "p.Asn386Asn",
"transcript": "NM_175849.2",
"protein_id": "NP_787045.1",
"transcript_support_level": null,
"aa_start": 386,
"aa_end": null,
"aa_length": 770,
"cds_start": 1158,
"cds_end": null,
"cds_length": 2313,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_175849.2"
},
{
"aa_ref": "N",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNMT3B",
"gene_hgnc_id": 2979,
"hgvs_c": "c.1032C>T",
"hgvs_p": "p.Asn344Asn",
"transcript": "NM_001424357.1",
"protein_id": "NP_001411286.1",
"transcript_support_level": null,
"aa_start": 344,
"aa_end": null,
"aa_length": 750,
"cds_start": 1032,
"cds_end": null,
"cds_length": 2253,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001424357.1"
},
{
"aa_ref": "N",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNMT3B",
"gene_hgnc_id": 2979,
"hgvs_c": "c.1092C>T",
"hgvs_p": "p.Asn364Asn",
"transcript": "NM_001424358.1",
"protein_id": "NP_001411287.1",
"transcript_support_level": null,
"aa_start": 364,
"aa_end": null,
"aa_length": 748,
"cds_start": 1092,
"cds_end": null,
"cds_length": 2247,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001424358.1"
},
{
"aa_ref": "N",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNMT3B",
"gene_hgnc_id": 2979,
"hgvs_c": "c.1068C>T",
"hgvs_p": "p.Asn356Asn",
"transcript": "NM_001424360.1",
"protein_id": "NP_001411289.1",
"transcript_support_level": null,
"aa_start": 356,
"aa_end": null,
"aa_length": 740,
"cds_start": 1068,
"cds_end": null,
"cds_length": 2223,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001424360.1"
},
{
"aa_ref": "N",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNMT3B",
"gene_hgnc_id": 2979,
"hgvs_c": "c.1032C>T",
"hgvs_p": "p.Asn344Asn",
"transcript": "NM_001207055.2",
"protein_id": "NP_001193984.1",
"transcript_support_level": null,
"aa_start": 344,
"aa_end": null,
"aa_length": 728,
"cds_start": 1032,
"cds_end": null,
"cds_length": 2187,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001207055.2"
},
{
"aa_ref": "N",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNMT3B",
"gene_hgnc_id": 2979,
"hgvs_c": "c.1032C>T",
"hgvs_p": "p.Asn344Asn",
"transcript": "ENST00000443239.7",
"protein_id": "ENSP00000403169.2",
"transcript_support_level": 2,
"aa_start": 344,
"aa_end": null,
"aa_length": 728,
"cds_start": 1032,
"cds_end": null,
"cds_length": 2187,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000443239.7"
},
{
"aa_ref": "N",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNMT3B",
"gene_hgnc_id": 2979,
"hgvs_c": "c.930C>T",
"hgvs_p": "p.Asn310Asn",
"transcript": "NM_001207056.2",
"protein_id": "NP_001193985.1",
"transcript_support_level": null,
"aa_start": 310,
"aa_end": null,
"aa_length": 694,
"cds_start": 930,
"cds_end": null,
"cds_length": 2085,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001207056.2"
},
{
"aa_ref": "N",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNMT3B",
"gene_hgnc_id": 2979,
"hgvs_c": "c.930C>T",
"hgvs_p": "p.Asn310Asn",
"transcript": "ENST00000456297.6",
"protein_id": "ENSP00000412305.1",
"transcript_support_level": 2,
"aa_start": 310,
"aa_end": null,
"aa_length": 694,
"cds_start": 930,
"cds_end": null,
"cds_length": 2085,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000456297.6"
},
{
"aa_ref": "N",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNMT3B",
"gene_hgnc_id": 2979,
"hgvs_c": "c.1254C>T",
"hgvs_p": "p.Asn418Asn",
"transcript": "XM_047439946.1",
"protein_id": "XP_047295902.1",
"transcript_support_level": null,
"aa_start": 418,
"aa_end": null,
"aa_length": 865,
"cds_start": 1254,
"cds_end": null,
"cds_length": 2598,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047439946.1"
},
{
"aa_ref": "N",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNMT3B",
"gene_hgnc_id": 2979,
"hgvs_c": "c.1194C>T",
"hgvs_p": "p.Asn398Asn",
"transcript": "XM_047439949.1",
"protein_id": "XP_047295905.1",
"transcript_support_level": null,
"aa_start": 398,
"aa_end": null,
"aa_length": 804,
"cds_start": 1194,
"cds_end": null,
"cds_length": 2415,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047439949.1"
},
{
"aa_ref": "N",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNMT3B",
"gene_hgnc_id": 2979,
"hgvs_c": "c.1068C>T",
"hgvs_p": "p.Asn356Asn",
"transcript": "XM_047439950.1",
"protein_id": "XP_047295906.1",
"transcript_support_level": null,
"aa_start": 356,
"aa_end": null,
"aa_length": 803,
"cds_start": 1068,
"cds_end": null,
"cds_length": 2412,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047439950.1"
},
{
"aa_ref": "N",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNMT3B",
"gene_hgnc_id": 2979,
"hgvs_c": "c.1068C>T",
"hgvs_p": "p.Asn356Asn",
"transcript": "XM_047439955.1",
"protein_id": "XP_047295911.1",
"transcript_support_level": null,
"aa_start": 356,
"aa_end": null,
"aa_length": 762,
"cds_start": 1068,
"cds_end": null,
"cds_length": 2289,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047439955.1"
},
{
"aa_ref": "N",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNMT3B",
"gene_hgnc_id": 2979,
"hgvs_c": "c.1128C>T",
"hgvs_p": "p.Asn376Asn",
"transcript": "XM_047439956.1",
"protein_id": "XP_047295912.1",
"transcript_support_level": null,
"aa_start": 376,
"aa_end": null,
"aa_length": 760,
"cds_start": 1128,
"cds_end": null,
"cds_length": 2283,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047439956.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "DNMT3B",
"gene_hgnc_id": 2979,
"hgvs_c": "c.1126+1905C>T",
"hgvs_p": null,
"transcript": "ENST00000919031.1",
"protein_id": "ENSP00000589090.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 642,
"cds_start": null,
"cds_end": null,
"cds_length": 1929,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000919031.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNMT3B",
"gene_hgnc_id": 2979,
"hgvs_c": "n.*169C>T",
"hgvs_p": null,
"transcript": "ENST00000696231.1",
"protein_id": "ENSP00000512497.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": "ENST00000696231.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNMT3B",
"gene_hgnc_id": 2979,
"hgvs_c": "n.1158C>T",
"hgvs_p": null,
"transcript": "ENST00000696233.1",
"protein_id": "ENSP00000512499.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": "ENST00000696233.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNMT3B",
"gene_hgnc_id": 2979,
"hgvs_c": "n.887C>T",
"hgvs_p": null,
"transcript": "ENST00000696235.1",
"protein_id": "ENSP00000512500.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": "ENST00000696235.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNMT3B",
"gene_hgnc_id": 2979,
"hgvs_c": "n.*169C>T",
"hgvs_p": null,
"transcript": "ENST00000696236.1",
"protein_id": "ENSP00000512501.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": "ENST00000696236.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNMT3B",
"gene_hgnc_id": 2979,
"hgvs_c": "n.1158C>T",
"hgvs_p": null,
"transcript": "ENST00000696238.1",
"protein_id": "ENSP00000512502.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": "ENST00000696238.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNMT3B",
"gene_hgnc_id": 2979,
"hgvs_c": "n.507C>T",
"hgvs_p": null,
"transcript": "ENST00000696241.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": "ENST00000696241.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNMT3B",
"gene_hgnc_id": 2979,
"hgvs_c": "n.360C>T",
"hgvs_p": null,
"transcript": "ENST00000696242.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": "ENST00000696242.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"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": "DNMT3B",
"gene_hgnc_id": 2979,
"hgvs_c": "n.82C>T",
"hgvs_p": null,
"transcript": "ENST00000696243.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": "ENST00000696243.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNMT3B",
"gene_hgnc_id": 2979,
"hgvs_c": "n.*169C>T",
"hgvs_p": null,
"transcript": "ENST00000696231.1",
"protein_id": "ENSP00000512497.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": "ENST00000696231.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNMT3B",
"gene_hgnc_id": 2979,
"hgvs_c": "n.*169C>T",
"hgvs_p": null,
"transcript": "ENST00000696236.1",
"protein_id": "ENSP00000512501.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": "ENST00000696236.1"
}
],
"gene_symbol": "DNMT3B",
"gene_hgnc_id": 2979,
"dbsnp": "rs875040",
"frequency_reference_population": 0.00008425341,
"hom_count_reference_population": 0,
"allele_count_reference_population": 136,
"gnomad_exomes_af": 0.0000656682,
"gnomad_genomes_af": 0.000262667,
"gnomad_exomes_ac": 96,
"gnomad_genomes_ac": 40,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.26100000739097595,
"computational_prediction_selected": "Benign",
"computational_source_selected": "REVEL",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.261,
"revel_prediction": "Benign",
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.83,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -3.24,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -8,
"acmg_classification": "Benign",
"acmg_criteria": "BP4,BP6_Moderate,BP7,BS1",
"acmg_by_gene": [
{
"score": -8,
"benign_score": 8,
"pathogenic_score": 0,
"criteria": [
"BP4",
"BP6_Moderate",
"BP7",
"BS1"
],
"verdict": "Benign",
"transcript": "NM_006892.4",
"gene_symbol": "DNMT3B",
"hgnc_id": 2979,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.1218C>T",
"hgvs_p": "p.Asn406Asn"
}
],
"clinvar_disease": "9 and 16 and immunodeficiency,Centromeric instability of chromosomes 1",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LB:1",
"phenotype_combined": "Centromeric instability of chromosomes 1,9 and 16 and immunodeficiency",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}