← 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: 4-6302045-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=4&pos=6302045&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 6,
"criteria": [
"BP4_Strong",
"BP6",
"BP7"
],
"effects": [
"synonymous_variant"
],
"gene_symbol": "WFS1",
"hgnc_id": 12762,
"hgvs_c": "c.2250C>T",
"hgvs_p": "p.Ala750Ala",
"inheritance_mode": "AD,AR,Unknown",
"pathogenic_score": 0,
"score": -6,
"transcript": "NM_006005.3",
"verdict": "Likely_benign"
},
{
"benign_score": 5,
"criteria": [
"BP4_Strong",
"BP6"
],
"effects": [
"intron_variant"
],
"gene_symbol": "ENSG00000286176",
"hgnc_id": 58722,
"hgvs_c": "n.1337+1870G>A",
"hgvs_p": null,
"inheritance_mode": "",
"pathogenic_score": 0,
"score": -5,
"transcript": "ENST00000661896.1",
"verdict": "Likely_benign"
}
],
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Strong,BP6,BP7",
"acmg_score": -6,
"allele_count_reference_population": 447,
"alphamissense_prediction": null,
"alphamissense_score": null,
"alt": "T",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Benign",
"bayesdelnoaf_score": -0.79,
"chr": "4",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_disease": "Autosomal dominant nonsyndromic hearing loss 6,WFS1-Related Spectrum Disorders,WFS1-related disorder,Wolfram syndrome 1,not provided,not specified",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "US:1 LB:7 B:1",
"computational_prediction_selected": "Benign",
"computational_score_selected": -0.7900000214576721,
"computational_source_selected": "BayesDel_noAF",
"consequences": [
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 890,
"aa_ref": "A",
"aa_start": 750,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3640,
"cdna_start": 2420,
"cds_end": null,
"cds_length": 2673,
"cds_start": 2250,
"consequences": [
"synonymous_variant"
],
"exon_count": 8,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "NM_006005.3",
"gene_hgnc_id": 12762,
"gene_symbol": "WFS1",
"hgvs_c": "c.2250C>T",
"hgvs_p": "p.Ala750Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000226760.5",
"protein_coding": true,
"protein_id": "NP_005996.2",
"strand": true,
"transcript": "NM_006005.3",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 890,
"aa_ref": "A",
"aa_start": 750,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 3640,
"cdna_start": 2420,
"cds_end": null,
"cds_length": 2673,
"cds_start": 2250,
"consequences": [
"synonymous_variant"
],
"exon_count": 8,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000226760.5",
"gene_hgnc_id": 12762,
"gene_symbol": "WFS1",
"hgvs_c": "c.2250C>T",
"hgvs_p": "p.Ala750Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_006005.3",
"protein_coding": true,
"protein_id": "ENSP00000226760.1",
"strand": true,
"transcript": "ENST00000226760.5",
"transcript_support_level": 1
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 890,
"aa_ref": "A",
"aa_start": 750,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3255,
"cdna_start": 2417,
"cds_end": null,
"cds_length": 2673,
"cds_start": 2250,
"consequences": [
"synonymous_variant"
],
"exon_count": 8,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000503569.5",
"gene_hgnc_id": 12762,
"gene_symbol": "WFS1",
"hgvs_c": "c.2250C>T",
"hgvs_p": "p.Ala750Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000423337.1",
"strand": true,
"transcript": "ENST00000503569.5",
"transcript_support_level": 1
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 921,
"aa_ref": "A",
"aa_start": 781,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3726,
"cdna_start": 2506,
"cds_end": null,
"cds_length": 2766,
"cds_start": 2343,
"consequences": [
"synonymous_variant"
],
"exon_count": 9,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000852027.1",
"gene_hgnc_id": 12762,
"gene_symbol": "WFS1",
"hgvs_c": "c.2343C>T",
"hgvs_p": "p.Ala781Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000522086.1",
"strand": true,
"transcript": "ENST00000852027.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 902,
"aa_ref": "A",
"aa_start": 762,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3633,
"cdna_start": 2453,
"cds_end": null,
"cds_length": 2709,
"cds_start": 2286,
"consequences": [
"synonymous_variant"
],
"exon_count": 8,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000673991.1",
"gene_hgnc_id": 12762,
"gene_symbol": "WFS1",
"hgvs_c": "c.2286C>T",
"hgvs_p": "p.Ala762Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000501033.1",
"strand": true,
"transcript": "ENST00000673991.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 902,
"aa_ref": "A",
"aa_start": 762,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3662,
"cdna_start": 2456,
"cds_end": null,
"cds_length": 2709,
"cds_start": 2286,
"consequences": [
"synonymous_variant"
],
"exon_count": 8,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000682275.1",
"gene_hgnc_id": 12762,
"gene_symbol": "WFS1",
"hgvs_c": "c.2286C>T",
"hgvs_p": "p.Ala762Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000507852.1",
"strand": true,
"transcript": "ENST00000682275.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 902,
"aa_ref": "A",
"aa_start": 762,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3583,
"cdna_start": 2363,
"cds_end": null,
"cds_length": 2709,
"cds_start": 2286,
"consequences": [
"synonymous_variant"
],
"exon_count": 8,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000852029.1",
"gene_hgnc_id": 12762,
"gene_symbol": "WFS1",
"hgvs_c": "c.2286C>T",
"hgvs_p": "p.Ala762Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000522088.1",
"strand": true,
"transcript": "ENST00000852029.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 902,
"aa_ref": "A",
"aa_start": 762,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3565,
"cdna_start": 2345,
"cds_end": null,
"cds_length": 2709,
"cds_start": 2286,
"consequences": [
"synonymous_variant"
],
"exon_count": 7,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000956586.1",
"gene_hgnc_id": 12762,
"gene_symbol": "WFS1",
"hgvs_c": "c.2286C>T",
"hgvs_p": "p.Ala762Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000626645.1",
"strand": true,
"transcript": "ENST00000956586.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 890,
"aa_ref": "A",
"aa_start": 750,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3636,
"cdna_start": 2416,
"cds_end": null,
"cds_length": 2673,
"cds_start": 2250,
"consequences": [
"synonymous_variant"
],
"exon_count": 8,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "NM_001145853.1",
"gene_hgnc_id": 12762,
"gene_symbol": "WFS1",
"hgvs_c": "c.2250C>T",
"hgvs_p": "p.Ala750Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001139325.1",
"strand": true,
"transcript": "NM_001145853.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 890,
"aa_ref": "A",
"aa_start": 750,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3602,
"cdna_start": 2397,
"cds_end": null,
"cds_length": 2673,
"cds_start": 2250,
"consequences": [
"synonymous_variant"
],
"exon_count": 7,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000684087.1",
"gene_hgnc_id": 12762,
"gene_symbol": "WFS1",
"hgvs_c": "c.2250C>T",
"hgvs_p": "p.Ala750Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000506978.1",
"strand": true,
"transcript": "ENST00000684087.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 890,
"aa_ref": "A",
"aa_start": 750,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3565,
"cdna_start": 2345,
"cds_end": null,
"cds_length": 2673,
"cds_start": 2250,
"consequences": [
"synonymous_variant"
],
"exon_count": 8,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000852028.1",
"gene_hgnc_id": 12762,
"gene_symbol": "WFS1",
"hgvs_c": "c.2250C>T",
"hgvs_p": "p.Ala750Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000522087.1",
"strand": true,
"transcript": "ENST00000852028.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 890,
"aa_ref": "A",
"aa_start": 750,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3173,
"cdna_start": 2338,
"cds_end": null,
"cds_length": 2673,
"cds_start": 2250,
"consequences": [
"synonymous_variant"
],
"exon_count": 8,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000938521.1",
"gene_hgnc_id": 12762,
"gene_symbol": "WFS1",
"hgvs_c": "c.2250C>T",
"hgvs_p": "p.Ala750Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000608580.1",
"strand": true,
"transcript": "ENST00000938521.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 890,
"aa_ref": "A",
"aa_start": 750,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3729,
"cdna_start": 2511,
"cds_end": null,
"cds_length": 2673,
"cds_start": 2250,
"consequences": [
"synonymous_variant"
],
"exon_count": 9,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000956579.1",
"gene_hgnc_id": 12762,
"gene_symbol": "WFS1",
"hgvs_c": "c.2250C>T",
"hgvs_p": "p.Ala750Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000626638.1",
"strand": true,
"transcript": "ENST00000956579.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 890,
"aa_ref": "A",
"aa_start": 750,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3510,
"cdna_start": 2290,
"cds_end": null,
"cds_length": 2673,
"cds_start": 2250,
"consequences": [
"synonymous_variant"
],
"exon_count": 8,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000956583.1",
"gene_hgnc_id": 12762,
"gene_symbol": "WFS1",
"hgvs_c": "c.2250C>T",
"hgvs_p": "p.Ala750Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000626642.1",
"strand": true,
"transcript": "ENST00000956583.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 890,
"aa_ref": "A",
"aa_start": 750,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3581,
"cdna_start": 2362,
"cds_end": null,
"cds_length": 2673,
"cds_start": 2250,
"consequences": [
"synonymous_variant"
],
"exon_count": 8,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000956584.1",
"gene_hgnc_id": 12762,
"gene_symbol": "WFS1",
"hgvs_c": "c.2250C>T",
"hgvs_p": "p.Ala750Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000626643.1",
"strand": true,
"transcript": "ENST00000956584.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 890,
"aa_ref": "A",
"aa_start": 750,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3593,
"cdna_start": 2374,
"cds_end": null,
"cds_length": 2673,
"cds_start": 2250,
"consequences": [
"synonymous_variant"
],
"exon_count": 8,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000956585.1",
"gene_hgnc_id": 12762,
"gene_symbol": "WFS1",
"hgvs_c": "c.2250C>T",
"hgvs_p": "p.Ala750Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000626644.1",
"strand": true,
"transcript": "ENST00000956585.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 887,
"aa_ref": "A",
"aa_start": 747,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3257,
"cdna_start": 2422,
"cds_end": null,
"cds_length": 2664,
"cds_start": 2241,
"consequences": [
"synonymous_variant"
],
"exon_count": 8,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000938520.1",
"gene_hgnc_id": 12762,
"gene_symbol": "WFS1",
"hgvs_c": "c.2241C>T",
"hgvs_p": "p.Ala747Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000608579.1",
"strand": true,
"transcript": "ENST00000938520.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 875,
"aa_ref": "A",
"aa_start": 735,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3553,
"cdna_start": 2343,
"cds_end": null,
"cds_length": 2628,
"cds_start": 2205,
"consequences": [
"synonymous_variant"
],
"exon_count": 7,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000956581.1",
"gene_hgnc_id": 12762,
"gene_symbol": "WFS1",
"hgvs_c": "c.2205C>T",
"hgvs_p": "p.Ala735Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000626640.1",
"strand": true,
"transcript": "ENST00000956581.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 863,
"aa_ref": "A",
"aa_start": 723,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3154,
"cdna_start": 2316,
"cds_end": null,
"cds_length": 2592,
"cds_start": 2169,
"consequences": [
"synonymous_variant"
],
"exon_count": 6,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000852030.1",
"gene_hgnc_id": 12762,
"gene_symbol": "WFS1",
"hgvs_c": "c.2169C>T",
"hgvs_p": "p.Ala723Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000522089.1",
"strand": true,
"transcript": "ENST00000852030.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 863,
"aa_ref": "A",
"aa_start": 723,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3525,
"cdna_start": 2305,
"cds_end": null,
"cds_length": 2592,
"cds_start": 2169,
"consequences": [
"synonymous_variant"
],
"exon_count": 7,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000956580.1",
"gene_hgnc_id": 12762,
"gene_symbol": "WFS1",
"hgvs_c": "c.2169C>T",
"hgvs_p": "p.Ala723Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000626639.1",
"strand": true,
"transcript": "ENST00000956580.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 807,
"aa_ref": "A",
"aa_start": 667,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2882,
"cdna_start": 2056,
"cds_end": null,
"cds_length": 2424,
"cds_start": 2001,
"consequences": [
"synonymous_variant"
],
"exon_count": 7,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000506362.2",
"gene_hgnc_id": 12762,
"gene_symbol": "WFS1",
"hgvs_c": "c.2001C>T",
"hgvs_p": "p.Ala667Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000424103.2",
"strand": true,
"transcript": "ENST00000506362.2",
"transcript_support_level": 3
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 806,
"aa_ref": "A",
"aa_start": 666,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3247,
"cdna_start": 2035,
"cds_end": null,
"cds_length": 2421,
"cds_start": 1998,
"consequences": [
"synonymous_variant"
],
"exon_count": 6,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000956582.1",
"gene_hgnc_id": 12762,
"gene_symbol": "WFS1",
"hgvs_c": "c.1998C>T",
"hgvs_p": "p.Ala666Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000626641.1",
"strand": true,
"transcript": "ENST00000956582.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 427,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2013,
"cdna_start": null,
"cds_end": null,
"cds_length": 1284,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 7,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000673642.1",
"gene_hgnc_id": 12762,
"gene_symbol": "WFS1",
"hgvs_c": "c.*625C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000501242.1",
"strand": true,
"transcript": "ENST00000673642.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 277,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3446,
"cdna_start": null,
"cds_end": null,
"cds_length": 834,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 7,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000683395.1",
"gene_hgnc_id": 12762,
"gene_symbol": "WFS1",
"hgvs_c": "c.*1391C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000507124.1",
"strand": true,
"transcript": "ENST00000683395.1",
"transcript_support_level": null
},
{
"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": 3655,
"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": "ENST00000507765.1",
"gene_hgnc_id": 12762,
"gene_symbol": "WFS1",
"hgvs_c": "n.2435C>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": "ENST00000507765.1",
"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": 1628,
"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": "ENST00000661896.1",
"gene_hgnc_id": 58722,
"gene_symbol": "ENSG00000286176",
"hgvs_c": "n.1337+1870G>A",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000661896.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": 1596,
"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": "ENST00000665800.1",
"gene_hgnc_id": 58722,
"gene_symbol": "ENSG00000286176",
"hgvs_c": "n.1496+1817G>A",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000665800.1",
"transcript_support_level": null
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs369498603",
"effect": "synonymous_variant",
"frequency_reference_population": 0.000277156,
"gene_hgnc_id": 12762,
"gene_symbol": "WFS1",
"gnomad_exomes_ac": 415,
"gnomad_exomes_af": 0.000284162,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_ac": 32,
"gnomad_genomes_af": 0.000210007,
"gnomad_genomes_homalt": 0,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 0,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"phenotype_combined": "not specified|not provided|Wolfram syndrome 1|WFS1-related disorder|Autosomal dominant nonsyndromic hearing loss 6|WFS1-Related Spectrum Disorders",
"phylop100way_prediction": "Benign",
"phylop100way_score": -2.929,
"pos": 6302045,
"ref": "C",
"revel_prediction": null,
"revel_score": null,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0,
"transcript": "NM_006005.3"
}
]
}