← 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: 6-28329536-T-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=6&pos=28329536&ref=T&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "6",
"pos": 28329536,
"ref": "T",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_030899.5",
"consequences": [
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN31",
"gene_hgnc_id": 14097,
"hgvs_c": "c.148A>T",
"hgvs_p": "p.Thr50Ser",
"transcript": "NM_030899.5",
"protein_id": "NP_112161.3",
"transcript_support_level": null,
"aa_start": 50,
"aa_end": null,
"aa_length": 406,
"cds_start": 148,
"cds_end": null,
"cds_length": 1221,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000344279.11",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_030899.5"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN31",
"gene_hgnc_id": 14097,
"hgvs_c": "c.148A>T",
"hgvs_p": "p.Thr50Ser",
"transcript": "ENST00000344279.11",
"protein_id": "ENSP00000345339.6",
"transcript_support_level": 1,
"aa_start": 50,
"aa_end": null,
"aa_length": 406,
"cds_start": 148,
"cds_end": null,
"cds_length": 1221,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_030899.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000344279.11"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN31",
"gene_hgnc_id": 14097,
"hgvs_c": "c.148A>T",
"hgvs_p": "p.Thr50Ser",
"transcript": "ENST00000396838.6",
"protein_id": "ENSP00000380050.2",
"transcript_support_level": 1,
"aa_start": 50,
"aa_end": null,
"aa_length": 406,
"cds_start": 148,
"cds_end": null,
"cds_length": 1221,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000396838.6"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN31",
"gene_hgnc_id": 14097,
"hgvs_c": "c.148A>T",
"hgvs_p": "p.Thr50Ser",
"transcript": "ENST00000439158.5",
"protein_id": "ENSP00000413705.1",
"transcript_support_level": 1,
"aa_start": 50,
"aa_end": null,
"aa_length": 406,
"cds_start": 148,
"cds_end": null,
"cds_length": 1221,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000439158.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ZSCAN31",
"gene_hgnc_id": 14097,
"hgvs_c": "c.-96-2003A>T",
"hgvs_p": null,
"transcript": "ENST00000446474.5",
"protein_id": "ENSP00000402937.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 247,
"cds_start": null,
"cds_end": null,
"cds_length": 744,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000446474.5"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN31",
"gene_hgnc_id": 14097,
"hgvs_c": "c.148A>T",
"hgvs_p": "p.Thr50Ser",
"transcript": "NM_001135215.1",
"protein_id": "NP_001128687.1",
"transcript_support_level": null,
"aa_start": 50,
"aa_end": null,
"aa_length": 406,
"cds_start": 148,
"cds_end": null,
"cds_length": 1221,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001135215.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN31",
"gene_hgnc_id": 14097,
"hgvs_c": "c.148A>T",
"hgvs_p": "p.Thr50Ser",
"transcript": "NM_001135216.1",
"protein_id": "NP_001128688.1",
"transcript_support_level": null,
"aa_start": 50,
"aa_end": null,
"aa_length": 406,
"cds_start": 148,
"cds_end": null,
"cds_length": 1221,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001135216.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN31",
"gene_hgnc_id": 14097,
"hgvs_c": "c.148A>T",
"hgvs_p": "p.Thr50Ser",
"transcript": "NM_001243241.1",
"protein_id": "NP_001230170.1",
"transcript_support_level": null,
"aa_start": 50,
"aa_end": null,
"aa_length": 406,
"cds_start": 148,
"cds_end": null,
"cds_length": 1221,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001243241.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN31",
"gene_hgnc_id": 14097,
"hgvs_c": "c.148A>T",
"hgvs_p": "p.Thr50Ser",
"transcript": "NM_145909.3",
"protein_id": "NP_665916.1",
"transcript_support_level": null,
"aa_start": 50,
"aa_end": null,
"aa_length": 406,
"cds_start": 148,
"cds_end": null,
"cds_length": 1221,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_145909.3"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN31",
"gene_hgnc_id": 14097,
"hgvs_c": "c.148A>T",
"hgvs_p": "p.Thr50Ser",
"transcript": "ENST00000414429.5",
"protein_id": "ENSP00000390076.1",
"transcript_support_level": 2,
"aa_start": 50,
"aa_end": null,
"aa_length": 406,
"cds_start": 148,
"cds_end": null,
"cds_length": 1221,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000414429.5"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN31",
"gene_hgnc_id": 14097,
"hgvs_c": "c.148A>T",
"hgvs_p": "p.Thr50Ser",
"transcript": "ENST00000881652.1",
"protein_id": "ENSP00000551711.1",
"transcript_support_level": null,
"aa_start": 50,
"aa_end": null,
"aa_length": 406,
"cds_start": 148,
"cds_end": null,
"cds_length": 1221,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881652.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN31",
"gene_hgnc_id": 14097,
"hgvs_c": "c.148A>T",
"hgvs_p": "p.Thr50Ser",
"transcript": "ENST00000881653.1",
"protein_id": "ENSP00000551712.1",
"transcript_support_level": null,
"aa_start": 50,
"aa_end": null,
"aa_length": 406,
"cds_start": 148,
"cds_end": null,
"cds_length": 1221,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881653.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN31",
"gene_hgnc_id": 14097,
"hgvs_c": "c.148A>T",
"hgvs_p": "p.Thr50Ser",
"transcript": "ENST00000881654.1",
"protein_id": "ENSP00000551713.1",
"transcript_support_level": null,
"aa_start": 50,
"aa_end": null,
"aa_length": 406,
"cds_start": 148,
"cds_end": null,
"cds_length": 1221,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881654.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN31",
"gene_hgnc_id": 14097,
"hgvs_c": "c.148A>T",
"hgvs_p": "p.Thr50Ser",
"transcript": "ENST00000881655.1",
"protein_id": "ENSP00000551714.1",
"transcript_support_level": null,
"aa_start": 50,
"aa_end": null,
"aa_length": 406,
"cds_start": 148,
"cds_end": null,
"cds_length": 1221,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881655.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN31",
"gene_hgnc_id": 14097,
"hgvs_c": "c.148A>T",
"hgvs_p": "p.Thr50Ser",
"transcript": "ENST00000881656.1",
"protein_id": "ENSP00000551715.1",
"transcript_support_level": null,
"aa_start": 50,
"aa_end": null,
"aa_length": 406,
"cds_start": 148,
"cds_end": null,
"cds_length": 1221,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881656.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN31",
"gene_hgnc_id": 14097,
"hgvs_c": "c.148A>T",
"hgvs_p": "p.Thr50Ser",
"transcript": "ENST00000881657.1",
"protein_id": "ENSP00000551716.1",
"transcript_support_level": null,
"aa_start": 50,
"aa_end": null,
"aa_length": 406,
"cds_start": 148,
"cds_end": null,
"cds_length": 1221,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881657.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN31",
"gene_hgnc_id": 14097,
"hgvs_c": "c.148A>T",
"hgvs_p": "p.Thr50Ser",
"transcript": "ENST00000881658.1",
"protein_id": "ENSP00000551717.1",
"transcript_support_level": null,
"aa_start": 50,
"aa_end": null,
"aa_length": 406,
"cds_start": 148,
"cds_end": null,
"cds_length": 1221,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881658.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN31",
"gene_hgnc_id": 14097,
"hgvs_c": "c.148A>T",
"hgvs_p": "p.Thr50Ser",
"transcript": "ENST00000881659.1",
"protein_id": "ENSP00000551718.1",
"transcript_support_level": null,
"aa_start": 50,
"aa_end": null,
"aa_length": 406,
"cds_start": 148,
"cds_end": null,
"cds_length": 1221,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881659.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN31",
"gene_hgnc_id": 14097,
"hgvs_c": "c.148A>T",
"hgvs_p": "p.Thr50Ser",
"transcript": "ENST00000917875.1",
"protein_id": "ENSP00000587934.1",
"transcript_support_level": null,
"aa_start": 50,
"aa_end": null,
"aa_length": 406,
"cds_start": 148,
"cds_end": null,
"cds_length": 1221,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000917875.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN31",
"gene_hgnc_id": 14097,
"hgvs_c": "c.148A>T",
"hgvs_p": "p.Thr50Ser",
"transcript": "ENST00000917876.1",
"protein_id": "ENSP00000587935.1",
"transcript_support_level": null,
"aa_start": 50,
"aa_end": null,
"aa_length": 406,
"cds_start": 148,
"cds_end": null,
"cds_length": 1221,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000917876.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN31",
"gene_hgnc_id": 14097,
"hgvs_c": "c.148A>T",
"hgvs_p": "p.Thr50Ser",
"transcript": "ENST00000962705.1",
"protein_id": "ENSP00000632764.1",
"transcript_support_level": null,
"aa_start": 50,
"aa_end": null,
"aa_length": 406,
"cds_start": 148,
"cds_end": null,
"cds_length": 1221,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962705.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN31",
"gene_hgnc_id": 14097,
"hgvs_c": "c.148A>T",
"hgvs_p": "p.Thr50Ser",
"transcript": "ENST00000962706.1",
"protein_id": "ENSP00000632765.1",
"transcript_support_level": null,
"aa_start": 50,
"aa_end": null,
"aa_length": 406,
"cds_start": 148,
"cds_end": null,
"cds_length": 1221,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962706.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN31",
"gene_hgnc_id": 14097,
"hgvs_c": "c.148A>T",
"hgvs_p": "p.Thr50Ser",
"transcript": "ENST00000962707.1",
"protein_id": "ENSP00000632766.1",
"transcript_support_level": null,
"aa_start": 50,
"aa_end": null,
"aa_length": 406,
"cds_start": 148,
"cds_end": null,
"cds_length": 1221,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962707.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN31",
"gene_hgnc_id": 14097,
"hgvs_c": "c.148A>T",
"hgvs_p": "p.Thr50Ser",
"transcript": "ENST00000962708.1",
"protein_id": "ENSP00000632767.1",
"transcript_support_level": null,
"aa_start": 50,
"aa_end": null,
"aa_length": 406,
"cds_start": 148,
"cds_end": null,
"cds_length": 1221,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962708.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN31",
"gene_hgnc_id": 14097,
"hgvs_c": "c.148A>T",
"hgvs_p": "p.Thr50Ser",
"transcript": "ENST00000962709.1",
"protein_id": "ENSP00000632768.1",
"transcript_support_level": null,
"aa_start": 50,
"aa_end": null,
"aa_length": 406,
"cds_start": 148,
"cds_end": null,
"cds_length": 1221,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962709.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN31",
"gene_hgnc_id": 14097,
"hgvs_c": "c.148A>T",
"hgvs_p": "p.Thr50Ser",
"transcript": "ENST00000962710.1",
"protein_id": "ENSP00000632769.1",
"transcript_support_level": null,
"aa_start": 50,
"aa_end": null,
"aa_length": 406,
"cds_start": 148,
"cds_end": null,
"cds_length": 1221,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962710.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN31",
"gene_hgnc_id": 14097,
"hgvs_c": "c.148A>T",
"hgvs_p": "p.Thr50Ser",
"transcript": "ENST00000962711.1",
"protein_id": "ENSP00000632770.1",
"transcript_support_level": null,
"aa_start": 50,
"aa_end": null,
"aa_length": 406,
"cds_start": 148,
"cds_end": null,
"cds_length": 1221,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962711.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN31",
"gene_hgnc_id": 14097,
"hgvs_c": "c.148A>T",
"hgvs_p": "p.Thr50Ser",
"transcript": "ENST00000962712.1",
"protein_id": "ENSP00000632771.1",
"transcript_support_level": null,
"aa_start": 50,
"aa_end": null,
"aa_length": 406,
"cds_start": 148,
"cds_end": null,
"cds_length": 1221,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962712.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN31",
"gene_hgnc_id": 14097,
"hgvs_c": "c.148A>T",
"hgvs_p": "p.Thr50Ser",
"transcript": "ENST00000962713.1",
"protein_id": "ENSP00000632772.1",
"transcript_support_level": null,
"aa_start": 50,
"aa_end": null,
"aa_length": 406,
"cds_start": 148,
"cds_end": null,
"cds_length": 1221,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962713.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN31",
"gene_hgnc_id": 14097,
"hgvs_c": "c.148A>T",
"hgvs_p": "p.Thr50Ser",
"transcript": "ENST00000962714.1",
"protein_id": "ENSP00000632773.1",
"transcript_support_level": null,
"aa_start": 50,
"aa_end": null,
"aa_length": 406,
"cds_start": 148,
"cds_end": null,
"cds_length": 1221,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962714.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN31",
"gene_hgnc_id": 14097,
"hgvs_c": "c.148A>T",
"hgvs_p": "p.Thr50Ser",
"transcript": "ENST00000962715.1",
"protein_id": "ENSP00000632774.1",
"transcript_support_level": null,
"aa_start": 50,
"aa_end": null,
"aa_length": 406,
"cds_start": 148,
"cds_end": null,
"cds_length": 1221,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962715.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN31",
"gene_hgnc_id": 14097,
"hgvs_c": "c.148A>T",
"hgvs_p": "p.Thr50Ser",
"transcript": "ENST00000962716.1",
"protein_id": "ENSP00000632775.1",
"transcript_support_level": null,
"aa_start": 50,
"aa_end": null,
"aa_length": 406,
"cds_start": 148,
"cds_end": null,
"cds_length": 1221,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962716.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN31",
"gene_hgnc_id": 14097,
"hgvs_c": "c.148A>T",
"hgvs_p": "p.Thr50Ser",
"transcript": "ENST00000962717.1",
"protein_id": "ENSP00000632776.1",
"transcript_support_level": null,
"aa_start": 50,
"aa_end": null,
"aa_length": 406,
"cds_start": 148,
"cds_end": null,
"cds_length": 1221,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962717.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN31",
"gene_hgnc_id": 14097,
"hgvs_c": "c.148A>T",
"hgvs_p": "p.Thr50Ser",
"transcript": "ENST00000453745.5",
"protein_id": "ENSP00000389479.1",
"transcript_support_level": 3,
"aa_start": 50,
"aa_end": null,
"aa_length": 216,
"cds_start": 148,
"cds_end": null,
"cds_length": 651,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000453745.5"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN31",
"gene_hgnc_id": 14097,
"hgvs_c": "c.148A>T",
"hgvs_p": "p.Thr50Ser",
"transcript": "ENST00000439636.5",
"protein_id": "ENSP00000412519.1",
"transcript_support_level": 3,
"aa_start": 50,
"aa_end": null,
"aa_length": 154,
"cds_start": 148,
"cds_end": null,
"cds_length": 467,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000439636.5"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN31",
"gene_hgnc_id": 14097,
"hgvs_c": "c.148A>T",
"hgvs_p": "p.Thr50Ser",
"transcript": "ENST00000447021.1",
"protein_id": "ENSP00000416108.1",
"transcript_support_level": 3,
"aa_start": 50,
"aa_end": null,
"aa_length": 146,
"cds_start": 148,
"cds_end": null,
"cds_length": 443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000447021.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN31",
"gene_hgnc_id": 14097,
"hgvs_c": "c.148A>T",
"hgvs_p": "p.Thr50Ser",
"transcript": "ENST00000426756.5",
"protein_id": "ENSP00000406376.1",
"transcript_support_level": 5,
"aa_start": 50,
"aa_end": null,
"aa_length": 105,
"cds_start": 148,
"cds_end": null,
"cds_length": 320,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000426756.5"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN31",
"gene_hgnc_id": 14097,
"hgvs_c": "c.148A>T",
"hgvs_p": "p.Thr50Ser",
"transcript": "ENST00000446222.5",
"protein_id": "ENSP00000411033.1",
"transcript_support_level": 3,
"aa_start": 50,
"aa_end": null,
"aa_length": 102,
"cds_start": 148,
"cds_end": null,
"cds_length": 310,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000446222.5"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN31",
"gene_hgnc_id": 14097,
"hgvs_c": "c.148A>T",
"hgvs_p": "p.Thr50Ser",
"transcript": "ENST00000434036.5",
"protein_id": "ENSP00000416225.1",
"transcript_support_level": 3,
"aa_start": 50,
"aa_end": null,
"aa_length": 77,
"cds_start": 148,
"cds_end": null,
"cds_length": 234,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000434036.5"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN31",
"gene_hgnc_id": 14097,
"hgvs_c": "c.148A>T",
"hgvs_p": "p.Thr50Ser",
"transcript": "XM_005249295.2",
"protein_id": "XP_005249352.1",
"transcript_support_level": null,
"aa_start": 50,
"aa_end": null,
"aa_length": 406,
"cds_start": 148,
"cds_end": null,
"cds_length": 1221,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005249295.2"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN31",
"gene_hgnc_id": 14097,
"hgvs_c": "c.148A>T",
"hgvs_p": "p.Thr50Ser",
"transcript": "XM_005249296.6",
"protein_id": "XP_005249353.1",
"transcript_support_level": null,
"aa_start": 50,
"aa_end": null,
"aa_length": 406,
"cds_start": 148,
"cds_end": null,
"cds_length": 1221,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005249296.6"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN31",
"gene_hgnc_id": 14097,
"hgvs_c": "c.148A>T",
"hgvs_p": "p.Thr50Ser",
"transcript": "XM_011514808.4",
"protein_id": "XP_011513110.1",
"transcript_support_level": null,
"aa_start": 50,
"aa_end": null,
"aa_length": 406,
"cds_start": 148,
"cds_end": null,
"cds_length": 1221,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011514808.4"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN31",
"gene_hgnc_id": 14097,
"hgvs_c": "c.148A>T",
"hgvs_p": "p.Thr50Ser",
"transcript": "XM_011514809.2",
"protein_id": "XP_011513111.1",
"transcript_support_level": null,
"aa_start": 50,
"aa_end": null,
"aa_length": 406,
"cds_start": 148,
"cds_end": null,
"cds_length": 1221,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011514809.2"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN31",
"gene_hgnc_id": 14097,
"hgvs_c": "c.148A>T",
"hgvs_p": "p.Thr50Ser",
"transcript": "XM_011514812.3",
"protein_id": "XP_011513114.1",
"transcript_support_level": null,
"aa_start": 50,
"aa_end": null,
"aa_length": 406,
"cds_start": 148,
"cds_end": null,
"cds_length": 1221,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011514812.3"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN31",
"gene_hgnc_id": 14097,
"hgvs_c": "c.148A>T",
"hgvs_p": "p.Thr50Ser",
"transcript": "XM_047419253.1",
"protein_id": "XP_047275209.1",
"transcript_support_level": null,
"aa_start": 50,
"aa_end": null,
"aa_length": 406,
"cds_start": 148,
"cds_end": null,
"cds_length": 1221,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419253.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN31",
"gene_hgnc_id": 14097,
"hgvs_c": "c.148A>T",
"hgvs_p": "p.Thr50Ser",
"transcript": "XM_047419254.1",
"protein_id": "XP_047275210.1",
"transcript_support_level": null,
"aa_start": 50,
"aa_end": null,
"aa_length": 406,
"cds_start": 148,
"cds_end": null,
"cds_length": 1221,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419254.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN31",
"gene_hgnc_id": 14097,
"hgvs_c": "c.148A>T",
"hgvs_p": "p.Thr50Ser",
"transcript": "XM_047419255.1",
"protein_id": "XP_047275211.1",
"transcript_support_level": null,
"aa_start": 50,
"aa_end": null,
"aa_length": 406,
"cds_start": 148,
"cds_end": null,
"cds_length": 1221,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419255.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN31",
"gene_hgnc_id": 14097,
"hgvs_c": "c.148A>T",
"hgvs_p": "p.Thr50Ser",
"transcript": "XM_047419256.1",
"protein_id": "XP_047275212.1",
"transcript_support_level": null,
"aa_start": 50,
"aa_end": null,
"aa_length": 406,
"cds_start": 148,
"cds_end": null,
"cds_length": 1221,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419256.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN31",
"gene_hgnc_id": 14097,
"hgvs_c": "c.148A>T",
"hgvs_p": "p.Thr50Ser",
"transcript": "XM_047419257.1",
"protein_id": "XP_047275213.1",
"transcript_support_level": null,
"aa_start": 50,
"aa_end": null,
"aa_length": 406,
"cds_start": 148,
"cds_end": null,
"cds_length": 1221,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419257.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ZSCAN31",
"gene_hgnc_id": 14097,
"hgvs_c": "c.-96-2003A>T",
"hgvs_p": null,
"transcript": "NM_001243242.1",
"protein_id": "NP_001230171.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 247,
"cds_start": null,
"cds_end": null,
"cds_length": 744,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001243242.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ZSCAN31",
"gene_hgnc_id": 14097,
"hgvs_c": "c.-96-2003A>T",
"hgvs_p": null,
"transcript": "NM_001243243.1",
"protein_id": "NP_001230172.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 247,
"cds_start": null,
"cds_end": null,
"cds_length": 744,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001243243.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ZSCAN31",
"gene_hgnc_id": 14097,
"hgvs_c": "c.-96-2003A>T",
"hgvs_p": null,
"transcript": "NM_001243244.1",
"protein_id": "NP_001230173.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 247,
"cds_start": null,
"cds_end": null,
"cds_length": 744,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001243244.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ZSCAN31",
"gene_hgnc_id": 14097,
"hgvs_c": "c.-96-2003A>T",
"hgvs_p": null,
"transcript": "ENST00000611469.4",
"protein_id": "ENSP00000480254.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 247,
"cds_start": null,
"cds_end": null,
"cds_length": 744,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000611469.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ZSCAN31",
"gene_hgnc_id": 14097,
"hgvs_c": "c.-96-2003A>T",
"hgvs_p": null,
"transcript": "ENST00000435857.5",
"protein_id": "ENSP00000391235.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 204,
"cds_start": null,
"cds_end": null,
"cds_length": 615,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000435857.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ZSCAN31",
"gene_hgnc_id": 14097,
"hgvs_c": "c.-96-2003A>T",
"hgvs_p": null,
"transcript": "ENST00000414431.1",
"protein_id": "ENSP00000407529.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 103,
"cds_start": null,
"cds_end": null,
"cds_length": 313,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000414431.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ZSCAN31",
"gene_hgnc_id": 14097,
"hgvs_c": "c.34-2003A>T",
"hgvs_p": null,
"transcript": "ENST00000426434.1",
"protein_id": "ENSP00000398680.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 87,
"cds_start": null,
"cds_end": null,
"cds_length": 264,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000426434.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ZSCAN31",
"gene_hgnc_id": 14097,
"hgvs_c": "c.34-2003A>T",
"hgvs_p": null,
"transcript": "XM_024446521.2",
"protein_id": "XP_024302289.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 290,
"cds_start": null,
"cds_end": null,
"cds_length": 873,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024446521.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ZSCAN31",
"gene_hgnc_id": 14097,
"hgvs_c": "c.-96-2003A>T",
"hgvs_p": null,
"transcript": "XM_024446522.2",
"protein_id": "XP_024302290.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 247,
"cds_start": null,
"cds_end": null,
"cds_length": 744,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024446522.2"
},
{
"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": "ENSG00000294464",
"gene_hgnc_id": null,
"hgvs_c": "n.541T>A",
"hgvs_p": null,
"transcript": "ENST00000723788.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": "ENST00000723788.1"
},
{
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN31",
"gene_hgnc_id": 14097,
"hgvs_c": "n.537A>T",
"hgvs_p": null,
"transcript": "XR_002956295.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": "XR_002956295.2"
},
{
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN31",
"gene_hgnc_id": 14097,
"hgvs_c": "n.972A>T",
"hgvs_p": null,
"transcript": "XR_002956296.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": "XR_002956296.2"
},
{
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN31",
"gene_hgnc_id": 14097,
"hgvs_c": "n.473A>T",
"hgvs_p": null,
"transcript": "XR_007059330.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": "XR_007059330.1"
},
{
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN31",
"gene_hgnc_id": 14097,
"hgvs_c": "n.961A>T",
"hgvs_p": null,
"transcript": "XR_007059331.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": "XR_007059331.1"
},
{
"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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN31",
"gene_hgnc_id": 14097,
"hgvs_c": "c.*75A>T",
"hgvs_p": null,
"transcript": "ENST00000444081.5",
"protein_id": "ENSP00000415040.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 23,
"cds_start": null,
"cds_end": null,
"cds_length": 73,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000444081.5"
},
{
"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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZSCAN31",
"gene_hgnc_id": 14097,
"hgvs_c": "c.*96A>T",
"hgvs_p": null,
"transcript": "ENST00000439628.5",
"protein_id": "ENSP00000392552.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 16,
"cds_start": null,
"cds_end": null,
"cds_length": 52,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000439628.5"
}
],
"gene_symbol": "ZSCAN31",
"gene_hgnc_id": 14097,
"dbsnp": "rs853678",
"frequency_reference_population": 0.15560439,
"hom_count_reference_population": 22147,
"allele_count_reference_population": 251115,
"gnomad_exomes_af": 0.151777,
"gnomad_genomes_af": 0.192431,
"gnomad_exomes_ac": 221882,
"gnomad_genomes_ac": 29233,
"gnomad_exomes_homalt": 18508,
"gnomad_genomes_homalt": 3639,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.004420578479766846,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.048,
"revel_prediction": "Benign",
"alphamissense_score": 0.2159,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.67,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.779,
"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": -12,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BA1",
"acmg_by_gene": [
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "NM_030899.5",
"gene_symbol": "ZSCAN31",
"hgnc_id": 14097,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.148A>T",
"hgvs_p": "p.Thr50Ser"
},
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000723788.1",
"gene_symbol": "ENSG00000294464",
"hgnc_id": null,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.541T>A",
"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
}