← 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: 21-42850100-G-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=21&pos=42850100&ref=G&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "21",
"pos": 42850100,
"ref": "G",
"alt": "T",
"effect": "synonymous_variant",
"transcript": "NM_018669.6",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR4",
"gene_hgnc_id": 12756,
"hgvs_c": "c.1188C>A",
"hgvs_p": "p.Pro396Pro",
"transcript": "NM_018669.6",
"protein_id": "NP_061139.2",
"transcript_support_level": null,
"aa_start": 396,
"aa_end": null,
"aa_length": 412,
"cds_start": 1188,
"cds_end": null,
"cds_length": 1239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000398208.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_018669.6"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR4",
"gene_hgnc_id": 12756,
"hgvs_c": "c.1188C>A",
"hgvs_p": "p.Pro396Pro",
"transcript": "ENST00000398208.3",
"protein_id": "ENSP00000381266.2",
"transcript_support_level": 1,
"aa_start": 396,
"aa_end": null,
"aa_length": 412,
"cds_start": 1188,
"cds_end": null,
"cds_length": 1239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_018669.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000398208.3"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR4",
"gene_hgnc_id": 12756,
"hgvs_c": "c.1188C>A",
"hgvs_p": "p.Pro396Pro",
"transcript": "ENST00000330317.6",
"protein_id": "ENSP00000328671.2",
"transcript_support_level": 1,
"aa_start": 396,
"aa_end": null,
"aa_length": 412,
"cds_start": 1188,
"cds_end": null,
"cds_length": 1239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000330317.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR4",
"gene_hgnc_id": 12756,
"hgvs_c": "n.1103C>A",
"hgvs_p": null,
"transcript": "ENST00000476326.5",
"protein_id": null,
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000476326.5"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR4",
"gene_hgnc_id": 12756,
"hgvs_c": "c.1188C>A",
"hgvs_p": "p.Pro396Pro",
"transcript": "NM_033661.5",
"protein_id": "NP_387510.1",
"transcript_support_level": null,
"aa_start": 396,
"aa_end": null,
"aa_length": 412,
"cds_start": 1188,
"cds_end": null,
"cds_length": 1239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_033661.5"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR4",
"gene_hgnc_id": 12756,
"hgvs_c": "c.1185C>A",
"hgvs_p": "p.Pro395Pro",
"transcript": "NM_001260474.2",
"protein_id": "NP_001247403.1",
"transcript_support_level": null,
"aa_start": 395,
"aa_end": null,
"aa_length": 411,
"cds_start": 1185,
"cds_end": null,
"cds_length": 1236,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001260474.2"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR4",
"gene_hgnc_id": 12756,
"hgvs_c": "c.1185C>A",
"hgvs_p": "p.Pro395Pro",
"transcript": "ENST00000899716.1",
"protein_id": "ENSP00000569775.1",
"transcript_support_level": null,
"aa_start": 395,
"aa_end": null,
"aa_length": 411,
"cds_start": 1185,
"cds_end": null,
"cds_length": 1236,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000899716.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR4",
"gene_hgnc_id": 12756,
"hgvs_c": "c.1185C>A",
"hgvs_p": "p.Pro395Pro",
"transcript": "ENST00000899718.1",
"protein_id": "ENSP00000569777.1",
"transcript_support_level": null,
"aa_start": 395,
"aa_end": null,
"aa_length": 411,
"cds_start": 1185,
"cds_end": null,
"cds_length": 1236,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000899718.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR4",
"gene_hgnc_id": 12756,
"hgvs_c": "c.1122C>A",
"hgvs_p": "p.Pro374Pro",
"transcript": "ENST00000931736.1",
"protein_id": "ENSP00000601795.1",
"transcript_support_level": null,
"aa_start": 374,
"aa_end": null,
"aa_length": 390,
"cds_start": 1122,
"cds_end": null,
"cds_length": 1173,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931736.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR4",
"gene_hgnc_id": 12756,
"hgvs_c": "c.1089C>A",
"hgvs_p": "p.Pro363Pro",
"transcript": "ENST00000899717.1",
"protein_id": "ENSP00000569776.1",
"transcript_support_level": null,
"aa_start": 363,
"aa_end": null,
"aa_length": 379,
"cds_start": 1089,
"cds_end": null,
"cds_length": 1140,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000899717.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR4",
"gene_hgnc_id": 12756,
"hgvs_c": "c.1086C>A",
"hgvs_p": "p.Pro362Pro",
"transcript": "ENST00000931737.1",
"protein_id": "ENSP00000601796.1",
"transcript_support_level": null,
"aa_start": 362,
"aa_end": null,
"aa_length": 378,
"cds_start": 1086,
"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": "ENST00000931737.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR4",
"gene_hgnc_id": 12756,
"hgvs_c": "c.1047C>A",
"hgvs_p": "p.Pro349Pro",
"transcript": "ENST00000931738.1",
"protein_id": "ENSP00000601797.1",
"transcript_support_level": null,
"aa_start": 349,
"aa_end": null,
"aa_length": 365,
"cds_start": 1047,
"cds_end": null,
"cds_length": 1098,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931738.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR4",
"gene_hgnc_id": 12756,
"hgvs_c": "c.1047C>A",
"hgvs_p": "p.Pro349Pro",
"transcript": "ENST00000931739.1",
"protein_id": "ENSP00000601798.1",
"transcript_support_level": null,
"aa_start": 349,
"aa_end": null,
"aa_length": 365,
"cds_start": 1047,
"cds_end": null,
"cds_length": 1098,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931739.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR4",
"gene_hgnc_id": 12756,
"hgvs_c": "c.981C>A",
"hgvs_p": "p.Pro327Pro",
"transcript": "ENST00000899719.1",
"protein_id": "ENSP00000569778.1",
"transcript_support_level": null,
"aa_start": 327,
"aa_end": null,
"aa_length": 343,
"cds_start": 981,
"cds_end": null,
"cds_length": 1032,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000899719.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR4",
"gene_hgnc_id": 12756,
"hgvs_c": "c.981C>A",
"hgvs_p": "p.Pro327Pro",
"transcript": "ENST00000949296.1",
"protein_id": "ENSP00000619355.1",
"transcript_support_level": null,
"aa_start": 327,
"aa_end": null,
"aa_length": 343,
"cds_start": 981,
"cds_end": null,
"cds_length": 1032,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000949296.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR4",
"gene_hgnc_id": 12756,
"hgvs_c": "c.918C>A",
"hgvs_p": "p.Pro306Pro",
"transcript": "ENST00000931735.1",
"protein_id": "ENSP00000601794.1",
"transcript_support_level": null,
"aa_start": 306,
"aa_end": null,
"aa_length": 322,
"cds_start": 918,
"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": "ENST00000931735.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR4",
"gene_hgnc_id": 12756,
"hgvs_c": "c.915C>A",
"hgvs_p": "p.Pro305Pro",
"transcript": "ENST00000931734.1",
"protein_id": "ENSP00000601793.1",
"transcript_support_level": null,
"aa_start": 305,
"aa_end": null,
"aa_length": 321,
"cds_start": 915,
"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": "ENST00000931734.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR4",
"gene_hgnc_id": 12756,
"hgvs_c": "c.915C>A",
"hgvs_p": "p.Pro305Pro",
"transcript": "ENST00000949297.1",
"protein_id": "ENSP00000619356.1",
"transcript_support_level": null,
"aa_start": 305,
"aa_end": null,
"aa_length": 321,
"cds_start": 915,
"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": "ENST00000949297.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR4",
"gene_hgnc_id": 12756,
"hgvs_c": "c.750C>A",
"hgvs_p": "p.Pro250Pro",
"transcript": "NM_001260475.2",
"protein_id": "NP_001247404.1",
"transcript_support_level": null,
"aa_start": 250,
"aa_end": null,
"aa_length": 266,
"cds_start": 750,
"cds_end": null,
"cds_length": 801,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001260475.2"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR4",
"gene_hgnc_id": 12756,
"hgvs_c": "c.750C>A",
"hgvs_p": "p.Pro250Pro",
"transcript": "NM_001260476.2",
"protein_id": "NP_001247405.1",
"transcript_support_level": null,
"aa_start": 250,
"aa_end": null,
"aa_length": 266,
"cds_start": 750,
"cds_end": null,
"cds_length": 801,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001260476.2"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR4",
"gene_hgnc_id": 12756,
"hgvs_c": "c.750C>A",
"hgvs_p": "p.Pro250Pro",
"transcript": "NM_001260477.2",
"protein_id": "NP_001247406.1",
"transcript_support_level": null,
"aa_start": 250,
"aa_end": null,
"aa_length": 266,
"cds_start": 750,
"cds_end": null,
"cds_length": 801,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001260477.2"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR4",
"gene_hgnc_id": 12756,
"hgvs_c": "c.711C>A",
"hgvs_p": "p.Pro237Pro",
"transcript": "ENST00000931740.1",
"protein_id": "ENSP00000601799.1",
"transcript_support_level": null,
"aa_start": 237,
"aa_end": null,
"aa_length": 253,
"cds_start": 711,
"cds_end": null,
"cds_length": 762,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931740.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR4",
"gene_hgnc_id": 12756,
"hgvs_c": "c.1176C>A",
"hgvs_p": "p.Pro392Pro",
"transcript": "XM_011529433.2",
"protein_id": "XP_011527735.1",
"transcript_support_level": null,
"aa_start": 392,
"aa_end": null,
"aa_length": 408,
"cds_start": 1176,
"cds_end": null,
"cds_length": 1227,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011529433.2"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR4",
"gene_hgnc_id": 12756,
"hgvs_c": "c.918C>A",
"hgvs_p": "p.Pro306Pro",
"transcript": "XM_017028263.2",
"protein_id": "XP_016883752.1",
"transcript_support_level": null,
"aa_start": 306,
"aa_end": null,
"aa_length": 322,
"cds_start": 918,
"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": "XM_017028263.2"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR4",
"gene_hgnc_id": 12756,
"hgvs_c": "c.918C>A",
"hgvs_p": "p.Pro306Pro",
"transcript": "XM_017028264.2",
"protein_id": "XP_016883753.1",
"transcript_support_level": null,
"aa_start": 306,
"aa_end": null,
"aa_length": 322,
"cds_start": 918,
"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": "XM_017028264.2"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR4",
"gene_hgnc_id": 12756,
"hgvs_c": "c.750C>A",
"hgvs_p": "p.Pro250Pro",
"transcript": "XM_024452047.2",
"protein_id": "XP_024307815.1",
"transcript_support_level": null,
"aa_start": 250,
"aa_end": null,
"aa_length": 266,
"cds_start": 750,
"cds_end": null,
"cds_length": 801,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024452047.2"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR4",
"gene_hgnc_id": 12756,
"hgvs_c": "c.750C>A",
"hgvs_p": "p.Pro250Pro",
"transcript": "XM_024452048.2",
"protein_id": "XP_024307816.1",
"transcript_support_level": null,
"aa_start": 250,
"aa_end": null,
"aa_length": 266,
"cds_start": 750,
"cds_end": null,
"cds_length": 801,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024452048.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR4",
"gene_hgnc_id": 12756,
"hgvs_c": "n.1331C>A",
"hgvs_p": null,
"transcript": "ENST00000492742.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000492742.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR4",
"gene_hgnc_id": 12756,
"hgvs_c": "n.1168C>A",
"hgvs_p": null,
"transcript": "NR_048535.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_048535.1"
}
],
"gene_symbol": "WDR4",
"gene_hgnc_id": 12756,
"dbsnp": "rs530886517",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.800000011920929,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.8,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.12,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -3,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong,BP7",
"acmg_by_gene": [
{
"score": -3,
"benign_score": 5,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong",
"BP7"
],
"verdict": "Likely_benign",
"transcript": "NM_018669.6",
"gene_symbol": "WDR4",
"hgnc_id": 12756,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1188C>A",
"hgvs_p": "p.Pro396Pro"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}