← 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-41133527-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=9&pos=41133527&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "9",
"pos": 41133527,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001085457.2",
"consequences": [
{
"aa_ref": "C",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNG1F",
"gene_hgnc_id": 31978,
"hgvs_c": "c.929G>A",
"hgvs_p": "p.Cys310Tyr",
"transcript": "NM_001085457.2",
"protein_id": "NP_001078926.1",
"transcript_support_level": null,
"aa_start": 310,
"aa_end": null,
"aa_length": 395,
"cds_start": 929,
"cds_end": null,
"cds_length": 1188,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000377391.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001085457.2"
},
{
"aa_ref": "C",
"aa_alt": "Y",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNG1F",
"gene_hgnc_id": 31978,
"hgvs_c": "c.929G>A",
"hgvs_p": "p.Cys310Tyr",
"transcript": "ENST00000377391.8",
"protein_id": "ENSP00000366608.4",
"transcript_support_level": 1,
"aa_start": 310,
"aa_end": null,
"aa_length": 395,
"cds_start": 929,
"cds_end": null,
"cds_length": 1188,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001085457.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000377391.8"
},
{
"aa_ref": "C",
"aa_alt": "Y",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNG1F",
"gene_hgnc_id": 31978,
"hgvs_c": "c.872G>A",
"hgvs_p": "p.Cys291Tyr",
"transcript": "ENST00000456520.5",
"protein_id": "ENSP00000401079.2",
"transcript_support_level": 1,
"aa_start": 291,
"aa_end": null,
"aa_length": 376,
"cds_start": 872,
"cds_end": null,
"cds_length": 1131,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000456520.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNG1F",
"gene_hgnc_id": 31978,
"hgvs_c": "n.*474G>A",
"hgvs_p": null,
"transcript": "ENST00000382436.7",
"protein_id": "ENSP00000484049.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000382436.7"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNG1F",
"gene_hgnc_id": 31978,
"hgvs_c": "n.*1494G>A",
"hgvs_p": null,
"transcript": "ENST00000486387.6",
"protein_id": "ENSP00000480837.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": "ENST00000486387.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNG1F",
"gene_hgnc_id": 31978,
"hgvs_c": "n.*650G>A",
"hgvs_p": null,
"transcript": "ENST00000494538.6",
"protein_id": "ENSP00000484231.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000494538.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNG1F",
"gene_hgnc_id": 31978,
"hgvs_c": "n.825G>A",
"hgvs_p": null,
"transcript": "ENST00000611553.4",
"protein_id": null,
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000611553.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNG1F",
"gene_hgnc_id": 31978,
"hgvs_c": "n.2244G>A",
"hgvs_p": null,
"transcript": "ENST00000613125.4",
"protein_id": null,
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000613125.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNG1F",
"gene_hgnc_id": 31978,
"hgvs_c": "n.*850G>A",
"hgvs_p": null,
"transcript": "ENST00000613716.5",
"protein_id": "ENSP00000482804.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000613716.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNG1F",
"gene_hgnc_id": 31978,
"hgvs_c": "n.*474G>A",
"hgvs_p": null,
"transcript": "ENST00000382436.7",
"protein_id": "ENSP00000484049.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000382436.7"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNG1F",
"gene_hgnc_id": 31978,
"hgvs_c": "n.*1494G>A",
"hgvs_p": null,
"transcript": "ENST00000486387.6",
"protein_id": "ENSP00000480837.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": "ENST00000486387.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNG1F",
"gene_hgnc_id": 31978,
"hgvs_c": "n.*650G>A",
"hgvs_p": null,
"transcript": "ENST00000494538.6",
"protein_id": "ENSP00000484231.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000494538.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNG1F",
"gene_hgnc_id": 31978,
"hgvs_c": "n.*850G>A",
"hgvs_p": null,
"transcript": "ENST00000613716.5",
"protein_id": "ENSP00000482804.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000613716.5"
},
{
"aa_ref": "C",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNG1F",
"gene_hgnc_id": 31978,
"hgvs_c": "c.914G>A",
"hgvs_p": "p.Cys305Tyr",
"transcript": "NM_001439294.1",
"protein_id": "NP_001426223.1",
"transcript_support_level": null,
"aa_start": 305,
"aa_end": null,
"aa_length": 390,
"cds_start": 914,
"cds_end": null,
"cds_length": 1173,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001439294.1"
},
{
"aa_ref": "C",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNG1F",
"gene_hgnc_id": 31978,
"hgvs_c": "c.914G>A",
"hgvs_p": "p.Cys305Tyr",
"transcript": "ENST00000894103.1",
"protein_id": "ENSP00000564162.1",
"transcript_support_level": null,
"aa_start": 305,
"aa_end": null,
"aa_length": 390,
"cds_start": 914,
"cds_end": null,
"cds_length": 1173,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894103.1"
},
{
"aa_ref": "C",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNG1F",
"gene_hgnc_id": 31978,
"hgvs_c": "c.869G>A",
"hgvs_p": "p.Cys290Tyr",
"transcript": "NM_001386876.1",
"protein_id": "NP_001373805.1",
"transcript_support_level": null,
"aa_start": 290,
"aa_end": null,
"aa_length": 375,
"cds_start": 869,
"cds_end": null,
"cds_length": 1128,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386876.1"
},
{
"aa_ref": "C",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNG1F",
"gene_hgnc_id": 31978,
"hgvs_c": "c.869G>A",
"hgvs_p": "p.Cys290Tyr",
"transcript": "ENST00000894098.1",
"protein_id": "ENSP00000564157.1",
"transcript_support_level": null,
"aa_start": 290,
"aa_end": null,
"aa_length": 375,
"cds_start": 869,
"cds_end": null,
"cds_length": 1128,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894098.1"
},
{
"aa_ref": "C",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNG1F",
"gene_hgnc_id": 31978,
"hgvs_c": "c.836G>A",
"hgvs_p": "p.Cys279Tyr",
"transcript": "ENST00000894100.1",
"protein_id": "ENSP00000564159.1",
"transcript_support_level": null,
"aa_start": 279,
"aa_end": null,
"aa_length": 364,
"cds_start": 836,
"cds_end": null,
"cds_length": 1095,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894100.1"
},
{
"aa_ref": "C",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNG1F",
"gene_hgnc_id": 31978,
"hgvs_c": "c.827G>A",
"hgvs_p": "p.Cys276Tyr",
"transcript": "ENST00000894105.1",
"protein_id": "ENSP00000564164.1",
"transcript_support_level": null,
"aa_start": 276,
"aa_end": null,
"aa_length": 361,
"cds_start": 827,
"cds_end": null,
"cds_length": 1086,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894105.1"
},
{
"aa_ref": "C",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNG1F",
"gene_hgnc_id": 31978,
"hgvs_c": "c.824G>A",
"hgvs_p": "p.Cys275Tyr",
"transcript": "ENST00000894104.1",
"protein_id": "ENSP00000564163.1",
"transcript_support_level": null,
"aa_start": 275,
"aa_end": null,
"aa_length": 360,
"cds_start": 824,
"cds_end": null,
"cds_length": 1083,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894104.1"
},
{
"aa_ref": "C",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNG1F",
"gene_hgnc_id": 31978,
"hgvs_c": "c.812G>A",
"hgvs_p": "p.Cys271Tyr",
"transcript": "NM_001439295.1",
"protein_id": "NP_001426224.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 356,
"cds_start": 812,
"cds_end": null,
"cds_length": 1071,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001439295.1"
},
{
"aa_ref": "C",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNG1F",
"gene_hgnc_id": 31978,
"hgvs_c": "c.812G>A",
"hgvs_p": "p.Cys271Tyr",
"transcript": "ENST00000894099.1",
"protein_id": "ENSP00000564158.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 356,
"cds_start": 812,
"cds_end": null,
"cds_length": 1071,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894099.1"
},
{
"aa_ref": "C",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNG1F",
"gene_hgnc_id": 31978,
"hgvs_c": "c.782G>A",
"hgvs_p": "p.Cys261Tyr",
"transcript": "NM_001386877.1",
"protein_id": "NP_001373806.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 346,
"cds_start": 782,
"cds_end": null,
"cds_length": 1041,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386877.1"
},
{
"aa_ref": "C",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNG1F",
"gene_hgnc_id": 31978,
"hgvs_c": "c.782G>A",
"hgvs_p": "p.Cys261Tyr",
"transcript": "ENST00000894097.1",
"protein_id": "ENSP00000564156.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 346,
"cds_start": 782,
"cds_end": null,
"cds_length": 1041,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894097.1"
},
{
"aa_ref": "C",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNG1F",
"gene_hgnc_id": 31978,
"hgvs_c": "c.767G>A",
"hgvs_p": "p.Cys256Tyr",
"transcript": "ENST00000894101.1",
"protein_id": "ENSP00000564160.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 341,
"cds_start": 767,
"cds_end": null,
"cds_length": 1026,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894101.1"
},
{
"aa_ref": "C",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNG1F",
"gene_hgnc_id": 31978,
"hgvs_c": "c.737G>A",
"hgvs_p": "p.Cys246Tyr",
"transcript": "ENST00000958079.1",
"protein_id": "ENSP00000628138.1",
"transcript_support_level": null,
"aa_start": 246,
"aa_end": null,
"aa_length": 331,
"cds_start": 737,
"cds_end": null,
"cds_length": 996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000958079.1"
},
{
"aa_ref": "C",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNG1F",
"gene_hgnc_id": 31978,
"hgvs_c": "c.725G>A",
"hgvs_p": "p.Cys242Tyr",
"transcript": "ENST00000894102.1",
"protein_id": "ENSP00000564161.1",
"transcript_support_level": null,
"aa_start": 242,
"aa_end": null,
"aa_length": 327,
"cds_start": 725,
"cds_end": null,
"cds_length": 984,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894102.1"
},
{
"aa_ref": "C",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNG1F",
"gene_hgnc_id": 31978,
"hgvs_c": "c.872G>A",
"hgvs_p": "p.Cys291Tyr",
"transcript": "XM_017015035.2",
"protein_id": "XP_016870524.1",
"transcript_support_level": null,
"aa_start": 291,
"aa_end": null,
"aa_length": 376,
"cds_start": 872,
"cds_end": null,
"cds_length": 1131,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017015035.2"
},
{
"aa_ref": "C",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNG1F",
"gene_hgnc_id": 31978,
"hgvs_c": "c.857G>A",
"hgvs_p": "p.Cys286Tyr",
"transcript": "XM_017015021.2",
"protein_id": "XP_016870510.1",
"transcript_support_level": null,
"aa_start": 286,
"aa_end": null,
"aa_length": 371,
"cds_start": 857,
"cds_end": null,
"cds_length": 1116,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017015021.2"
},
{
"aa_ref": "C",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNG1F",
"gene_hgnc_id": 31978,
"hgvs_c": "c.842G>A",
"hgvs_p": "p.Cys281Tyr",
"transcript": "XM_024447653.2",
"protein_id": "XP_024303421.1",
"transcript_support_level": null,
"aa_start": 281,
"aa_end": null,
"aa_length": 366,
"cds_start": 842,
"cds_end": null,
"cds_length": 1101,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024447653.2"
},
{
"aa_ref": "C",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNG1F",
"gene_hgnc_id": 31978,
"hgvs_c": "c.827G>A",
"hgvs_p": "p.Cys276Tyr",
"transcript": "XM_017015022.2",
"protein_id": "XP_016870511.1",
"transcript_support_level": null,
"aa_start": 276,
"aa_end": null,
"aa_length": 361,
"cds_start": 827,
"cds_end": null,
"cds_length": 1086,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017015022.2"
},
{
"aa_ref": "C",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNG1F",
"gene_hgnc_id": 31978,
"hgvs_c": "c.785G>A",
"hgvs_p": "p.Cys262Tyr",
"transcript": "XM_017015036.2",
"protein_id": "XP_016870525.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 347,
"cds_start": 785,
"cds_end": null,
"cds_length": 1044,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017015036.2"
},
{
"aa_ref": "C",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNG1F",
"gene_hgnc_id": 31978,
"hgvs_c": "c.770G>A",
"hgvs_p": "p.Cys257Tyr",
"transcript": "XM_017015025.2",
"protein_id": "XP_016870514.1",
"transcript_support_level": null,
"aa_start": 257,
"aa_end": null,
"aa_length": 342,
"cds_start": 770,
"cds_end": null,
"cds_length": 1029,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017015025.2"
},
{
"aa_ref": "C",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNG1F",
"gene_hgnc_id": 31978,
"hgvs_c": "c.725G>A",
"hgvs_p": "p.Cys242Tyr",
"transcript": "XM_047423720.1",
"protein_id": "XP_047279676.1",
"transcript_support_level": null,
"aa_start": 242,
"aa_end": null,
"aa_length": 327,
"cds_start": 725,
"cds_end": null,
"cds_length": 984,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047423720.1"
},
{
"aa_ref": "C",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNG1F",
"gene_hgnc_id": 31978,
"hgvs_c": "c.914G>A",
"hgvs_p": "p.Cys305Tyr",
"transcript": "XM_017015026.2",
"protein_id": "XP_016870515.1",
"transcript_support_level": null,
"aa_start": 305,
"aa_end": null,
"aa_length": 315,
"cds_start": 914,
"cds_end": null,
"cds_length": 948,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017015026.2"
},
{
"aa_ref": "C",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNG1F",
"gene_hgnc_id": 31978,
"hgvs_c": "c.869G>A",
"hgvs_p": "p.Cys290Tyr",
"transcript": "XM_047423721.1",
"protein_id": "XP_047279677.1",
"transcript_support_level": null,
"aa_start": 290,
"aa_end": null,
"aa_length": 300,
"cds_start": 869,
"cds_end": null,
"cds_length": 903,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047423721.1"
},
{
"aa_ref": "C",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNG1F",
"gene_hgnc_id": 31978,
"hgvs_c": "c.545G>A",
"hgvs_p": "p.Cys182Tyr",
"transcript": "XM_017015028.2",
"protein_id": "XP_016870517.1",
"transcript_support_level": null,
"aa_start": 182,
"aa_end": null,
"aa_length": 267,
"cds_start": 545,
"cds_end": null,
"cds_length": 804,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017015028.2"
},
{
"aa_ref": "C",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNG1F",
"gene_hgnc_id": 31978,
"hgvs_c": "c.545G>A",
"hgvs_p": "p.Cys182Tyr",
"transcript": "XM_047423722.1",
"protein_id": "XP_047279678.1",
"transcript_support_level": null,
"aa_start": 182,
"aa_end": null,
"aa_length": 267,
"cds_start": 545,
"cds_end": null,
"cds_length": 804,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047423722.1"
},
{
"aa_ref": "C",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNG1F",
"gene_hgnc_id": 31978,
"hgvs_c": "c.530G>A",
"hgvs_p": "p.Cys177Tyr",
"transcript": "XM_017015029.3",
"protein_id": "XP_016870518.1",
"transcript_support_level": null,
"aa_start": 177,
"aa_end": null,
"aa_length": 262,
"cds_start": 530,
"cds_end": null,
"cds_length": 789,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017015029.3"
},
{
"aa_ref": "C",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNG1F",
"gene_hgnc_id": 31978,
"hgvs_c": "c.470G>A",
"hgvs_p": "p.Cys157Tyr",
"transcript": "XM_017015031.1",
"protein_id": "XP_016870520.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 242,
"cds_start": 470,
"cds_end": null,
"cds_length": 729,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017015031.1"
},
{
"aa_ref": "C",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNG1F",
"gene_hgnc_id": 31978,
"hgvs_c": "c.425G>A",
"hgvs_p": "p.Cys142Tyr",
"transcript": "XM_024447652.1",
"protein_id": "XP_024303420.1",
"transcript_support_level": null,
"aa_start": 142,
"aa_end": null,
"aa_length": 227,
"cds_start": 425,
"cds_end": null,
"cds_length": 684,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024447652.1"
},
{
"aa_ref": "C",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNG1F",
"gene_hgnc_id": 31978,
"hgvs_c": "c.386G>A",
"hgvs_p": "p.Cys129Tyr",
"transcript": "XM_047423723.1",
"protein_id": "XP_047279679.1",
"transcript_support_level": null,
"aa_start": 129,
"aa_end": null,
"aa_length": 214,
"cds_start": 386,
"cds_end": null,
"cds_length": 645,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047423723.1"
},
{
"aa_ref": "C",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNG1F",
"gene_hgnc_id": 31978,
"hgvs_c": "c.383G>A",
"hgvs_p": "p.Cys128Tyr",
"transcript": "XM_017015033.1",
"protein_id": "XP_016870522.1",
"transcript_support_level": null,
"aa_start": 128,
"aa_end": null,
"aa_length": 213,
"cds_start": 383,
"cds_end": null,
"cds_length": 642,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017015033.1"
},
{
"aa_ref": "C",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNG1F",
"gene_hgnc_id": 31978,
"hgvs_c": "c.131G>A",
"hgvs_p": "p.Cys44Tyr",
"transcript": "XM_017015034.1",
"protein_id": "XP_016870523.1",
"transcript_support_level": null,
"aa_start": 44,
"aa_end": null,
"aa_length": 129,
"cds_start": 131,
"cds_end": null,
"cds_length": 390,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017015034.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNG1F",
"gene_hgnc_id": 31978,
"hgvs_c": "n.159G>A",
"hgvs_p": null,
"transcript": "ENST00000457288.2",
"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": "ENST00000457288.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNG1F",
"gene_hgnc_id": 31978,
"hgvs_c": "n.1561G>A",
"hgvs_p": null,
"transcript": "ENST00000610358.4",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000610358.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNG1F",
"gene_hgnc_id": 31978,
"hgvs_c": "n.1665G>A",
"hgvs_p": null,
"transcript": "ENST00000617722.4",
"protein_id": null,
"transcript_support_level": 5,
"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": "ENST00000617722.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNG1F",
"gene_hgnc_id": 31978,
"hgvs_c": "n.2699G>A",
"hgvs_p": null,
"transcript": "ENST00000617917.4",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000617917.4"
},
{
"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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNG1F",
"gene_hgnc_id": 31978,
"hgvs_c": "n.405G>A",
"hgvs_p": null,
"transcript": "ENST00000622791.4",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000622791.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNG1F",
"gene_hgnc_id": 31978,
"hgvs_c": "n.964G>A",
"hgvs_p": null,
"transcript": "NR_170339.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_170339.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "FRG1HP",
"gene_hgnc_id": 51767,
"hgvs_c": "n.412-61574C>T",
"hgvs_p": null,
"transcript": "ENST00000617940.2",
"protein_id": null,
"transcript_support_level": 6,
"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": "transcribed_unprocessed_pseudogene",
"feature": "ENST00000617940.2"
}
],
"gene_symbol": "ZNG1F",
"gene_hgnc_id": 31978,
"dbsnp": "rs1468820056",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": 0.00000759393,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 10,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.1728290617465973,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.065,
"revel_prediction": "Benign",
"alphamissense_score": 0.1211,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.29,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 3.382,
"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": -2,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Moderate",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 2,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate"
],
"verdict": "Likely_benign",
"transcript": "NM_001085457.2",
"gene_symbol": "ZNG1F",
"hgnc_id": 31978,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.929G>A",
"hgvs_p": "p.Cys310Tyr"
},
{
"score": -2,
"benign_score": 2,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate"
],
"verdict": "Likely_benign",
"transcript": "ENST00000617940.2",
"gene_symbol": "FRG1HP",
"hgnc_id": 51767,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.412-61574C>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
}