← 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: 19-58085014-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=58085014&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "19",
"pos": 58085014,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001145542.1",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN18",
"gene_hgnc_id": 21037,
"hgvs_c": "c.1204G>A",
"hgvs_p": "p.Ala402Thr",
"transcript": "NM_001145543.2",
"protein_id": "NP_001139015.1",
"transcript_support_level": null,
"aa_start": 402,
"aa_end": null,
"aa_length": 510,
"cds_start": 1204,
"cds_end": null,
"cds_length": 1533,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000601144.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001145543.2"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN18",
"gene_hgnc_id": 21037,
"hgvs_c": "c.1204G>A",
"hgvs_p": "p.Ala402Thr",
"transcript": "ENST00000601144.6",
"protein_id": "ENSP00000468934.1",
"transcript_support_level": 1,
"aa_start": 402,
"aa_end": null,
"aa_length": 510,
"cds_start": 1204,
"cds_end": null,
"cds_length": 1533,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001145543.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000601144.6"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN18",
"gene_hgnc_id": 21037,
"hgvs_c": "c.1204G>A",
"hgvs_p": "p.Ala402Thr",
"transcript": "ENST00000240727.10",
"protein_id": "ENSP00000240727.5",
"transcript_support_level": 1,
"aa_start": 402,
"aa_end": null,
"aa_length": 510,
"cds_start": 1204,
"cds_end": null,
"cds_length": 1533,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000240727.10"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN18",
"gene_hgnc_id": 21037,
"hgvs_c": "c.895G>A",
"hgvs_p": "p.Ala299Thr",
"transcript": "ENST00000433686.6",
"protein_id": "ENSP00000412253.2",
"transcript_support_level": 1,
"aa_start": 299,
"aa_end": null,
"aa_length": 407,
"cds_start": 895,
"cds_end": null,
"cds_length": 1224,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000433686.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN18",
"gene_hgnc_id": 21037,
"hgvs_c": "n.4558G>A",
"hgvs_p": null,
"transcript": "ENST00000598497.1",
"protein_id": null,
"transcript_support_level": 1,
"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": "ENST00000598497.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN18",
"gene_hgnc_id": 21037,
"hgvs_c": "c.1372G>A",
"hgvs_p": "p.Ala458Thr",
"transcript": "NM_001145542.1",
"protein_id": "NP_001139014.1",
"transcript_support_level": null,
"aa_start": 458,
"aa_end": null,
"aa_length": 566,
"cds_start": 1372,
"cds_end": null,
"cds_length": 1701,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001145542.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN18",
"gene_hgnc_id": 21037,
"hgvs_c": "c.1372G>A",
"hgvs_p": "p.Ala458Thr",
"transcript": "ENST00000600404.1",
"protein_id": "ENSP00000470123.1",
"transcript_support_level": 2,
"aa_start": 458,
"aa_end": null,
"aa_length": 566,
"cds_start": 1372,
"cds_end": null,
"cds_length": 1701,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000600404.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN18",
"gene_hgnc_id": 21037,
"hgvs_c": "c.1243G>A",
"hgvs_p": "p.Ala415Thr",
"transcript": "ENST00000861640.1",
"protein_id": "ENSP00000531699.1",
"transcript_support_level": null,
"aa_start": 415,
"aa_end": null,
"aa_length": 523,
"cds_start": 1243,
"cds_end": null,
"cds_length": 1572,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861640.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN18",
"gene_hgnc_id": 21037,
"hgvs_c": "c.1240G>A",
"hgvs_p": "p.Ala414Thr",
"transcript": "ENST00000932259.1",
"protein_id": "ENSP00000602318.1",
"transcript_support_level": null,
"aa_start": 414,
"aa_end": null,
"aa_length": 522,
"cds_start": 1240,
"cds_end": null,
"cds_length": 1569,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000932259.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN18",
"gene_hgnc_id": 21037,
"hgvs_c": "c.1204G>A",
"hgvs_p": "p.Ala402Thr",
"transcript": "NM_023926.5",
"protein_id": "NP_076415.3",
"transcript_support_level": null,
"aa_start": 402,
"aa_end": null,
"aa_length": 510,
"cds_start": 1204,
"cds_end": null,
"cds_length": 1533,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_023926.5"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN18",
"gene_hgnc_id": 21037,
"hgvs_c": "c.1204G>A",
"hgvs_p": "p.Ala402Thr",
"transcript": "ENST00000861637.1",
"protein_id": "ENSP00000531696.1",
"transcript_support_level": null,
"aa_start": 402,
"aa_end": null,
"aa_length": 510,
"cds_start": 1204,
"cds_end": null,
"cds_length": 1533,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861637.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN18",
"gene_hgnc_id": 21037,
"hgvs_c": "c.1204G>A",
"hgvs_p": "p.Ala402Thr",
"transcript": "ENST00000861639.1",
"protein_id": "ENSP00000531698.1",
"transcript_support_level": null,
"aa_start": 402,
"aa_end": null,
"aa_length": 510,
"cds_start": 1204,
"cds_end": null,
"cds_length": 1533,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861639.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN18",
"gene_hgnc_id": 21037,
"hgvs_c": "c.1204G>A",
"hgvs_p": "p.Ala402Thr",
"transcript": "ENST00000861642.1",
"protein_id": "ENSP00000531701.1",
"transcript_support_level": null,
"aa_start": 402,
"aa_end": null,
"aa_length": 510,
"cds_start": 1204,
"cds_end": null,
"cds_length": 1533,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861642.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN18",
"gene_hgnc_id": 21037,
"hgvs_c": "c.1204G>A",
"hgvs_p": "p.Ala402Thr",
"transcript": "ENST00000861643.1",
"protein_id": "ENSP00000531702.1",
"transcript_support_level": null,
"aa_start": 402,
"aa_end": null,
"aa_length": 510,
"cds_start": 1204,
"cds_end": null,
"cds_length": 1533,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861643.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN18",
"gene_hgnc_id": 21037,
"hgvs_c": "c.1204G>A",
"hgvs_p": "p.Ala402Thr",
"transcript": "ENST00000861645.1",
"protein_id": "ENSP00000531704.1",
"transcript_support_level": null,
"aa_start": 402,
"aa_end": null,
"aa_length": 510,
"cds_start": 1204,
"cds_end": null,
"cds_length": 1533,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861645.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN18",
"gene_hgnc_id": 21037,
"hgvs_c": "c.1204G>A",
"hgvs_p": "p.Ala402Thr",
"transcript": "ENST00000861646.1",
"protein_id": "ENSP00000531705.1",
"transcript_support_level": null,
"aa_start": 402,
"aa_end": null,
"aa_length": 510,
"cds_start": 1204,
"cds_end": null,
"cds_length": 1533,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861646.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN18",
"gene_hgnc_id": 21037,
"hgvs_c": "c.1204G>A",
"hgvs_p": "p.Ala402Thr",
"transcript": "ENST00000861647.1",
"protein_id": "ENSP00000531706.1",
"transcript_support_level": null,
"aa_start": 402,
"aa_end": null,
"aa_length": 510,
"cds_start": 1204,
"cds_end": null,
"cds_length": 1533,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861647.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN18",
"gene_hgnc_id": 21037,
"hgvs_c": "c.1204G>A",
"hgvs_p": "p.Ala402Thr",
"transcript": "ENST00000861648.1",
"protein_id": "ENSP00000531707.1",
"transcript_support_level": null,
"aa_start": 402,
"aa_end": null,
"aa_length": 510,
"cds_start": 1204,
"cds_end": null,
"cds_length": 1533,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861648.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN18",
"gene_hgnc_id": 21037,
"hgvs_c": "c.1204G>A",
"hgvs_p": "p.Ala402Thr",
"transcript": "ENST00000861649.1",
"protein_id": "ENSP00000531708.1",
"transcript_support_level": null,
"aa_start": 402,
"aa_end": null,
"aa_length": 510,
"cds_start": 1204,
"cds_end": null,
"cds_length": 1533,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861649.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN18",
"gene_hgnc_id": 21037,
"hgvs_c": "c.1204G>A",
"hgvs_p": "p.Ala402Thr",
"transcript": "ENST00000861650.1",
"protein_id": "ENSP00000531709.1",
"transcript_support_level": null,
"aa_start": 402,
"aa_end": null,
"aa_length": 510,
"cds_start": 1204,
"cds_end": null,
"cds_length": 1533,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861650.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN18",
"gene_hgnc_id": 21037,
"hgvs_c": "c.1204G>A",
"hgvs_p": "p.Ala402Thr",
"transcript": "ENST00000861651.1",
"protein_id": "ENSP00000531710.1",
"transcript_support_level": null,
"aa_start": 402,
"aa_end": null,
"aa_length": 510,
"cds_start": 1204,
"cds_end": null,
"cds_length": 1533,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861651.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN18",
"gene_hgnc_id": 21037,
"hgvs_c": "c.1204G>A",
"hgvs_p": "p.Ala402Thr",
"transcript": "ENST00000861652.1",
"protein_id": "ENSP00000531711.1",
"transcript_support_level": null,
"aa_start": 402,
"aa_end": null,
"aa_length": 510,
"cds_start": 1204,
"cds_end": null,
"cds_length": 1533,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861652.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN18",
"gene_hgnc_id": 21037,
"hgvs_c": "c.1204G>A",
"hgvs_p": "p.Ala402Thr",
"transcript": "ENST00000861653.1",
"protein_id": "ENSP00000531712.1",
"transcript_support_level": null,
"aa_start": 402,
"aa_end": null,
"aa_length": 510,
"cds_start": 1204,
"cds_end": null,
"cds_length": 1533,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861653.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN18",
"gene_hgnc_id": 21037,
"hgvs_c": "c.1204G>A",
"hgvs_p": "p.Ala402Thr",
"transcript": "ENST00000932261.1",
"protein_id": "ENSP00000602320.1",
"transcript_support_level": null,
"aa_start": 402,
"aa_end": null,
"aa_length": 510,
"cds_start": 1204,
"cds_end": null,
"cds_length": 1533,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000932261.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN18",
"gene_hgnc_id": 21037,
"hgvs_c": "c.1204G>A",
"hgvs_p": "p.Ala402Thr",
"transcript": "ENST00000941784.1",
"protein_id": "ENSP00000611843.1",
"transcript_support_level": null,
"aa_start": 402,
"aa_end": null,
"aa_length": 510,
"cds_start": 1204,
"cds_end": null,
"cds_length": 1533,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000941784.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN18",
"gene_hgnc_id": 21037,
"hgvs_c": "c.1204G>A",
"hgvs_p": "p.Ala402Thr",
"transcript": "ENST00000941785.1",
"protein_id": "ENSP00000611844.1",
"transcript_support_level": null,
"aa_start": 402,
"aa_end": null,
"aa_length": 510,
"cds_start": 1204,
"cds_end": null,
"cds_length": 1533,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000941785.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN18",
"gene_hgnc_id": 21037,
"hgvs_c": "c.1201G>A",
"hgvs_p": "p.Ala401Thr",
"transcript": "ENST00000861638.1",
"protein_id": "ENSP00000531697.1",
"transcript_support_level": null,
"aa_start": 401,
"aa_end": null,
"aa_length": 509,
"cds_start": 1201,
"cds_end": null,
"cds_length": 1530,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861638.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN18",
"gene_hgnc_id": 21037,
"hgvs_c": "c.1054G>A",
"hgvs_p": "p.Ala352Thr",
"transcript": "ENST00000861641.1",
"protein_id": "ENSP00000531700.1",
"transcript_support_level": null,
"aa_start": 352,
"aa_end": null,
"aa_length": 460,
"cds_start": 1054,
"cds_end": null,
"cds_length": 1383,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861641.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN18",
"gene_hgnc_id": 21037,
"hgvs_c": "c.1054G>A",
"hgvs_p": "p.Ala352Thr",
"transcript": "ENST00000861644.1",
"protein_id": "ENSP00000531703.1",
"transcript_support_level": null,
"aa_start": 352,
"aa_end": null,
"aa_length": 460,
"cds_start": 1054,
"cds_end": null,
"cds_length": 1383,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861644.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN18",
"gene_hgnc_id": 21037,
"hgvs_c": "c.1051G>A",
"hgvs_p": "p.Ala351Thr",
"transcript": "ENST00000932260.1",
"protein_id": "ENSP00000602319.1",
"transcript_support_level": null,
"aa_start": 351,
"aa_end": null,
"aa_length": 459,
"cds_start": 1051,
"cds_end": null,
"cds_length": 1380,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000932260.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN18",
"gene_hgnc_id": 21037,
"hgvs_c": "c.796G>A",
"hgvs_p": "p.Ala266Thr",
"transcript": "NM_001145544.2",
"protein_id": "NP_001139016.1",
"transcript_support_level": null,
"aa_start": 266,
"aa_end": null,
"aa_length": 374,
"cds_start": 796,
"cds_end": null,
"cds_length": 1125,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001145544.2"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN18",
"gene_hgnc_id": 21037,
"hgvs_c": "c.796G>A",
"hgvs_p": "p.Ala266Thr",
"transcript": "ENST00000421612.6",
"protein_id": "ENSP00000392653.1",
"transcript_support_level": 4,
"aa_start": 266,
"aa_end": null,
"aa_length": 374,
"cds_start": 796,
"cds_end": null,
"cds_length": 1125,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000421612.6"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN18",
"gene_hgnc_id": 21037,
"hgvs_c": "c.1369G>A",
"hgvs_p": "p.Ala457Thr",
"transcript": "XM_011527237.3",
"protein_id": "XP_011525539.1",
"transcript_support_level": null,
"aa_start": 457,
"aa_end": null,
"aa_length": 565,
"cds_start": 1369,
"cds_end": null,
"cds_length": 1698,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011527237.3"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN18",
"gene_hgnc_id": 21037,
"hgvs_c": "c.1204G>A",
"hgvs_p": "p.Ala402Thr",
"transcript": "XM_005259174.6",
"protein_id": "XP_005259231.1",
"transcript_support_level": null,
"aa_start": 402,
"aa_end": null,
"aa_length": 510,
"cds_start": 1204,
"cds_end": null,
"cds_length": 1533,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005259174.6"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN18",
"gene_hgnc_id": 21037,
"hgvs_c": "c.1204G>A",
"hgvs_p": "p.Ala402Thr",
"transcript": "XM_006723335.3",
"protein_id": "XP_006723398.1",
"transcript_support_level": null,
"aa_start": 402,
"aa_end": null,
"aa_length": 510,
"cds_start": 1204,
"cds_end": null,
"cds_length": 1533,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006723335.3"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN18",
"gene_hgnc_id": 21037,
"hgvs_c": "c.1204G>A",
"hgvs_p": "p.Ala402Thr",
"transcript": "XM_011527238.2",
"protein_id": "XP_011525540.1",
"transcript_support_level": null,
"aa_start": 402,
"aa_end": null,
"aa_length": 510,
"cds_start": 1204,
"cds_end": null,
"cds_length": 1533,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011527238.2"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN18",
"gene_hgnc_id": 21037,
"hgvs_c": "c.1204G>A",
"hgvs_p": "p.Ala402Thr",
"transcript": "XM_011527239.4",
"protein_id": "XP_011525541.1",
"transcript_support_level": null,
"aa_start": 402,
"aa_end": null,
"aa_length": 510,
"cds_start": 1204,
"cds_end": null,
"cds_length": 1533,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011527239.4"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN18",
"gene_hgnc_id": 21037,
"hgvs_c": "c.1201G>A",
"hgvs_p": "p.Ala401Thr",
"transcript": "XM_017027169.3",
"protein_id": "XP_016882658.1",
"transcript_support_level": null,
"aa_start": 401,
"aa_end": null,
"aa_length": 509,
"cds_start": 1201,
"cds_end": null,
"cds_length": 1530,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017027169.3"
},
{
"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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF135",
"gene_hgnc_id": 12919,
"hgvs_c": "n.*1049C>T",
"hgvs_p": null,
"transcript": "ENST00000515535.1",
"protein_id": "ENSP00000471344.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000515535.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN18",
"gene_hgnc_id": 21037,
"hgvs_c": "n.1274G>A",
"hgvs_p": null,
"transcript": "ENST00000596372.1",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000596372.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF135",
"gene_hgnc_id": 12919,
"hgvs_c": "n.*1049C>T",
"hgvs_p": null,
"transcript": "ENST00000515535.1",
"protein_id": "ENSP00000471344.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000515535.1"
}
],
"gene_symbol": "ZSCAN18",
"gene_hgnc_id": 21037,
"dbsnp": "rs200085530",
"frequency_reference_population": 0.000050303646,
"hom_count_reference_population": 0,
"allele_count_reference_population": 80,
"gnomad_exomes_af": 0.0000243389,
"gnomad_genomes_af": 0.000295442,
"gnomad_exomes_ac": 35,
"gnomad_genomes_ac": 45,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.010904908180236816,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.016,
"revel_prediction": "Benign",
"alphamissense_score": 0.0926,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.77,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0,
"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": -4,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Strong",
"acmg_by_gene": [
{
"score": -4,
"benign_score": 4,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "NM_001145542.1",
"gene_symbol": "ZSCAN18",
"hgnc_id": 21037,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1372G>A",
"hgvs_p": "p.Ala458Thr"
},
{
"score": -4,
"benign_score": 4,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "ENST00000515535.1",
"gene_symbol": "ZNF135",
"hgnc_id": 12919,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "n.*1049C>T",
"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
}