← 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-99619742-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=7&pos=99619742&ref=C&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "7",
"pos": 99619742,
"ref": "C",
"alt": "A",
"effect": "synonymous_variant",
"transcript": "NM_145115.3",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.136C>A",
"hgvs_p": "p.Arg46Arg",
"transcript": "NM_145115.3",
"protein_id": "NP_660090.2",
"transcript_support_level": null,
"aa_start": 46,
"aa_end": null,
"aa_length": 544,
"cds_start": 136,
"cds_end": null,
"cds_length": 1635,
"cdna_start": 465,
"cdna_end": null,
"cdna_length": 4352,
"mane_select": "ENST00000394152.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.136C>A",
"hgvs_p": "p.Arg46Arg",
"transcript": "ENST00000394152.7",
"protein_id": "ENSP00000377708.2",
"transcript_support_level": 5,
"aa_start": 46,
"aa_end": null,
"aa_length": 544,
"cds_start": 136,
"cds_end": null,
"cds_length": 1635,
"cdna_start": 465,
"cdna_end": null,
"cdna_length": 4352,
"mane_select": "NM_145115.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.136C>A",
"hgvs_p": "p.Arg46Arg",
"transcript": "ENST00000334715.7",
"protein_id": "ENSP00000334800.3",
"transcript_support_level": 1,
"aa_start": 46,
"aa_end": null,
"aa_length": 544,
"cds_start": 136,
"cds_end": null,
"cds_length": 1635,
"cdna_start": 193,
"cdna_end": null,
"cdna_length": 4079,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.115C>A",
"hgvs_p": "p.Arg39Arg",
"transcript": "ENST00000262941.7",
"protein_id": "ENSP00000262941.7",
"transcript_support_level": 1,
"aa_start": 39,
"aa_end": null,
"aa_length": 465,
"cds_start": 115,
"cds_end": null,
"cds_length": 1398,
"cdna_start": 118,
"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.465C>A",
"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": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.136C>A",
"hgvs_p": "p.Arg46Arg",
"transcript": "NM_001350979.2",
"protein_id": "NP_001337908.1",
"transcript_support_level": null,
"aa_start": 46,
"aa_end": null,
"aa_length": 544,
"cds_start": 136,
"cds_end": null,
"cds_length": 1635,
"cdna_start": 253,
"cdna_end": null,
"cdna_length": 4140,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.136C>A",
"hgvs_p": "p.Arg46Arg",
"transcript": "NM_001350980.2",
"protein_id": "NP_001337909.1",
"transcript_support_level": null,
"aa_start": 46,
"aa_end": null,
"aa_length": 544,
"cds_start": 136,
"cds_end": null,
"cds_length": 1635,
"cdna_start": 540,
"cdna_end": null,
"cdna_length": 4427,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.136C>A",
"hgvs_p": "p.Arg46Arg",
"transcript": "NM_001350984.2",
"protein_id": "NP_001337913.1",
"transcript_support_level": null,
"aa_start": 46,
"aa_end": null,
"aa_length": 286,
"cds_start": 136,
"cds_end": null,
"cds_length": 861,
"cdna_start": 438,
"cdna_end": null,
"cdna_length": 4555,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.136C>A",
"hgvs_p": "p.Arg46Arg",
"transcript": "NM_001350985.2",
"protein_id": "NP_001337914.1",
"transcript_support_level": null,
"aa_start": 46,
"aa_end": null,
"aa_length": 286,
"cds_start": 136,
"cds_end": null,
"cds_length": 861,
"cdna_start": 253,
"cdna_end": null,
"cdna_length": 4370,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.136C>A",
"hgvs_p": "p.Arg46Arg",
"transcript": "NM_001350986.2",
"protein_id": "NP_001337915.1",
"transcript_support_level": null,
"aa_start": 46,
"aa_end": null,
"aa_length": 242,
"cds_start": 136,
"cds_end": null,
"cds_length": 729,
"cdna_start": 465,
"cdna_end": null,
"cdna_length": 4228,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN25",
"gene_hgnc_id": 21961,
"hgvs_c": "c.136C>A",
"hgvs_p": "p.Arg46Arg",
"transcript": "ENST00000431485.2",
"protein_id": "ENSP00000413144.2",
"transcript_support_level": 4,
"aa_start": 46,
"aa_end": null,
"aa_length": 69,
"cds_start": 136,
"cds_end": null,
"cds_length": 210,
"cdna_start": 520,
"cdna_end": null,
"cdna_length": 594,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.136C>A",
"hgvs_p": "p.Arg46Arg",
"transcript": "XM_011515905.3",
"protein_id": "XP_011514207.1",
"transcript_support_level": null,
"aa_start": 46,
"aa_end": null,
"aa_length": 544,
"cds_start": 136,
"cds_end": null,
"cds_length": 1635,
"cdna_start": 438,
"cdna_end": null,
"cdna_length": 4325,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.136C>A",
"hgvs_p": "p.Arg46Arg",
"transcript": "XM_011515907.3",
"protein_id": "XP_011514209.1",
"transcript_support_level": null,
"aa_start": 46,
"aa_end": null,
"aa_length": 544,
"cds_start": 136,
"cds_end": null,
"cds_length": 1635,
"cdna_start": 380,
"cdna_end": null,
"cdna_length": 4267,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.136C>A",
"hgvs_p": "p.Arg46Arg",
"transcript": "XM_047420011.1",
"protein_id": "XP_047275967.1",
"transcript_support_level": null,
"aa_start": 46,
"aa_end": null,
"aa_length": 544,
"cds_start": 136,
"cds_end": null,
"cds_length": 1635,
"cdna_start": 765,
"cdna_end": null,
"cdna_length": 4652,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.136C>A",
"hgvs_p": "p.Arg46Arg",
"transcript": "XM_047420012.1",
"protein_id": "XP_047275968.1",
"transcript_support_level": null,
"aa_start": 46,
"aa_end": null,
"aa_length": 544,
"cds_start": 136,
"cds_end": null,
"cds_length": 1635,
"cdna_start": 353,
"cdna_end": null,
"cdna_length": 4240,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.136C>A",
"hgvs_p": "p.Arg46Arg",
"transcript": "XM_047420013.1",
"protein_id": "XP_047275969.1",
"transcript_support_level": null,
"aa_start": 46,
"aa_end": null,
"aa_length": 544,
"cds_start": 136,
"cds_end": null,
"cds_length": 1635,
"cdna_start": 513,
"cdna_end": null,
"cdna_length": 4400,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.136C>A",
"hgvs_p": "p.Arg46Arg",
"transcript": "XM_047420014.1",
"protein_id": "XP_047275970.1",
"transcript_support_level": null,
"aa_start": 46,
"aa_end": null,
"aa_length": 544,
"cds_start": 136,
"cds_end": null,
"cds_length": 1635,
"cdna_start": 455,
"cdna_end": null,
"cdna_length": 4342,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.136C>A",
"hgvs_p": "p.Arg46Arg",
"transcript": "XM_047420015.1",
"protein_id": "XP_047275971.1",
"transcript_support_level": null,
"aa_start": 46,
"aa_end": null,
"aa_length": 544,
"cds_start": 136,
"cds_end": null,
"cds_length": 1635,
"cdna_start": 428,
"cdna_end": null,
"cdna_length": 4315,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.136C>A",
"hgvs_p": "p.Arg46Arg",
"transcript": "XM_011515909.3",
"protein_id": "XP_011514211.1",
"transcript_support_level": null,
"aa_start": 46,
"aa_end": null,
"aa_length": 286,
"cds_start": 136,
"cds_end": null,
"cds_length": 861,
"cdna_start": 465,
"cdna_end": null,
"cdna_length": 4582,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.136C>A",
"hgvs_p": "p.Arg46Arg",
"transcript": "XM_047420016.1",
"protein_id": "XP_047275972.1",
"transcript_support_level": null,
"aa_start": 46,
"aa_end": null,
"aa_length": 286,
"cds_start": 136,
"cds_end": null,
"cds_length": 861,
"cdna_start": 540,
"cdna_end": null,
"cdna_length": 4657,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.136C>A",
"hgvs_p": "p.Arg46Arg",
"transcript": "XM_047420017.1",
"protein_id": "XP_047275973.1",
"transcript_support_level": null,
"aa_start": 46,
"aa_end": null,
"aa_length": 286,
"cds_start": 136,
"cds_end": null,
"cds_length": 861,
"cdna_start": 353,
"cdna_end": null,
"cdna_length": 4470,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.136C>A",
"hgvs_p": "p.Arg46Arg",
"transcript": "XM_047420018.1",
"protein_id": "XP_047275974.1",
"transcript_support_level": null,
"aa_start": 46,
"aa_end": null,
"aa_length": 286,
"cds_start": 136,
"cds_end": null,
"cds_length": 861,
"cdna_start": 765,
"cdna_end": null,
"cdna_length": 4882,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.136C>A",
"hgvs_p": "p.Arg46Arg",
"transcript": "XM_047420019.1",
"protein_id": "XP_047275975.1",
"transcript_support_level": null,
"aa_start": 46,
"aa_end": null,
"aa_length": 286,
"cds_start": 136,
"cds_end": null,
"cds_length": 861,
"cdna_start": 380,
"cdna_end": null,
"cdna_length": 4497,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.136C>A",
"hgvs_p": "p.Arg46Arg",
"transcript": "XM_011515910.3",
"protein_id": "XP_011514212.1",
"transcript_support_level": null,
"aa_start": 46,
"aa_end": null,
"aa_length": 285,
"cds_start": 136,
"cds_end": null,
"cds_length": 858,
"cdna_start": 465,
"cdna_end": null,
"cdna_length": 1591,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.136C>A",
"hgvs_p": "p.Arg46Arg",
"transcript": "XM_047420020.1",
"protein_id": "XP_047275976.1",
"transcript_support_level": null,
"aa_start": 46,
"aa_end": null,
"aa_length": 285,
"cds_start": 136,
"cds_end": null,
"cds_length": 858,
"cdna_start": 253,
"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.136C>A",
"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.78C>A",
"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.438C>A",
"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.380C>A",
"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.253C>A",
"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.465C>A",
"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.-361C>A",
"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.-361C>A",
"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.-361C>A",
"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.64+2726C>A",
"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.64+2726C>A",
"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
}
],
"gene_symbol": "ZSCAN25",
"gene_hgnc_id": 21961,
"dbsnp": "rs769631881",
"frequency_reference_population": 0.0000027361764,
"hom_count_reference_population": 0,
"allele_count_reference_population": 4,
"gnomad_exomes_af": 0.00000273618,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 4,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.20999999344348907,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.21,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.409,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.01,
"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": -1,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Moderate,BP7",
"acmg_by_gene": [
{
"score": -1,
"benign_score": 3,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate",
"BP7"
],
"verdict": "Likely_benign",
"transcript": "NM_145115.3",
"gene_symbol": "ZSCAN25",
"hgnc_id": 21961,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.136C>A",
"hgvs_p": "p.Arg46Arg"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}