← 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: X-49075573-G-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=X&pos=49075573&ref=G&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "X",
"pos": 49075573,
"ref": "G",
"alt": "T",
"effect": "synonymous_variant",
"transcript": "NM_007075.4",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "c.697C>A",
"hgvs_p": "p.Arg233Arg",
"transcript": "NM_001029896.2",
"protein_id": "NP_001025067.1",
"transcript_support_level": null,
"aa_start": 233,
"aa_end": null,
"aa_length": 360,
"cds_start": 697,
"cds_end": null,
"cds_length": 1083,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000376372.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001029896.2"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "c.697C>A",
"hgvs_p": "p.Arg233Arg",
"transcript": "ENST00000376372.9",
"protein_id": "ENSP00000365551.3",
"transcript_support_level": 1,
"aa_start": 233,
"aa_end": null,
"aa_length": 360,
"cds_start": 697,
"cds_end": null,
"cds_length": 1083,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001029896.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000376372.9"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "c.700C>A",
"hgvs_p": "p.Arg234Arg",
"transcript": "ENST00000356463.7",
"protein_id": "ENSP00000348848.3",
"transcript_support_level": 1,
"aa_start": 234,
"aa_end": null,
"aa_length": 361,
"cds_start": 700,
"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": "ENST00000356463.7"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "c.700C>A",
"hgvs_p": "p.Arg234Arg",
"transcript": "ENST00000376368.7",
"protein_id": "ENSP00000365546.2",
"transcript_support_level": 1,
"aa_start": 234,
"aa_end": null,
"aa_length": 361,
"cds_start": 700,
"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": "ENST00000376368.7"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000288053",
"gene_hgnc_id": null,
"hgvs_c": "c.391C>A",
"hgvs_p": "p.Arg131Arg",
"transcript": "ENST00000376358.4",
"protein_id": "ENSP00000365536.3",
"transcript_support_level": 2,
"aa_start": 131,
"aa_end": null,
"aa_length": 292,
"cds_start": 391,
"cds_end": null,
"cds_length": 879,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000376358.4"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "c.757C>A",
"hgvs_p": "p.Arg253Arg",
"transcript": "ENST00000954188.1",
"protein_id": "ENSP00000624247.1",
"transcript_support_level": null,
"aa_start": 253,
"aa_end": null,
"aa_length": 380,
"cds_start": 757,
"cds_end": null,
"cds_length": 1143,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000954188.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "c.751C>A",
"hgvs_p": "p.Arg251Arg",
"transcript": "ENST00000954181.1",
"protein_id": "ENSP00000624240.1",
"transcript_support_level": null,
"aa_start": 251,
"aa_end": null,
"aa_length": 378,
"cds_start": 751,
"cds_end": null,
"cds_length": 1137,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000954181.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "c.733C>A",
"hgvs_p": "p.Arg245Arg",
"transcript": "ENST00000905852.1",
"protein_id": "ENSP00000575911.1",
"transcript_support_level": null,
"aa_start": 245,
"aa_end": null,
"aa_length": 372,
"cds_start": 733,
"cds_end": null,
"cds_length": 1119,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905852.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "c.733C>A",
"hgvs_p": "p.Arg245Arg",
"transcript": "ENST00000905855.1",
"protein_id": "ENSP00000575914.1",
"transcript_support_level": null,
"aa_start": 245,
"aa_end": null,
"aa_length": 372,
"cds_start": 733,
"cds_end": null,
"cds_length": 1119,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905855.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "c.733C>A",
"hgvs_p": "p.Arg245Arg",
"transcript": "ENST00000954171.1",
"protein_id": "ENSP00000624230.1",
"transcript_support_level": null,
"aa_start": 245,
"aa_end": null,
"aa_length": 372,
"cds_start": 733,
"cds_end": null,
"cds_length": 1119,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000954171.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "c.730C>A",
"hgvs_p": "p.Arg244Arg",
"transcript": "ENST00000322995.13",
"protein_id": "ENSP00000365543.5",
"transcript_support_level": 5,
"aa_start": 244,
"aa_end": null,
"aa_length": 371,
"cds_start": 730,
"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": "ENST00000322995.13"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "c.730C>A",
"hgvs_p": "p.Arg244Arg",
"transcript": "ENST00000905853.1",
"protein_id": "ENSP00000575912.1",
"transcript_support_level": null,
"aa_start": 244,
"aa_end": null,
"aa_length": 371,
"cds_start": 730,
"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": "ENST00000905853.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "c.730C>A",
"hgvs_p": "p.Arg244Arg",
"transcript": "ENST00000905865.1",
"protein_id": "ENSP00000575924.1",
"transcript_support_level": null,
"aa_start": 244,
"aa_end": null,
"aa_length": 371,
"cds_start": 730,
"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": "ENST00000905865.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "c.724C>A",
"hgvs_p": "p.Arg242Arg",
"transcript": "ENST00000905870.1",
"protein_id": "ENSP00000575929.1",
"transcript_support_level": null,
"aa_start": 242,
"aa_end": null,
"aa_length": 369,
"cds_start": 724,
"cds_end": null,
"cds_length": 1110,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905870.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "c.730C>A",
"hgvs_p": "p.Arg244Arg",
"transcript": "ENST00000905864.1",
"protein_id": "ENSP00000575923.1",
"transcript_support_level": null,
"aa_start": 244,
"aa_end": null,
"aa_length": 367,
"cds_start": 730,
"cds_end": null,
"cds_length": 1104,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905864.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "c.709C>A",
"hgvs_p": "p.Arg237Arg",
"transcript": "ENST00000954183.1",
"protein_id": "ENSP00000624242.1",
"transcript_support_level": null,
"aa_start": 237,
"aa_end": null,
"aa_length": 364,
"cds_start": 709,
"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": "ENST00000954183.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "c.700C>A",
"hgvs_p": "p.Arg234Arg",
"transcript": "NM_007075.4",
"protein_id": "NP_009006.2",
"transcript_support_level": null,
"aa_start": 234,
"aa_end": null,
"aa_length": 361,
"cds_start": 700,
"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": "NM_007075.4"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "c.700C>A",
"hgvs_p": "p.Arg234Arg",
"transcript": "ENST00000905849.1",
"protein_id": "ENSP00000575908.1",
"transcript_support_level": null,
"aa_start": 234,
"aa_end": null,
"aa_length": 361,
"cds_start": 700,
"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": "ENST00000905849.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "c.700C>A",
"hgvs_p": "p.Arg234Arg",
"transcript": "ENST00000905860.1",
"protein_id": "ENSP00000575919.1",
"transcript_support_level": null,
"aa_start": 234,
"aa_end": null,
"aa_length": 361,
"cds_start": 700,
"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": "ENST00000905860.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "c.697C>A",
"hgvs_p": "p.Arg233Arg",
"transcript": "ENST00000634944.1",
"protein_id": "ENSP00000488972.1",
"transcript_support_level": 5,
"aa_start": 233,
"aa_end": null,
"aa_length": 360,
"cds_start": 697,
"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": "ENST00000634944.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "c.697C>A",
"hgvs_p": "p.Arg233Arg",
"transcript": "ENST00000905844.1",
"protein_id": "ENSP00000575903.1",
"transcript_support_level": null,
"aa_start": 233,
"aa_end": null,
"aa_length": 360,
"cds_start": 697,
"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": "ENST00000905844.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "c.697C>A",
"hgvs_p": "p.Arg233Arg",
"transcript": "ENST00000905846.1",
"protein_id": "ENSP00000575905.1",
"transcript_support_level": null,
"aa_start": 233,
"aa_end": null,
"aa_length": 360,
"cds_start": 697,
"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": "ENST00000905846.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "c.697C>A",
"hgvs_p": "p.Arg233Arg",
"transcript": "ENST00000905847.1",
"protein_id": "ENSP00000575906.1",
"transcript_support_level": null,
"aa_start": 233,
"aa_end": null,
"aa_length": 360,
"cds_start": 697,
"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": "ENST00000905847.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "c.697C>A",
"hgvs_p": "p.Arg233Arg",
"transcript": "ENST00000905848.1",
"protein_id": "ENSP00000575907.1",
"transcript_support_level": null,
"aa_start": 233,
"aa_end": null,
"aa_length": 360,
"cds_start": 697,
"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": "ENST00000905848.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "c.697C>A",
"hgvs_p": "p.Arg233Arg",
"transcript": "ENST00000905867.1",
"protein_id": "ENSP00000575926.1",
"transcript_support_level": null,
"aa_start": 233,
"aa_end": null,
"aa_length": 360,
"cds_start": 697,
"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": "ENST00000905867.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "c.697C>A",
"hgvs_p": "p.Arg233Arg",
"transcript": "ENST00000905869.1",
"protein_id": "ENSP00000575928.1",
"transcript_support_level": null,
"aa_start": 233,
"aa_end": null,
"aa_length": 360,
"cds_start": 697,
"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": "ENST00000905869.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "c.697C>A",
"hgvs_p": "p.Arg233Arg",
"transcript": "ENST00000918928.1",
"protein_id": "ENSP00000588987.1",
"transcript_support_level": null,
"aa_start": 233,
"aa_end": null,
"aa_length": 360,
"cds_start": 697,
"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": "ENST00000918928.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "c.697C>A",
"hgvs_p": "p.Arg233Arg",
"transcript": "ENST00000918929.1",
"protein_id": "ENSP00000588988.1",
"transcript_support_level": null,
"aa_start": 233,
"aa_end": null,
"aa_length": 360,
"cds_start": 697,
"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": "ENST00000918929.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "c.697C>A",
"hgvs_p": "p.Arg233Arg",
"transcript": "ENST00000918931.1",
"protein_id": "ENSP00000588990.1",
"transcript_support_level": null,
"aa_start": 233,
"aa_end": null,
"aa_length": 360,
"cds_start": 697,
"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": "ENST00000918931.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "c.697C>A",
"hgvs_p": "p.Arg233Arg",
"transcript": "ENST00000954172.1",
"protein_id": "ENSP00000624231.1",
"transcript_support_level": null,
"aa_start": 233,
"aa_end": null,
"aa_length": 360,
"cds_start": 697,
"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": "ENST00000954172.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "c.697C>A",
"hgvs_p": "p.Arg233Arg",
"transcript": "ENST00000954173.1",
"protein_id": "ENSP00000624232.1",
"transcript_support_level": null,
"aa_start": 233,
"aa_end": null,
"aa_length": 360,
"cds_start": 697,
"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": "ENST00000954173.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "c.697C>A",
"hgvs_p": "p.Arg233Arg",
"transcript": "ENST00000954182.1",
"protein_id": "ENSP00000624241.1",
"transcript_support_level": null,
"aa_start": 233,
"aa_end": null,
"aa_length": 360,
"cds_start": 697,
"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": "ENST00000954182.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "c.694C>A",
"hgvs_p": "p.Arg232Arg",
"transcript": "ENST00000905873.1",
"protein_id": "ENSP00000575932.1",
"transcript_support_level": null,
"aa_start": 232,
"aa_end": null,
"aa_length": 359,
"cds_start": 694,
"cds_end": null,
"cds_length": 1080,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905873.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "c.700C>A",
"hgvs_p": "p.Arg234Arg",
"transcript": "ENST00000905861.1",
"protein_id": "ENSP00000575920.1",
"transcript_support_level": null,
"aa_start": 234,
"aa_end": null,
"aa_length": 357,
"cds_start": 700,
"cds_end": null,
"cds_length": 1074,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905861.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "c.730C>A",
"hgvs_p": "p.Arg244Arg",
"transcript": "ENST00000905872.1",
"protein_id": "ENSP00000575931.1",
"transcript_support_level": null,
"aa_start": 244,
"aa_end": null,
"aa_length": 357,
"cds_start": 730,
"cds_end": null,
"cds_length": 1074,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905872.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "c.697C>A",
"hgvs_p": "p.Arg233Arg",
"transcript": "ENST00000905845.1",
"protein_id": "ENSP00000575904.1",
"transcript_support_level": null,
"aa_start": 233,
"aa_end": null,
"aa_length": 356,
"cds_start": 697,
"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": "ENST00000905845.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "c.697C>A",
"hgvs_p": "p.Arg233Arg",
"transcript": "ENST00000905862.1",
"protein_id": "ENSP00000575921.1",
"transcript_support_level": null,
"aa_start": 233,
"aa_end": null,
"aa_length": 356,
"cds_start": 697,
"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": "ENST00000905862.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "c.697C>A",
"hgvs_p": "p.Arg233Arg",
"transcript": "ENST00000634838.1",
"protein_id": "ENSP00000489268.1",
"transcript_support_level": 5,
"aa_start": 233,
"aa_end": null,
"aa_length": 346,
"cds_start": 697,
"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": "ENST00000634838.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "c.649C>A",
"hgvs_p": "p.Arg217Arg",
"transcript": "ENST00000905868.1",
"protein_id": "ENSP00000575927.1",
"transcript_support_level": null,
"aa_start": 217,
"aa_end": null,
"aa_length": 344,
"cds_start": 649,
"cds_end": null,
"cds_length": 1035,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905868.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "c.643C>A",
"hgvs_p": "p.Arg215Arg",
"transcript": "ENST00000905866.1",
"protein_id": "ENSP00000575925.1",
"transcript_support_level": null,
"aa_start": 215,
"aa_end": null,
"aa_length": 342,
"cds_start": 643,
"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": "ENST00000905866.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "c.643C>A",
"hgvs_p": "p.Arg215Arg",
"transcript": "ENST00000954185.1",
"protein_id": "ENSP00000624244.1",
"transcript_support_level": null,
"aa_start": 215,
"aa_end": null,
"aa_length": 342,
"cds_start": 643,
"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": "ENST00000954185.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "c.640C>A",
"hgvs_p": "p.Arg214Arg",
"transcript": "ENST00000905854.1",
"protein_id": "ENSP00000575913.1",
"transcript_support_level": null,
"aa_start": 214,
"aa_end": null,
"aa_length": 341,
"cds_start": 640,
"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": "ENST00000905854.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "c.640C>A",
"hgvs_p": "p.Arg214Arg",
"transcript": "ENST00000954174.1",
"protein_id": "ENSP00000624233.1",
"transcript_support_level": null,
"aa_start": 214,
"aa_end": null,
"aa_length": 341,
"cds_start": 640,
"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": "ENST00000954174.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "c.640C>A",
"hgvs_p": "p.Arg214Arg",
"transcript": "ENST00000954176.1",
"protein_id": "ENSP00000624235.1",
"transcript_support_level": null,
"aa_start": 214,
"aa_end": null,
"aa_length": 341,
"cds_start": 640,
"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": "ENST00000954176.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "c.628C>A",
"hgvs_p": "p.Arg210Arg",
"transcript": "ENST00000905858.1",
"protein_id": "ENSP00000575917.1",
"transcript_support_level": null,
"aa_start": 210,
"aa_end": null,
"aa_length": 337,
"cds_start": 628,
"cds_end": null,
"cds_length": 1014,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905858.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "c.625C>A",
"hgvs_p": "p.Arg209Arg",
"transcript": "ENST00000954178.1",
"protein_id": "ENSP00000624237.1",
"transcript_support_level": null,
"aa_start": 209,
"aa_end": null,
"aa_length": 336,
"cds_start": 625,
"cds_end": null,
"cds_length": 1011,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000954178.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "c.610C>A",
"hgvs_p": "p.Arg204Arg",
"transcript": "ENST00000905857.1",
"protein_id": "ENSP00000575916.1",
"transcript_support_level": null,
"aa_start": 204,
"aa_end": null,
"aa_length": 331,
"cds_start": 610,
"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": "ENST00000905857.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "c.595C>A",
"hgvs_p": "p.Arg199Arg",
"transcript": "ENST00000918932.1",
"protein_id": "ENSP00000588991.1",
"transcript_support_level": null,
"aa_start": 199,
"aa_end": null,
"aa_length": 326,
"cds_start": 595,
"cds_end": null,
"cds_length": 981,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918932.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "c.607C>A",
"hgvs_p": "p.Arg203Arg",
"transcript": "ENST00000918934.1",
"protein_id": "ENSP00000588993.1",
"transcript_support_level": null,
"aa_start": 203,
"aa_end": null,
"aa_length": 326,
"cds_start": 607,
"cds_end": null,
"cds_length": 981,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918934.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "c.607C>A",
"hgvs_p": "p.Arg203Arg",
"transcript": "ENST00000954175.1",
"protein_id": "ENSP00000624234.1",
"transcript_support_level": null,
"aa_start": 203,
"aa_end": null,
"aa_length": 326,
"cds_start": 607,
"cds_end": null,
"cds_length": 981,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000954175.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "c.592C>A",
"hgvs_p": "p.Arg198Arg",
"transcript": "ENST00000485908.6",
"protein_id": "ENSP00000419897.1",
"transcript_support_level": 5,
"aa_start": 198,
"aa_end": null,
"aa_length": 325,
"cds_start": 592,
"cds_end": null,
"cds_length": 978,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000485908.6"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "c.592C>A",
"hgvs_p": "p.Arg198Arg",
"transcript": "ENST00000905851.1",
"protein_id": "ENSP00000575910.1",
"transcript_support_level": null,
"aa_start": 198,
"aa_end": null,
"aa_length": 325,
"cds_start": 592,
"cds_end": null,
"cds_length": 978,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905851.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "c.592C>A",
"hgvs_p": "p.Arg198Arg",
"transcript": "ENST00000905863.1",
"protein_id": "ENSP00000575922.1",
"transcript_support_level": null,
"aa_start": 198,
"aa_end": null,
"aa_length": 325,
"cds_start": 592,
"cds_end": null,
"cds_length": 978,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905863.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "c.592C>A",
"hgvs_p": "p.Arg198Arg",
"transcript": "ENST00000905871.1",
"protein_id": "ENSP00000575930.1",
"transcript_support_level": null,
"aa_start": 198,
"aa_end": null,
"aa_length": 325,
"cds_start": 592,
"cds_end": null,
"cds_length": 978,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905871.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "c.592C>A",
"hgvs_p": "p.Arg198Arg",
"transcript": "ENST00000918930.1",
"protein_id": "ENSP00000588989.1",
"transcript_support_level": null,
"aa_start": 198,
"aa_end": null,
"aa_length": 325,
"cds_start": 592,
"cds_end": null,
"cds_length": 978,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918930.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "c.592C>A",
"hgvs_p": "p.Arg198Arg",
"transcript": "ENST00000954184.1",
"protein_id": "ENSP00000624243.1",
"transcript_support_level": null,
"aa_start": 198,
"aa_end": null,
"aa_length": 325,
"cds_start": 592,
"cds_end": null,
"cds_length": 978,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000954184.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "c.595C>A",
"hgvs_p": "p.Arg199Arg",
"transcript": "ENST00000918936.1",
"protein_id": "ENSP00000588995.1",
"transcript_support_level": null,
"aa_start": 199,
"aa_end": null,
"aa_length": 322,
"cds_start": 595,
"cds_end": null,
"cds_length": 969,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918936.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "c.592C>A",
"hgvs_p": "p.Arg198Arg",
"transcript": "ENST00000396681.9",
"protein_id": "ENSP00000379913.5",
"transcript_support_level": 5,
"aa_start": 198,
"aa_end": null,
"aa_length": 321,
"cds_start": 592,
"cds_end": null,
"cds_length": 966,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000396681.9"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "c.550C>A",
"hgvs_p": "p.Arg184Arg",
"transcript": "ENST00000954187.1",
"protein_id": "ENSP00000624246.1",
"transcript_support_level": null,
"aa_start": 184,
"aa_end": null,
"aa_length": 311,
"cds_start": 550,
"cds_end": null,
"cds_length": 936,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000954187.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "c.523C>A",
"hgvs_p": "p.Arg175Arg",
"transcript": "ENST00000954179.1",
"protein_id": "ENSP00000624238.1",
"transcript_support_level": null,
"aa_start": 175,
"aa_end": null,
"aa_length": 302,
"cds_start": 523,
"cds_end": null,
"cds_length": 909,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000954179.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "c.505C>A",
"hgvs_p": "p.Arg169Arg",
"transcript": "ENST00000905859.1",
"protein_id": "ENSP00000575918.1",
"transcript_support_level": null,
"aa_start": 169,
"aa_end": null,
"aa_length": 296,
"cds_start": 505,
"cds_end": null,
"cds_length": 891,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905859.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "c.502C>A",
"hgvs_p": "p.Arg168Arg",
"transcript": "ENST00000905850.1",
"protein_id": "ENSP00000575909.1",
"transcript_support_level": null,
"aa_start": 168,
"aa_end": null,
"aa_length": 295,
"cds_start": 502,
"cds_end": null,
"cds_length": 888,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905850.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "c.502C>A",
"hgvs_p": "p.Arg168Arg",
"transcript": "ENST00000905856.1",
"protein_id": "ENSP00000575915.1",
"transcript_support_level": null,
"aa_start": 168,
"aa_end": null,
"aa_length": 295,
"cds_start": 502,
"cds_end": null,
"cds_length": 888,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905856.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "c.496C>A",
"hgvs_p": "p.Arg166Arg",
"transcript": "ENST00000635003.1",
"protein_id": "ENSP00000489080.1",
"transcript_support_level": 3,
"aa_start": 166,
"aa_end": null,
"aa_length": 293,
"cds_start": 496,
"cds_end": null,
"cds_length": 882,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000635003.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "c.496C>A",
"hgvs_p": "p.Arg166Arg",
"transcript": "ENST00000954180.1",
"protein_id": "ENSP00000624239.1",
"transcript_support_level": null,
"aa_start": 166,
"aa_end": null,
"aa_length": 293,
"cds_start": 496,
"cds_end": null,
"cds_length": 882,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000954180.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "c.502C>A",
"hgvs_p": "p.Arg168Arg",
"transcript": "ENST00000918935.1",
"protein_id": "ENSP00000588994.1",
"transcript_support_level": null,
"aa_start": 168,
"aa_end": null,
"aa_length": 291,
"cds_start": 502,
"cds_end": null,
"cds_length": 876,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918935.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "c.496C>A",
"hgvs_p": "p.Arg166Arg",
"transcript": "ENST00000634559.1",
"protein_id": "ENSP00000488986.1",
"transcript_support_level": 5,
"aa_start": 166,
"aa_end": null,
"aa_length": 289,
"cds_start": 496,
"cds_end": null,
"cds_length": 870,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000634559.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "c.475C>A",
"hgvs_p": "p.Arg159Arg",
"transcript": "ENST00000367375.8",
"protein_id": "ENSP00000356345.4",
"transcript_support_level": 5,
"aa_start": 159,
"aa_end": null,
"aa_length": 286,
"cds_start": 475,
"cds_end": null,
"cds_length": 861,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000367375.8"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "c.625C>A",
"hgvs_p": "p.Arg209Arg",
"transcript": "ENST00000635666.1",
"protein_id": "ENSP00000489128.1",
"transcript_support_level": 5,
"aa_start": 209,
"aa_end": null,
"aa_length": 275,
"cds_start": 625,
"cds_end": null,
"cds_length": 830,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000635666.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "c.391C>A",
"hgvs_p": "p.Arg131Arg",
"transcript": "ENST00000918933.1",
"protein_id": "ENSP00000588992.1",
"transcript_support_level": null,
"aa_start": 131,
"aa_end": null,
"aa_length": 258,
"cds_start": 391,
"cds_end": null,
"cds_length": 777,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918933.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "c.697C>A",
"hgvs_p": "p.Arg233Arg",
"transcript": "ENST00000473974.5",
"protein_id": "ENSP00000417211.1",
"transcript_support_level": 5,
"aa_start": 233,
"aa_end": null,
"aa_length": 256,
"cds_start": 697,
"cds_end": null,
"cds_length": 771,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000473974.5"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "c.343C>A",
"hgvs_p": "p.Arg115Arg",
"transcript": "ENST00000954186.1",
"protein_id": "ENSP00000624245.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 242,
"cds_start": 343,
"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": "ENST00000954186.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "c.595C>A",
"hgvs_p": "p.Arg199Arg",
"transcript": "ENST00000475880.6",
"protein_id": "ENSP00000418919.2",
"transcript_support_level": 5,
"aa_start": 199,
"aa_end": null,
"aa_length": 240,
"cds_start": 595,
"cds_end": null,
"cds_length": 725,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000475880.6"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "c.301C>A",
"hgvs_p": "p.Arg101Arg",
"transcript": "ENST00000954177.1",
"protein_id": "ENSP00000624236.1",
"transcript_support_level": null,
"aa_start": 101,
"aa_end": null,
"aa_length": 228,
"cds_start": 301,
"cds_end": null,
"cds_length": 687,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000954177.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "c.391C>A",
"hgvs_p": "p.Arg131Arg",
"transcript": "ENST00000634736.1",
"protein_id": "ENSP00000489561.1",
"transcript_support_level": 5,
"aa_start": 131,
"aa_end": null,
"aa_length": 195,
"cds_start": 391,
"cds_end": null,
"cds_length": 590,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000634736.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "c.193C>A",
"hgvs_p": "p.Arg65Arg",
"transcript": "ENST00000475977.2",
"protein_id": "ENSP00000417754.2",
"transcript_support_level": 3,
"aa_start": 65,
"aa_end": null,
"aa_length": 122,
"cds_start": 193,
"cds_end": null,
"cds_length": 369,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000475977.2"
},
{
"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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "n.271C>A",
"hgvs_p": null,
"transcript": "ENST00000433252.7",
"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": "ENST00000433252.7"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "n.1854C>A",
"hgvs_p": null,
"transcript": "ENST00000465806.6",
"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": "ENST00000465806.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "n.302C>A",
"hgvs_p": null,
"transcript": "ENST00000480412.2",
"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": "ENST00000480412.2"
},
{
"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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "n.394C>A",
"hgvs_p": null,
"transcript": "ENST00000634852.1",
"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": "ENST00000634852.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "n.*348C>A",
"hgvs_p": null,
"transcript": "ENST00000635344.1",
"protein_id": "ENSP00000489553.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000635344.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "n.*348C>A",
"hgvs_p": null,
"transcript": "ENST00000635344.1",
"protein_id": "ENSP00000489553.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000635344.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "c.-196C>A",
"hgvs_p": null,
"transcript": "ENST00000486337.6",
"protein_id": "ENSP00000419453.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 85,
"cds_start": null,
"cds_end": null,
"cds_length": 258,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000486337.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "c.*131C>A",
"hgvs_p": null,
"transcript": "ENST00000474053.6",
"protein_id": "ENSP00000420728.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 212,
"cds_start": null,
"cds_end": null,
"cds_length": 641,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000474053.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "c.*95C>A",
"hgvs_p": null,
"transcript": "ENST00000419567.7",
"protein_id": "ENSP00000393640.3",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 207,
"cds_start": null,
"cds_end": null,
"cds_length": 626,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000419567.7"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "c.*167C>A",
"hgvs_p": null,
"transcript": "ENST00000423215.3",
"protein_id": "ENSP00000397657.3",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 193,
"cds_start": null,
"cds_end": null,
"cds_length": 584,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000423215.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "c.*172C>A",
"hgvs_p": null,
"transcript": "ENST00000471338.6",
"protein_id": "ENSP00000418466.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 174,
"cds_start": null,
"cds_end": null,
"cds_length": 525,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000471338.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "n.*82C>A",
"hgvs_p": null,
"transcript": "ENST00000472654.1",
"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": "retained_intron",
"feature": "ENST00000472654.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"hgvs_c": "n.*348C>A",
"hgvs_p": null,
"transcript": "ENST00000634522.1",
"protein_id": "ENSP00000489330.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000634522.1"
}
],
"gene_symbol": "WDR45",
"gene_hgnc_id": 28912,
"dbsnp": "rs387907329",
"frequency_reference_population": 0.0000018211188,
"hom_count_reference_population": 0,
"allele_count_reference_population": 2,
"gnomad_exomes_af": 0.00000182112,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 2,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.17900000512599945,
"computational_prediction_selected": "Benign",
"computational_source_selected": "REVEL",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.179,
"revel_prediction": "Benign",
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.65,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.289,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.01,
"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": -1,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Moderate,BP7",
"acmg_by_gene": [
{
"score": -1,
"benign_score": 3,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate",
"BP7"
],
"verdict": "Likely_benign",
"transcript": "NM_007075.4",
"gene_symbol": "WDR45",
"hgnc_id": 28912,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "XL,AD",
"hgvs_c": "c.700C>A",
"hgvs_p": "p.Arg234Arg"
},
{
"score": -1,
"benign_score": 3,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate",
"BP7"
],
"verdict": "Likely_benign",
"transcript": "ENST00000376358.4",
"gene_symbol": "ENSG00000288053",
"hgnc_id": null,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.391C>A",
"hgvs_p": "p.Arg131Arg"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}