← 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: 7-99619920-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=7&pos=99619920&ref=A&alt=G&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "7",
"pos": 99619920,
"ref": "A",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_145115.3",
"consequences": [
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN25",
"gene_hgnc_id": 21961,
"hgvs_c": "c.314A>G",
"hgvs_p": "p.His105Arg",
"transcript": "NM_145115.3",
"protein_id": "NP_660090.2",
"transcript_support_level": null,
"aa_start": 105,
"aa_end": null,
"aa_length": 544,
"cds_start": 314,
"cds_end": null,
"cds_length": 1635,
"cdna_start": 643,
"cdna_end": null,
"cdna_length": 4352,
"mane_select": "ENST00000394152.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN25",
"gene_hgnc_id": 21961,
"hgvs_c": "c.314A>G",
"hgvs_p": "p.His105Arg",
"transcript": "ENST00000394152.7",
"protein_id": "ENSP00000377708.2",
"transcript_support_level": 5,
"aa_start": 105,
"aa_end": null,
"aa_length": 544,
"cds_start": 314,
"cds_end": null,
"cds_length": 1635,
"cdna_start": 643,
"cdna_end": null,
"cdna_length": 4352,
"mane_select": "NM_145115.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN25",
"gene_hgnc_id": 21961,
"hgvs_c": "c.314A>G",
"hgvs_p": "p.His105Arg",
"transcript": "ENST00000334715.7",
"protein_id": "ENSP00000334800.3",
"transcript_support_level": 1,
"aa_start": 105,
"aa_end": null,
"aa_length": 544,
"cds_start": 314,
"cds_end": null,
"cds_length": 1635,
"cdna_start": 371,
"cdna_end": null,
"cdna_length": 4079,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN25",
"gene_hgnc_id": 21961,
"hgvs_c": "c.293A>G",
"hgvs_p": "p.His98Arg",
"transcript": "ENST00000262941.7",
"protein_id": "ENSP00000262941.7",
"transcript_support_level": 1,
"aa_start": 98,
"aa_end": null,
"aa_length": 465,
"cds_start": 293,
"cds_end": null,
"cds_length": 1398,
"cdna_start": 296,
"cdna_end": null,
"cdna_length": 1652,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN25",
"gene_hgnc_id": 21961,
"hgvs_c": "n.643A>G",
"hgvs_p": null,
"transcript": "ENST00000481424.5",
"protein_id": null,
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5722,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN25",
"gene_hgnc_id": 21961,
"hgvs_c": "c.314A>G",
"hgvs_p": "p.His105Arg",
"transcript": "NM_001350979.2",
"protein_id": "NP_001337908.1",
"transcript_support_level": null,
"aa_start": 105,
"aa_end": null,
"aa_length": 544,
"cds_start": 314,
"cds_end": null,
"cds_length": 1635,
"cdna_start": 431,
"cdna_end": null,
"cdna_length": 4140,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN25",
"gene_hgnc_id": 21961,
"hgvs_c": "c.314A>G",
"hgvs_p": "p.His105Arg",
"transcript": "NM_001350980.2",
"protein_id": "NP_001337909.1",
"transcript_support_level": null,
"aa_start": 105,
"aa_end": null,
"aa_length": 544,
"cds_start": 314,
"cds_end": null,
"cds_length": 1635,
"cdna_start": 718,
"cdna_end": null,
"cdna_length": 4427,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN25",
"gene_hgnc_id": 21961,
"hgvs_c": "c.314A>G",
"hgvs_p": "p.His105Arg",
"transcript": "NM_001350984.2",
"protein_id": "NP_001337913.1",
"transcript_support_level": null,
"aa_start": 105,
"aa_end": null,
"aa_length": 286,
"cds_start": 314,
"cds_end": null,
"cds_length": 861,
"cdna_start": 616,
"cdna_end": null,
"cdna_length": 4555,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN25",
"gene_hgnc_id": 21961,
"hgvs_c": "c.314A>G",
"hgvs_p": "p.His105Arg",
"transcript": "NM_001350985.2",
"protein_id": "NP_001337914.1",
"transcript_support_level": null,
"aa_start": 105,
"aa_end": null,
"aa_length": 286,
"cds_start": 314,
"cds_end": null,
"cds_length": 861,
"cdna_start": 431,
"cdna_end": null,
"cdna_length": 4370,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN25",
"gene_hgnc_id": 21961,
"hgvs_c": "c.314A>G",
"hgvs_p": "p.His105Arg",
"transcript": "NM_001350986.2",
"protein_id": "NP_001337915.1",
"transcript_support_level": null,
"aa_start": 105,
"aa_end": null,
"aa_length": 242,
"cds_start": 314,
"cds_end": null,
"cds_length": 729,
"cdna_start": 643,
"cdna_end": null,
"cdna_length": 4228,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN25",
"gene_hgnc_id": 21961,
"hgvs_c": "c.314A>G",
"hgvs_p": "p.His105Arg",
"transcript": "XM_011515905.3",
"protein_id": "XP_011514207.1",
"transcript_support_level": null,
"aa_start": 105,
"aa_end": null,
"aa_length": 544,
"cds_start": 314,
"cds_end": null,
"cds_length": 1635,
"cdna_start": 616,
"cdna_end": null,
"cdna_length": 4325,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN25",
"gene_hgnc_id": 21961,
"hgvs_c": "c.314A>G",
"hgvs_p": "p.His105Arg",
"transcript": "XM_011515907.3",
"protein_id": "XP_011514209.1",
"transcript_support_level": null,
"aa_start": 105,
"aa_end": null,
"aa_length": 544,
"cds_start": 314,
"cds_end": null,
"cds_length": 1635,
"cdna_start": 558,
"cdna_end": null,
"cdna_length": 4267,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN25",
"gene_hgnc_id": 21961,
"hgvs_c": "c.314A>G",
"hgvs_p": "p.His105Arg",
"transcript": "XM_047420011.1",
"protein_id": "XP_047275967.1",
"transcript_support_level": null,
"aa_start": 105,
"aa_end": null,
"aa_length": 544,
"cds_start": 314,
"cds_end": null,
"cds_length": 1635,
"cdna_start": 943,
"cdna_end": null,
"cdna_length": 4652,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN25",
"gene_hgnc_id": 21961,
"hgvs_c": "c.314A>G",
"hgvs_p": "p.His105Arg",
"transcript": "XM_047420012.1",
"protein_id": "XP_047275968.1",
"transcript_support_level": null,
"aa_start": 105,
"aa_end": null,
"aa_length": 544,
"cds_start": 314,
"cds_end": null,
"cds_length": 1635,
"cdna_start": 531,
"cdna_end": null,
"cdna_length": 4240,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN25",
"gene_hgnc_id": 21961,
"hgvs_c": "c.314A>G",
"hgvs_p": "p.His105Arg",
"transcript": "XM_047420013.1",
"protein_id": "XP_047275969.1",
"transcript_support_level": null,
"aa_start": 105,
"aa_end": null,
"aa_length": 544,
"cds_start": 314,
"cds_end": null,
"cds_length": 1635,
"cdna_start": 691,
"cdna_end": null,
"cdna_length": 4400,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN25",
"gene_hgnc_id": 21961,
"hgvs_c": "c.314A>G",
"hgvs_p": "p.His105Arg",
"transcript": "XM_047420014.1",
"protein_id": "XP_047275970.1",
"transcript_support_level": null,
"aa_start": 105,
"aa_end": null,
"aa_length": 544,
"cds_start": 314,
"cds_end": null,
"cds_length": 1635,
"cdna_start": 633,
"cdna_end": null,
"cdna_length": 4342,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN25",
"gene_hgnc_id": 21961,
"hgvs_c": "c.314A>G",
"hgvs_p": "p.His105Arg",
"transcript": "XM_047420015.1",
"protein_id": "XP_047275971.1",
"transcript_support_level": null,
"aa_start": 105,
"aa_end": null,
"aa_length": 544,
"cds_start": 314,
"cds_end": null,
"cds_length": 1635,
"cdna_start": 606,
"cdna_end": null,
"cdna_length": 4315,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN25",
"gene_hgnc_id": 21961,
"hgvs_c": "c.314A>G",
"hgvs_p": "p.His105Arg",
"transcript": "XM_011515909.3",
"protein_id": "XP_011514211.1",
"transcript_support_level": null,
"aa_start": 105,
"aa_end": null,
"aa_length": 286,
"cds_start": 314,
"cds_end": null,
"cds_length": 861,
"cdna_start": 643,
"cdna_end": null,
"cdna_length": 4582,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN25",
"gene_hgnc_id": 21961,
"hgvs_c": "c.314A>G",
"hgvs_p": "p.His105Arg",
"transcript": "XM_047420016.1",
"protein_id": "XP_047275972.1",
"transcript_support_level": null,
"aa_start": 105,
"aa_end": null,
"aa_length": 286,
"cds_start": 314,
"cds_end": null,
"cds_length": 861,
"cdna_start": 718,
"cdna_end": null,
"cdna_length": 4657,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN25",
"gene_hgnc_id": 21961,
"hgvs_c": "c.314A>G",
"hgvs_p": "p.His105Arg",
"transcript": "XM_047420017.1",
"protein_id": "XP_047275973.1",
"transcript_support_level": null,
"aa_start": 105,
"aa_end": null,
"aa_length": 286,
"cds_start": 314,
"cds_end": null,
"cds_length": 861,
"cdna_start": 531,
"cdna_end": null,
"cdna_length": 4470,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN25",
"gene_hgnc_id": 21961,
"hgvs_c": "c.314A>G",
"hgvs_p": "p.His105Arg",
"transcript": "XM_047420018.1",
"protein_id": "XP_047275974.1",
"transcript_support_level": null,
"aa_start": 105,
"aa_end": null,
"aa_length": 286,
"cds_start": 314,
"cds_end": null,
"cds_length": 861,
"cdna_start": 943,
"cdna_end": null,
"cdna_length": 4882,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN25",
"gene_hgnc_id": 21961,
"hgvs_c": "c.314A>G",
"hgvs_p": "p.His105Arg",
"transcript": "XM_047420019.1",
"protein_id": "XP_047275975.1",
"transcript_support_level": null,
"aa_start": 105,
"aa_end": null,
"aa_length": 286,
"cds_start": 314,
"cds_end": null,
"cds_length": 861,
"cdna_start": 558,
"cdna_end": null,
"cdna_length": 4497,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN25",
"gene_hgnc_id": 21961,
"hgvs_c": "c.314A>G",
"hgvs_p": "p.His105Arg",
"transcript": "XM_011515910.3",
"protein_id": "XP_011514212.1",
"transcript_support_level": null,
"aa_start": 105,
"aa_end": null,
"aa_length": 285,
"cds_start": 314,
"cds_end": null,
"cds_length": 858,
"cdna_start": 643,
"cdna_end": null,
"cdna_length": 1591,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN25",
"gene_hgnc_id": 21961,
"hgvs_c": "c.314A>G",
"hgvs_p": "p.His105Arg",
"transcript": "XM_047420020.1",
"protein_id": "XP_047275976.1",
"transcript_support_level": null,
"aa_start": 105,
"aa_end": null,
"aa_length": 285,
"cds_start": 314,
"cds_end": null,
"cds_length": 858,
"cdna_start": 431,
"cdna_end": null,
"cdna_length": 1379,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN25",
"gene_hgnc_id": 21961,
"hgvs_c": "n.314A>G",
"hgvs_p": null,
"transcript": "ENST00000394150.5",
"protein_id": "ENSP00000377706.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2823,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": "ZSCAN25",
"gene_hgnc_id": 21961,
"hgvs_c": "n.256A>G",
"hgvs_p": null,
"transcript": "ENST00000466948.1",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 644,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN25",
"gene_hgnc_id": 21961,
"hgvs_c": "n.616A>G",
"hgvs_p": null,
"transcript": "XR_007059988.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2772,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN25",
"gene_hgnc_id": 21961,
"hgvs_c": "n.558A>G",
"hgvs_p": null,
"transcript": "XR_007059989.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2714,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN25",
"gene_hgnc_id": 21961,
"hgvs_c": "n.431A>G",
"hgvs_p": null,
"transcript": "XR_007059990.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2587,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN25",
"gene_hgnc_id": 21961,
"hgvs_c": "n.643A>G",
"hgvs_p": null,
"transcript": "XR_927402.3",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2799,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN25",
"gene_hgnc_id": 21961,
"hgvs_c": "c.-183A>G",
"hgvs_p": null,
"transcript": "NM_001350981.2",
"protein_id": "NP_001337910.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 380,
"cds_start": -4,
"cds_end": null,
"cds_length": 1143,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4329,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN25",
"gene_hgnc_id": 21961,
"hgvs_c": "c.-183A>G",
"hgvs_p": null,
"transcript": "NM_001350982.2",
"protein_id": "NP_001337911.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 380,
"cds_start": -4,
"cds_end": null,
"cds_length": 1143,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4404,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN25",
"gene_hgnc_id": 21961,
"hgvs_c": "c.-183A>G",
"hgvs_p": null,
"transcript": "NM_001350983.2",
"protein_id": "NP_001337912.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 380,
"cds_start": -4,
"cds_end": null,
"cds_length": 1143,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4356,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ZSCAN25",
"gene_hgnc_id": 21961,
"hgvs_c": "n.65-2629A>G",
"hgvs_p": null,
"transcript": "ENST00000473646.5",
"protein_id": null,
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 584,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ZSCAN25",
"gene_hgnc_id": 21961,
"hgvs_c": "n.65-2629A>G",
"hgvs_p": null,
"transcript": "ENST00000493443.5",
"protein_id": null,
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 558,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN25",
"gene_hgnc_id": 21961,
"hgvs_c": "c.*104A>G",
"hgvs_p": null,
"transcript": "ENST00000431485.2",
"protein_id": "ENSP00000413144.2",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 69,
"cds_start": -4,
"cds_end": null,
"cds_length": 210,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 594,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "ZSCAN25",
"gene_hgnc_id": 21961,
"dbsnp": "rs138663458",
"frequency_reference_population": 0.00014558926,
"hom_count_reference_population": 0,
"allele_count_reference_population": 235,
"gnomad_exomes_af": 0.000145704,
"gnomad_genomes_af": 0.00014449,
"gnomad_exomes_ac": 213,
"gnomad_genomes_ac": 22,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.13786721229553223,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.141,
"revel_prediction": "Benign",
"alphamissense_score": 0.2338,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.44,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.772,
"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": -2,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Moderate",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 2,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate"
],
"verdict": "Likely_benign",
"transcript": "NM_145115.3",
"gene_symbol": "ZSCAN25",
"hgnc_id": 21961,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.314A>G",
"hgvs_p": "p.His105Arg"
}
],
"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
}