← 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: 10-28589791-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=10&pos=28589791&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 0,
"criteria": [
"PM2"
],
"effects": [
"missense_variant"
],
"gene_symbol": "WAC",
"hgnc_id": 17327,
"hgvs_c": "c.437A>G",
"hgvs_p": "p.Tyr146Cys",
"inheritance_mode": "AD",
"pathogenic_score": 2,
"score": 2,
"transcript": "NM_016628.5",
"verdict": "Uncertain_significance"
}
],
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_score": 2,
"allele_count_reference_population": 2,
"alphamissense_prediction": null,
"alphamissense_score": 1,
"alt": "G",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Pathogenic",
"bayesdelnoaf_score": 0.58,
"chr": "10",
"clinvar_classification": "Uncertain significance",
"clinvar_disease": "not provided",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "US:2",
"computational_prediction_selected": "Uncertain_significance",
"computational_score_selected": 0.48640066385269165,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 647,
"aa_ref": "Y",
"aa_start": 146,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5912,
"cdna_start": 899,
"cds_end": null,
"cds_length": 1944,
"cds_start": 437,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "NM_016628.5",
"gene_hgnc_id": 17327,
"gene_symbol": "WAC",
"hgvs_c": "c.437A>G",
"hgvs_p": "p.Tyr146Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000354911.9",
"protein_coding": true,
"protein_id": "NP_057712.2",
"strand": true,
"transcript": "NM_016628.5",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 647,
"aa_ref": "Y",
"aa_start": 146,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 5912,
"cdna_start": 899,
"cds_end": null,
"cds_length": 1944,
"cds_start": 437,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000354911.9",
"gene_hgnc_id": 17327,
"gene_symbol": "WAC",
"hgvs_c": "c.437A>G",
"hgvs_p": "p.Tyr146Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_016628.5",
"protein_coding": true,
"protein_id": "ENSP00000346986.4",
"strand": true,
"transcript": "ENST00000354911.9",
"transcript_support_level": 1
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 602,
"aa_ref": "Y",
"aa_start": 101,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5924,
"cdna_start": 911,
"cds_end": null,
"cds_length": 1809,
"cds_start": 302,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000375664.8",
"gene_hgnc_id": 17327,
"gene_symbol": "WAC",
"hgvs_c": "c.302A>G",
"hgvs_p": "p.Tyr101Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000364816.3",
"strand": true,
"transcript": "ENST00000375664.8",
"transcript_support_level": 1
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 297,
"aa_ref": "Y",
"aa_start": 101,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 1839,
"cdna_start": 911,
"cds_end": null,
"cds_length": 894,
"cds_start": 302,
"consequences": [
"missense_variant"
],
"exon_count": 8,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000428935.6",
"gene_hgnc_id": 17327,
"gene_symbol": "WAC",
"hgvs_c": "c.302A>G",
"hgvs_p": "p.Tyr101Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000399706.3",
"strand": true,
"transcript": "ENST00000428935.6",
"transcript_support_level": 2
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 170,
"aa_ref": "Y",
"aa_start": 152,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 594,
"cdna_start": 535,
"cds_end": null,
"cds_length": 514,
"cds_start": 455,
"consequences": [
"missense_variant"
],
"exon_count": 5,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000651885.1",
"gene_hgnc_id": 17327,
"gene_symbol": "WAC",
"hgvs_c": "c.455A>G",
"hgvs_p": "p.Tyr152Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000498678.1",
"strand": true,
"transcript": "ENST00000651885.1",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 157,
"aa_ref": "Y",
"aa_start": 101,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 827,
"cdna_start": 654,
"cds_end": null,
"cds_length": 475,
"cds_start": 302,
"consequences": [
"missense_variant"
],
"exon_count": 6,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000651598.1",
"gene_hgnc_id": 17327,
"gene_symbol": "WAC",
"hgvs_c": "c.302A>G",
"hgvs_p": "p.Tyr101Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000498480.1",
"strand": true,
"transcript": "ENST00000651598.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": 4526,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 10,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000345541.6",
"gene_hgnc_id": 17327,
"gene_symbol": "WAC",
"hgvs_c": "n.235A>G",
"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": "ENST00000345541.6",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 3513,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 14,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000628285.3",
"gene_hgnc_id": 17327,
"gene_symbol": "WAC",
"hgvs_c": "n.295A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000486994.2",
"strand": true,
"transcript": "ENST00000628285.3",
"transcript_support_level": 1
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 646,
"aa_ref": "Y",
"aa_start": 146,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3785,
"cdna_start": 897,
"cds_end": null,
"cds_length": 1941,
"cds_start": 437,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000910892.1",
"gene_hgnc_id": 17327,
"gene_symbol": "WAC",
"hgvs_c": "c.437A>G",
"hgvs_p": "p.Tyr146Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000580952.1",
"strand": true,
"transcript": "ENST00000910892.1",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 646,
"aa_ref": "Y",
"aa_start": 145,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3775,
"cdna_start": 878,
"cds_end": null,
"cds_length": 1941,
"cds_start": 434,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000923556.1",
"gene_hgnc_id": 17327,
"gene_symbol": "WAC",
"hgvs_c": "c.434A>G",
"hgvs_p": "p.Tyr145Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000593615.1",
"strand": true,
"transcript": "ENST00000923556.1",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 644,
"aa_ref": "Y",
"aa_start": 146,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3325,
"cdna_start": 890,
"cds_end": null,
"cds_length": 1935,
"cds_start": 437,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000910897.1",
"gene_hgnc_id": 17327,
"gene_symbol": "WAC",
"hgvs_c": "c.437A>G",
"hgvs_p": "p.Tyr146Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000580956.1",
"strand": true,
"transcript": "ENST00000910897.1",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 643,
"aa_ref": "Y",
"aa_start": 142,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2597,
"cdna_start": 751,
"cds_end": null,
"cds_length": 1932,
"cds_start": 425,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000700325.1",
"gene_hgnc_id": 17327,
"gene_symbol": "WAC",
"hgvs_c": "c.425A>G",
"hgvs_p": "p.Tyr142Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000514952.1",
"strand": true,
"transcript": "ENST00000700325.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 643,
"aa_ref": "T",
"aa_start": 143,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5910,
"cdna_start": 899,
"cds_end": null,
"cds_length": 1932,
"cds_start": 427,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000706612.1",
"gene_hgnc_id": 17327,
"gene_symbol": "WAC",
"hgvs_c": "c.427A>G",
"hgvs_p": "p.Thr143Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000516469.1",
"strand": true,
"transcript": "ENST00000706612.1",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 643,
"aa_ref": "Y",
"aa_start": 146,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2767,
"cdna_start": 899,
"cds_end": null,
"cds_length": 1932,
"cds_start": 437,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000910899.1",
"gene_hgnc_id": 17327,
"gene_symbol": "WAC",
"hgvs_c": "c.437A>G",
"hgvs_p": "p.Tyr146Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000580959.1",
"strand": true,
"transcript": "ENST00000910899.1",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 643,
"aa_ref": "Y",
"aa_start": 146,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2606,
"cdna_start": 757,
"cds_end": null,
"cds_length": 1932,
"cds_start": 437,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000910902.1",
"gene_hgnc_id": 17327,
"gene_symbol": "WAC",
"hgvs_c": "c.437A>G",
"hgvs_p": "p.Tyr146Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000580960.1",
"strand": true,
"transcript": "ENST00000910902.1",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 642,
"aa_ref": "Y",
"aa_start": 146,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3774,
"cdna_start": 898,
"cds_end": null,
"cds_length": 1929,
"cds_start": 437,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000923555.1",
"gene_hgnc_id": 17327,
"gene_symbol": "WAC",
"hgvs_c": "c.437A>G",
"hgvs_p": "p.Tyr146Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000593614.1",
"strand": true,
"transcript": "ENST00000923555.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 604,
"aa_ref": "T",
"aa_start": 104,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5922,
"cdna_start": 911,
"cds_end": null,
"cds_length": 1815,
"cds_start": 310,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000680735.1",
"gene_hgnc_id": 17327,
"gene_symbol": "WAC",
"hgvs_c": "c.310A>G",
"hgvs_p": "p.Thr104Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000505513.1",
"strand": true,
"transcript": "ENST00000680735.1",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 602,
"aa_ref": "Y",
"aa_start": 101,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5638,
"cdna_start": 625,
"cds_end": null,
"cds_length": 1809,
"cds_start": 302,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "NM_100264.3",
"gene_hgnc_id": 17327,
"gene_symbol": "WAC",
"hgvs_c": "c.302A>G",
"hgvs_p": "p.Tyr101Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_567822.1",
"strand": true,
"transcript": "NM_100264.3",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 602,
"aa_ref": "Y",
"aa_start": 101,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5554,
"cdna_start": 541,
"cds_end": null,
"cds_length": 1809,
"cds_start": 302,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000442148.6",
"gene_hgnc_id": 17327,
"gene_symbol": "WAC",
"hgvs_c": "c.302A>G",
"hgvs_p": "p.Tyr101Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000400848.2",
"strand": true,
"transcript": "ENST00000442148.6",
"transcript_support_level": 5
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 602,
"aa_ref": "Y",
"aa_start": 101,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5486,
"cdna_start": 473,
"cds_end": null,
"cds_length": 1809,
"cds_start": 302,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000679398.1",
"gene_hgnc_id": 17327,
"gene_symbol": "WAC",
"hgvs_c": "c.302A>G",
"hgvs_p": "p.Tyr101Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000506624.1",
"strand": true,
"transcript": "ENST00000679398.1",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 602,
"aa_ref": "Y",
"aa_start": 101,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5432,
"cdna_start": 419,
"cds_end": null,
"cds_length": 1809,
"cds_start": 302,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000679428.1",
"gene_hgnc_id": 17327,
"gene_symbol": "WAC",
"hgvs_c": "c.302A>G",
"hgvs_p": "p.Tyr101Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000506445.1",
"strand": true,
"transcript": "ENST00000679428.1",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 544,
"aa_ref": "Y",
"aa_start": 146,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5603,
"cdna_start": 899,
"cds_end": null,
"cds_length": 1635,
"cds_start": 437,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "NM_100486.4",
"gene_hgnc_id": 17327,
"gene_symbol": "WAC",
"hgvs_c": "c.437A>G",
"hgvs_p": "p.Tyr146Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_567823.1",
"strand": true,
"transcript": "NM_100486.4",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 544,
"aa_ref": "Y",
"aa_start": 146,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2839,
"cdna_start": 704,
"cds_end": null,
"cds_length": 1635,
"cds_start": 437,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000347934.8",
"gene_hgnc_id": 17327,
"gene_symbol": "WAC",
"hgvs_c": "c.437A>G",
"hgvs_p": "p.Tyr146Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000311106.4",
"strand": true,
"transcript": "ENST00000347934.8",
"transcript_support_level": 5
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 543,
"aa_ref": "Y",
"aa_start": 146,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3471,
"cdna_start": 886,
"cds_end": null,
"cds_length": 1632,
"cds_start": 437,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000910895.1",
"gene_hgnc_id": 17327,
"gene_symbol": "WAC",
"hgvs_c": "c.437A>G",
"hgvs_p": "p.Tyr146Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000580953.1",
"strand": true,
"transcript": "ENST00000910895.1",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 543,
"aa_ref": "Y",
"aa_start": 145,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3430,
"cdna_start": 842,
"cds_end": null,
"cds_length": 1632,
"cds_start": 434,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000910896.1",
"gene_hgnc_id": 17327,
"gene_symbol": "WAC",
"hgvs_c": "c.434A>G",
"hgvs_p": "p.Tyr145Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000580955.1",
"strand": true,
"transcript": "ENST00000910896.1",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 540,
"aa_ref": "Y",
"aa_start": 146,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2089,
"cdna_start": 530,
"cds_end": null,
"cds_length": 1623,
"cds_start": 437,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000910903.1",
"gene_hgnc_id": 17327,
"gene_symbol": "WAC",
"hgvs_c": "c.437A>G",
"hgvs_p": "p.Tyr146Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000580962.1",
"strand": true,
"transcript": "ENST00000910903.1",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 539,
"aa_ref": "Y",
"aa_start": 146,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3384,
"cdna_start": 815,
"cds_end": null,
"cds_length": 1620,
"cds_start": 437,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000923557.1",
"gene_hgnc_id": 17327,
"gene_symbol": "WAC",
"hgvs_c": "c.437A>G",
"hgvs_p": "p.Tyr146Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000593616.1",
"strand": true,
"transcript": "ENST00000923557.1",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 495,
"aa_ref": "Y",
"aa_start": 101,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2176,
"cdna_start": 620,
"cds_end": null,
"cds_length": 1488,
"cds_start": 302,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000375646.5",
"gene_hgnc_id": 17327,
"gene_symbol": "WAC",
"hgvs_c": "c.302A>G",
"hgvs_p": "p.Tyr101Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000364797.1",
"strand": true,
"transcript": "ENST00000375646.5",
"transcript_support_level": 5
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 116,
"aa_ref": "Y",
"aa_start": 101,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 546,
"cdna_start": 496,
"cds_end": null,
"cds_length": 352,
"cds_start": 302,
"consequences": [
"missense_variant"
],
"exon_count": 5,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000651441.1",
"gene_hgnc_id": 17327,
"gene_symbol": "WAC",
"hgvs_c": "c.302A>G",
"hgvs_p": "p.Tyr101Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000498450.1",
"strand": true,
"transcript": "ENST00000651441.1",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 729,
"aa_ref": "Y",
"aa_start": 228,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6022,
"cdna_start": 1009,
"cds_end": null,
"cds_length": 2190,
"cds_start": 683,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "XM_047425309.1",
"gene_hgnc_id": 17327,
"gene_symbol": "WAC",
"hgvs_c": "c.683A>G",
"hgvs_p": "p.Tyr228Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047281265.1",
"strand": true,
"transcript": "XM_047425309.1",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 693,
"aa_ref": "Y",
"aa_start": 192,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6060,
"cdna_start": 1047,
"cds_end": null,
"cds_length": 2082,
"cds_start": 575,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "XM_047425310.1",
"gene_hgnc_id": 17327,
"gene_symbol": "WAC",
"hgvs_c": "c.575A>G",
"hgvs_p": "p.Tyr192Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047281266.1",
"strand": true,
"transcript": "XM_047425310.1",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 692,
"aa_ref": "Y",
"aa_start": 192,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6057,
"cdna_start": 1047,
"cds_end": null,
"cds_length": 2079,
"cds_start": 575,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "XM_047425311.1",
"gene_hgnc_id": 17327,
"gene_symbol": "WAC",
"hgvs_c": "c.575A>G",
"hgvs_p": "p.Tyr192Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047281267.1",
"strand": true,
"transcript": "XM_047425311.1",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 653,
"aa_ref": "Y",
"aa_start": 152,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5930,
"cdna_start": 917,
"cds_end": null,
"cds_length": 1962,
"cds_start": 455,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "XM_047425312.1",
"gene_hgnc_id": 17327,
"gene_symbol": "WAC",
"hgvs_c": "c.455A>G",
"hgvs_p": "p.Tyr152Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047281268.1",
"strand": true,
"transcript": "XM_047425312.1",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 646,
"aa_ref": "Y",
"aa_start": 146,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5909,
"cdna_start": 899,
"cds_end": null,
"cds_length": 1941,
"cds_start": 437,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "XM_047425313.1",
"gene_hgnc_id": 17327,
"gene_symbol": "WAC",
"hgvs_c": "c.437A>G",
"hgvs_p": "p.Tyr146Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047281269.1",
"strand": true,
"transcript": "XM_047425313.1",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 626,
"aa_ref": "Y",
"aa_start": 228,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5713,
"cdna_start": 1009,
"cds_end": null,
"cds_length": 1881,
"cds_start": 683,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "XM_047425314.1",
"gene_hgnc_id": 17327,
"gene_symbol": "WAC",
"hgvs_c": "c.683A>G",
"hgvs_p": "p.Tyr228Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047281270.1",
"strand": true,
"transcript": "XM_047425314.1",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 602,
"aa_ref": "Y",
"aa_start": 101,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5751,
"cdna_start": 738,
"cds_end": null,
"cds_length": 1809,
"cds_start": 302,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "XM_047425315.1",
"gene_hgnc_id": 17327,
"gene_symbol": "WAC",
"hgvs_c": "c.302A>G",
"hgvs_p": "p.Tyr101Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047281271.1",
"strand": true,
"transcript": "XM_047425315.1",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 602,
"aa_ref": "Y",
"aa_start": 101,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6025,
"cdna_start": 1012,
"cds_end": null,
"cds_length": 1809,
"cds_start": 302,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "XM_047425316.1",
"gene_hgnc_id": 17327,
"gene_symbol": "WAC",
"hgvs_c": "c.302A>G",
"hgvs_p": "p.Tyr101Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047281272.1",
"strand": true,
"transcript": "XM_047425316.1",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 602,
"aa_ref": "Y",
"aa_start": 101,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5604,
"cdna_start": 591,
"cds_end": null,
"cds_length": 1809,
"cds_start": 302,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "XM_047425317.1",
"gene_hgnc_id": 17327,
"gene_symbol": "WAC",
"hgvs_c": "c.302A>G",
"hgvs_p": "p.Tyr101Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047281273.1",
"strand": true,
"transcript": "XM_047425317.1",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 602,
"aa_ref": "Y",
"aa_start": 101,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5786,
"cdna_start": 773,
"cds_end": null,
"cds_length": 1809,
"cds_start": 302,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "XM_047425320.1",
"gene_hgnc_id": 17327,
"gene_symbol": "WAC",
"hgvs_c": "c.302A>G",
"hgvs_p": "p.Tyr101Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047281276.1",
"strand": true,
"transcript": "XM_047425320.1",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 602,
"aa_ref": "Y",
"aa_start": 101,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5656,
"cdna_start": 643,
"cds_end": null,
"cds_length": 1809,
"cds_start": 302,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "XM_047425321.1",
"gene_hgnc_id": 17327,
"gene_symbol": "WAC",
"hgvs_c": "c.302A>G",
"hgvs_p": "p.Tyr101Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047281277.1",
"strand": true,
"transcript": "XM_047425321.1",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 589,
"aa_ref": "Y",
"aa_start": 192,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5748,
"cdna_start": 1047,
"cds_end": null,
"cds_length": 1770,
"cds_start": 575,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "XM_047425318.1",
"gene_hgnc_id": 17327,
"gene_symbol": "WAC",
"hgvs_c": "c.575A>G",
"hgvs_p": "p.Tyr192Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047281274.1",
"strand": true,
"transcript": "XM_047425318.1",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 543,
"aa_ref": "Y",
"aa_start": 146,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5600,
"cdna_start": 899,
"cds_end": null,
"cds_length": 1632,
"cds_start": 437,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "XM_047425319.1",
"gene_hgnc_id": 17327,
"gene_symbol": "WAC",
"hgvs_c": "c.437A>G",
"hgvs_p": "p.Tyr146Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047281275.1",
"strand": true,
"transcript": "XM_047425319.1",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 388,
"aa_ref": "Y",
"aa_start": 192,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1824,
"cdna_start": 1047,
"cds_end": null,
"cds_length": 1167,
"cds_start": 575,
"consequences": [
"missense_variant"
],
"exon_count": 8,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "XM_047425322.1",
"gene_hgnc_id": 17327,
"gene_symbol": "WAC",
"hgvs_c": "c.575A>G",
"hgvs_p": "p.Tyr192Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047281278.1",
"strand": true,
"transcript": "XM_047425322.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 432,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3187,
"cdna_start": null,
"cds_end": null,
"cds_length": 1299,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 10,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000923554.1",
"gene_hgnc_id": 17327,
"gene_symbol": "WAC",
"hgvs_c": "c.275-18395A>G",
"hgvs_p": null,
"intron_rank": 3,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000593613.1",
"strand": true,
"transcript": "ENST00000923554.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 3633,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 14,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000414108.6",
"gene_hgnc_id": 17327,
"gene_symbol": "WAC",
"hgvs_c": "n.302A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000415645.2",
"strand": true,
"transcript": "ENST00000414108.6",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 3684,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 14,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000420266.6",
"gene_hgnc_id": 17327,
"gene_symbol": "WAC",
"hgvs_c": "n.*351A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000404758.2",
"strand": true,
"transcript": "ENST00000420266.6",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 1330,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 10,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000424454.5",
"gene_hgnc_id": 17327,
"gene_symbol": "WAC",
"hgvs_c": "n.*445A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000404125.2",
"strand": true,
"transcript": "ENST00000424454.5",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2762,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 13,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000439676.5",
"gene_hgnc_id": 17327,
"gene_symbol": "WAC",
"hgvs_c": "n.302A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000415727.1",
"strand": true,
"transcript": "ENST00000439676.5",
"transcript_support_level": 5
},
{
"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": 2229,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 2,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "ENST00000472862.1",
"gene_hgnc_id": 17327,
"gene_symbol": "WAC",
"hgvs_c": "n.1055A>G",
"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": "ENST00000472862.1",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 3861,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 16,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000679570.1",
"gene_hgnc_id": 17327,
"gene_symbol": "WAC",
"hgvs_c": "n.*432A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000506705.1",
"strand": true,
"transcript": "ENST00000679570.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"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": 15,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000681112.1",
"gene_hgnc_id": 17327,
"gene_symbol": "WAC",
"hgvs_c": "n.*290A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000505444.1",
"strand": true,
"transcript": "ENST00000681112.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": 2268,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 11,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "XR_007061967.1",
"gene_hgnc_id": 17327,
"gene_symbol": "WAC",
"hgvs_c": "n.1047A>G",
"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": "XR_007061967.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 3684,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 14,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000420266.6",
"gene_hgnc_id": 17327,
"gene_symbol": "WAC",
"hgvs_c": "n.*351A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000404758.2",
"strand": true,
"transcript": "ENST00000420266.6",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 1330,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 10,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000424454.5",
"gene_hgnc_id": 17327,
"gene_symbol": "WAC",
"hgvs_c": "n.*445A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000404125.2",
"strand": true,
"transcript": "ENST00000424454.5",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 3861,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 16,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000679570.1",
"gene_hgnc_id": 17327,
"gene_symbol": "WAC",
"hgvs_c": "n.*432A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000506705.1",
"strand": true,
"transcript": "ENST00000679570.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 3655,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 15,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000681112.1",
"gene_hgnc_id": 17327,
"gene_symbol": "WAC",
"hgvs_c": "n.*290A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000505444.1",
"strand": true,
"transcript": "ENST00000681112.1",
"transcript_support_level": null
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs1554787110",
"effect": "missense_variant",
"frequency_reference_population": 0.0000013683148,
"gene_hgnc_id": 17327,
"gene_symbol": "WAC",
"gnomad_exomes_ac": 2,
"gnomad_exomes_af": 0.00000136831,
"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": "Uncertain significance",
"phenotype_combined": "not provided",
"phylop100way_prediction": "Pathogenic",
"phylop100way_score": 9.246,
"pos": 28589791,
"ref": "A",
"revel_prediction": "Pathogenic",
"revel_score": 0.989,
"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_016628.5"
}
]
}