← 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: 22-19038890-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=22&pos=19038890&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "22",
"pos": 19038890,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_005137.3",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGCR2",
"gene_hgnc_id": 2845,
"hgvs_c": "c.1628G>A",
"hgvs_p": "p.Arg543His",
"transcript": "NM_005137.3",
"protein_id": "NP_005128.1",
"transcript_support_level": null,
"aa_start": 543,
"aa_end": null,
"aa_length": 550,
"cds_start": 1628,
"cds_end": null,
"cds_length": 1653,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000263196.12",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_005137.3"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGCR2",
"gene_hgnc_id": 2845,
"hgvs_c": "c.1628G>A",
"hgvs_p": "p.Arg543His",
"transcript": "ENST00000263196.12",
"protein_id": "ENSP00000263196.7",
"transcript_support_level": 1,
"aa_start": 543,
"aa_end": null,
"aa_length": 550,
"cds_start": 1628,
"cds_end": null,
"cds_length": 1653,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_005137.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000263196.12"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGCR2",
"gene_hgnc_id": 2845,
"hgvs_c": "n.*1199G>A",
"hgvs_p": null,
"transcript": "ENST00000389262.8",
"protein_id": "ENSP00000373914.5",
"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": "ENST00000389262.8"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGCR2",
"gene_hgnc_id": 2845,
"hgvs_c": "n.*1199G>A",
"hgvs_p": null,
"transcript": "ENST00000389262.8",
"protein_id": "ENSP00000373914.5",
"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": "ENST00000389262.8"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGCR2",
"gene_hgnc_id": 2845,
"hgvs_c": "c.1760G>A",
"hgvs_p": "p.Arg587His",
"transcript": "ENST00000935670.1",
"protein_id": "ENSP00000605729.1",
"transcript_support_level": null,
"aa_start": 587,
"aa_end": null,
"aa_length": 594,
"cds_start": 1760,
"cds_end": null,
"cds_length": 1785,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935670.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGCR2",
"gene_hgnc_id": 2845,
"hgvs_c": "c.1751G>A",
"hgvs_p": "p.Arg584His",
"transcript": "ENST00000907546.1",
"protein_id": "ENSP00000577605.1",
"transcript_support_level": null,
"aa_start": 584,
"aa_end": null,
"aa_length": 591,
"cds_start": 1751,
"cds_end": null,
"cds_length": 1776,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907546.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGCR2",
"gene_hgnc_id": 2845,
"hgvs_c": "c.1748G>A",
"hgvs_p": "p.Arg583His",
"transcript": "ENST00000955016.1",
"protein_id": "ENSP00000625075.1",
"transcript_support_level": null,
"aa_start": 583,
"aa_end": null,
"aa_length": 590,
"cds_start": 1748,
"cds_end": null,
"cds_length": 1773,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955016.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGCR2",
"gene_hgnc_id": 2845,
"hgvs_c": "c.1652G>A",
"hgvs_p": "p.Arg551His",
"transcript": "ENST00000907547.1",
"protein_id": "ENSP00000577606.1",
"transcript_support_level": null,
"aa_start": 551,
"aa_end": null,
"aa_length": 558,
"cds_start": 1652,
"cds_end": null,
"cds_length": 1677,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907547.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGCR2",
"gene_hgnc_id": 2845,
"hgvs_c": "c.1643G>A",
"hgvs_p": "p.Arg548His",
"transcript": "ENST00000907549.1",
"protein_id": "ENSP00000577608.1",
"transcript_support_level": null,
"aa_start": 548,
"aa_end": null,
"aa_length": 555,
"cds_start": 1643,
"cds_end": null,
"cds_length": 1668,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907549.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGCR2",
"gene_hgnc_id": 2845,
"hgvs_c": "c.1637G>A",
"hgvs_p": "p.Arg546His",
"transcript": "ENST00000907539.1",
"protein_id": "ENSP00000577598.1",
"transcript_support_level": null,
"aa_start": 546,
"aa_end": null,
"aa_length": 553,
"cds_start": 1637,
"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": "ENST00000907539.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGCR2",
"gene_hgnc_id": 2845,
"hgvs_c": "c.1634G>A",
"hgvs_p": "p.Arg545His",
"transcript": "ENST00000955010.1",
"protein_id": "ENSP00000625069.1",
"transcript_support_level": null,
"aa_start": 545,
"aa_end": null,
"aa_length": 552,
"cds_start": 1634,
"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": "ENST00000955010.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGCR2",
"gene_hgnc_id": 2845,
"hgvs_c": "c.1625G>A",
"hgvs_p": "p.Arg542His",
"transcript": "ENST00000935666.1",
"protein_id": "ENSP00000605725.1",
"transcript_support_level": null,
"aa_start": 542,
"aa_end": null,
"aa_length": 549,
"cds_start": 1625,
"cds_end": null,
"cds_length": 1650,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935666.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGCR2",
"gene_hgnc_id": 2845,
"hgvs_c": "c.1619G>A",
"hgvs_p": "p.Arg540His",
"transcript": "NM_001184781.2",
"protein_id": "NP_001171710.1",
"transcript_support_level": null,
"aa_start": 540,
"aa_end": null,
"aa_length": 547,
"cds_start": 1619,
"cds_end": null,
"cds_length": 1644,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001184781.2"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGCR2",
"gene_hgnc_id": 2845,
"hgvs_c": "c.1619G>A",
"hgvs_p": "p.Arg540His",
"transcript": "ENST00000907534.1",
"protein_id": "ENSP00000577593.1",
"transcript_support_level": null,
"aa_start": 540,
"aa_end": null,
"aa_length": 547,
"cds_start": 1619,
"cds_end": null,
"cds_length": 1644,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907534.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGCR2",
"gene_hgnc_id": 2845,
"hgvs_c": "c.1619G>A",
"hgvs_p": "p.Arg540His",
"transcript": "ENST00000907548.1",
"protein_id": "ENSP00000577607.1",
"transcript_support_level": null,
"aa_start": 540,
"aa_end": null,
"aa_length": 547,
"cds_start": 1619,
"cds_end": null,
"cds_length": 1644,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907548.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGCR2",
"gene_hgnc_id": 2845,
"hgvs_c": "c.1616G>A",
"hgvs_p": "p.Arg539His",
"transcript": "ENST00000935667.1",
"protein_id": "ENSP00000605726.1",
"transcript_support_level": null,
"aa_start": 539,
"aa_end": null,
"aa_length": 546,
"cds_start": 1616,
"cds_end": null,
"cds_length": 1641,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935667.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGCR2",
"gene_hgnc_id": 2845,
"hgvs_c": "c.1610G>A",
"hgvs_p": "p.Arg537His",
"transcript": "ENST00000955012.1",
"protein_id": "ENSP00000625071.1",
"transcript_support_level": null,
"aa_start": 537,
"aa_end": null,
"aa_length": 544,
"cds_start": 1610,
"cds_end": null,
"cds_length": 1635,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955012.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGCR2",
"gene_hgnc_id": 2845,
"hgvs_c": "c.1607G>A",
"hgvs_p": "p.Arg536His",
"transcript": "ENST00000935669.1",
"protein_id": "ENSP00000605728.1",
"transcript_support_level": null,
"aa_start": 536,
"aa_end": null,
"aa_length": 543,
"cds_start": 1607,
"cds_end": null,
"cds_length": 1632,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935669.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGCR2",
"gene_hgnc_id": 2845,
"hgvs_c": "c.1598G>A",
"hgvs_p": "p.Arg533His",
"transcript": "ENST00000907545.1",
"protein_id": "ENSP00000577604.1",
"transcript_support_level": null,
"aa_start": 533,
"aa_end": null,
"aa_length": 540,
"cds_start": 1598,
"cds_end": null,
"cds_length": 1623,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907545.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGCR2",
"gene_hgnc_id": 2845,
"hgvs_c": "c.1505G>A",
"hgvs_p": "p.Arg502His",
"transcript": "NM_001173533.2",
"protein_id": "NP_001167004.1",
"transcript_support_level": null,
"aa_start": 502,
"aa_end": null,
"aa_length": 509,
"cds_start": 1505,
"cds_end": null,
"cds_length": 1530,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001173533.2"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGCR2",
"gene_hgnc_id": 2845,
"hgvs_c": "c.1505G>A",
"hgvs_p": "p.Arg502His",
"transcript": "ENST00000537045.5",
"protein_id": "ENSP00000440062.1",
"transcript_support_level": 2,
"aa_start": 502,
"aa_end": null,
"aa_length": 509,
"cds_start": 1505,
"cds_end": null,
"cds_length": 1530,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000537045.5"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGCR2",
"gene_hgnc_id": 2845,
"hgvs_c": "c.1496G>A",
"hgvs_p": "p.Arg499His",
"transcript": "NM_001173534.2",
"protein_id": "NP_001167005.1",
"transcript_support_level": null,
"aa_start": 499,
"aa_end": null,
"aa_length": 506,
"cds_start": 1496,
"cds_end": null,
"cds_length": 1521,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001173534.2"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGCR2",
"gene_hgnc_id": 2845,
"hgvs_c": "c.1496G>A",
"hgvs_p": "p.Arg499His",
"transcript": "ENST00000907538.1",
"protein_id": "ENSP00000577597.1",
"transcript_support_level": null,
"aa_start": 499,
"aa_end": null,
"aa_length": 506,
"cds_start": 1496,
"cds_end": null,
"cds_length": 1521,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907538.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGCR2",
"gene_hgnc_id": 2845,
"hgvs_c": "c.1493G>A",
"hgvs_p": "p.Arg498His",
"transcript": "ENST00000907544.1",
"protein_id": "ENSP00000577603.1",
"transcript_support_level": null,
"aa_start": 498,
"aa_end": null,
"aa_length": 505,
"cds_start": 1493,
"cds_end": null,
"cds_length": 1518,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907544.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGCR2",
"gene_hgnc_id": 2845,
"hgvs_c": "c.1451G>A",
"hgvs_p": "p.Arg484His",
"transcript": "ENST00000907535.1",
"protein_id": "ENSP00000577594.1",
"transcript_support_level": null,
"aa_start": 484,
"aa_end": null,
"aa_length": 491,
"cds_start": 1451,
"cds_end": null,
"cds_length": 1476,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907535.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGCR2",
"gene_hgnc_id": 2845,
"hgvs_c": "c.1442G>A",
"hgvs_p": "p.Arg481His",
"transcript": "ENST00000907542.1",
"protein_id": "ENSP00000577601.1",
"transcript_support_level": null,
"aa_start": 481,
"aa_end": null,
"aa_length": 488,
"cds_start": 1442,
"cds_end": null,
"cds_length": 1467,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907542.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGCR2",
"gene_hgnc_id": 2845,
"hgvs_c": "c.1424G>A",
"hgvs_p": "p.Arg475His",
"transcript": "ENST00000907540.1",
"protein_id": "ENSP00000577599.1",
"transcript_support_level": null,
"aa_start": 475,
"aa_end": null,
"aa_length": 482,
"cds_start": 1424,
"cds_end": null,
"cds_length": 1449,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907540.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGCR2",
"gene_hgnc_id": 2845,
"hgvs_c": "c.1415G>A",
"hgvs_p": "p.Arg472His",
"transcript": "ENST00000955009.1",
"protein_id": "ENSP00000625068.1",
"transcript_support_level": null,
"aa_start": 472,
"aa_end": null,
"aa_length": 479,
"cds_start": 1415,
"cds_end": null,
"cds_length": 1440,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955009.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGCR2",
"gene_hgnc_id": 2845,
"hgvs_c": "c.1391G>A",
"hgvs_p": "p.Arg464His",
"transcript": "ENST00000907541.1",
"protein_id": "ENSP00000577600.1",
"transcript_support_level": null,
"aa_start": 464,
"aa_end": null,
"aa_length": 471,
"cds_start": 1391,
"cds_end": null,
"cds_length": 1416,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907541.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGCR2",
"gene_hgnc_id": 2845,
"hgvs_c": "c.1382G>A",
"hgvs_p": "p.Arg461His",
"transcript": "ENST00000907543.1",
"protein_id": "ENSP00000577602.1",
"transcript_support_level": null,
"aa_start": 461,
"aa_end": null,
"aa_length": 468,
"cds_start": 1382,
"cds_end": null,
"cds_length": 1407,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907543.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGCR2",
"gene_hgnc_id": 2845,
"hgvs_c": "c.1370G>A",
"hgvs_p": "p.Arg457His",
"transcript": "ENST00000935668.1",
"protein_id": "ENSP00000605727.1",
"transcript_support_level": null,
"aa_start": 457,
"aa_end": null,
"aa_length": 464,
"cds_start": 1370,
"cds_end": null,
"cds_length": 1395,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935668.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGCR2",
"gene_hgnc_id": 2845,
"hgvs_c": "c.1268G>A",
"hgvs_p": "p.Arg423His",
"transcript": "ENST00000955007.1",
"protein_id": "ENSP00000625066.1",
"transcript_support_level": null,
"aa_start": 423,
"aa_end": null,
"aa_length": 430,
"cds_start": 1268,
"cds_end": null,
"cds_length": 1293,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955007.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGCR2",
"gene_hgnc_id": 2845,
"hgvs_c": "c.1247G>A",
"hgvs_p": "p.Arg416His",
"transcript": "ENST00000955008.1",
"protein_id": "ENSP00000625067.1",
"transcript_support_level": null,
"aa_start": 416,
"aa_end": null,
"aa_length": 423,
"cds_start": 1247,
"cds_end": null,
"cds_length": 1272,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955008.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGCR2",
"gene_hgnc_id": 2845,
"hgvs_c": "c.1238G>A",
"hgvs_p": "p.Arg413His",
"transcript": "ENST00000907536.1",
"protein_id": "ENSP00000577595.1",
"transcript_support_level": null,
"aa_start": 413,
"aa_end": null,
"aa_length": 420,
"cds_start": 1238,
"cds_end": null,
"cds_length": 1263,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907536.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGCR2",
"gene_hgnc_id": 2845,
"hgvs_c": "c.1238G>A",
"hgvs_p": "p.Arg413His",
"transcript": "ENST00000955014.1",
"protein_id": "ENSP00000625073.1",
"transcript_support_level": null,
"aa_start": 413,
"aa_end": null,
"aa_length": 420,
"cds_start": 1238,
"cds_end": null,
"cds_length": 1263,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955014.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGCR2",
"gene_hgnc_id": 2845,
"hgvs_c": "c.1229G>A",
"hgvs_p": "p.Arg410His",
"transcript": "ENST00000907537.1",
"protein_id": "ENSP00000577596.1",
"transcript_support_level": null,
"aa_start": 410,
"aa_end": null,
"aa_length": 417,
"cds_start": 1229,
"cds_end": null,
"cds_length": 1254,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907537.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGCR2",
"gene_hgnc_id": 2845,
"hgvs_c": "c.1214G>A",
"hgvs_p": "p.Arg405His",
"transcript": "ENST00000955006.1",
"protein_id": "ENSP00000625065.1",
"transcript_support_level": null,
"aa_start": 405,
"aa_end": null,
"aa_length": 412,
"cds_start": 1214,
"cds_end": null,
"cds_length": 1239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955006.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGCR2",
"gene_hgnc_id": 2845,
"hgvs_c": "c.1205G>A",
"hgvs_p": "p.Arg402His",
"transcript": "ENST00000955013.1",
"protein_id": "ENSP00000625072.1",
"transcript_support_level": null,
"aa_start": 402,
"aa_end": null,
"aa_length": 409,
"cds_start": 1205,
"cds_end": null,
"cds_length": 1230,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955013.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGCR2",
"gene_hgnc_id": 2845,
"hgvs_c": "c.1187G>A",
"hgvs_p": "p.Arg396His",
"transcript": "ENST00000955015.1",
"protein_id": "ENSP00000625074.1",
"transcript_support_level": null,
"aa_start": 396,
"aa_end": null,
"aa_length": 403,
"cds_start": 1187,
"cds_end": null,
"cds_length": 1212,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955015.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGCR2",
"gene_hgnc_id": 2845,
"hgvs_c": "c.1025G>A",
"hgvs_p": "p.Arg342His",
"transcript": "ENST00000955011.1",
"protein_id": "ENSP00000625070.1",
"transcript_support_level": null,
"aa_start": 342,
"aa_end": null,
"aa_length": 349,
"cds_start": 1025,
"cds_end": null,
"cds_length": 1050,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955011.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGCR2",
"gene_hgnc_id": 2845,
"hgvs_c": "c.1010G>A",
"hgvs_p": "p.Arg337His",
"transcript": "ENST00000955017.1",
"protein_id": "ENSP00000625076.1",
"transcript_support_level": null,
"aa_start": 337,
"aa_end": null,
"aa_length": 344,
"cds_start": 1010,
"cds_end": null,
"cds_length": 1035,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955017.1"
},
{
"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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGCR2",
"gene_hgnc_id": 2845,
"hgvs_c": "n.1406G>A",
"hgvs_p": null,
"transcript": "ENST00000467659.1",
"protein_id": null,
"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": "retained_intron",
"feature": "ENST00000467659.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGCR2",
"gene_hgnc_id": 2845,
"hgvs_c": "n.1719G>A",
"hgvs_p": null,
"transcript": "NR_033674.2",
"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": "pseudogene",
"feature": "NR_033674.2"
}
],
"gene_symbol": "DGCR2",
"gene_hgnc_id": 2845,
"dbsnp": "rs9605924",
"frequency_reference_population": 0.00042532137,
"hom_count_reference_population": 0,
"allele_count_reference_population": 686,
"gnomad_exomes_af": 0.000436139,
"gnomad_genomes_af": 0.000321619,
"gnomad_exomes_ac": 637,
"gnomad_genomes_ac": 49,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.019198834896087646,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.065,
"revel_prediction": "Benign",
"alphamissense_score": 0.0746,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.58,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.419,
"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_Strong,BS2",
"acmg_by_gene": [
{
"score": -8,
"benign_score": 8,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_005137.3",
"gene_symbol": "DGCR2",
"hgnc_id": 2845,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1628G>A",
"hgvs_p": "p.Arg543His"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}