← 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-63313272-G-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=63313272&ref=G&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 63313272,
"ref": "G",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_015910.7",
"consequences": [
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDPCP",
"gene_hgnc_id": 28027,
"hgvs_c": "c.1788C>A",
"hgvs_p": "p.Asp596Glu",
"transcript": "NM_015910.7",
"protein_id": "NP_056994.3",
"transcript_support_level": null,
"aa_start": 596,
"aa_end": null,
"aa_length": 746,
"cds_start": 1788,
"cds_end": null,
"cds_length": 2241,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000272321.12",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_015910.7"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDPCP",
"gene_hgnc_id": 28027,
"hgvs_c": "c.1788C>A",
"hgvs_p": "p.Asp596Glu",
"transcript": "ENST00000272321.12",
"protein_id": "ENSP00000272321.7",
"transcript_support_level": 1,
"aa_start": 596,
"aa_end": null,
"aa_length": 746,
"cds_start": 1788,
"cds_end": null,
"cds_length": 2241,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_015910.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000272321.12"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDPCP",
"gene_hgnc_id": 28027,
"hgvs_c": "c.1788C>A",
"hgvs_p": "p.Asp596Glu",
"transcript": "ENST00000409562.7",
"protein_id": "ENSP00000387222.3",
"transcript_support_level": 1,
"aa_start": 596,
"aa_end": null,
"aa_length": 618,
"cds_start": 1788,
"cds_end": null,
"cds_length": 1857,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000409562.7"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDPCP",
"gene_hgnc_id": 28027,
"hgvs_c": "c.1311C>A",
"hgvs_p": "p.Asp437Glu",
"transcript": "ENST00000398544.7",
"protein_id": "ENSP00000381552.3",
"transcript_support_level": 1,
"aa_start": 437,
"aa_end": null,
"aa_length": 587,
"cds_start": 1311,
"cds_end": null,
"cds_length": 1764,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000398544.7"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDPCP",
"gene_hgnc_id": 28027,
"hgvs_c": "c.1212C>A",
"hgvs_p": "p.Asp404Glu",
"transcript": "ENST00000409120.5",
"protein_id": "ENSP00000386769.1",
"transcript_support_level": 1,
"aa_start": 404,
"aa_end": null,
"aa_length": 554,
"cds_start": 1212,
"cds_end": null,
"cds_length": 1665,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000409120.5"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDPCP",
"gene_hgnc_id": 28027,
"hgvs_c": "c.1788C>A",
"hgvs_p": "p.Asp596Glu",
"transcript": "ENST00000946854.1",
"protein_id": "ENSP00000616913.1",
"transcript_support_level": null,
"aa_start": 596,
"aa_end": null,
"aa_length": 793,
"cds_start": 1788,
"cds_end": null,
"cds_length": 2382,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000946854.1"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDPCP",
"gene_hgnc_id": 28027,
"hgvs_c": "c.1599C>A",
"hgvs_p": "p.Asp533Glu",
"transcript": "ENST00000872046.1",
"protein_id": "ENSP00000542105.1",
"transcript_support_level": null,
"aa_start": 533,
"aa_end": null,
"aa_length": 730,
"cds_start": 1599,
"cds_end": null,
"cds_length": 2193,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872046.1"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDPCP",
"gene_hgnc_id": 28027,
"hgvs_c": "c.1716C>A",
"hgvs_p": "p.Asp572Glu",
"transcript": "NM_001354044.2",
"protein_id": "NP_001340973.1",
"transcript_support_level": null,
"aa_start": 572,
"aa_end": null,
"aa_length": 722,
"cds_start": 1716,
"cds_end": null,
"cds_length": 2169,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001354044.2"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDPCP",
"gene_hgnc_id": 28027,
"hgvs_c": "c.1599C>A",
"hgvs_p": "p.Asp533Glu",
"transcript": "ENST00000872048.1",
"protein_id": "ENSP00000542107.1",
"transcript_support_level": null,
"aa_start": 533,
"aa_end": null,
"aa_length": 683,
"cds_start": 1599,
"cds_end": null,
"cds_length": 2052,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872048.1"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDPCP",
"gene_hgnc_id": 28027,
"hgvs_c": "c.1596C>A",
"hgvs_p": "p.Asp532Glu",
"transcript": "ENST00000946852.1",
"protein_id": "ENSP00000616911.1",
"transcript_support_level": null,
"aa_start": 532,
"aa_end": null,
"aa_length": 682,
"cds_start": 1596,
"cds_end": null,
"cds_length": 2049,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000946852.1"
},
{
"aa_ref": "D",
"aa_alt": "E",
"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.1347C>A",
"hgvs_p": "p.Asp449Glu",
"transcript": "ENST00000872047.1",
"protein_id": "ENSP00000542106.1",
"transcript_support_level": null,
"aa_start": 449,
"aa_end": null,
"aa_length": 599,
"cds_start": 1347,
"cds_end": null,
"cds_length": 1800,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872047.1"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDPCP",
"gene_hgnc_id": 28027,
"hgvs_c": "c.1311C>A",
"hgvs_p": "p.Asp437Glu",
"transcript": "NM_001042692.3",
"protein_id": "NP_001036157.1",
"transcript_support_level": null,
"aa_start": 437,
"aa_end": null,
"aa_length": 587,
"cds_start": 1311,
"cds_end": null,
"cds_length": 1764,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001042692.3"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDPCP",
"gene_hgnc_id": 28027,
"hgvs_c": "c.1212C>A",
"hgvs_p": "p.Asp404Glu",
"transcript": "ENST00000409199.5",
"protein_id": "ENSP00000386592.1",
"transcript_support_level": 2,
"aa_start": 404,
"aa_end": null,
"aa_length": 554,
"cds_start": 1212,
"cds_end": null,
"cds_length": 1665,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000409199.5"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDPCP",
"gene_hgnc_id": 28027,
"hgvs_c": "c.1158C>A",
"hgvs_p": "p.Asp386Glu",
"transcript": "ENST00000946853.1",
"protein_id": "ENSP00000616912.1",
"transcript_support_level": null,
"aa_start": 386,
"aa_end": null,
"aa_length": 536,
"cds_start": 1158,
"cds_end": null,
"cds_length": 1611,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000946853.1"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDPCP",
"gene_hgnc_id": 28027,
"hgvs_c": "c.1788C>A",
"hgvs_p": "p.Asp596Glu",
"transcript": "XM_005264348.5",
"protein_id": "XP_005264405.1",
"transcript_support_level": null,
"aa_start": 596,
"aa_end": null,
"aa_length": 781,
"cds_start": 1788,
"cds_end": null,
"cds_length": 2346,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005264348.5"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDPCP",
"gene_hgnc_id": 28027,
"hgvs_c": "c.1716C>A",
"hgvs_p": "p.Asp572Glu",
"transcript": "XM_011532881.4",
"protein_id": "XP_011531183.1",
"transcript_support_level": null,
"aa_start": 572,
"aa_end": null,
"aa_length": 757,
"cds_start": 1716,
"cds_end": null,
"cds_length": 2274,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011532881.4"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDPCP",
"gene_hgnc_id": 28027,
"hgvs_c": "c.1716C>A",
"hgvs_p": "p.Asp572Glu",
"transcript": "XM_047444626.1",
"protein_id": "XP_047300582.1",
"transcript_support_level": null,
"aa_start": 572,
"aa_end": null,
"aa_length": 757,
"cds_start": 1716,
"cds_end": null,
"cds_length": 2274,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047444626.1"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDPCP",
"gene_hgnc_id": 28027,
"hgvs_c": "c.1716C>A",
"hgvs_p": "p.Asp572Glu",
"transcript": "XM_047444627.1",
"protein_id": "XP_047300583.1",
"transcript_support_level": null,
"aa_start": 572,
"aa_end": null,
"aa_length": 757,
"cds_start": 1716,
"cds_end": null,
"cds_length": 2274,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047444627.1"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDPCP",
"gene_hgnc_id": 28027,
"hgvs_c": "c.1716C>A",
"hgvs_p": "p.Asp572Glu",
"transcript": "XM_047444628.1",
"protein_id": "XP_047300584.1",
"transcript_support_level": null,
"aa_start": 572,
"aa_end": null,
"aa_length": 757,
"cds_start": 1716,
"cds_end": null,
"cds_length": 2274,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047444628.1"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDPCP",
"gene_hgnc_id": 28027,
"hgvs_c": "c.1716C>A",
"hgvs_p": "p.Asp572Glu",
"transcript": "XM_047444629.1",
"protein_id": "XP_047300585.1",
"transcript_support_level": null,
"aa_start": 572,
"aa_end": null,
"aa_length": 757,
"cds_start": 1716,
"cds_end": null,
"cds_length": 2274,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047444629.1"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDPCP",
"gene_hgnc_id": 28027,
"hgvs_c": "c.1689C>A",
"hgvs_p": "p.Asp563Glu",
"transcript": "XM_047444630.1",
"protein_id": "XP_047300586.1",
"transcript_support_level": null,
"aa_start": 563,
"aa_end": null,
"aa_length": 748,
"cds_start": 1689,
"cds_end": null,
"cds_length": 2247,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047444630.1"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDPCP",
"gene_hgnc_id": 28027,
"hgvs_c": "c.1716C>A",
"hgvs_p": "p.Asp572Glu",
"transcript": "XM_047444631.1",
"protein_id": "XP_047300587.1",
"transcript_support_level": null,
"aa_start": 572,
"aa_end": null,
"aa_length": 722,
"cds_start": 1716,
"cds_end": null,
"cds_length": 2169,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047444631.1"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDPCP",
"gene_hgnc_id": 28027,
"hgvs_c": "c.1788C>A",
"hgvs_p": "p.Asp596Glu",
"transcript": "XM_011532884.4",
"protein_id": "XP_011531186.1",
"transcript_support_level": null,
"aa_start": 596,
"aa_end": null,
"aa_length": 652,
"cds_start": 1788,
"cds_end": null,
"cds_length": 1959,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011532884.4"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDPCP",
"gene_hgnc_id": 28027,
"hgvs_c": "c.1788C>A",
"hgvs_p": "p.Asp596Glu",
"transcript": "XM_047444632.1",
"protein_id": "XP_047300588.1",
"transcript_support_level": null,
"aa_start": 596,
"aa_end": null,
"aa_length": 648,
"cds_start": 1788,
"cds_end": null,
"cds_length": 1947,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047444632.1"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDPCP",
"gene_hgnc_id": 28027,
"hgvs_c": "c.1788C>A",
"hgvs_p": "p.Asp596Glu",
"transcript": "XM_011532887.4",
"protein_id": "XP_011531189.1",
"transcript_support_level": null,
"aa_start": 596,
"aa_end": null,
"aa_length": 642,
"cds_start": 1788,
"cds_end": null,
"cds_length": 1929,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011532887.4"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDPCP",
"gene_hgnc_id": 28027,
"hgvs_c": "c.1311C>A",
"hgvs_p": "p.Asp437Glu",
"transcript": "XM_047444633.1",
"protein_id": "XP_047300589.1",
"transcript_support_level": null,
"aa_start": 437,
"aa_end": null,
"aa_length": 622,
"cds_start": 1311,
"cds_end": null,
"cds_length": 1869,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047444633.1"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDPCP",
"gene_hgnc_id": 28027,
"hgvs_c": "c.1788C>A",
"hgvs_p": "p.Asp596Glu",
"transcript": "XM_017004253.3",
"protein_id": "XP_016859742.1",
"transcript_support_level": null,
"aa_start": 596,
"aa_end": null,
"aa_length": 617,
"cds_start": 1788,
"cds_end": null,
"cds_length": 1854,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017004253.3"
},
{
"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": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDPCP",
"gene_hgnc_id": 28027,
"hgvs_c": "n.1149C>A",
"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": 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": "ENST00000409354.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDPCP",
"gene_hgnc_id": 28027,
"hgvs_c": "n.1435C>A",
"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": 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_122106.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDPCP",
"gene_hgnc_id": 28027,
"hgvs_c": "n.2246C>A",
"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": 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_148704.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDPCP",
"gene_hgnc_id": 28027,
"hgvs_c": "n.1994C>A",
"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": 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_148705.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDPCP",
"gene_hgnc_id": 28027,
"hgvs_c": "n.1994C>A",
"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": 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": "XR_007076379.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDPCP",
"gene_hgnc_id": 28027,
"hgvs_c": "n.1994C>A",
"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": 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": "XR_007076380.1"
}
],
"gene_symbol": "WDPCP",
"gene_hgnc_id": 28027,
"dbsnp": "rs185980830",
"frequency_reference_population": 6.842791e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84279e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.9431124925613403,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.55,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.887,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.2,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 2.295,
"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": 6,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PM2,PP3_Strong",
"acmg_by_gene": [
{
"score": 6,
"benign_score": 0,
"pathogenic_score": 6,
"criteria": [
"PM2",
"PP3_Strong"
],
"verdict": "Likely_pathogenic",
"transcript": "NM_015910.7",
"gene_symbol": "WDPCP",
"hgnc_id": 28027,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1788C>A",
"hgvs_p": "p.Asp596Glu"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}