← 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: 1-92837628-G-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=92837628&ref=G&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 92837628,
"ref": "G",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_000969.5",
"consequences": [
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL5",
"gene_hgnc_id": 10360,
"hgvs_c": "c.700G>T",
"hgvs_p": "p.Asp234Tyr",
"transcript": "NM_000969.5",
"protein_id": "NP_000960.2",
"transcript_support_level": null,
"aa_start": 234,
"aa_end": null,
"aa_length": 297,
"cds_start": 700,
"cds_end": null,
"cds_length": 894,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000370321.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_000969.5"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL5",
"gene_hgnc_id": 10360,
"hgvs_c": "c.700G>T",
"hgvs_p": "p.Asp234Tyr",
"transcript": "ENST00000370321.8",
"protein_id": "ENSP00000359345.2",
"transcript_support_level": 1,
"aa_start": 234,
"aa_end": null,
"aa_length": 297,
"cds_start": 700,
"cds_end": null,
"cds_length": 894,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_000969.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000370321.8"
},
{
"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": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "DIPK1A",
"gene_hgnc_id": 32213,
"hgvs_c": "c.475-4594C>A",
"hgvs_p": null,
"transcript": "ENST00000615519.4",
"protein_id": "ENSP00000483279.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 162,
"cds_start": null,
"cds_end": null,
"cds_length": 489,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000615519.4"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL5",
"gene_hgnc_id": 10360,
"hgvs_c": "c.700G>T",
"hgvs_p": "p.Asp234Tyr",
"transcript": "ENST00000880515.1",
"protein_id": "ENSP00000550574.1",
"transcript_support_level": null,
"aa_start": 234,
"aa_end": null,
"aa_length": 295,
"cds_start": 700,
"cds_end": null,
"cds_length": 888,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880515.1"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL5",
"gene_hgnc_id": 10360,
"hgvs_c": "c.700G>T",
"hgvs_p": "p.Asp234Tyr",
"transcript": "ENST00000880516.1",
"protein_id": "ENSP00000550575.1",
"transcript_support_level": null,
"aa_start": 234,
"aa_end": null,
"aa_length": 294,
"cds_start": 700,
"cds_end": null,
"cds_length": 885,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880516.1"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL5",
"gene_hgnc_id": 10360,
"hgvs_c": "c.673G>T",
"hgvs_p": "p.Asp225Tyr",
"transcript": "ENST00000933851.1",
"protein_id": "ENSP00000603910.1",
"transcript_support_level": null,
"aa_start": 225,
"aa_end": null,
"aa_length": 288,
"cds_start": 673,
"cds_end": null,
"cds_length": 867,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000933851.1"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL5",
"gene_hgnc_id": 10360,
"hgvs_c": "c.667G>T",
"hgvs_p": "p.Asp223Tyr",
"transcript": "ENST00000880518.1",
"protein_id": "ENSP00000550577.1",
"transcript_support_level": null,
"aa_start": 223,
"aa_end": null,
"aa_length": 286,
"cds_start": 667,
"cds_end": null,
"cds_length": 861,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880518.1"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL5",
"gene_hgnc_id": 10360,
"hgvs_c": "c.661G>T",
"hgvs_p": "p.Asp221Tyr",
"transcript": "ENST00000880514.1",
"protein_id": "ENSP00000550573.1",
"transcript_support_level": null,
"aa_start": 221,
"aa_end": null,
"aa_length": 284,
"cds_start": 661,
"cds_end": null,
"cds_length": 855,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880514.1"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL5",
"gene_hgnc_id": 10360,
"hgvs_c": "c.565G>T",
"hgvs_p": "p.Asp189Tyr",
"transcript": "ENST00000933849.1",
"protein_id": "ENSP00000603908.1",
"transcript_support_level": null,
"aa_start": 189,
"aa_end": null,
"aa_length": 252,
"cds_start": 565,
"cds_end": null,
"cds_length": 759,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000933849.1"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL5",
"gene_hgnc_id": 10360,
"hgvs_c": "c.532G>T",
"hgvs_p": "p.Asp178Tyr",
"transcript": "ENST00000933854.1",
"protein_id": "ENSP00000603913.1",
"transcript_support_level": null,
"aa_start": 178,
"aa_end": null,
"aa_length": 241,
"cds_start": 532,
"cds_end": null,
"cds_length": 726,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000933854.1"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL5",
"gene_hgnc_id": 10360,
"hgvs_c": "c.550G>T",
"hgvs_p": "p.Asp184Tyr",
"transcript": "ENST00000645300.1",
"protein_id": "ENSP00000495589.1",
"transcript_support_level": null,
"aa_start": 184,
"aa_end": null,
"aa_length": 237,
"cds_start": 550,
"cds_end": null,
"cds_length": 714,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000645300.1"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL5",
"gene_hgnc_id": 10360,
"hgvs_c": "c.514G>T",
"hgvs_p": "p.Asp172Tyr",
"transcript": "ENST00000933852.1",
"protein_id": "ENSP00000603911.1",
"transcript_support_level": null,
"aa_start": 172,
"aa_end": null,
"aa_length": 235,
"cds_start": 514,
"cds_end": null,
"cds_length": 708,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000933852.1"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL5",
"gene_hgnc_id": 10360,
"hgvs_c": "c.436G>T",
"hgvs_p": "p.Asp146Tyr",
"transcript": "ENST00000933853.1",
"protein_id": "ENSP00000603912.1",
"transcript_support_level": null,
"aa_start": 146,
"aa_end": null,
"aa_length": 209,
"cds_start": 436,
"cds_end": null,
"cds_length": 630,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000933853.1"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL5",
"gene_hgnc_id": 10360,
"hgvs_c": "c.379G>T",
"hgvs_p": "p.Asp127Tyr",
"transcript": "ENST00000880517.1",
"protein_id": "ENSP00000550576.1",
"transcript_support_level": null,
"aa_start": 127,
"aa_end": null,
"aa_length": 190,
"cds_start": 379,
"cds_end": null,
"cds_length": 573,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880517.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": 6,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "RPL5",
"gene_hgnc_id": 10360,
"hgvs_c": "c.324+2715G>T",
"hgvs_p": null,
"transcript": "ENST00000645119.1",
"protein_id": "ENSP00000493811.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 170,
"cds_start": null,
"cds_end": null,
"cds_length": 513,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000645119.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": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "DIPK1A",
"gene_hgnc_id": 32213,
"hgvs_c": "c.475-4594C>A",
"hgvs_p": null,
"transcript": "NM_001252273.2",
"protein_id": "NP_001239202.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 162,
"cds_start": null,
"cds_end": null,
"cds_length": 489,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001252273.2"
},
{
"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": 5,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "RPL5",
"gene_hgnc_id": 10360,
"hgvs_c": "c.190-2923G>T",
"hgvs_p": null,
"transcript": "ENST00000880519.1",
"protein_id": "ENSP00000550578.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 125,
"cds_start": null,
"cds_end": null,
"cds_length": 378,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880519.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": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RPL5",
"gene_hgnc_id": 10360,
"hgvs_c": "c.4-2923G>T",
"hgvs_p": null,
"transcript": "ENST00000933850.1",
"protein_id": "ENSP00000603909.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 63,
"cds_start": null,
"cds_end": null,
"cds_length": 192,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000933850.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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL5",
"gene_hgnc_id": 10360,
"hgvs_c": "n.1019G>T",
"hgvs_p": null,
"transcript": "ENST00000497519.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": "ENST00000497519.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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL5",
"gene_hgnc_id": 10360,
"hgvs_c": "n.434G>T",
"hgvs_p": null,
"transcript": "ENST00000645908.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": "ENST00000645908.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL5",
"gene_hgnc_id": 10360,
"hgvs_c": "n.759G>T",
"hgvs_p": null,
"transcript": "NR_146333.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": "pseudogene",
"feature": "NR_146333.1"
},
{
"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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL5",
"gene_hgnc_id": 10360,
"hgvs_c": "c.*159G>T",
"hgvs_p": null,
"transcript": "ENST00000315741.5",
"protein_id": "ENSP00000359338.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 129,
"cds_start": null,
"cds_end": null,
"cds_length": 391,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000315741.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 1,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNORD21",
"gene_hgnc_id": 10144,
"hgvs_c": "n.*245G>T",
"hgvs_p": null,
"transcript": "ENST00000383953.1",
"protein_id": null,
"transcript_support_level": 6,
"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": "snoRNA",
"feature": "ENST00000383953.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 1,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNORD21",
"gene_hgnc_id": 10144,
"hgvs_c": "n.*245G>T",
"hgvs_p": null,
"transcript": "NR_000006.8",
"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": "snoRNA",
"feature": "NR_000006.8"
}
],
"gene_symbol": "RPL5",
"gene_hgnc_id": 10360,
"dbsnp": "rs938367538",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": 0.00000137026,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 2,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.8056958913803101,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.605,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.9286,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.25,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 9.733,
"phylop100way_prediction": "Pathogenic",
"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": 3,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PP3",
"acmg_by_gene": [
{
"score": 3,
"benign_score": 0,
"pathogenic_score": 3,
"criteria": [
"PM2",
"PP3"
],
"verdict": "Uncertain_significance",
"transcript": "NM_000969.5",
"gene_symbol": "RPL5",
"hgnc_id": 10360,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.700G>T",
"hgvs_p": "p.Asp234Tyr"
},
{
"score": 3,
"benign_score": 0,
"pathogenic_score": 3,
"criteria": [
"PM2",
"PP3"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001252273.2",
"gene_symbol": "DIPK1A",
"hgnc_id": 32213,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.475-4594C>A",
"hgvs_p": null
},
{
"score": 3,
"benign_score": 0,
"pathogenic_score": 3,
"criteria": [
"PM2",
"PP3"
],
"verdict": "Uncertain_significance",
"transcript": "NR_000006.8",
"gene_symbol": "SNORD21",
"hgnc_id": 10144,
"effects": [
"downstream_gene_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.*245G>T",
"hgvs_p": null
}
],
"clinvar_disease": "Diamond-Blackfan anemia,Diamond-Blackfan anemia 6",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "US:2",
"phenotype_combined": "Diamond-Blackfan anemia|Diamond-Blackfan anemia 6",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}