← 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: 21-33579447-T-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=21&pos=33579447&ref=T&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "21",
"pos": 33579447,
"ref": "T",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_017613.4",
"consequences": [
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DONSON",
"gene_hgnc_id": 2993,
"hgvs_c": "c.1466A>C",
"hgvs_p": "p.Lys489Thr",
"transcript": "NM_017613.4",
"protein_id": "NP_060083.1",
"transcript_support_level": null,
"aa_start": 489,
"aa_end": null,
"aa_length": 566,
"cds_start": 1466,
"cds_end": null,
"cds_length": 1701,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000303071.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_017613.4"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DONSON",
"gene_hgnc_id": 2993,
"hgvs_c": "c.1466A>C",
"hgvs_p": "p.Lys489Thr",
"transcript": "ENST00000303071.10",
"protein_id": "ENSP00000307143.4",
"transcript_support_level": 1,
"aa_start": 489,
"aa_end": null,
"aa_length": 566,
"cds_start": 1466,
"cds_end": null,
"cds_length": 1701,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_017613.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000303071.10"
},
{
"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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DONSON",
"gene_hgnc_id": 2993,
"hgvs_c": "n.*495A>C",
"hgvs_p": null,
"transcript": "ENST00000442660.5",
"protein_id": "ENSP00000408788.1",
"transcript_support_level": 1,
"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": "ENST00000442660.5"
},
{
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DONSON",
"gene_hgnc_id": 2993,
"hgvs_c": "n.*103A>C",
"hgvs_p": null,
"transcript": "ENST00000444517.5",
"protein_id": "ENSP00000392405.1",
"transcript_support_level": 1,
"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": "ENST00000444517.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DONSON",
"gene_hgnc_id": 2993,
"hgvs_c": "n.*495A>C",
"hgvs_p": null,
"transcript": "ENST00000442660.5",
"protein_id": "ENSP00000408788.1",
"transcript_support_level": 1,
"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": "ENST00000442660.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DONSON",
"gene_hgnc_id": 2993,
"hgvs_c": "n.*103A>C",
"hgvs_p": null,
"transcript": "ENST00000444517.5",
"protein_id": "ENSP00000392405.1",
"transcript_support_level": 1,
"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": "ENST00000444517.5"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DONSON",
"gene_hgnc_id": 2993,
"hgvs_c": "c.1544A>C",
"hgvs_p": "p.Lys515Thr",
"transcript": "ENST00000966267.1",
"protein_id": "ENSP00000636326.1",
"transcript_support_level": null,
"aa_start": 515,
"aa_end": null,
"aa_length": 592,
"cds_start": 1544,
"cds_end": null,
"cds_length": 1779,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966267.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DONSON",
"gene_hgnc_id": 2993,
"hgvs_c": "c.1466A>C",
"hgvs_p": "p.Lys489Thr",
"transcript": "ENST00000936411.1",
"protein_id": "ENSP00000606470.1",
"transcript_support_level": null,
"aa_start": 489,
"aa_end": null,
"aa_length": 566,
"cds_start": 1466,
"cds_end": null,
"cds_length": 1701,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936411.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DONSON",
"gene_hgnc_id": 2993,
"hgvs_c": "c.1466A>C",
"hgvs_p": "p.Lys489Thr",
"transcript": "ENST00000966265.1",
"protein_id": "ENSP00000636324.1",
"transcript_support_level": null,
"aa_start": 489,
"aa_end": null,
"aa_length": 565,
"cds_start": 1466,
"cds_end": null,
"cds_length": 1698,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966265.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DONSON",
"gene_hgnc_id": 2993,
"hgvs_c": "c.1427A>C",
"hgvs_p": "p.Lys476Thr",
"transcript": "ENST00000858803.1",
"protein_id": "ENSP00000528862.1",
"transcript_support_level": null,
"aa_start": 476,
"aa_end": null,
"aa_length": 553,
"cds_start": 1427,
"cds_end": null,
"cds_length": 1662,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858803.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DONSON",
"gene_hgnc_id": 2993,
"hgvs_c": "c.1424A>C",
"hgvs_p": "p.Lys475Thr",
"transcript": "ENST00000303113.10",
"protein_id": "ENSP00000304716.3",
"transcript_support_level": 5,
"aa_start": 475,
"aa_end": null,
"aa_length": 552,
"cds_start": 1424,
"cds_end": null,
"cds_length": 1659,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000303113.10"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DONSON",
"gene_hgnc_id": 2993,
"hgvs_c": "c.1424A>C",
"hgvs_p": "p.Lys475Thr",
"transcript": "ENST00000936413.1",
"protein_id": "ENSP00000606472.1",
"transcript_support_level": null,
"aa_start": 475,
"aa_end": null,
"aa_length": 552,
"cds_start": 1424,
"cds_end": null,
"cds_length": 1659,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936413.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DONSON",
"gene_hgnc_id": 2993,
"hgvs_c": "c.1376A>C",
"hgvs_p": "p.Lys459Thr",
"transcript": "ENST00000437395.5",
"protein_id": "ENSP00000399535.1",
"transcript_support_level": 5,
"aa_start": 459,
"aa_end": null,
"aa_length": 536,
"cds_start": 1376,
"cds_end": null,
"cds_length": 1611,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000437395.5"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DONSON",
"gene_hgnc_id": 2993,
"hgvs_c": "c.1358A>C",
"hgvs_p": "p.Lys453Thr",
"transcript": "ENST00000936412.1",
"protein_id": "ENSP00000606471.1",
"transcript_support_level": null,
"aa_start": 453,
"aa_end": null,
"aa_length": 530,
"cds_start": 1358,
"cds_end": null,
"cds_length": 1593,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936412.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DONSON",
"gene_hgnc_id": 2993,
"hgvs_c": "c.1322A>C",
"hgvs_p": "p.Lys441Thr",
"transcript": "ENST00000858799.1",
"protein_id": "ENSP00000528858.1",
"transcript_support_level": null,
"aa_start": 441,
"aa_end": null,
"aa_length": 518,
"cds_start": 1322,
"cds_end": null,
"cds_length": 1557,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858799.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DONSON",
"gene_hgnc_id": 2993,
"hgvs_c": "c.1322A>C",
"hgvs_p": "p.Lys441Thr",
"transcript": "ENST00000936414.1",
"protein_id": "ENSP00000606473.1",
"transcript_support_level": null,
"aa_start": 441,
"aa_end": null,
"aa_length": 517,
"cds_start": 1322,
"cds_end": null,
"cds_length": 1554,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936414.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"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": "DONSON",
"gene_hgnc_id": 2993,
"hgvs_c": "c.1163A>C",
"hgvs_p": "p.Lys388Thr",
"transcript": "ENST00000936415.1",
"protein_id": "ENSP00000606474.1",
"transcript_support_level": null,
"aa_start": 388,
"aa_end": null,
"aa_length": 465,
"cds_start": 1163,
"cds_end": null,
"cds_length": 1398,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936415.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"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": "DONSON",
"gene_hgnc_id": 2993,
"hgvs_c": "c.1061A>C",
"hgvs_p": "p.Lys354Thr",
"transcript": "ENST00000858801.1",
"protein_id": "ENSP00000528860.1",
"transcript_support_level": null,
"aa_start": 354,
"aa_end": null,
"aa_length": 431,
"cds_start": 1061,
"cds_end": null,
"cds_length": 1296,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858801.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"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": "DONSON",
"gene_hgnc_id": 2993,
"hgvs_c": "c.980A>C",
"hgvs_p": "p.Lys327Thr",
"transcript": "ENST00000966266.1",
"protein_id": "ENSP00000636325.1",
"transcript_support_level": null,
"aa_start": 327,
"aa_end": null,
"aa_length": 404,
"cds_start": 980,
"cds_end": null,
"cds_length": 1215,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966266.1"
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DONSON",
"gene_hgnc_id": 2993,
"hgvs_c": "c.518A>C",
"hgvs_p": "p.Lys173Thr",
"transcript": "ENST00000858800.1",
"protein_id": "ENSP00000528859.1",
"transcript_support_level": null,
"aa_start": 173,
"aa_end": null,
"aa_length": 250,
"cds_start": 518,
"cds_end": null,
"cds_length": 753,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858800.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "DONSON",
"gene_hgnc_id": 2993,
"hgvs_c": "c.1351-11A>C",
"hgvs_p": null,
"transcript": "ENST00000858802.1",
"protein_id": "ENSP00000528861.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 524,
"cds_start": null,
"cds_end": null,
"cds_length": 1575,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858802.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "DONSON",
"gene_hgnc_id": 2993,
"hgvs_c": "c.1351-30A>C",
"hgvs_p": null,
"transcript": "ENST00000453626.5",
"protein_id": "ENSP00000394276.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 508,
"cds_start": null,
"cds_end": null,
"cds_length": 1527,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000453626.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "DONSON",
"gene_hgnc_id": 2993,
"hgvs_c": "c.1351-1003A>C",
"hgvs_p": null,
"transcript": "ENST00000432378.5",
"protein_id": "ENSP00000398329.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 495,
"cds_start": null,
"cds_end": null,
"cds_length": 1488,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000432378.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DONSON",
"gene_hgnc_id": 2993,
"hgvs_c": "n.*755A>C",
"hgvs_p": null,
"transcript": "ENST00000417871.5",
"protein_id": "ENSP00000392014.1",
"transcript_support_level": 5,
"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": "ENST00000417871.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DONSON",
"gene_hgnc_id": 2993,
"hgvs_c": "n.*654A>C",
"hgvs_p": null,
"transcript": "ENST00000457359.5",
"protein_id": "ENSP00000415191.1",
"transcript_support_level": 5,
"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": "ENST00000457359.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DONSON",
"gene_hgnc_id": 2993,
"hgvs_c": "n.168A>C",
"hgvs_p": null,
"transcript": "ENST00000460557.1",
"protein_id": null,
"transcript_support_level": 2,
"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": "ENST00000460557.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DONSON",
"gene_hgnc_id": 2993,
"hgvs_c": "n.*755A>C",
"hgvs_p": null,
"transcript": "ENST00000417871.5",
"protein_id": "ENSP00000392014.1",
"transcript_support_level": 5,
"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": "ENST00000417871.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DONSON",
"gene_hgnc_id": 2993,
"hgvs_c": "n.*654A>C",
"hgvs_p": null,
"transcript": "ENST00000457359.5",
"protein_id": "ENSP00000415191.1",
"transcript_support_level": 5,
"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": "ENST00000457359.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DONSON",
"gene_hgnc_id": 2993,
"hgvs_c": "c.*77A>C",
"hgvs_p": null,
"transcript": "ENST00000440810.1",
"protein_id": "ENSP00000401082.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 233,
"cds_start": null,
"cds_end": null,
"cds_length": 702,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000440810.1"
}
],
"gene_symbol": "DONSON",
"gene_hgnc_id": 2993,
"dbsnp": "rs146664036",
"frequency_reference_population": 0.00092802424,
"hom_count_reference_population": 2,
"allele_count_reference_population": 1498,
"gnomad_exomes_af": 0.000928952,
"gnomad_genomes_af": 0.000919118,
"gnomad_exomes_ac": 1358,
"gnomad_genomes_ac": 140,
"gnomad_exomes_homalt": 2,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.008210867643356323,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.108,
"revel_prediction": "Benign",
"alphamissense_score": 0.1484,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.38,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -2.701,
"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": "PS3,BP4_Strong,BS1,BS2",
"acmg_by_gene": [
{
"score": -8,
"benign_score": 12,
"pathogenic_score": 4,
"criteria": [
"PS3",
"BP4_Strong",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_017613.4",
"gene_symbol": "DONSON",
"hgnc_id": 2993,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1466A>C",
"hgvs_p": "p.Lys489Thr"
}
],
"clinvar_disease": " and limb abnormalities, short stature,DONSON-related disorder,Inborn genetic diseases,Microcephaly,Microcephaly-micromelia syndrome,See cases,not provided,not specified",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "P:2 LP:5 US:1 LB:2 B:1",
"phenotype_combined": "Inborn genetic diseases|Microcephaly, short stature, and limb abnormalities|Microcephaly-micromelia syndrome|not provided|See cases|DONSON-related disorder|not specified|Microcephaly|Microcephaly-micromelia syndrome;Microcephaly, short stature, and limb abnormalities",
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"custom_annotations": null
}
],
"message": null
}