← 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: 17-7702463-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=7702463&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 9,
"criteria": [
"BP4_Strong",
"BP6",
"BS1"
],
"effects": [
"missense_variant"
],
"gene_symbol": "WRAP53",
"hgnc_id": 25522,
"hgvs_c": "c.1075C>T",
"hgvs_p": "p.Pro359Ser",
"inheritance_mode": "AR,AD,SD,Unknown",
"pathogenic_score": 0,
"score": -9,
"transcript": "NM_018081.2",
"verdict": "Benign"
}
],
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6,BS1",
"acmg_score": -9,
"allele_count_reference_population": 273,
"alphamissense_prediction": null,
"alphamissense_score": 0.1275,
"alt": "T",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Benign",
"bayesdelnoaf_score": -0.48,
"chr": "17",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_disease": "Dyskeratosis congenita,WRAP53-related disorder,not provided,not specified",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "US:1 LB:3",
"computational_prediction_selected": "Benign",
"computational_score_selected": 0.010282039642333984,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 548,
"aa_ref": "P",
"aa_start": 359,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1749,
"cdna_start": 1161,
"cds_end": null,
"cds_length": 1647,
"cds_start": 1075,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "NM_001143992.2",
"gene_hgnc_id": 25522,
"gene_symbol": "WRAP53",
"hgvs_c": "c.1075C>T",
"hgvs_p": "p.Pro359Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000396463.7",
"protein_coding": true,
"protein_id": "NP_001137464.1",
"strand": true,
"transcript": "NM_001143992.2",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 548,
"aa_ref": "P",
"aa_start": 359,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 1749,
"cdna_start": 1161,
"cds_end": null,
"cds_length": 1647,
"cds_start": 1075,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000396463.7",
"gene_hgnc_id": 25522,
"gene_symbol": "WRAP53",
"hgvs_c": "c.1075C>T",
"hgvs_p": "p.Pro359Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_001143992.2",
"protein_coding": true,
"protein_id": "ENSP00000379727.3",
"strand": true,
"transcript": "ENST00000396463.7",
"transcript_support_level": 1
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 548,
"aa_ref": "P",
"aa_start": 359,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4011,
"cdna_start": 3423,
"cds_end": null,
"cds_length": 1647,
"cds_start": 1075,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000316024.9",
"gene_hgnc_id": 25522,
"gene_symbol": "WRAP53",
"hgvs_c": "c.1075C>T",
"hgvs_p": "p.Pro359Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000324203.5",
"strand": true,
"transcript": "ENST00000316024.9",
"transcript_support_level": 1
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 548,
"aa_ref": "P",
"aa_start": 359,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1818,
"cdna_start": 1230,
"cds_end": null,
"cds_length": 1647,
"cds_start": 1075,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000431639.6",
"gene_hgnc_id": 25522,
"gene_symbol": "WRAP53",
"hgvs_c": "c.1075C>T",
"hgvs_p": "p.Pro359Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000397219.2",
"strand": true,
"transcript": "ENST00000431639.6",
"transcript_support_level": 1
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 548,
"aa_ref": "P",
"aa_start": 359,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1828,
"cdna_start": 1240,
"cds_end": null,
"cds_length": 1647,
"cds_start": 1075,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000457584.6",
"gene_hgnc_id": 25522,
"gene_symbol": "WRAP53",
"hgvs_c": "c.1075C>T",
"hgvs_p": "p.Pro359Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000411061.2",
"strand": true,
"transcript": "ENST00000457584.6",
"transcript_support_level": 1
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 515,
"aa_ref": "P",
"aa_start": 326,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1736,
"cdna_start": 1148,
"cds_end": null,
"cds_length": 1548,
"cds_start": 976,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000534050.5",
"gene_hgnc_id": 25522,
"gene_symbol": "WRAP53",
"hgvs_c": "c.976C>T",
"hgvs_p": "p.Pro326Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000434999.1",
"strand": true,
"transcript": "ENST00000534050.5",
"transcript_support_level": 1
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 603,
"aa_ref": "P",
"aa_start": 414,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1909,
"cdna_start": 1323,
"cds_end": null,
"cds_length": 1812,
"cds_start": 1240,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000932535.1",
"gene_hgnc_id": 25522,
"gene_symbol": "WRAP53",
"hgvs_c": "c.1240C>T",
"hgvs_p": "p.Pro414Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000602594.1",
"strand": true,
"transcript": "ENST00000932535.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 554,
"aa_ref": "P",
"aa_start": 365,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1767,
"cdna_start": 1179,
"cds_end": null,
"cds_length": 1665,
"cds_start": 1093,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000868854.1",
"gene_hgnc_id": 25522,
"gene_symbol": "WRAP53",
"hgvs_c": "c.1093C>T",
"hgvs_p": "p.Pro365Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000538913.1",
"strand": true,
"transcript": "ENST00000868854.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 554,
"aa_ref": "P",
"aa_start": 365,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1984,
"cdna_start": 1398,
"cds_end": null,
"cds_length": 1665,
"cds_start": 1093,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000932533.1",
"gene_hgnc_id": 25522,
"gene_symbol": "WRAP53",
"hgvs_c": "c.1093C>T",
"hgvs_p": "p.Pro365Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000602592.1",
"strand": true,
"transcript": "ENST00000932533.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 548,
"aa_ref": "P",
"aa_start": 359,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1818,
"cdna_start": 1230,
"cds_end": null,
"cds_length": 1647,
"cds_start": 1075,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "NM_001143990.2",
"gene_hgnc_id": 25522,
"gene_symbol": "WRAP53",
"hgvs_c": "c.1075C>T",
"hgvs_p": "p.Pro359Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001137462.1",
"strand": true,
"transcript": "NM_001143990.2",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 548,
"aa_ref": "P",
"aa_start": 359,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1839,
"cdna_start": 1251,
"cds_end": null,
"cds_length": 1647,
"cds_start": 1075,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "NM_001143991.2",
"gene_hgnc_id": 25522,
"gene_symbol": "WRAP53",
"hgvs_c": "c.1075C>T",
"hgvs_p": "p.Pro359Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001137463.1",
"strand": true,
"transcript": "NM_001143991.2",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 548,
"aa_ref": "P",
"aa_start": 359,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1963,
"cdna_start": 1375,
"cds_end": null,
"cds_length": 1647,
"cds_start": 1075,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "NM_018081.2",
"gene_hgnc_id": 25522,
"gene_symbol": "WRAP53",
"hgvs_c": "c.1075C>T",
"hgvs_p": "p.Pro359Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_060551.2",
"strand": true,
"transcript": "NM_018081.2",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 531,
"aa_ref": "P",
"aa_start": 342,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1697,
"cdna_start": 1106,
"cds_end": null,
"cds_length": 1596,
"cds_start": 1024,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000932534.1",
"gene_hgnc_id": 25522,
"gene_symbol": "WRAP53",
"hgvs_c": "c.1024C>T",
"hgvs_p": "p.Pro342Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000602593.1",
"strand": true,
"transcript": "ENST00000932534.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 529,
"aa_ref": "P",
"aa_start": 340,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1727,
"cdna_start": 1143,
"cds_end": null,
"cds_length": 1590,
"cds_start": 1018,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000868853.1",
"gene_hgnc_id": 25522,
"gene_symbol": "WRAP53",
"hgvs_c": "c.1018C>T",
"hgvs_p": "p.Pro340Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000538912.1",
"strand": true,
"transcript": "ENST00000868853.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 515,
"aa_ref": "P",
"aa_start": 326,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1686,
"cdna_start": 1101,
"cds_end": null,
"cds_length": 1548,
"cds_start": 976,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000964568.1",
"gene_hgnc_id": 25522,
"gene_symbol": "WRAP53",
"hgvs_c": "c.976C>T",
"hgvs_p": "p.Pro326Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000634627.1",
"strand": true,
"transcript": "ENST00000964568.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 503,
"aa_ref": "P",
"aa_start": 359,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1610,
"cdna_start": 1160,
"cds_end": null,
"cds_length": 1512,
"cds_start": 1075,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000698746.1",
"gene_hgnc_id": 25522,
"gene_symbol": "WRAP53",
"hgvs_c": "c.1075C>T",
"hgvs_p": "p.Pro359Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000513908.1",
"strand": true,
"transcript": "ENST00000698746.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 469,
"aa_ref": "P",
"aa_start": 359,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2124,
"cdna_start": 1725,
"cds_end": null,
"cds_length": 1410,
"cds_start": 1075,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000698742.1",
"gene_hgnc_id": 25522,
"gene_symbol": "WRAP53",
"hgvs_c": "c.1075C>T",
"hgvs_p": "p.Pro359Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000513904.1",
"strand": true,
"transcript": "ENST00000698742.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 412,
"aa_ref": "P",
"aa_start": 223,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1255,
"cdna_start": 667,
"cds_end": null,
"cds_length": 1239,
"cds_start": 667,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000698747.1",
"gene_hgnc_id": 25522,
"gene_symbol": "WRAP53",
"hgvs_c": "c.667C>T",
"hgvs_p": "p.Pro223Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000513909.1",
"strand": true,
"transcript": "ENST00000698747.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": 2525,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 9,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000467699.5",
"gene_hgnc_id": 25522,
"gene_symbol": "WRAP53",
"hgvs_c": "n.1747C>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": "ENST00000467699.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": 998,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 4,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "ENST00000471973.6",
"gene_hgnc_id": 25522,
"gene_symbol": "WRAP53",
"hgvs_c": "n.346C>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": "ENST00000471973.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": 2657,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 11,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000498311.5",
"gene_hgnc_id": 25522,
"gene_symbol": "WRAP53",
"hgvs_c": "n.*243C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000432991.1",
"strand": true,
"transcript": "ENST00000498311.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": 2232,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 11,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000698743.1",
"gene_hgnc_id": 25522,
"gene_symbol": "WRAP53",
"hgvs_c": "n.*808C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000513905.1",
"strand": true,
"transcript": "ENST00000698743.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": 2081,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 12,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000698744.1",
"gene_hgnc_id": 25522,
"gene_symbol": "WRAP53",
"hgvs_c": "n.*735C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000513906.1",
"strand": true,
"transcript": "ENST00000698744.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": 1727,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 11,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000698745.1",
"gene_hgnc_id": 25522,
"gene_symbol": "WRAP53",
"hgvs_c": "n.*519C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000513907.1",
"strand": true,
"transcript": "ENST00000698745.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": 2657,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 11,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000498311.5",
"gene_hgnc_id": 25522,
"gene_symbol": "WRAP53",
"hgvs_c": "n.*243C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000432991.1",
"strand": true,
"transcript": "ENST00000498311.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": 2232,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 11,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000698743.1",
"gene_hgnc_id": 25522,
"gene_symbol": "WRAP53",
"hgvs_c": "n.*808C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000513905.1",
"strand": true,
"transcript": "ENST00000698743.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": 2081,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 12,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000698744.1",
"gene_hgnc_id": 25522,
"gene_symbol": "WRAP53",
"hgvs_c": "n.*735C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000513906.1",
"strand": true,
"transcript": "ENST00000698744.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": 1727,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 11,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000698745.1",
"gene_hgnc_id": 25522,
"gene_symbol": "WRAP53",
"hgvs_c": "n.*519C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000513907.1",
"strand": true,
"transcript": "ENST00000698745.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": 504,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 4,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000463804.6",
"gene_hgnc_id": 25522,
"gene_symbol": "WRAP53",
"hgvs_c": "n.134-280C>T",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000465025.1",
"strand": true,
"transcript": "ENST00000463804.6",
"transcript_support_level": 3
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs149359927",
"effect": "missense_variant",
"frequency_reference_population": 0.00016913534,
"gene_hgnc_id": 25522,
"gene_symbol": "WRAP53",
"gnomad_exomes_ac": 142,
"gnomad_exomes_af": 0.000097142,
"gnomad_exomes_homalt": 1,
"gnomad_genomes_ac": 131,
"gnomad_genomes_af": 0.000860065,
"gnomad_genomes_homalt": 0,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 1,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"phenotype_combined": "not specified|not provided|Dyskeratosis congenita|WRAP53-related disorder",
"phylop100way_prediction": "Benign",
"phylop100way_score": 2.204,
"pos": 7702463,
"ref": "C",
"revel_prediction": "Benign",
"revel_score": 0.087,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0,
"transcript": "NM_018081.2"
}
]
}