← 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: 9-122046-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=9&pos=122046&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 3,
"criteria": [
"PM2",
"BP4_Moderate",
"BP7"
],
"effects": [
"synonymous_variant"
],
"gene_symbol": "ZNG1A",
"hgnc_id": 17134,
"hgvs_c": "c.996G>A",
"hgvs_p": "p.Gln332Gln",
"inheritance_mode": "",
"pathogenic_score": 2,
"score": -1,
"transcript": "NM_018491.5",
"verdict": "Likely_benign"
},
{
"benign_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"effects": [
"non_coding_transcript_exon_variant"
],
"gene_symbol": "ENSG00000302830",
"hgnc_id": null,
"hgvs_c": "n.1007C>T",
"hgvs_p": null,
"inheritance_mode": "",
"pathogenic_score": 2,
"score": 0,
"transcript": "ENST00000789899.1",
"verdict": "Uncertain_significance"
}
],
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Moderate,BP7",
"acmg_score": -1,
"allele_count_reference_population": 0,
"alphamissense_prediction": null,
"alphamissense_score": null,
"alt": "T",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Benign",
"bayesdelnoaf_score": -0.44,
"chr": "9",
"clinvar_classification": "",
"clinvar_disease": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"computational_prediction_selected": "Benign",
"computational_score_selected": -0.4399999976158142,
"computational_source_selected": "BayesDel_noAF",
"consequences": [
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 395,
"aa_ref": "Q",
"aa_start": 332,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1905,
"cdna_start": 1083,
"cds_end": null,
"cds_length": 1188,
"cds_start": 996,
"consequences": [
"synonymous_variant"
],
"exon_count": 15,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "NM_018491.5",
"gene_hgnc_id": 17134,
"gene_symbol": "ZNG1A",
"hgvs_c": "c.996G>A",
"hgvs_p": "p.Gln332Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000356521.9",
"protein_coding": true,
"protein_id": "NP_060961.3",
"strand": false,
"transcript": "NM_018491.5",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 395,
"aa_ref": "Q",
"aa_start": 332,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 1905,
"cdna_start": 1083,
"cds_end": null,
"cds_length": 1188,
"cds_start": 996,
"consequences": [
"synonymous_variant"
],
"exon_count": 15,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "ENST00000356521.9",
"gene_hgnc_id": 17134,
"gene_symbol": "ZNG1A",
"hgvs_c": "c.996G>A",
"hgvs_p": "p.Gln332Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_018491.5",
"protein_coding": true,
"protein_id": "ENSP00000348915.4",
"strand": false,
"transcript": "ENST00000356521.9",
"transcript_support_level": 1
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 395,
"aa_ref": "Q",
"aa_start": 332,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1792,
"cdna_start": 1174,
"cds_end": null,
"cds_length": 1188,
"cds_start": 996,
"consequences": [
"synonymous_variant"
],
"exon_count": 15,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "ENST00000377400.8",
"gene_hgnc_id": 17134,
"gene_symbol": "ZNG1A",
"hgvs_c": "c.996G>A",
"hgvs_p": "p.Gln332Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000366617.5",
"strand": false,
"transcript": "ENST00000377400.8",
"transcript_support_level": 1
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 376,
"aa_ref": "Q",
"aa_start": 313,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1241,
"cdna_start": 991,
"cds_end": null,
"cds_length": 1131,
"cds_start": 939,
"consequences": [
"synonymous_variant"
],
"exon_count": 14,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "ENST00000382447.8",
"gene_hgnc_id": 17134,
"gene_symbol": "ZNG1A",
"hgvs_c": "c.939G>A",
"hgvs_p": "p.Gln313Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000371885.4",
"strand": false,
"transcript": "ENST00000382447.8",
"transcript_support_level": 1
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 359,
"aa_ref": "Q",
"aa_start": 296,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1771,
"cdna_start": 1172,
"cds_end": null,
"cds_length": 1080,
"cds_start": 888,
"consequences": [
"synonymous_variant"
],
"exon_count": 16,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000314367.14",
"gene_hgnc_id": 17134,
"gene_symbol": "ZNG1A",
"hgvs_c": "c.888G>A",
"hgvs_p": "p.Gln296Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000323433.10",
"strand": false,
"transcript": "ENST00000314367.14",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": true,
"cdna_end": null,
"cdna_length": 1585,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 15,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "ENST00000465014.6",
"gene_hgnc_id": 17134,
"gene_symbol": "ZNG1A",
"hgvs_c": "n.*594G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000482298.1",
"strand": false,
"transcript": "ENST00000465014.6",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 2553,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 13,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000495302.5",
"gene_hgnc_id": 17134,
"gene_symbol": "ZNG1A",
"hgvs_c": "n.2312G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000495302.5",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": true,
"cdna_end": null,
"cdna_length": 1813,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 16,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000612045.4",
"gene_hgnc_id": 17134,
"gene_symbol": "ZNG1A",
"hgvs_c": "n.*717G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000477749.1",
"strand": false,
"transcript": "ENST00000612045.4",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": true,
"cdna_end": null,
"cdna_length": 1227,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 12,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000619157.4",
"gene_hgnc_id": 17134,
"gene_symbol": "ZNG1A",
"hgvs_c": "n.*541G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000483746.1",
"strand": false,
"transcript": "ENST00000619157.4",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": true,
"cdna_end": null,
"cdna_length": 1585,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 15,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "ENST00000465014.6",
"gene_hgnc_id": 17134,
"gene_symbol": "ZNG1A",
"hgvs_c": "n.*594G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000482298.1",
"strand": false,
"transcript": "ENST00000465014.6",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": true,
"cdna_end": null,
"cdna_length": 1813,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 16,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000612045.4",
"gene_hgnc_id": 17134,
"gene_symbol": "ZNG1A",
"hgvs_c": "n.*717G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000477749.1",
"strand": false,
"transcript": "ENST00000612045.4",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": true,
"cdna_end": null,
"cdna_length": 1227,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 12,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000619157.4",
"gene_hgnc_id": 17134,
"gene_symbol": "ZNG1A",
"hgvs_c": "n.*541G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000483746.1",
"strand": false,
"transcript": "ENST00000619157.4",
"transcript_support_level": 5
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 393,
"aa_ref": "Q",
"aa_start": 330,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1321,
"cdna_start": 1072,
"cds_end": null,
"cds_length": 1182,
"cds_start": 990,
"consequences": [
"synonymous_variant"
],
"exon_count": 15,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "ENST00000966634.1",
"gene_hgnc_id": 17134,
"gene_symbol": "ZNG1A",
"hgvs_c": "c.990G>A",
"hgvs_p": "p.Gln330Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000636693.1",
"strand": false,
"transcript": "ENST00000966634.1",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 380,
"aa_ref": "Q",
"aa_start": 317,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1617,
"cdna_start": 1000,
"cds_end": null,
"cds_length": 1143,
"cds_start": 951,
"consequences": [
"synonymous_variant"
],
"exon_count": 14,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "ENST00000905980.1",
"gene_hgnc_id": 17134,
"gene_symbol": "ZNG1A",
"hgvs_c": "c.951G>A",
"hgvs_p": "p.Gln317Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000576039.1",
"strand": false,
"transcript": "ENST00000905980.1",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 376,
"aa_ref": "Q",
"aa_start": 313,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1848,
"cdna_start": 1026,
"cds_end": null,
"cds_length": 1131,
"cds_start": 939,
"consequences": [
"synonymous_variant"
],
"exon_count": 14,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "NM_001145356.2",
"gene_hgnc_id": 17134,
"gene_symbol": "ZNG1A",
"hgvs_c": "c.939G>A",
"hgvs_p": "p.Gln313Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001138828.1",
"strand": false,
"transcript": "NM_001145356.2",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 375,
"aa_ref": "Q",
"aa_start": 312,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1845,
"cdna_start": 1023,
"cds_end": null,
"cds_length": 1128,
"cds_start": 936,
"consequences": [
"synonymous_variant"
],
"exon_count": 14,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "NM_001399807.1",
"gene_hgnc_id": 17134,
"gene_symbol": "ZNG1A",
"hgvs_c": "c.936G>A",
"hgvs_p": "p.Gln312Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001386736.1",
"strand": false,
"transcript": "NM_001399807.1",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 375,
"aa_ref": "Q",
"aa_start": 312,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3394,
"cdna_start": 1023,
"cds_end": null,
"cds_length": 1128,
"cds_start": 936,
"consequences": [
"synonymous_variant"
],
"exon_count": 14,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "ENST00000966633.1",
"gene_hgnc_id": 17134,
"gene_symbol": "ZNG1A",
"hgvs_c": "c.936G>A",
"hgvs_p": "p.Gln312Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000636692.1",
"strand": false,
"transcript": "ENST00000966633.1",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 372,
"aa_ref": "Q",
"aa_start": 309,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1216,
"cdna_start": 971,
"cds_end": null,
"cds_length": 1119,
"cds_start": 927,
"consequences": [
"synonymous_variant"
],
"exon_count": 14,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "ENST00000966635.1",
"gene_hgnc_id": 17134,
"gene_symbol": "ZNG1A",
"hgvs_c": "c.927G>A",
"hgvs_p": "p.Gln309Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000636694.1",
"strand": false,
"transcript": "ENST00000966635.1",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 366,
"aa_ref": "Q",
"aa_start": 303,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1818,
"cdna_start": 996,
"cds_end": null,
"cds_length": 1101,
"cds_start": 909,
"consequences": [
"synonymous_variant"
],
"exon_count": 14,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "NM_001399808.1",
"gene_hgnc_id": 17134,
"gene_symbol": "ZNG1A",
"hgvs_c": "c.909G>A",
"hgvs_p": "p.Gln303Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001386737.1",
"strand": false,
"transcript": "NM_001399808.1",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 366,
"aa_ref": "Q",
"aa_start": 303,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1244,
"cdna_start": 996,
"cds_end": null,
"cds_length": 1101,
"cds_start": 909,
"consequences": [
"synonymous_variant"
],
"exon_count": 14,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "ENST00000905983.1",
"gene_hgnc_id": 17134,
"gene_symbol": "ZNG1A",
"hgvs_c": "c.909G>A",
"hgvs_p": "p.Gln303Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000576042.1",
"strand": false,
"transcript": "ENST00000905983.1",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 361,
"aa_ref": "Q",
"aa_start": 298,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1668,
"cdna_start": 1049,
"cds_end": null,
"cds_length": 1086,
"cds_start": 894,
"consequences": [
"synonymous_variant"
],
"exon_count": 13,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000905979.1",
"gene_hgnc_id": 17134,
"gene_symbol": "ZNG1A",
"hgvs_c": "c.894G>A",
"hgvs_p": "p.Gln298Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000576038.1",
"strand": false,
"transcript": "ENST00000905979.1",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 359,
"aa_ref": "Q",
"aa_start": 296,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2003,
"cdna_start": 1181,
"cds_end": null,
"cds_length": 1080,
"cds_start": 888,
"consequences": [
"synonymous_variant"
],
"exon_count": 16,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "NM_001145355.2",
"gene_hgnc_id": 17134,
"gene_symbol": "ZNG1A",
"hgvs_c": "c.888G>A",
"hgvs_p": "p.Gln296Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001138827.1",
"strand": false,
"transcript": "NM_001145355.2",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 351,
"aa_ref": "Q",
"aa_start": 288,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1530,
"cdna_start": 913,
"cds_end": null,
"cds_length": 1056,
"cds_start": 864,
"consequences": [
"synonymous_variant"
],
"exon_count": 13,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000905981.1",
"gene_hgnc_id": 17134,
"gene_symbol": "ZNG1A",
"hgvs_c": "c.864G>A",
"hgvs_p": "p.Gln288Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000576040.1",
"strand": false,
"transcript": "ENST00000905981.1",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 347,
"aa_ref": "Q",
"aa_start": 284,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1143,
"cdna_start": 891,
"cds_end": null,
"cds_length": 1044,
"cds_start": 852,
"consequences": [
"synonymous_variant"
],
"exon_count": 13,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000613508.4",
"gene_hgnc_id": 17134,
"gene_symbol": "ZNG1A",
"hgvs_c": "c.852G>A",
"hgvs_p": "p.Gln284Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000483870.1",
"strand": false,
"transcript": "ENST00000613508.4",
"transcript_support_level": 5
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 344,
"aa_ref": "Q",
"aa_start": 281,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1958,
"cdna_start": 1136,
"cds_end": null,
"cds_length": 1035,
"cds_start": 843,
"consequences": [
"synonymous_variant"
],
"exon_count": 15,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "NM_001399803.1",
"gene_hgnc_id": 17134,
"gene_symbol": "ZNG1A",
"hgvs_c": "c.843G>A",
"hgvs_p": "p.Gln281Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001386732.1",
"strand": false,
"transcript": "NM_001399803.1",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 340,
"aa_ref": "Q",
"aa_start": 277,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1946,
"cdna_start": 1124,
"cds_end": null,
"cds_length": 1023,
"cds_start": 831,
"consequences": [
"synonymous_variant"
],
"exon_count": 15,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "NM_001399802.1",
"gene_hgnc_id": 17134,
"gene_symbol": "ZNG1A",
"hgvs_c": "c.831G>A",
"hgvs_p": "p.Gln277Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001386731.1",
"strand": false,
"transcript": "NM_001399802.1",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 332,
"aa_ref": "Q",
"aa_start": 269,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1134,
"cdna_start": 885,
"cds_end": null,
"cds_length": 999,
"cds_start": 807,
"consequences": [
"synonymous_variant"
],
"exon_count": 12,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000905984.1",
"gene_hgnc_id": 17134,
"gene_symbol": "ZNG1A",
"hgvs_c": "c.807G>A",
"hgvs_p": "p.Gln269Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000576043.1",
"strand": false,
"transcript": "ENST00000905984.1",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 325,
"aa_ref": "Q",
"aa_start": 262,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1901,
"cdna_start": 1079,
"cds_end": null,
"cds_length": 978,
"cds_start": 786,
"consequences": [
"synonymous_variant"
],
"exon_count": 14,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "NM_001399799.1",
"gene_hgnc_id": 17134,
"gene_symbol": "ZNG1A",
"hgvs_c": "c.786G>A",
"hgvs_p": "p.Gln262Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001386728.1",
"strand": false,
"transcript": "NM_001399799.1",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 317,
"aa_ref": "Q",
"aa_start": 254,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1379,
"cdna_start": 809,
"cds_end": null,
"cds_length": 954,
"cds_start": 762,
"consequences": [
"synonymous_variant"
],
"exon_count": 12,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000905982.1",
"gene_hgnc_id": 17134,
"gene_symbol": "ZNG1A",
"hgvs_c": "c.762G>A",
"hgvs_p": "p.Gln254Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000576041.1",
"strand": false,
"transcript": "ENST00000905982.1",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 312,
"aa_ref": "Q",
"aa_start": 249,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1656,
"cdna_start": 834,
"cds_end": null,
"cds_length": 939,
"cds_start": 747,
"consequences": [
"synonymous_variant"
],
"exon_count": 12,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "NM_001399800.1",
"gene_hgnc_id": 17134,
"gene_symbol": "ZNG1A",
"hgvs_c": "c.747G>A",
"hgvs_p": "p.Gln249Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001386729.1",
"strand": false,
"transcript": "NM_001399800.1",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 272,
"aa_ref": "Q",
"aa_start": 209,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1728,
"cdna_start": 906,
"cds_end": null,
"cds_length": 819,
"cds_start": 627,
"consequences": [
"synonymous_variant"
],
"exon_count": 15,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "NM_001399798.1",
"gene_hgnc_id": 17134,
"gene_symbol": "ZNG1A",
"hgvs_c": "c.627G>A",
"hgvs_p": "p.Gln209Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001386727.1",
"strand": false,
"transcript": "NM_001399798.1",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 253,
"aa_ref": "Q",
"aa_start": 190,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 971,
"cdna_start": 655,
"cds_end": null,
"cds_length": 762,
"cds_start": 570,
"consequences": [
"synonymous_variant"
],
"exon_count": 8,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000937294.1",
"gene_hgnc_id": 17134,
"gene_symbol": "ZNG1A",
"hgvs_c": "c.570G>A",
"hgvs_p": "p.Gln190Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000607353.1",
"strand": false,
"transcript": "ENST00000937294.1",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 247,
"aa_ref": "Q",
"aa_start": 184,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1951,
"cdna_start": 1129,
"cds_end": null,
"cds_length": 744,
"cds_start": 552,
"consequences": [
"synonymous_variant"
],
"exon_count": 16,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "NM_001399801.1",
"gene_hgnc_id": 17134,
"gene_symbol": "ZNG1A",
"hgvs_c": "c.552G>A",
"hgvs_p": "p.Gln184Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001386730.1",
"strand": false,
"transcript": "NM_001399801.1",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 220,
"aa_ref": "Q",
"aa_start": 157,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1867,
"cdna_start": 1045,
"cds_end": null,
"cds_length": 663,
"cds_start": 471,
"consequences": [
"synonymous_variant"
],
"exon_count": 14,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "NM_001399804.1",
"gene_hgnc_id": 17134,
"gene_symbol": "ZNG1A",
"hgvs_c": "c.471G>A",
"hgvs_p": "p.Gln157Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001386733.1",
"strand": false,
"transcript": "NM_001399804.1",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 189,
"aa_ref": "Q",
"aa_start": 126,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 685,
"cdna_start": 435,
"cds_end": null,
"cds_length": 570,
"cds_start": 378,
"consequences": [
"synonymous_variant"
],
"exon_count": 6,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000937295.1",
"gene_hgnc_id": 17134,
"gene_symbol": "ZNG1A",
"hgvs_c": "c.378G>A",
"hgvs_p": "p.Gln126Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000607354.1",
"strand": false,
"transcript": "ENST00000937295.1",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 347,
"aa_ref": "Q",
"aa_start": 284,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1761,
"cdna_start": 939,
"cds_end": null,
"cds_length": 1044,
"cds_start": 852,
"consequences": [
"synonymous_variant"
],
"exon_count": 13,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "XM_005251515.2",
"gene_hgnc_id": 17134,
"gene_symbol": "ZNG1A",
"hgvs_c": "c.852G>A",
"hgvs_p": "p.Gln284Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_005251572.1",
"strand": false,
"transcript": "XM_005251515.2",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 346,
"aa_ref": "Q",
"aa_start": 283,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1758,
"cdna_start": 936,
"cds_end": null,
"cds_length": 1041,
"cds_start": 849,
"consequences": [
"synonymous_variant"
],
"exon_count": 13,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "XM_047423593.1",
"gene_hgnc_id": 17134,
"gene_symbol": "ZNG1A",
"hgvs_c": "c.849G>A",
"hgvs_p": "p.Gln283Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047279549.1",
"strand": false,
"transcript": "XM_047423593.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 92,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2391,
"cdna_start": null,
"cds_end": null,
"cds_length": 279,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 4,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000475990.5",
"gene_hgnc_id": 17134,
"gene_symbol": "ZNG1A",
"hgvs_c": "c.*1117G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000478349.1",
"strand": false,
"transcript": "ENST00000475990.5",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 320,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1775,
"cdna_start": null,
"cds_end": null,
"cds_length": 963,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 14,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001399809.1",
"gene_hgnc_id": 17134,
"gene_symbol": "ZNG1A",
"hgvs_c": "c.952-473G>A",
"hgvs_p": null,
"intron_rank": 13,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001386738.1",
"strand": false,
"transcript": "NM_001399809.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 301,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1688,
"cdna_start": null,
"cds_end": null,
"cds_length": 906,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 13,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001399805.1",
"gene_hgnc_id": 17134,
"gene_symbol": "ZNG1A",
"hgvs_c": "c.895-473G>A",
"hgvs_p": null,
"intron_rank": 12,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001386734.1",
"strand": false,
"transcript": "NM_001399805.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 487,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 6,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000462513.5",
"gene_hgnc_id": 17134,
"gene_symbol": "ZNG1A",
"hgvs_c": "n.331G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000462513.5",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 721,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 4,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000464198.5",
"gene_hgnc_id": 17134,
"gene_symbol": "ZNG1A",
"hgvs_c": "n.473G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000464198.5",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 4534,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 5,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000475411.5",
"gene_hgnc_id": 17134,
"gene_symbol": "ZNG1A",
"hgvs_c": "n.3577G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000475411.5",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 1877,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 15,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "ENST00000487575.6",
"gene_hgnc_id": 17134,
"gene_symbol": "ZNG1A",
"hgvs_c": "n.1628G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000487575.6",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 3324,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 6,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000611457.4",
"gene_hgnc_id": 17134,
"gene_symbol": "ZNG1A",
"hgvs_c": "n.2756G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000611457.4",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 1534,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 2,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000789899.1",
"gene_hgnc_id": null,
"gene_symbol": "ENSG00000302830",
"hgvs_c": "n.1007C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000789899.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 1956,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 15,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "NR_174353.1",
"gene_hgnc_id": 17134,
"gene_symbol": "ZNG1A",
"hgvs_c": "n.1134G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "NR_174353.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 1816,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 14,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "NR_174355.1",
"gene_hgnc_id": 17134,
"gene_symbol": "ZNG1A",
"hgvs_c": "n.994G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "NR_174355.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 2045,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 16,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "NR_174356.1",
"gene_hgnc_id": 17134,
"gene_symbol": "ZNG1A",
"hgvs_c": "n.1223G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "NR_174356.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 2126,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 17,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "NR_174358.1",
"gene_hgnc_id": 17134,
"gene_symbol": "ZNG1A",
"hgvs_c": "n.1304G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "NR_174358.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 2012,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 15,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "NR_174359.1",
"gene_hgnc_id": 17134,
"gene_symbol": "ZNG1A",
"hgvs_c": "n.1190G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "NR_174359.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 2028,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 16,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "NR_174360.1",
"gene_hgnc_id": 17134,
"gene_symbol": "ZNG1A",
"hgvs_c": "n.1206G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "NR_174360.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 1149,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 3,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000789896.1",
"gene_hgnc_id": null,
"gene_symbol": "ENSG00000302830",
"hgvs_c": "n.699+6644C>T",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000789896.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 1175,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 3,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000789897.1",
"gene_hgnc_id": null,
"gene_symbol": "ENSG00000302830",
"hgvs_c": "n.687+6644C>T",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000789897.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 909,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 2,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000789898.1",
"gene_hgnc_id": null,
"gene_symbol": "ENSG00000302830",
"hgvs_c": "n.641+6644C>T",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000789898.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 1920,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 15,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NR_174357.1",
"gene_hgnc_id": 17134,
"gene_symbol": "ZNG1A",
"hgvs_c": "n.1184-473G>A",
"hgvs_p": null,
"intron_rank": 14,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "NR_174357.1",
"transcript_support_level": null
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs1365812025",
"effect": "synonymous_variant",
"frequency_reference_population": null,
"gene_hgnc_id": 17134,
"gene_symbol": "ZNG1A",
"gnomad_exomes_ac": 2,
"gnomad_exomes_af": 0.00000137095,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_ac": null,
"gnomad_genomes_af": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 0,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": null,
"phenotype_combined": null,
"phylop100way_prediction": "Benign",
"phylop100way_score": 1.078,
"pos": 122046,
"ref": "C",
"revel_prediction": null,
"revel_score": null,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0.019999999552965164,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0.02,
"transcript": "NM_018491.5"
}
]
}