← 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: 5-103136793-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=5&pos=103136793&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "5",
"pos": 103136793,
"ref": "C",
"alt": "T",
"effect": "synonymous_variant",
"transcript": "NM_001281471.3",
"consequences": [
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIP5K2",
"gene_hgnc_id": 29035,
"hgvs_c": "c.372C>T",
"hgvs_p": "p.Asp124Asp",
"transcript": "NM_001276277.3",
"protein_id": "NP_001263206.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 1243,
"cds_start": 372,
"cds_end": null,
"cds_length": 3732,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000358359.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001276277.3"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIP5K2",
"gene_hgnc_id": 29035,
"hgvs_c": "c.372C>T",
"hgvs_p": "p.Asp124Asp",
"transcript": "ENST00000358359.8",
"protein_id": "ENSP00000351126.3",
"transcript_support_level": 1,
"aa_start": 124,
"aa_end": null,
"aa_length": 1243,
"cds_start": 372,
"cds_end": null,
"cds_length": 3732,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001276277.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000358359.8"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIP5K2",
"gene_hgnc_id": 29035,
"hgvs_c": "c.372C>T",
"hgvs_p": "p.Asp124Asp",
"transcript": "ENST00000414217.5",
"protein_id": "ENSP00000416016.1",
"transcript_support_level": 1,
"aa_start": 124,
"aa_end": null,
"aa_length": 1222,
"cds_start": 372,
"cds_end": null,
"cds_length": 3669,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000414217.5"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIP5K2",
"gene_hgnc_id": 29035,
"hgvs_c": "c.372C>T",
"hgvs_p": "p.Asp124Asp",
"transcript": "NM_001281471.3",
"protein_id": "NP_001268400.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 1278,
"cds_start": 372,
"cds_end": null,
"cds_length": 3837,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001281471.3"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIP5K2",
"gene_hgnc_id": 29035,
"hgvs_c": "c.372C>T",
"hgvs_p": "p.Asp124Asp",
"transcript": "ENST00000613674.4",
"protein_id": "ENSP00000482907.1",
"transcript_support_level": 2,
"aa_start": 124,
"aa_end": null,
"aa_length": 1278,
"cds_start": 372,
"cds_end": null,
"cds_length": 3837,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000613674.4"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIP5K2",
"gene_hgnc_id": 29035,
"hgvs_c": "c.372C>T",
"hgvs_p": "p.Asp124Asp",
"transcript": "ENST00000627916.2",
"protein_id": "ENSP00000486357.1",
"transcript_support_level": 5,
"aa_start": 124,
"aa_end": null,
"aa_length": 1278,
"cds_start": 372,
"cds_end": null,
"cds_length": 3837,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000627916.2"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIP5K2",
"gene_hgnc_id": 29035,
"hgvs_c": "c.372C>T",
"hgvs_p": "p.Asp124Asp",
"transcript": "NM_001345873.2",
"protein_id": "NP_001332802.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 1242,
"cds_start": 372,
"cds_end": null,
"cds_length": 3729,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001345873.2"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIP5K2",
"gene_hgnc_id": 29035,
"hgvs_c": "c.372C>T",
"hgvs_p": "p.Asp124Asp",
"transcript": "ENST00000960519.1",
"protein_id": "ENSP00000630578.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 1242,
"cds_start": 372,
"cds_end": null,
"cds_length": 3729,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960519.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIP5K2",
"gene_hgnc_id": 29035,
"hgvs_c": "c.372C>T",
"hgvs_p": "p.Asp124Asp",
"transcript": "ENST00000927930.1",
"protein_id": "ENSP00000597989.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 1237,
"cds_start": 372,
"cds_end": null,
"cds_length": 3714,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000927930.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIP5K2",
"gene_hgnc_id": 29035,
"hgvs_c": "c.372C>T",
"hgvs_p": "p.Asp124Asp",
"transcript": "NM_015216.5",
"protein_id": "NP_056031.2",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 1222,
"cds_start": 372,
"cds_end": null,
"cds_length": 3669,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_015216.5"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIP5K2",
"gene_hgnc_id": 29035,
"hgvs_c": "c.372C>T",
"hgvs_p": "p.Asp124Asp",
"transcript": "ENST00000321521.13",
"protein_id": "ENSP00000313070.8",
"transcript_support_level": 5,
"aa_start": 124,
"aa_end": null,
"aa_length": 1222,
"cds_start": 372,
"cds_end": null,
"cds_length": 3669,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000321521.13"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIP5K2",
"gene_hgnc_id": 29035,
"hgvs_c": "c.372C>T",
"hgvs_p": "p.Asp124Asp",
"transcript": "NM_001345872.2",
"protein_id": "NP_001332801.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 1200,
"cds_start": 372,
"cds_end": null,
"cds_length": 3603,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001345872.2"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIP5K2",
"gene_hgnc_id": 29035,
"hgvs_c": "c.372C>T",
"hgvs_p": "p.Asp124Asp",
"transcript": "NM_001345871.2",
"protein_id": "NP_001332800.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 1185,
"cds_start": 372,
"cds_end": null,
"cds_length": 3558,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001345871.2"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIP5K2",
"gene_hgnc_id": 29035,
"hgvs_c": "c.372C>T",
"hgvs_p": "p.Asp124Asp",
"transcript": "ENST00000698750.1",
"protein_id": "ENSP00000513912.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 1185,
"cds_start": 372,
"cds_end": null,
"cds_length": 3558,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000698750.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIP5K2",
"gene_hgnc_id": 29035,
"hgvs_c": "c.372C>T",
"hgvs_p": "p.Asp124Asp",
"transcript": "NM_001345876.2",
"protein_id": "NP_001332805.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 1182,
"cds_start": 372,
"cds_end": null,
"cds_length": 3549,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001345876.2"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIP5K2",
"gene_hgnc_id": 29035,
"hgvs_c": "c.372C>T",
"hgvs_p": "p.Asp124Asp",
"transcript": "ENST00000881490.1",
"protein_id": "ENSP00000551549.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 1182,
"cds_start": 372,
"cds_end": null,
"cds_length": 3549,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881490.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIP5K2",
"gene_hgnc_id": 29035,
"hgvs_c": "c.372C>T",
"hgvs_p": "p.Asp124Asp",
"transcript": "NM_001345878.2",
"protein_id": "NP_001332807.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 1181,
"cds_start": 372,
"cds_end": null,
"cds_length": 3546,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001345878.2"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIP5K2",
"gene_hgnc_id": 29035,
"hgvs_c": "c.372C>T",
"hgvs_p": "p.Asp124Asp",
"transcript": "ENST00000881491.1",
"protein_id": "ENSP00000551550.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 1181,
"cds_start": 372,
"cds_end": null,
"cds_length": 3546,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881491.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIP5K2",
"gene_hgnc_id": 29035,
"hgvs_c": "c.372C>T",
"hgvs_p": "p.Asp124Asp",
"transcript": "ENST00000881499.1",
"protein_id": "ENSP00000551558.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 1179,
"cds_start": 372,
"cds_end": null,
"cds_length": 3540,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881499.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIP5K2",
"gene_hgnc_id": 29035,
"hgvs_c": "c.372C>T",
"hgvs_p": "p.Asp124Asp",
"transcript": "NM_001345874.2",
"protein_id": "NP_001332803.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 1164,
"cds_start": 372,
"cds_end": null,
"cds_length": 3495,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001345874.2"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIP5K2",
"gene_hgnc_id": 29035,
"hgvs_c": "c.372C>T",
"hgvs_p": "p.Asp124Asp",
"transcript": "ENST00000881489.1",
"protein_id": "ENSP00000551548.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 1164,
"cds_start": 372,
"cds_end": null,
"cds_length": 3495,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881489.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIP5K2",
"gene_hgnc_id": 29035,
"hgvs_c": "c.372C>T",
"hgvs_p": "p.Asp124Asp",
"transcript": "ENST00000927931.1",
"protein_id": "ENSP00000597990.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 1164,
"cds_start": 372,
"cds_end": null,
"cds_length": 3495,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000927931.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIP5K2",
"gene_hgnc_id": 29035,
"hgvs_c": "c.372C>T",
"hgvs_p": "p.Asp124Asp",
"transcript": "ENST00000881498.1",
"protein_id": "ENSP00000551557.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 1163,
"cds_start": 372,
"cds_end": null,
"cds_length": 3492,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881498.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIP5K2",
"gene_hgnc_id": 29035,
"hgvs_c": "c.372C>T",
"hgvs_p": "p.Asp124Asp",
"transcript": "ENST00000927929.1",
"protein_id": "ENSP00000597988.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 1163,
"cds_start": 372,
"cds_end": null,
"cds_length": 3492,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000927929.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIP5K2",
"gene_hgnc_id": 29035,
"hgvs_c": "c.372C>T",
"hgvs_p": "p.Asp124Asp",
"transcript": "ENST00000960518.1",
"protein_id": "ENSP00000630577.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 1160,
"cds_start": 372,
"cds_end": null,
"cds_length": 3483,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960518.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIP5K2",
"gene_hgnc_id": 29035,
"hgvs_c": "c.372C>T",
"hgvs_p": "p.Asp124Asp",
"transcript": "ENST00000927932.1",
"protein_id": "ENSP00000597991.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 1159,
"cds_start": 372,
"cds_end": null,
"cds_length": 3480,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000927932.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIP5K2",
"gene_hgnc_id": 29035,
"hgvs_c": "c.372C>T",
"hgvs_p": "p.Asp124Asp",
"transcript": "ENST00000881497.1",
"protein_id": "ENSP00000551556.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 1150,
"cds_start": 372,
"cds_end": null,
"cds_length": 3453,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881497.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIP5K2",
"gene_hgnc_id": 29035,
"hgvs_c": "c.372C>T",
"hgvs_p": "p.Asp124Asp",
"transcript": "ENST00000881494.1",
"protein_id": "ENSP00000551553.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 1145,
"cds_start": 372,
"cds_end": null,
"cds_length": 3438,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881494.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIP5K2",
"gene_hgnc_id": 29035,
"hgvs_c": "c.372C>T",
"hgvs_p": "p.Asp124Asp",
"transcript": "ENST00000881493.1",
"protein_id": "ENSP00000551552.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 1144,
"cds_start": 372,
"cds_end": null,
"cds_length": 3435,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881493.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIP5K2",
"gene_hgnc_id": 29035,
"hgvs_c": "c.372C>T",
"hgvs_p": "p.Asp124Asp",
"transcript": "ENST00000881492.1",
"protein_id": "ENSP00000551551.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 1139,
"cds_start": 372,
"cds_end": null,
"cds_length": 3420,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881492.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIP5K2",
"gene_hgnc_id": 29035,
"hgvs_c": "c.372C>T",
"hgvs_p": "p.Asp124Asp",
"transcript": "ENST00000881495.1",
"protein_id": "ENSP00000551554.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 1138,
"cds_start": 372,
"cds_end": null,
"cds_length": 3417,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881495.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIP5K2",
"gene_hgnc_id": 29035,
"hgvs_c": "c.372C>T",
"hgvs_p": "p.Asp124Asp",
"transcript": "ENST00000881496.1",
"protein_id": "ENSP00000551555.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 1133,
"cds_start": 372,
"cds_end": null,
"cds_length": 3402,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881496.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIP5K2",
"gene_hgnc_id": 29035,
"hgvs_c": "c.372C>T",
"hgvs_p": "p.Asp124Asp",
"transcript": "NM_001345875.2",
"protein_id": "NP_001332804.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 1124,
"cds_start": 372,
"cds_end": null,
"cds_length": 3375,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001345875.2"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIP5K2",
"gene_hgnc_id": 29035,
"hgvs_c": "c.372C>T",
"hgvs_p": "p.Asp124Asp",
"transcript": "NM_001345877.2",
"protein_id": "NP_001332806.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 1123,
"cds_start": 372,
"cds_end": null,
"cds_length": 3372,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001345877.2"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIP5K2",
"gene_hgnc_id": 29035,
"hgvs_c": "c.138C>T",
"hgvs_p": "p.Asp46Asp",
"transcript": "ENST00000507921.5",
"protein_id": "ENSP00000422525.1",
"transcript_support_level": 2,
"aa_start": 46,
"aa_end": null,
"aa_length": 451,
"cds_start": 138,
"cds_end": null,
"cds_length": 1357,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000507921.5"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIP5K2",
"gene_hgnc_id": 29035,
"hgvs_c": "c.162C>T",
"hgvs_p": "p.Asp54Asp",
"transcript": "ENST00000507310.1",
"protein_id": "ENSP00000424535.1",
"transcript_support_level": 3,
"aa_start": 54,
"aa_end": null,
"aa_length": 209,
"cds_start": 162,
"cds_end": null,
"cds_length": 630,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000507310.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIP5K2",
"gene_hgnc_id": 29035,
"hgvs_c": "c.372C>T",
"hgvs_p": "p.Asp124Asp",
"transcript": "XM_005277534.3",
"protein_id": "XP_005277591.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 1258,
"cds_start": 372,
"cds_end": null,
"cds_length": 3777,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005277534.3"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIP5K2",
"gene_hgnc_id": 29035,
"hgvs_c": "c.372C>T",
"hgvs_p": "p.Asp124Asp",
"transcript": "XM_005277535.3",
"protein_id": "XP_005277592.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 1257,
"cds_start": 372,
"cds_end": null,
"cds_length": 3774,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005277535.3"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIP5K2",
"gene_hgnc_id": 29035,
"hgvs_c": "c.372C>T",
"hgvs_p": "p.Asp124Asp",
"transcript": "XM_005277536.3",
"protein_id": "XP_005277593.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 1237,
"cds_start": 372,
"cds_end": null,
"cds_length": 3714,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005277536.3"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIP5K2",
"gene_hgnc_id": 29035,
"hgvs_c": "c.372C>T",
"hgvs_p": "p.Asp124Asp",
"transcript": "XM_047417006.1",
"protein_id": "XP_047272962.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 1221,
"cds_start": 372,
"cds_end": null,
"cds_length": 3666,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047417006.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIP5K2",
"gene_hgnc_id": 29035,
"hgvs_c": "c.372C>T",
"hgvs_p": "p.Asp124Asp",
"transcript": "XM_006714576.3",
"protein_id": "XP_006714639.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 1218,
"cds_start": 372,
"cds_end": null,
"cds_length": 3657,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006714576.3"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIP5K2",
"gene_hgnc_id": 29035,
"hgvs_c": "c.372C>T",
"hgvs_p": "p.Asp124Asp",
"transcript": "XM_047417007.1",
"protein_id": "XP_047272963.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 1203,
"cds_start": 372,
"cds_end": null,
"cds_length": 3612,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047417007.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIP5K2",
"gene_hgnc_id": 29035,
"hgvs_c": "c.372C>T",
"hgvs_p": "p.Asp124Asp",
"transcript": "XM_047417008.1",
"protein_id": "XP_047272964.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 1199,
"cds_start": 372,
"cds_end": null,
"cds_length": 3600,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047417008.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIP5K2",
"gene_hgnc_id": 29035,
"hgvs_c": "c.372C>T",
"hgvs_p": "p.Asp124Asp",
"transcript": "XM_005277539.3",
"protein_id": "XP_005277596.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 1197,
"cds_start": 372,
"cds_end": null,
"cds_length": 3594,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005277539.3"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIP5K2",
"gene_hgnc_id": 29035,
"hgvs_c": "c.372C>T",
"hgvs_p": "p.Asp124Asp",
"transcript": "XM_047417009.1",
"protein_id": "XP_047272965.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 1196,
"cds_start": 372,
"cds_end": null,
"cds_length": 3591,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047417009.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIP5K2",
"gene_hgnc_id": 29035,
"hgvs_c": "c.372C>T",
"hgvs_p": "p.Asp124Asp",
"transcript": "XM_047417010.1",
"protein_id": "XP_047272966.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 1184,
"cds_start": 372,
"cds_end": null,
"cds_length": 3555,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047417010.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIP5K2",
"gene_hgnc_id": 29035,
"hgvs_c": "c.372C>T",
"hgvs_p": "p.Asp124Asp",
"transcript": "XM_047417011.1",
"protein_id": "XP_047272967.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 1179,
"cds_start": 372,
"cds_end": null,
"cds_length": 3540,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047417011.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIP5K2",
"gene_hgnc_id": 29035,
"hgvs_c": "c.372C>T",
"hgvs_p": "p.Asp124Asp",
"transcript": "XM_047417012.1",
"protein_id": "XP_047272968.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 1178,
"cds_start": 372,
"cds_end": null,
"cds_length": 3537,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047417012.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIP5K2",
"gene_hgnc_id": 29035,
"hgvs_c": "c.372C>T",
"hgvs_p": "p.Asp124Asp",
"transcript": "XM_017009273.3",
"protein_id": "XP_016864762.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 1163,
"cds_start": 372,
"cds_end": null,
"cds_length": 3492,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017009273.3"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIP5K2",
"gene_hgnc_id": 29035,
"hgvs_c": "c.372C>T",
"hgvs_p": "p.Asp124Asp",
"transcript": "XM_006714577.3",
"protein_id": "XP_006714640.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 1160,
"cds_start": 372,
"cds_end": null,
"cds_length": 3483,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006714577.3"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIP5K2",
"gene_hgnc_id": 29035,
"hgvs_c": "c.372C>T",
"hgvs_p": "p.Asp124Asp",
"transcript": "XM_017009274.3",
"protein_id": "XP_016864763.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 1145,
"cds_start": 372,
"cds_end": null,
"cds_length": 3438,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017009274.3"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIP5K2",
"gene_hgnc_id": 29035,
"hgvs_c": "c.372C>T",
"hgvs_p": "p.Asp124Asp",
"transcript": "XM_047417013.1",
"protein_id": "XP_047272969.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 1144,
"cds_start": 372,
"cds_end": null,
"cds_length": 3435,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047417013.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIP5K2",
"gene_hgnc_id": 29035,
"hgvs_c": "c.372C>T",
"hgvs_p": "p.Asp124Asp",
"transcript": "XM_005277541.3",
"protein_id": "XP_005277598.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 1139,
"cds_start": 372,
"cds_end": null,
"cds_length": 3420,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005277541.3"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIP5K2",
"gene_hgnc_id": 29035,
"hgvs_c": "c.372C>T",
"hgvs_p": "p.Asp124Asp",
"transcript": "XM_047417014.1",
"protein_id": "XP_047272970.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 1138,
"cds_start": 372,
"cds_end": null,
"cds_length": 3417,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047417014.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIP5K2",
"gene_hgnc_id": 29035,
"hgvs_c": "c.372C>T",
"hgvs_p": "p.Asp124Asp",
"transcript": "XM_011543290.4",
"protein_id": "XP_011541592.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 1038,
"cds_start": 372,
"cds_end": null,
"cds_length": 3117,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011543290.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIP5K2",
"gene_hgnc_id": 29035,
"hgvs_c": "c.-7C>T",
"hgvs_p": null,
"transcript": "ENST00000502481.5",
"protein_id": "ENSP00000467529.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 57,
"cds_start": null,
"cds_end": null,
"cds_length": 174,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000502481.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIP5K2",
"gene_hgnc_id": 29035,
"hgvs_c": "n.*104C>T",
"hgvs_p": null,
"transcript": "ENST00000504275.1",
"protein_id": "ENSP00000465165.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000504275.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIP5K2",
"gene_hgnc_id": 29035,
"hgvs_c": "n.*104C>T",
"hgvs_p": null,
"transcript": "ENST00000504275.1",
"protein_id": "ENSP00000465165.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000504275.1"
}
],
"gene_symbol": "PPIP5K2",
"gene_hgnc_id": 29035,
"dbsnp": "rs114517746",
"frequency_reference_population": 0.0023049072,
"hom_count_reference_population": 67,
"allele_count_reference_population": 3719,
"gnomad_exomes_af": 0.00126671,
"gnomad_genomes_af": 0.0122693,
"gnomad_exomes_ac": 1851,
"gnomad_genomes_ac": 1868,
"gnomad_exomes_homalt": 32,
"gnomad_genomes_homalt": 35,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.3199999928474426,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.15000000596046448,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.32,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.169,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.15,
"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": -12,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Moderate,BP6,BP7,BS1,BS2",
"acmg_by_gene": [
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate",
"BP6",
"BP7",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_001281471.3",
"gene_symbol": "PPIP5K2",
"hgnc_id": 29035,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR,Unknown",
"hgvs_c": "c.372C>T",
"hgvs_p": "p.Asp124Asp"
}
],
"clinvar_disease": "PPIP5K2-related disorder",
"clinvar_classification": "Benign",
"clinvar_review_status": "no assertion criteria provided",
"clinvar_submissions_summary": "null",
"phenotype_combined": "PPIP5K2-related disorder",
"pathogenicity_classification_combined": "Benign",
"custom_annotations": null
}
],
"message": null
}