← 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: 2-63404381-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=63404381&ref=G&alt=C&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "2",
"pos": 63404381,
"ref": "G",
"alt": "C",
"effect": "missense_variant",
"transcript": "ENST00000272321.12",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDPCP",
"gene_hgnc_id": 28027,
"hgvs_c": "c.1102C>G",
"hgvs_p": "p.Arg368Gly",
"transcript": "NM_015910.7",
"protein_id": "NP_056994.3",
"transcript_support_level": null,
"aa_start": 368,
"aa_end": null,
"aa_length": 746,
"cds_start": 1102,
"cds_end": null,
"cds_length": 2241,
"cdna_start": 1308,
"cdna_end": null,
"cdna_length": 4894,
"mane_select": "ENST00000272321.12",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDPCP",
"gene_hgnc_id": 28027,
"hgvs_c": "c.1102C>G",
"hgvs_p": "p.Arg368Gly",
"transcript": "ENST00000272321.12",
"protein_id": "ENSP00000272321.7",
"transcript_support_level": 1,
"aa_start": 368,
"aa_end": null,
"aa_length": 746,
"cds_start": 1102,
"cds_end": null,
"cds_length": 2241,
"cdna_start": 1308,
"cdna_end": null,
"cdna_length": 4894,
"mane_select": "NM_015910.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDPCP",
"gene_hgnc_id": 28027,
"hgvs_c": "c.1102C>G",
"hgvs_p": "p.Arg368Gly",
"transcript": "ENST00000409562.7",
"protein_id": "ENSP00000387222.3",
"transcript_support_level": 1,
"aa_start": 368,
"aa_end": null,
"aa_length": 618,
"cds_start": 1102,
"cds_end": null,
"cds_length": 1857,
"cdna_start": 1349,
"cdna_end": null,
"cdna_length": 3544,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDPCP",
"gene_hgnc_id": 28027,
"hgvs_c": "c.625C>G",
"hgvs_p": "p.Arg209Gly",
"transcript": "ENST00000398544.7",
"protein_id": "ENSP00000381552.3",
"transcript_support_level": 1,
"aa_start": 209,
"aa_end": null,
"aa_length": 587,
"cds_start": 625,
"cds_end": null,
"cds_length": 1764,
"cdna_start": 749,
"cdna_end": null,
"cdna_length": 2063,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDPCP",
"gene_hgnc_id": 28027,
"hgvs_c": "c.526C>G",
"hgvs_p": "p.Arg176Gly",
"transcript": "ENST00000409120.5",
"protein_id": "ENSP00000386769.1",
"transcript_support_level": 1,
"aa_start": 176,
"aa_end": null,
"aa_length": 554,
"cds_start": 526,
"cds_end": null,
"cds_length": 1665,
"cdna_start": 4077,
"cdna_end": null,
"cdna_length": 5408,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDPCP",
"gene_hgnc_id": 28027,
"hgvs_c": "n.1349C>G",
"hgvs_p": null,
"transcript": "ENST00000409835.5",
"protein_id": null,
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2277,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDPCP",
"gene_hgnc_id": 28027,
"hgvs_c": "n.804C>G",
"hgvs_p": null,
"transcript": "ENST00000493315.1",
"protein_id": null,
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1476,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDPCP",
"gene_hgnc_id": 28027,
"hgvs_c": "c.1030C>G",
"hgvs_p": "p.Arg344Gly",
"transcript": "NM_001354044.2",
"protein_id": "NP_001340973.1",
"transcript_support_level": null,
"aa_start": 344,
"aa_end": null,
"aa_length": 722,
"cds_start": 1030,
"cds_end": null,
"cds_length": 2169,
"cdna_start": 1560,
"cdna_end": null,
"cdna_length": 5146,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDPCP",
"gene_hgnc_id": 28027,
"hgvs_c": "c.1102C>G",
"hgvs_p": "p.Arg368Gly",
"transcript": "NM_001354045.2",
"protein_id": "NP_001340974.1",
"transcript_support_level": null,
"aa_start": 368,
"aa_end": null,
"aa_length": 649,
"cds_start": 1102,
"cds_end": null,
"cds_length": 1950,
"cdna_start": 1308,
"cdna_end": null,
"cdna_length": 2337,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDPCP",
"gene_hgnc_id": 28027,
"hgvs_c": "c.625C>G",
"hgvs_p": "p.Arg209Gly",
"transcript": "NM_001042692.3",
"protein_id": "NP_001036157.1",
"transcript_support_level": null,
"aa_start": 209,
"aa_end": null,
"aa_length": 587,
"cds_start": 625,
"cds_end": null,
"cds_length": 1764,
"cdna_start": 749,
"cdna_end": null,
"cdna_length": 4335,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDPCP",
"gene_hgnc_id": 28027,
"hgvs_c": "c.526C>G",
"hgvs_p": "p.Arg176Gly",
"transcript": "ENST00000409199.5",
"protein_id": "ENSP00000386592.1",
"transcript_support_level": 2,
"aa_start": 176,
"aa_end": null,
"aa_length": 554,
"cds_start": 526,
"cds_end": null,
"cds_length": 1665,
"cdna_start": 723,
"cdna_end": null,
"cdna_length": 2466,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDPCP",
"gene_hgnc_id": 28027,
"hgvs_c": "c.1102C>G",
"hgvs_p": "p.Arg368Gly",
"transcript": "XM_005264348.5",
"protein_id": "XP_005264405.1",
"transcript_support_level": null,
"aa_start": 368,
"aa_end": null,
"aa_length": 781,
"cds_start": 1102,
"cds_end": null,
"cds_length": 2346,
"cdna_start": 1308,
"cdna_end": null,
"cdna_length": 4814,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDPCP",
"gene_hgnc_id": 28027,
"hgvs_c": "c.1030C>G",
"hgvs_p": "p.Arg344Gly",
"transcript": "XM_011532881.4",
"protein_id": "XP_011531183.1",
"transcript_support_level": null,
"aa_start": 344,
"aa_end": null,
"aa_length": 757,
"cds_start": 1030,
"cds_end": null,
"cds_length": 2274,
"cdna_start": 1560,
"cdna_end": null,
"cdna_length": 5066,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDPCP",
"gene_hgnc_id": 28027,
"hgvs_c": "c.1030C>G",
"hgvs_p": "p.Arg344Gly",
"transcript": "XM_047444626.1",
"protein_id": "XP_047300582.1",
"transcript_support_level": null,
"aa_start": 344,
"aa_end": null,
"aa_length": 757,
"cds_start": 1030,
"cds_end": null,
"cds_length": 2274,
"cdna_start": 6716,
"cdna_end": null,
"cdna_length": 10222,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDPCP",
"gene_hgnc_id": 28027,
"hgvs_c": "c.1030C>G",
"hgvs_p": "p.Arg344Gly",
"transcript": "XM_047444627.1",
"protein_id": "XP_047300583.1",
"transcript_support_level": null,
"aa_start": 344,
"aa_end": null,
"aa_length": 757,
"cds_start": 1030,
"cds_end": null,
"cds_length": 2274,
"cdna_start": 2329,
"cdna_end": null,
"cdna_length": 5835,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDPCP",
"gene_hgnc_id": 28027,
"hgvs_c": "c.1030C>G",
"hgvs_p": "p.Arg344Gly",
"transcript": "XM_047444628.1",
"protein_id": "XP_047300584.1",
"transcript_support_level": null,
"aa_start": 344,
"aa_end": null,
"aa_length": 757,
"cds_start": 1030,
"cds_end": null,
"cds_length": 2274,
"cdna_start": 1567,
"cdna_end": null,
"cdna_length": 5073,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDPCP",
"gene_hgnc_id": 28027,
"hgvs_c": "c.1030C>G",
"hgvs_p": "p.Arg344Gly",
"transcript": "XM_047444629.1",
"protein_id": "XP_047300585.1",
"transcript_support_level": null,
"aa_start": 344,
"aa_end": null,
"aa_length": 757,
"cds_start": 1030,
"cds_end": null,
"cds_length": 2274,
"cdna_start": 2243,
"cdna_end": null,
"cdna_length": 5749,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDPCP",
"gene_hgnc_id": 28027,
"hgvs_c": "c.1003C>G",
"hgvs_p": "p.Arg335Gly",
"transcript": "XM_047444630.1",
"protein_id": "XP_047300586.1",
"transcript_support_level": null,
"aa_start": 335,
"aa_end": null,
"aa_length": 748,
"cds_start": 1003,
"cds_end": null,
"cds_length": 2247,
"cdna_start": 2438,
"cdna_end": null,
"cdna_length": 5944,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDPCP",
"gene_hgnc_id": 28027,
"hgvs_c": "c.1030C>G",
"hgvs_p": "p.Arg344Gly",
"transcript": "XM_047444631.1",
"protein_id": "XP_047300587.1",
"transcript_support_level": null,
"aa_start": 344,
"aa_end": null,
"aa_length": 722,
"cds_start": 1030,
"cds_end": null,
"cds_length": 2169,
"cdna_start": 2243,
"cdna_end": null,
"cdna_length": 5829,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDPCP",
"gene_hgnc_id": 28027,
"hgvs_c": "c.1102C>G",
"hgvs_p": "p.Arg368Gly",
"transcript": "XM_011532884.4",
"protein_id": "XP_011531186.1",
"transcript_support_level": null,
"aa_start": 368,
"aa_end": null,
"aa_length": 652,
"cds_start": 1102,
"cds_end": null,
"cds_length": 1959,
"cdna_start": 1308,
"cdna_end": null,
"cdna_length": 11693,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDPCP",
"gene_hgnc_id": 28027,
"hgvs_c": "c.1102C>G",
"hgvs_p": "p.Arg368Gly",
"transcript": "XM_047444632.1",
"protein_id": "XP_047300588.1",
"transcript_support_level": null,
"aa_start": 368,
"aa_end": null,
"aa_length": 648,
"cds_start": 1102,
"cds_end": null,
"cds_length": 1947,
"cdna_start": 1308,
"cdna_end": null,
"cdna_length": 2280,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDPCP",
"gene_hgnc_id": 28027,
"hgvs_c": "c.1102C>G",
"hgvs_p": "p.Arg368Gly",
"transcript": "XM_011532887.4",
"protein_id": "XP_011531189.1",
"transcript_support_level": null,
"aa_start": 368,
"aa_end": null,
"aa_length": 642,
"cds_start": 1102,
"cds_end": null,
"cds_length": 1929,
"cdna_start": 1308,
"cdna_end": null,
"cdna_length": 2150,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDPCP",
"gene_hgnc_id": 28027,
"hgvs_c": "c.625C>G",
"hgvs_p": "p.Arg209Gly",
"transcript": "XM_047444633.1",
"protein_id": "XP_047300589.1",
"transcript_support_level": null,
"aa_start": 209,
"aa_end": null,
"aa_length": 622,
"cds_start": 625,
"cds_end": null,
"cds_length": 1869,
"cdna_start": 749,
"cdna_end": null,
"cdna_length": 4255,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDPCP",
"gene_hgnc_id": 28027,
"hgvs_c": "c.1102C>G",
"hgvs_p": "p.Arg368Gly",
"transcript": "XM_017004253.3",
"protein_id": "XP_016859742.1",
"transcript_support_level": null,
"aa_start": 368,
"aa_end": null,
"aa_length": 617,
"cds_start": 1102,
"cds_end": null,
"cds_length": 1854,
"cdna_start": 1308,
"cdna_end": null,
"cdna_length": 6718,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDPCP",
"gene_hgnc_id": 28027,
"hgvs_c": "c.1102C>G",
"hgvs_p": "p.Arg368Gly",
"transcript": "XM_011532890.4",
"protein_id": "XP_011531192.1",
"transcript_support_level": null,
"aa_start": 368,
"aa_end": null,
"aa_length": 584,
"cds_start": 1102,
"cds_end": null,
"cds_length": 1755,
"cdna_start": 1308,
"cdna_end": null,
"cdna_length": 3991,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDPCP",
"gene_hgnc_id": 28027,
"hgvs_c": "c.1102C>G",
"hgvs_p": "p.Arg368Gly",
"transcript": "XM_047444634.1",
"protein_id": "XP_047300590.1",
"transcript_support_level": null,
"aa_start": 368,
"aa_end": null,
"aa_length": 542,
"cds_start": 1102,
"cds_end": null,
"cds_length": 1629,
"cdna_start": 1308,
"cdna_end": null,
"cdna_length": 1949,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDPCP",
"gene_hgnc_id": 28027,
"hgvs_c": "n.463C>G",
"hgvs_p": null,
"transcript": "ENST00000409354.6",
"protein_id": "ENSP00000386795.2",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2122,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDPCP",
"gene_hgnc_id": 28027,
"hgvs_c": "n.*1213C>G",
"hgvs_p": null,
"transcript": "ENST00000417238.5",
"protein_id": "ENSP00000411429.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2883,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDPCP",
"gene_hgnc_id": 28027,
"hgvs_c": "n.749C>G",
"hgvs_p": null,
"transcript": "NR_122106.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4331,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDPCP",
"gene_hgnc_id": 28027,
"hgvs_c": "n.1560C>G",
"hgvs_p": null,
"transcript": "NR_148704.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5142,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDPCP",
"gene_hgnc_id": 28027,
"hgvs_c": "n.1308C>G",
"hgvs_p": null,
"transcript": "NR_148705.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4791,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDPCP",
"gene_hgnc_id": 28027,
"hgvs_c": "n.1308C>G",
"hgvs_p": null,
"transcript": "XR_007076379.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2435,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDPCP",
"gene_hgnc_id": 28027,
"hgvs_c": "n.1308C>G",
"hgvs_p": null,
"transcript": "XR_007076380.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2332,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDPCP",
"gene_hgnc_id": 28027,
"hgvs_c": "n.*1213C>G",
"hgvs_p": null,
"transcript": "ENST00000417238.5",
"protein_id": "ENSP00000411429.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2883,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "WDPCP",
"gene_hgnc_id": 28027,
"dbsnp": "rs769112221",
"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.32686662673950195,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.5400000214576721,
"splice_prediction_selected": "Pathogenic",
"splice_source_selected": "max_spliceai",
"revel_score": 0.239,
"revel_prediction": "Benign",
"alphamissense_score": 0.1445,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.28,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 3.729,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.54,
"spliceai_max_prediction": "Pathogenic",
"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": "Uncertain_significance",
"acmg_criteria": "PM2,PP3",
"acmg_by_gene": [
{
"score": 3,
"benign_score": 0,
"pathogenic_score": 3,
"criteria": [
"PM2",
"PP3"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000272321.12",
"gene_symbol": "WDPCP",
"hgnc_id": 28027,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1102C>G",
"hgvs_p": "p.Arg368Gly"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}