← 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: 3-44568316-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=44568316&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "3",
"pos": 44568316,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_018651.4",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZKSCAN7",
"gene_hgnc_id": 12955,
"hgvs_c": "c.694G>A",
"hgvs_p": "p.Ala232Thr",
"transcript": "NM_001288590.2",
"protein_id": "NP_001275519.1",
"transcript_support_level": null,
"aa_start": 232,
"aa_end": null,
"aa_length": 754,
"cds_start": 694,
"cds_end": null,
"cds_length": 2265,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000426540.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001288590.2"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZKSCAN7",
"gene_hgnc_id": 12955,
"hgvs_c": "c.694G>A",
"hgvs_p": "p.Ala232Thr",
"transcript": "ENST00000426540.6",
"protein_id": "ENSP00000395524.1",
"transcript_support_level": 2,
"aa_start": 232,
"aa_end": null,
"aa_length": 754,
"cds_start": 694,
"cds_end": null,
"cds_length": 2265,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001288590.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000426540.6"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZKSCAN7",
"gene_hgnc_id": 12955,
"hgvs_c": "c.694G>A",
"hgvs_p": "p.Ala232Thr",
"transcript": "ENST00000273320.7",
"protein_id": "ENSP00000273320.3",
"transcript_support_level": 1,
"aa_start": 232,
"aa_end": null,
"aa_length": 754,
"cds_start": 694,
"cds_end": null,
"cds_length": 2265,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000273320.7"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZKSCAN7",
"gene_hgnc_id": 12955,
"hgvs_c": "c.244G>A",
"hgvs_p": "p.Ala82Thr",
"transcript": "ENST00000447279.2",
"protein_id": "ENSP00000405034.1",
"transcript_support_level": 1,
"aa_start": 82,
"aa_end": null,
"aa_length": 373,
"cds_start": 244,
"cds_end": null,
"cds_length": 1122,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000447279.2"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZKSCAN7",
"gene_hgnc_id": 12955,
"hgvs_c": "c.694G>A",
"hgvs_p": "p.Ala232Thr",
"transcript": "ENST00000341840.7",
"protein_id": "ENSP00000345404.3",
"transcript_support_level": 1,
"aa_start": 232,
"aa_end": null,
"aa_length": 276,
"cds_start": 694,
"cds_end": null,
"cds_length": 831,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000341840.7"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZKSCAN7",
"gene_hgnc_id": 12955,
"hgvs_c": "c.694G>A",
"hgvs_p": "p.Ala232Thr",
"transcript": "ENST00000431636.5",
"protein_id": "ENSP00000416681.1",
"transcript_support_level": 1,
"aa_start": 232,
"aa_end": null,
"aa_length": 276,
"cds_start": 694,
"cds_end": null,
"cds_length": 831,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000431636.5"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZKSCAN7",
"gene_hgnc_id": 12955,
"hgvs_c": "c.694G>A",
"hgvs_p": "p.Ala232Thr",
"transcript": "NM_018651.4",
"protein_id": "NP_061121.2",
"transcript_support_level": null,
"aa_start": 232,
"aa_end": null,
"aa_length": 754,
"cds_start": 694,
"cds_end": null,
"cds_length": 2265,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_018651.4"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZKSCAN7",
"gene_hgnc_id": 12955,
"hgvs_c": "c.694G>A",
"hgvs_p": "p.Ala232Thr",
"transcript": "ENST00000896017.1",
"protein_id": "ENSP00000566076.1",
"transcript_support_level": null,
"aa_start": 232,
"aa_end": null,
"aa_length": 753,
"cds_start": 694,
"cds_end": null,
"cds_length": 2262,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896017.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZKSCAN7",
"gene_hgnc_id": 12955,
"hgvs_c": "c.694G>A",
"hgvs_p": "p.Ala232Thr",
"transcript": "ENST00000896018.1",
"protein_id": "ENSP00000566077.1",
"transcript_support_level": null,
"aa_start": 232,
"aa_end": null,
"aa_length": 753,
"cds_start": 694,
"cds_end": null,
"cds_length": 2262,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896018.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZKSCAN7",
"gene_hgnc_id": 12955,
"hgvs_c": "c.433G>A",
"hgvs_p": "p.Ala145Thr",
"transcript": "ENST00000896019.1",
"protein_id": "ENSP00000566078.1",
"transcript_support_level": null,
"aa_start": 145,
"aa_end": null,
"aa_length": 667,
"cds_start": 433,
"cds_end": null,
"cds_length": 2004,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896019.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZKSCAN7",
"gene_hgnc_id": 12955,
"hgvs_c": "c.433G>A",
"hgvs_p": "p.Ala145Thr",
"transcript": "ENST00000946801.1",
"protein_id": "ENSP00000616860.1",
"transcript_support_level": null,
"aa_start": 145,
"aa_end": null,
"aa_length": 667,
"cds_start": 433,
"cds_end": null,
"cds_length": 2004,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000946801.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZKSCAN7",
"gene_hgnc_id": 12955,
"hgvs_c": "c.433G>A",
"hgvs_p": "p.Ala145Thr",
"transcript": "ENST00000932839.1",
"protein_id": "ENSP00000602898.1",
"transcript_support_level": null,
"aa_start": 145,
"aa_end": null,
"aa_length": 666,
"cds_start": 433,
"cds_end": null,
"cds_length": 2001,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000932839.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZKSCAN7",
"gene_hgnc_id": 12955,
"hgvs_c": "c.433G>A",
"hgvs_p": "p.Ala145Thr",
"transcript": "ENST00000946800.1",
"protein_id": "ENSP00000616859.1",
"transcript_support_level": null,
"aa_start": 145,
"aa_end": null,
"aa_length": 666,
"cds_start": 433,
"cds_end": null,
"cds_length": 2001,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000946800.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZKSCAN7",
"gene_hgnc_id": 12955,
"hgvs_c": "c.244G>A",
"hgvs_p": "p.Ala82Thr",
"transcript": "NM_001288592.2",
"protein_id": "NP_001275521.1",
"transcript_support_level": null,
"aa_start": 82,
"aa_end": null,
"aa_length": 373,
"cds_start": 244,
"cds_end": null,
"cds_length": 1122,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001288592.2"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZKSCAN7",
"gene_hgnc_id": 12955,
"hgvs_c": "c.694G>A",
"hgvs_p": "p.Ala232Thr",
"transcript": "NM_001288591.2",
"protein_id": "NP_001275520.1",
"transcript_support_level": null,
"aa_start": 232,
"aa_end": null,
"aa_length": 276,
"cds_start": 694,
"cds_end": null,
"cds_length": 831,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001288591.2"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZKSCAN7",
"gene_hgnc_id": 12955,
"hgvs_c": "c.694G>A",
"hgvs_p": "p.Ala232Thr",
"transcript": "NM_025169.3",
"protein_id": "NP_079445.1",
"transcript_support_level": null,
"aa_start": 232,
"aa_end": null,
"aa_length": 276,
"cds_start": 694,
"cds_end": null,
"cds_length": 831,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_025169.3"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZKSCAN7",
"gene_hgnc_id": 12955,
"hgvs_c": "c.199G>A",
"hgvs_p": "p.Ala67Thr",
"transcript": "ENST00000419137.2",
"protein_id": "ENSP00000389243.1",
"transcript_support_level": 2,
"aa_start": 67,
"aa_end": null,
"aa_length": 121,
"cds_start": 199,
"cds_end": null,
"cds_length": 366,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000419137.2"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZKSCAN7",
"gene_hgnc_id": 12955,
"hgvs_c": "c.694G>A",
"hgvs_p": "p.Ala232Thr",
"transcript": "XM_047448578.1",
"protein_id": "XP_047304534.1",
"transcript_support_level": null,
"aa_start": 232,
"aa_end": null,
"aa_length": 753,
"cds_start": 694,
"cds_end": null,
"cds_length": 2262,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047448578.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZKSCAN7",
"gene_hgnc_id": 12955,
"hgvs_c": "c.694G>A",
"hgvs_p": "p.Ala232Thr",
"transcript": "XM_047448579.1",
"protein_id": "XP_047304535.1",
"transcript_support_level": null,
"aa_start": 232,
"aa_end": null,
"aa_length": 753,
"cds_start": 694,
"cds_end": null,
"cds_length": 2262,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047448579.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZKSCAN7",
"gene_hgnc_id": 12955,
"hgvs_c": "c.25G>A",
"hgvs_p": "p.Ala9Thr",
"transcript": "XM_047448580.1",
"protein_id": "XP_047304536.1",
"transcript_support_level": null,
"aa_start": 9,
"aa_end": null,
"aa_length": 531,
"cds_start": 25,
"cds_end": null,
"cds_length": 1596,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047448580.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZKSCAN7",
"gene_hgnc_id": 12955,
"hgvs_c": "c.694G>A",
"hgvs_p": "p.Ala232Thr",
"transcript": "XM_047448581.1",
"protein_id": "XP_047304537.1",
"transcript_support_level": null,
"aa_start": 232,
"aa_end": null,
"aa_length": 292,
"cds_start": 694,
"cds_end": null,
"cds_length": 879,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047448581.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZKSCAN7",
"gene_hgnc_id": 12955,
"hgvs_c": "c.694G>A",
"hgvs_p": "p.Ala232Thr",
"transcript": "XM_047448582.1",
"protein_id": "XP_047304538.1",
"transcript_support_level": null,
"aa_start": 232,
"aa_end": null,
"aa_length": 292,
"cds_start": 694,
"cds_end": null,
"cds_length": 879,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047448582.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ZKSCAN7",
"gene_hgnc_id": 12955,
"hgvs_c": "c.593-1606G>A",
"hgvs_p": null,
"transcript": "ENST00000946797.1",
"protein_id": "ENSP00000616856.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 681,
"cds_start": null,
"cds_end": null,
"cds_length": 2046,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000946797.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ZKSCAN7",
"gene_hgnc_id": 12955,
"hgvs_c": "c.593-1606G>A",
"hgvs_p": null,
"transcript": "ENST00000946798.1",
"protein_id": "ENSP00000616857.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 681,
"cds_start": null,
"cds_end": null,
"cds_length": 2046,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000946798.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ZKSCAN7",
"gene_hgnc_id": 12955,
"hgvs_c": "c.593-1609G>A",
"hgvs_p": null,
"transcript": "ENST00000946799.1",
"protein_id": "ENSP00000616858.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 680,
"cds_start": null,
"cds_end": null,
"cds_length": 2043,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000946799.1"
},
{
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZKSCAN7",
"gene_hgnc_id": 12955,
"hgvs_c": "n.602G>A",
"hgvs_p": null,
"transcript": "ENST00000418719.1",
"protein_id": "ENSP00000415710.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": "ENST00000418719.1"
},
{
"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": "ZKSCAN7",
"gene_hgnc_id": 12955,
"hgvs_c": "n.385G>A",
"hgvs_p": null,
"transcript": "ENST00000496563.1",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000496563.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ZKSCAN7-AS1",
"gene_hgnc_id": 53964,
"hgvs_c": "n.244-10724C>T",
"hgvs_p": null,
"transcript": "ENST00000457331.3",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000457331.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ZKSCAN7-AS1",
"gene_hgnc_id": 53964,
"hgvs_c": "n.225-6723C>T",
"hgvs_p": null,
"transcript": "ENST00000685649.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000685649.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ZKSCAN7-AS1",
"gene_hgnc_id": 53964,
"hgvs_c": "n.397-10724C>T",
"hgvs_p": null,
"transcript": "ENST00000715681.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000715681.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ZKSCAN7-AS1",
"gene_hgnc_id": 53964,
"hgvs_c": "n.361-10724C>T",
"hgvs_p": null,
"transcript": "ENST00000725156.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000725156.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ZKSCAN7-AS1",
"gene_hgnc_id": 53964,
"hgvs_c": "n.229-10724C>T",
"hgvs_p": null,
"transcript": "ENST00000725157.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000725157.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ZKSCAN7-AS1",
"gene_hgnc_id": 53964,
"hgvs_c": "n.250-10724C>T",
"hgvs_p": null,
"transcript": "ENST00000725159.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000725159.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ZKSCAN7-AS1",
"gene_hgnc_id": 53964,
"hgvs_c": "n.232-6723C>T",
"hgvs_p": null,
"transcript": "ENST00000725160.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000725160.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ZKSCAN7-AS1",
"gene_hgnc_id": 53964,
"hgvs_c": "n.221-10724C>T",
"hgvs_p": null,
"transcript": "NR_157564.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_157564.1"
}
],
"gene_symbol": "ZKSCAN7",
"gene_hgnc_id": 12955,
"dbsnp": "rs375832351",
"frequency_reference_population": 0.00017484643,
"hom_count_reference_population": 0,
"allele_count_reference_population": 282,
"gnomad_exomes_af": 0.000184158,
"gnomad_genomes_af": 0.0000854454,
"gnomad_exomes_ac": 269,
"gnomad_genomes_ac": 13,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.0423225462436676,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.05999999865889549,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.07,
"revel_prediction": "Benign",
"alphamissense_score": 0.071,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.68,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.87,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.06,
"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_018651.4",
"gene_symbol": "ZKSCAN7",
"hgnc_id": 12955,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.694G>A",
"hgvs_p": "p.Ala232Thr"
},
{
"score": -4,
"benign_score": 4,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "ENST00000457331.3",
"gene_symbol": "ZKSCAN7-AS1",
"hgnc_id": 53964,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.244-10724C>T",
"hgvs_p": null
}
],
"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
}