← 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: 16-3382991-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=16&pos=3382991&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 6,
"criteria": [
"PM2",
"BP4_Strong",
"BP6_Moderate"
],
"effects": [
"missense_variant"
],
"gene_symbol": "ZSCAN32",
"hgnc_id": 20812,
"hgvs_c": "c.1955G>A",
"hgvs_p": "p.Arg652Gln",
"inheritance_mode": "AR",
"pathogenic_score": 2,
"score": -4,
"transcript": "NM_001284527.2",
"verdict": "Likely_benign"
},
{
"benign_score": 6,
"criteria": [
"PM2",
"BP4_Strong",
"BP6_Moderate"
],
"effects": [
"intron_variant"
],
"gene_symbol": "ENSG00000285329",
"hgnc_id": null,
"hgvs_c": "n.-13+17809C>T",
"hgvs_p": null,
"inheritance_mode": "",
"pathogenic_score": 2,
"score": -4,
"transcript": "ENST00000575785.2",
"verdict": "Likely_benign"
},
{
"benign_score": 6,
"criteria": [
"PM2",
"BP4_Strong",
"BP6_Moderate"
],
"effects": [
"intron_variant"
],
"gene_symbol": "LOC105371059",
"hgnc_id": null,
"hgvs_c": "n.69-13382C>T",
"hgvs_p": null,
"inheritance_mode": "",
"pathogenic_score": 2,
"score": -4,
"transcript": "XR_007064949.1",
"verdict": "Likely_benign"
}
],
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong,BP6_Moderate",
"acmg_score": -4,
"allele_count_reference_population": 26,
"alphamissense_prediction": null,
"alphamissense_score": 0.1294,
"alt": "T",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Benign",
"bayesdelnoaf_score": -0.77,
"chr": "16",
"clinvar_classification": "Likely benign",
"clinvar_disease": "not specified",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LB:1",
"computational_prediction_selected": "Benign",
"computational_score_selected": 0.013914823532104492,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 697,
"aa_ref": "R",
"aa_start": 652,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3108,
"cdna_start": 2202,
"cds_end": null,
"cds_length": 2094,
"cds_start": 1955,
"consequences": [
"missense_variant"
],
"exon_count": 7,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "NM_001284527.2",
"gene_hgnc_id": 20812,
"gene_symbol": "ZSCAN32",
"hgvs_c": "c.1955G>A",
"hgvs_p": "p.Arg652Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000396852.9",
"protein_coding": true,
"protein_id": "NP_001271456.1",
"strand": false,
"transcript": "NM_001284527.2",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 697,
"aa_ref": "R",
"aa_start": 652,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 3108,
"cdna_start": 2202,
"cds_end": null,
"cds_length": 2094,
"cds_start": 1955,
"consequences": [
"missense_variant"
],
"exon_count": 7,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000396852.9",
"gene_hgnc_id": 20812,
"gene_symbol": "ZSCAN32",
"hgvs_c": "c.1955G>A",
"hgvs_p": "p.Arg652Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_001284527.2",
"protein_coding": true,
"protein_id": "ENSP00000380061.4",
"strand": false,
"transcript": "ENST00000396852.9",
"transcript_support_level": 1
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 485,
"aa_ref": "R",
"aa_start": 440,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3027,
"cdna_start": 2121,
"cds_end": null,
"cds_length": 1458,
"cds_start": 1319,
"consequences": [
"missense_variant"
],
"exon_count": 6,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000304926.7",
"gene_hgnc_id": 20812,
"gene_symbol": "ZSCAN32",
"hgvs_c": "c.1319G>A",
"hgvs_p": "p.Arg440Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000302502.3",
"strand": false,
"transcript": "ENST00000304926.7",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": true,
"cdna_end": null,
"cdna_length": 560,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 5,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000575785.2",
"gene_hgnc_id": null,
"gene_symbol": "ENSG00000285329",
"hgvs_c": "n.-13+17809C>T",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000477472.1",
"strand": true,
"transcript": "ENST00000575785.2",
"transcript_support_level": 4
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 697,
"aa_ref": "R",
"aa_start": 652,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3150,
"cdna_start": 2244,
"cds_end": null,
"cds_length": 2094,
"cds_start": 1955,
"consequences": [
"missense_variant"
],
"exon_count": 7,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000853179.1",
"gene_hgnc_id": 20812,
"gene_symbol": "ZSCAN32",
"hgvs_c": "c.1955G>A",
"hgvs_p": "p.Arg652Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000523238.1",
"strand": false,
"transcript": "ENST00000853179.1",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 697,
"aa_ref": "R",
"aa_start": 652,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3005,
"cdna_start": 2099,
"cds_end": null,
"cds_length": 2094,
"cds_start": 1955,
"consequences": [
"missense_variant"
],
"exon_count": 7,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000853180.1",
"gene_hgnc_id": 20812,
"gene_symbol": "ZSCAN32",
"hgvs_c": "c.1955G>A",
"hgvs_p": "p.Arg652Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000523239.1",
"strand": false,
"transcript": "ENST00000853180.1",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 697,
"aa_ref": "R",
"aa_start": 652,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3022,
"cdna_start": 2116,
"cds_end": null,
"cds_length": 2094,
"cds_start": 1955,
"consequences": [
"missense_variant"
],
"exon_count": 7,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000853181.1",
"gene_hgnc_id": 20812,
"gene_symbol": "ZSCAN32",
"hgvs_c": "c.1955G>A",
"hgvs_p": "p.Arg652Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000523240.1",
"strand": false,
"transcript": "ENST00000853181.1",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 697,
"aa_ref": "R",
"aa_start": 652,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3660,
"cdna_start": 2754,
"cds_end": null,
"cds_length": 2094,
"cds_start": 1955,
"consequences": [
"missense_variant"
],
"exon_count": 7,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000853182.1",
"gene_hgnc_id": 20812,
"gene_symbol": "ZSCAN32",
"hgvs_c": "c.1955G>A",
"hgvs_p": "p.Arg652Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000523241.1",
"strand": false,
"transcript": "ENST00000853182.1",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 697,
"aa_ref": "R",
"aa_start": 652,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3208,
"cdna_start": 2302,
"cds_end": null,
"cds_length": 2094,
"cds_start": 1955,
"consequences": [
"missense_variant"
],
"exon_count": 8,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000939891.1",
"gene_hgnc_id": 20812,
"gene_symbol": "ZSCAN32",
"hgvs_c": "c.1955G>A",
"hgvs_p": "p.Arg652Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000609950.1",
"strand": false,
"transcript": "ENST00000939891.1",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 697,
"aa_ref": "R",
"aa_start": 652,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3113,
"cdna_start": 2208,
"cds_end": null,
"cds_length": 2094,
"cds_start": 1955,
"consequences": [
"missense_variant"
],
"exon_count": 8,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000970393.1",
"gene_hgnc_id": 20812,
"gene_symbol": "ZSCAN32",
"hgvs_c": "c.1955G>A",
"hgvs_p": "p.Arg652Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000640452.1",
"strand": false,
"transcript": "ENST00000970393.1",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 624,
"aa_ref": "R",
"aa_start": 579,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2889,
"cdna_start": 1983,
"cds_end": null,
"cds_length": 1875,
"cds_start": 1736,
"consequences": [
"missense_variant"
],
"exon_count": 5,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "NM_001324346.2",
"gene_hgnc_id": 20812,
"gene_symbol": "ZSCAN32",
"hgvs_c": "c.1736G>A",
"hgvs_p": "p.Arg579Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001311275.1",
"strand": false,
"transcript": "NM_001324346.2",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 564,
"aa_ref": "R",
"aa_start": 519,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2555,
"cdna_start": 1649,
"cds_end": null,
"cds_length": 1695,
"cds_start": 1556,
"consequences": [
"missense_variant"
],
"exon_count": 6,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "NM_001324343.2",
"gene_hgnc_id": 20812,
"gene_symbol": "ZSCAN32",
"hgvs_c": "c.1556G>A",
"hgvs_p": "p.Arg519Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001311272.1",
"strand": false,
"transcript": "NM_001324343.2",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 485,
"aa_ref": "R",
"aa_start": 440,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3158,
"cdna_start": 2252,
"cds_end": null,
"cds_length": 1458,
"cds_start": 1319,
"consequences": [
"missense_variant"
],
"exon_count": 7,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "NM_001324340.2",
"gene_hgnc_id": 20812,
"gene_symbol": "ZSCAN32",
"hgvs_c": "c.1319G>A",
"hgvs_p": "p.Arg440Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001311269.1",
"strand": false,
"transcript": "NM_001324340.2",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 485,
"aa_ref": "R",
"aa_start": 440,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2942,
"cdna_start": 2036,
"cds_end": null,
"cds_length": 1458,
"cds_start": 1319,
"consequences": [
"missense_variant"
],
"exon_count": 6,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "NM_001324341.2",
"gene_hgnc_id": 20812,
"gene_symbol": "ZSCAN32",
"hgvs_c": "c.1319G>A",
"hgvs_p": "p.Arg440Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001311270.1",
"strand": false,
"transcript": "NM_001324341.2",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 485,
"aa_ref": "R",
"aa_start": 440,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3063,
"cdna_start": 2157,
"cds_end": null,
"cds_length": 1458,
"cds_start": 1319,
"consequences": [
"missense_variant"
],
"exon_count": 6,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "NM_001324342.2",
"gene_hgnc_id": 20812,
"gene_symbol": "ZSCAN32",
"hgvs_c": "c.1319G>A",
"hgvs_p": "p.Arg440Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001311271.1",
"strand": false,
"transcript": "NM_001324342.2",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 485,
"aa_ref": "R",
"aa_start": 440,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2992,
"cdna_start": 2086,
"cds_end": null,
"cds_length": 1458,
"cds_start": 1319,
"consequences": [
"missense_variant"
],
"exon_count": 6,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "NM_001324344.2",
"gene_hgnc_id": 20812,
"gene_symbol": "ZSCAN32",
"hgvs_c": "c.1319G>A",
"hgvs_p": "p.Arg440Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001311273.1",
"strand": false,
"transcript": "NM_001324344.2",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 485,
"aa_ref": "R",
"aa_start": 440,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2897,
"cdna_start": 1991,
"cds_end": null,
"cds_length": 1458,
"cds_start": 1319,
"consequences": [
"missense_variant"
],
"exon_count": 5,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "NM_001324345.2",
"gene_hgnc_id": 20812,
"gene_symbol": "ZSCAN32",
"hgvs_c": "c.1319G>A",
"hgvs_p": "p.Arg440Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001311274.1",
"strand": false,
"transcript": "NM_001324345.2",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 485,
"aa_ref": "R",
"aa_start": 440,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3006,
"cdna_start": 2100,
"cds_end": null,
"cds_length": 1458,
"cds_start": 1319,
"consequences": [
"missense_variant"
],
"exon_count": 6,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "NM_017810.4",
"gene_hgnc_id": 20812,
"gene_symbol": "ZSCAN32",
"hgvs_c": "c.1319G>A",
"hgvs_p": "p.Arg440Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_060280.2",
"strand": false,
"transcript": "NM_017810.4",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 408,
"aa_ref": "R",
"aa_start": 363,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2723,
"cdna_start": 1817,
"cds_end": null,
"cds_length": 1227,
"cds_start": 1088,
"consequences": [
"missense_variant"
],
"exon_count": 4,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "NM_001284528.2",
"gene_hgnc_id": 20812,
"gene_symbol": "ZSCAN32",
"hgvs_c": "c.1088G>A",
"hgvs_p": "p.Arg363Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001271457.1",
"strand": false,
"transcript": "NM_001284528.2",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 408,
"aa_ref": "R",
"aa_start": 363,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2170,
"cdna_start": 1264,
"cds_end": null,
"cds_length": 1227,
"cds_start": 1088,
"consequences": [
"missense_variant"
],
"exon_count": 3,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "NM_001284529.2",
"gene_hgnc_id": 20812,
"gene_symbol": "ZSCAN32",
"hgvs_c": "c.1088G>A",
"hgvs_p": "p.Arg363Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001271458.1",
"strand": false,
"transcript": "NM_001284529.2",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 408,
"aa_ref": "R",
"aa_start": 363,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1746,
"cdna_start": 1254,
"cds_end": null,
"cds_length": 1227,
"cds_start": 1088,
"consequences": [
"missense_variant"
],
"exon_count": 3,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000439568.2",
"gene_hgnc_id": 20812,
"gene_symbol": "ZSCAN32",
"hgvs_c": "c.1088G>A",
"hgvs_p": "p.Arg363Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000391787.2",
"strand": false,
"transcript": "ENST00000439568.2",
"transcript_support_level": 2
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 408,
"aa_ref": "R",
"aa_start": 363,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2788,
"cdna_start": 1878,
"cds_end": null,
"cds_length": 1227,
"cds_start": 1088,
"consequences": [
"missense_variant"
],
"exon_count": 4,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000618425.4",
"gene_hgnc_id": 20812,
"gene_symbol": "ZSCAN32",
"hgvs_c": "c.1088G>A",
"hgvs_p": "p.Arg363Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000483210.1",
"strand": false,
"transcript": "ENST00000618425.4",
"transcript_support_level": 2
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 697,
"aa_ref": "R",
"aa_start": 652,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3011,
"cdna_start": 2105,
"cds_end": null,
"cds_length": 2094,
"cds_start": 1955,
"consequences": [
"missense_variant"
],
"exon_count": 7,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "XM_017023371.3",
"gene_hgnc_id": 20812,
"gene_symbol": "ZSCAN32",
"hgvs_c": "c.1955G>A",
"hgvs_p": "p.Arg652Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_016878860.1",
"strand": false,
"transcript": "XM_017023371.3",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 610,
"aa_ref": "R",
"aa_start": 565,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2762,
"cdna_start": 1856,
"cds_end": null,
"cds_length": 1833,
"cds_start": 1694,
"consequences": [
"missense_variant"
],
"exon_count": 4,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "XM_047434275.1",
"gene_hgnc_id": 20812,
"gene_symbol": "ZSCAN32",
"hgvs_c": "c.1694G>A",
"hgvs_p": "p.Arg565Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047290231.1",
"strand": false,
"transcript": "XM_047434275.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 1977,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 1,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "ENST00000571285.1",
"gene_hgnc_id": 20812,
"gene_symbol": "ZSCAN32",
"hgvs_c": "n.1071G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000571285.1",
"transcript_support_level": 6
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2441,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 4,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000576500.5",
"gene_hgnc_id": 20812,
"gene_symbol": "ZSCAN32",
"hgvs_c": "n.*1009G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000459069.1",
"strand": false,
"transcript": "ENST00000576500.5",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2441,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 4,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000576500.5",
"gene_hgnc_id": 20812,
"gene_symbol": "ZSCAN32",
"hgvs_c": "n.*1009G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000459069.1",
"strand": false,
"transcript": "ENST00000576500.5",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 781,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 2,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000576906.1",
"gene_hgnc_id": null,
"gene_symbol": "ENSG00000285329",
"hgvs_c": "n.85-1019C>T",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000576906.1",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 2666,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 4,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XR_007064949.1",
"gene_hgnc_id": null,
"gene_symbol": "LOC105371059",
"hgvs_c": "n.69-13382C>T",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "XR_007064949.1",
"transcript_support_level": null
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs763978623",
"effect": "missense_variant",
"frequency_reference_population": 0.000016109605,
"gene_hgnc_id": 20812,
"gene_symbol": "ZSCAN32",
"gnomad_exomes_ac": 23,
"gnomad_exomes_af": 0.000015734,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_ac": 3,
"gnomad_genomes_af": 0.0000197184,
"gnomad_genomes_homalt": 0,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 0,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": "Likely benign",
"phenotype_combined": "not specified",
"phylop100way_prediction": "Benign",
"phylop100way_score": 0.025,
"pos": 3382991,
"ref": "C",
"revel_prediction": "Benign",
"revel_score": 0.016,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0,
"transcript": "NM_001284527.2"
}
]
}