← 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: 6-43524804-TCCTTCCCCCATG-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=6&pos=43524804&ref=TCCTTCCCCCATG&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "6",
"pos": 43524804,
"ref": "TCCTTCCCCCATG",
"alt": "T",
"effect": "intron_variant",
"transcript": "NM_020750.3",
"consequences": [
{
"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": 32,
"intron_rank": 30,
"intron_rank_end": null,
"gene_symbol": "XPO5",
"gene_hgnc_id": 17675,
"hgvs_c": "c.3312+15_3312+26delCATGGGGGAAGG",
"hgvs_p": null,
"transcript": "NM_020750.3",
"protein_id": "NP_065801.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1204,
"cds_start": null,
"cds_end": null,
"cds_length": 3615,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000265351.12",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_020750.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": 30,
"intron_rank_end": null,
"gene_symbol": "XPO5",
"gene_hgnc_id": 17675,
"hgvs_c": "c.3312+15_3312+26delCATGGGGGAAGG",
"hgvs_p": null,
"transcript": "ENST00000265351.12",
"protein_id": "ENSP00000265351.7",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1204,
"cds_start": null,
"cds_end": null,
"cds_length": 3615,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_020750.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000265351.12"
},
{
"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": 9,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "POLR1C",
"gene_hgnc_id": 20194,
"hgvs_c": "c.922+3757_922+3768delCCTTCCCCCATG",
"hgvs_p": null,
"transcript": "ENST00000304004.7",
"protein_id": "ENSP00000307212.3",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 342,
"cds_start": null,
"cds_end": null,
"cds_length": 1029,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000304004.7"
},
{
"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": 32,
"intron_rank": 30,
"intron_rank_end": null,
"gene_symbol": "XPO5",
"gene_hgnc_id": 17675,
"hgvs_c": "c.3309+15_3309+26delCATGGGGGAAGG",
"hgvs_p": null,
"transcript": "ENST00000943409.1",
"protein_id": "ENSP00000613468.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1203,
"cds_start": null,
"cds_end": null,
"cds_length": 3612,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943409.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": 32,
"intron_rank": 30,
"intron_rank_end": null,
"gene_symbol": "XPO5",
"gene_hgnc_id": 17675,
"hgvs_c": "c.3300+15_3300+26delCATGGGGGAAGG",
"hgvs_p": null,
"transcript": "ENST00000943413.1",
"protein_id": "ENSP00000613472.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1200,
"cds_start": null,
"cds_end": null,
"cds_length": 3603,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943413.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": 30,
"intron_rank": 28,
"intron_rank_end": null,
"gene_symbol": "XPO5",
"gene_hgnc_id": 17675,
"hgvs_c": "c.3180+15_3180+26delCATGGGGGAAGG",
"hgvs_p": null,
"transcript": "ENST00000943411.1",
"protein_id": "ENSP00000613470.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1160,
"cds_start": null,
"cds_end": null,
"cds_length": 3483,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943411.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": 31,
"intron_rank": 29,
"intron_rank_end": null,
"gene_symbol": "XPO5",
"gene_hgnc_id": 17675,
"hgvs_c": "c.3156+15_3156+26delCATGGGGGAAGG",
"hgvs_p": null,
"transcript": "ENST00000943412.1",
"protein_id": "ENSP00000613471.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1152,
"cds_start": null,
"cds_end": null,
"cds_length": 3459,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943412.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": 31,
"intron_rank": 30,
"intron_rank_end": null,
"gene_symbol": "XPO5",
"gene_hgnc_id": 17675,
"hgvs_c": "c.3312+15_3312+26delCATGGGGGAAGG",
"hgvs_p": null,
"transcript": "ENST00000943415.1",
"protein_id": "ENSP00000613474.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1149,
"cds_start": null,
"cds_end": null,
"cds_length": 3450,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943415.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": 30,
"intron_rank": 28,
"intron_rank_end": null,
"gene_symbol": "XPO5",
"gene_hgnc_id": 17675,
"hgvs_c": "c.3117+15_3117+26delCATGGGGGAAGG",
"hgvs_p": null,
"transcript": "ENST00000943408.1",
"protein_id": "ENSP00000613467.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1139,
"cds_start": null,
"cds_end": null,
"cds_length": 3420,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943408.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": 29,
"intron_rank": 28,
"intron_rank_end": null,
"gene_symbol": "XPO5",
"gene_hgnc_id": 17675,
"hgvs_c": "c.3067-811_3067-800delCATGGGGGAAGG",
"hgvs_p": null,
"transcript": "ENST00000943410.1",
"protein_id": "ENSP00000613469.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1067,
"cds_start": null,
"cds_end": null,
"cds_length": 3204,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943410.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": 16,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "XPO5",
"gene_hgnc_id": 17675,
"hgvs_c": "c.1557+15_1557+26delCATGGGGGAAGG",
"hgvs_p": null,
"transcript": "ENST00000943414.1",
"protein_id": "ENSP00000613473.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 619,
"cds_start": null,
"cds_end": null,
"cds_length": 1860,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943414.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": 10,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "POLR1C",
"gene_hgnc_id": 20194,
"hgvs_c": "c.*17+3488_*17+3499delCCTTCCCCCATG",
"hgvs_p": null,
"transcript": "ENST00000908069.1",
"protein_id": "ENSP00000578128.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 346,
"cds_start": null,
"cds_end": null,
"cds_length": 1041,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000908069.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": 9,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "POLR1C",
"gene_hgnc_id": 20194,
"hgvs_c": "c.922+3757_922+3768delCCTTCCCCCATG",
"hgvs_p": null,
"transcript": "ENST00000646433.1",
"protein_id": "ENSP00000494368.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 343,
"cds_start": null,
"cds_end": null,
"cds_length": 1032,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000646433.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": 9,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "POLR1C",
"gene_hgnc_id": 20194,
"hgvs_c": "c.922+3765_922+3776delCATGCCTTCCCC",
"hgvs_p": null,
"transcript": "NM_001318876.2",
"protein_id": "NP_001305805.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 342,
"cds_start": null,
"cds_end": null,
"cds_length": 1029,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001318876.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": 11,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "POLR1C",
"gene_hgnc_id": 20194,
"hgvs_c": "c.922+3757_922+3768delCCTTCCCCCATG",
"hgvs_p": null,
"transcript": "ENST00000607635.2",
"protein_id": "ENSP00000496683.1",
"transcript_support_level": 6,
"aa_start": null,
"aa_end": null,
"aa_length": 342,
"cds_start": null,
"cds_end": null,
"cds_length": 1029,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000607635.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": 10,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "POLR1C",
"gene_hgnc_id": 20194,
"hgvs_c": "c.922+3765_922+3776delCATGCCTTCCCC",
"hgvs_p": null,
"transcript": "NM_001363658.2",
"protein_id": "NP_001350587.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 307,
"cds_start": null,
"cds_end": null,
"cds_length": 924,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001363658.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": 10,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "POLR1C",
"gene_hgnc_id": 20194,
"hgvs_c": "c.922+3757_922+3768delCCTTCCCCCATG",
"hgvs_p": null,
"transcript": "ENST00000643341.1",
"protein_id": "ENSP00000496018.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 307,
"cds_start": null,
"cds_end": null,
"cds_length": 924,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000643341.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": 9,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "POLR1C",
"gene_hgnc_id": 20194,
"hgvs_c": "c.*17+3488_*17+3499delCCTTCCCCCATG",
"hgvs_p": null,
"transcript": "ENST00000643799.1",
"protein_id": "ENSP00000494529.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 296,
"cds_start": null,
"cds_end": null,
"cds_length": 891,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000643799.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": 8,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "XPO5",
"gene_hgnc_id": 17675,
"hgvs_c": "c.654+15_654+26delCATGGGGGAAGG",
"hgvs_p": null,
"transcript": "ENST00000455285.2",
"protein_id": "ENSP00000387384.2",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 251,
"cds_start": null,
"cds_end": null,
"cds_length": 756,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000455285.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "XPO5",
"gene_hgnc_id": 17675,
"hgvs_c": "n.1795+15_1795+26delCATGGGGGAAGG",
"hgvs_p": null,
"transcript": "ENST00000455854.2",
"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": "ENST00000455854.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "XPO5",
"gene_hgnc_id": 17675,
"hgvs_c": "n.*317+15_*317+26delCATGGGGGAAGG",
"hgvs_p": null,
"transcript": "ENST00000486936.2",
"protein_id": "ENSP00000426185.1",
"transcript_support_level": 3,
"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": "ENST00000486936.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "XPO5",
"gene_hgnc_id": 17675,
"hgvs_c": "n.709+15_709+26delCATGGGGGAAGG",
"hgvs_p": null,
"transcript": "ENST00000488195.6",
"protein_id": null,
"transcript_support_level": 4,
"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": "ENST00000488195.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "POLR1C",
"gene_hgnc_id": 20194,
"hgvs_c": "n.922+3757_922+3768delCCTTCCCCCATG",
"hgvs_p": null,
"transcript": "ENST00000646700.1",
"protein_id": "ENSP00000495521.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": "ENST00000646700.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": 31,
"intron_rank_end": null,
"gene_symbol": "XPO5",
"gene_hgnc_id": 17675,
"hgvs_c": "n.3624+15_3624+26delCATGGGGGAAGG",
"hgvs_p": null,
"transcript": "NR_144392.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_144392.2"
}
],
"gene_symbol": "XPO5",
"gene_hgnc_id": 17675,
"dbsnp": "rs369159546",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": null,
"computational_prediction_selected": null,
"computational_source_selected": null,
"splice_score_selected": null,
"splice_prediction_selected": null,
"splice_source_selected": null,
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": null,
"bayesdelnoaf_prediction": null,
"phylop100way_score": 1.002,
"phylop100way_prediction": "Benign",
"spliceai_max_score": null,
"spliceai_max_prediction": null,
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 0,
"pathogenic_score": 0,
"criteria": [],
"verdict": "Uncertain_significance",
"transcript": "NM_020750.3",
"gene_symbol": "XPO5",
"hgnc_id": 17675,
"effects": [
"intron_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.3312+15_3312+26delCATGGGGGAAGG",
"hgvs_p": null
},
{
"score": 0,
"benign_score": 0,
"pathogenic_score": 0,
"criteria": [],
"verdict": "Uncertain_significance",
"transcript": "NM_001318876.2",
"gene_symbol": "POLR1C",
"hgnc_id": 20194,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.922+3765_922+3776delCATGCCTTCCCC",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}