← 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: 20-44540989-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=20&pos=44540989&ref=G&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "20",
"pos": 44540989,
"ref": "G",
"alt": "C",
"effect": "intron_variant",
"transcript": "NM_007066.5",
"consequences": [
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PKIG",
"gene_hgnc_id": 9019,
"hgvs_c": "c.-94+9011G>C",
"hgvs_p": null,
"transcript": "ENST00000372894.7",
"protein_id": "ENSP00000361985.3",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 76,
"cds_start": null,
"cds_end": null,
"cds_length": 231,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000372894.7"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PKIG",
"gene_hgnc_id": 9019,
"hgvs_c": "c.-516+9011G>C",
"hgvs_p": null,
"transcript": "NM_001281444.2",
"protein_id": "NP_001268373.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 76,
"cds_start": null,
"cds_end": null,
"cds_length": 231,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001281444.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PKIG",
"gene_hgnc_id": 9019,
"hgvs_c": "c.-94+9011G>C",
"hgvs_p": null,
"transcript": "NM_007066.5",
"protein_id": "NP_008997.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 76,
"cds_start": null,
"cds_end": null,
"cds_length": 231,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_007066.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PKIG",
"gene_hgnc_id": 9019,
"hgvs_c": "c.-241+9011G>C",
"hgvs_p": null,
"transcript": "NM_181804.3",
"protein_id": "NP_861520.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 76,
"cds_start": null,
"cds_end": null,
"cds_length": 231,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_181804.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PKIG",
"gene_hgnc_id": 9019,
"hgvs_c": "c.-346+9011G>C",
"hgvs_p": null,
"transcript": "NM_181805.3",
"protein_id": "NP_861521.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 76,
"cds_start": null,
"cds_end": null,
"cds_length": 231,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_181805.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PKIG",
"gene_hgnc_id": 9019,
"hgvs_c": "c.-516+9011G>C",
"hgvs_p": null,
"transcript": "ENST00000372889.5",
"protein_id": "ENSP00000361980.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 76,
"cds_start": null,
"cds_end": null,
"cds_length": 231,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000372889.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PKIG",
"gene_hgnc_id": 9019,
"hgvs_c": "c.-346+9011G>C",
"hgvs_p": null,
"transcript": "ENST00000372891.7",
"protein_id": "ENSP00000361981.3",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 76,
"cds_start": null,
"cds_end": null,
"cds_length": 231,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000372891.7"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PKIG",
"gene_hgnc_id": 9019,
"hgvs_c": "c.-241+9011G>C",
"hgvs_p": null,
"transcript": "ENST00000372892.7",
"protein_id": "ENSP00000361983.3",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 76,
"cds_start": null,
"cds_end": null,
"cds_length": 231,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000372892.7"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PKIG",
"gene_hgnc_id": 9019,
"hgvs_c": "c.-184+8589G>C",
"hgvs_p": null,
"transcript": "ENST00000902612.1",
"protein_id": "ENSP00000572671.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 76,
"cds_start": null,
"cds_end": null,
"cds_length": 231,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902612.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PKIG",
"gene_hgnc_id": 9019,
"hgvs_c": "c.-241+8589G>C",
"hgvs_p": null,
"transcript": "ENST00000902613.1",
"protein_id": "ENSP00000572672.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 76,
"cds_start": null,
"cds_end": null,
"cds_length": 231,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902613.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PKIG",
"gene_hgnc_id": 9019,
"hgvs_c": "c.-369+9011G>C",
"hgvs_p": null,
"transcript": "ENST00000902615.1",
"protein_id": "ENSP00000572674.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 76,
"cds_start": null,
"cds_end": null,
"cds_length": 231,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902615.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PKIG",
"gene_hgnc_id": 9019,
"hgvs_c": "c.-24+9011G>C",
"hgvs_p": null,
"transcript": "ENST00000902616.1",
"protein_id": "ENSP00000572675.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 76,
"cds_start": null,
"cds_end": null,
"cds_length": 231,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902616.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PKIG",
"gene_hgnc_id": 9019,
"hgvs_c": "c.-184+9011G>C",
"hgvs_p": null,
"transcript": "ENST00000902617.1",
"protein_id": "ENSP00000572676.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 76,
"cds_start": null,
"cds_end": null,
"cds_length": 231,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902617.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PKIG",
"gene_hgnc_id": 9019,
"hgvs_c": "c.-94+8589G>C",
"hgvs_p": null,
"transcript": "ENST00000902619.1",
"protein_id": "ENSP00000572678.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 76,
"cds_start": null,
"cds_end": null,
"cds_length": 231,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902619.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PKIG",
"gene_hgnc_id": 9019,
"hgvs_c": "c.-289+9011G>C",
"hgvs_p": null,
"transcript": "ENST00000902620.1",
"protein_id": "ENSP00000572679.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 76,
"cds_start": null,
"cds_end": null,
"cds_length": 231,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902620.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PKIG",
"gene_hgnc_id": 9019,
"hgvs_c": "c.-199+9011G>C",
"hgvs_p": null,
"transcript": "ENST00000902621.1",
"protein_id": "ENSP00000572680.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 76,
"cds_start": null,
"cds_end": null,
"cds_length": 231,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902621.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PKIG",
"gene_hgnc_id": 9019,
"hgvs_c": "c.-183+9011G>C",
"hgvs_p": null,
"transcript": "ENST00000902623.1",
"protein_id": "ENSP00000572682.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 76,
"cds_start": null,
"cds_end": null,
"cds_length": 231,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902623.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PKIG",
"gene_hgnc_id": 9019,
"hgvs_c": "c.-1098+9011G>C",
"hgvs_p": null,
"transcript": "ENST00000902624.1",
"protein_id": "ENSP00000572683.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 76,
"cds_start": null,
"cds_end": null,
"cds_length": 231,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902624.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PKIG",
"gene_hgnc_id": 9019,
"hgvs_c": "c.-346+8589G>C",
"hgvs_p": null,
"transcript": "ENST00000902625.1",
"protein_id": "ENSP00000572684.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 76,
"cds_start": null,
"cds_end": null,
"cds_length": 231,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902625.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PKIG",
"gene_hgnc_id": 9019,
"hgvs_c": "c.-171+8589G>C",
"hgvs_p": null,
"transcript": "ENST00000902626.1",
"protein_id": "ENSP00000572685.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 76,
"cds_start": null,
"cds_end": null,
"cds_length": 231,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902626.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PKIG",
"gene_hgnc_id": 9019,
"hgvs_c": "c.-94+8301G>C",
"hgvs_p": null,
"transcript": "ENST00000902627.1",
"protein_id": "ENSP00000572686.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 76,
"cds_start": null,
"cds_end": null,
"cds_length": 231,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902627.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PKIG",
"gene_hgnc_id": 9019,
"hgvs_c": "c.-24+8589G>C",
"hgvs_p": null,
"transcript": "ENST00000902628.1",
"protein_id": "ENSP00000572687.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 76,
"cds_start": null,
"cds_end": null,
"cds_length": 231,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902628.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PKIG",
"gene_hgnc_id": 9019,
"hgvs_c": "c.-241+8301G>C",
"hgvs_p": null,
"transcript": "ENST00000902629.1",
"protein_id": "ENSP00000572688.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 76,
"cds_start": null,
"cds_end": null,
"cds_length": 231,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902629.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PKIG",
"gene_hgnc_id": 9019,
"hgvs_c": "c.-94+4702G>C",
"hgvs_p": null,
"transcript": "ENST00000902631.1",
"protein_id": "ENSP00000572690.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 76,
"cds_start": null,
"cds_end": null,
"cds_length": 231,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902631.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PKIG",
"gene_hgnc_id": 9019,
"hgvs_c": "c.-241+4469G>C",
"hgvs_p": null,
"transcript": "ENST00000902632.1",
"protein_id": "ENSP00000572691.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 76,
"cds_start": null,
"cds_end": null,
"cds_length": 231,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902632.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PKIG",
"gene_hgnc_id": 9019,
"hgvs_c": "c.-94+4469G>C",
"hgvs_p": null,
"transcript": "ENST00000902633.1",
"protein_id": "ENSP00000572692.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 76,
"cds_start": null,
"cds_end": null,
"cds_length": 231,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902633.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PKIG",
"gene_hgnc_id": 9019,
"hgvs_c": "c.-94+8589G>C",
"hgvs_p": null,
"transcript": "ENST00000926460.1",
"protein_id": "ENSP00000596519.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 76,
"cds_start": null,
"cds_end": null,
"cds_length": 231,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000926460.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PKIG",
"gene_hgnc_id": 9019,
"hgvs_c": "c.-94+8589G>C",
"hgvs_p": null,
"transcript": "ENST00000926461.1",
"protein_id": "ENSP00000596520.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 76,
"cds_start": null,
"cds_end": null,
"cds_length": 231,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000926461.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PKIG",
"gene_hgnc_id": 9019,
"hgvs_c": "c.-315+9011G>C",
"hgvs_p": null,
"transcript": "ENST00000962966.1",
"protein_id": "ENSP00000633025.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 76,
"cds_start": null,
"cds_end": null,
"cds_length": 231,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962966.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PKIG",
"gene_hgnc_id": 9019,
"hgvs_c": "c.-94+9007G>C",
"hgvs_p": null,
"transcript": "ENST00000962967.1",
"protein_id": "ENSP00000633026.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 76,
"cds_start": null,
"cds_end": null,
"cds_length": 231,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962967.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PKIG",
"gene_hgnc_id": 9019,
"hgvs_c": "c.-151+9011G>C",
"hgvs_p": null,
"transcript": "ENST00000962968.1",
"protein_id": "ENSP00000633027.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 76,
"cds_start": null,
"cds_end": null,
"cds_length": 231,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962968.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PKIG",
"gene_hgnc_id": 9019,
"hgvs_c": "c.-185+9011G>C",
"hgvs_p": null,
"transcript": "ENST00000962969.1",
"protein_id": "ENSP00000633028.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 76,
"cds_start": null,
"cds_end": null,
"cds_length": 231,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962969.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PKIG",
"gene_hgnc_id": 9019,
"hgvs_c": "c.-219+9011G>C",
"hgvs_p": null,
"transcript": "ENST00000962970.1",
"protein_id": "ENSP00000633029.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 76,
"cds_start": null,
"cds_end": null,
"cds_length": 231,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962970.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PKIG",
"gene_hgnc_id": 9019,
"hgvs_c": "c.-369+8589G>C",
"hgvs_p": null,
"transcript": "ENST00000962971.1",
"protein_id": "ENSP00000633030.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 76,
"cds_start": null,
"cds_end": null,
"cds_length": 231,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962971.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PKIG",
"gene_hgnc_id": 9019,
"hgvs_c": "c.-94+8296G>C",
"hgvs_p": null,
"transcript": "ENST00000962972.1",
"protein_id": "ENSP00000633031.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 76,
"cds_start": null,
"cds_end": null,
"cds_length": 231,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962972.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PKIG",
"gene_hgnc_id": 9019,
"hgvs_c": "c.-241+8296G>C",
"hgvs_p": null,
"transcript": "ENST00000962973.1",
"protein_id": "ENSP00000633032.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 76,
"cds_start": null,
"cds_end": null,
"cds_length": 231,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962973.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PKIG",
"gene_hgnc_id": 9019,
"hgvs_c": "c.-346+8301G>C",
"hgvs_p": null,
"transcript": "ENST00000962975.1",
"protein_id": "ENSP00000633034.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 76,
"cds_start": null,
"cds_end": null,
"cds_length": 231,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962975.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PKIG",
"gene_hgnc_id": 9019,
"hgvs_c": "c.-241+8011G>C",
"hgvs_p": null,
"transcript": "ENST00000962976.1",
"protein_id": "ENSP00000633035.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 76,
"cds_start": null,
"cds_end": null,
"cds_length": 231,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962976.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PKIG",
"gene_hgnc_id": 9019,
"hgvs_c": "c.-241+4702G>C",
"hgvs_p": null,
"transcript": "ENST00000962977.1",
"protein_id": "ENSP00000633036.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 76,
"cds_start": null,
"cds_end": null,
"cds_length": 231,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962977.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PKIG",
"gene_hgnc_id": 9019,
"hgvs_c": "c.-346+4469G>C",
"hgvs_p": null,
"transcript": "ENST00000962978.1",
"protein_id": "ENSP00000633037.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 76,
"cds_start": null,
"cds_end": null,
"cds_length": 231,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962978.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PKIG",
"gene_hgnc_id": 9019,
"hgvs_c": "c.-24+4469G>C",
"hgvs_p": null,
"transcript": "ENST00000962979.1",
"protein_id": "ENSP00000633038.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 76,
"cds_start": null,
"cds_end": null,
"cds_length": 231,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962979.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PKIG",
"gene_hgnc_id": 9019,
"hgvs_c": "c.-369+4469G>C",
"hgvs_p": null,
"transcript": "ENST00000962980.1",
"protein_id": "ENSP00000633039.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 76,
"cds_start": null,
"cds_end": null,
"cds_length": 231,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962980.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PKIG",
"gene_hgnc_id": 9019,
"hgvs_c": "c.-185+4469G>C",
"hgvs_p": null,
"transcript": "ENST00000962981.1",
"protein_id": "ENSP00000633040.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 76,
"cds_start": null,
"cds_end": null,
"cds_length": 231,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962981.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PKIG",
"gene_hgnc_id": 9019,
"hgvs_c": "c.-94+9011G>C",
"hgvs_p": null,
"transcript": "ENST00000902614.1",
"protein_id": "ENSP00000572673.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 75,
"cds_start": null,
"cds_end": null,
"cds_length": 228,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902614.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PKIG",
"gene_hgnc_id": 9019,
"hgvs_c": "c.-24+9011G>C",
"hgvs_p": null,
"transcript": "ENST00000902618.1",
"protein_id": "ENSP00000572677.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 75,
"cds_start": null,
"cds_end": null,
"cds_length": 228,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902618.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PKIG",
"gene_hgnc_id": 9019,
"hgvs_c": "c.-241+9011G>C",
"hgvs_p": null,
"transcript": "ENST00000902622.1",
"protein_id": "ENSP00000572681.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 75,
"cds_start": null,
"cds_end": null,
"cds_length": 228,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902622.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PKIG",
"gene_hgnc_id": 9019,
"hgvs_c": "c.-241+8301G>C",
"hgvs_p": null,
"transcript": "ENST00000902630.1",
"protein_id": "ENSP00000572689.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 75,
"cds_start": null,
"cds_end": null,
"cds_length": 228,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902630.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PKIG",
"gene_hgnc_id": 9019,
"hgvs_c": "c.-184+4469G>C",
"hgvs_p": null,
"transcript": "ENST00000902634.1",
"protein_id": "ENSP00000572693.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 75,
"cds_start": null,
"cds_end": null,
"cds_length": 228,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902634.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PKIG",
"gene_hgnc_id": 9019,
"hgvs_c": "c.-241+4469G>C",
"hgvs_p": null,
"transcript": "ENST00000902635.1",
"protein_id": "ENSP00000572694.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 75,
"cds_start": null,
"cds_end": null,
"cds_length": 228,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902635.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PKIG",
"gene_hgnc_id": 9019,
"hgvs_c": "c.-241+8589G>C",
"hgvs_p": null,
"transcript": "ENST00000962974.1",
"protein_id": "ENSP00000633033.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 75,
"cds_start": null,
"cds_end": null,
"cds_length": 228,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962974.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PKIG",
"gene_hgnc_id": 9019,
"hgvs_c": "c.-241+9011G>C",
"hgvs_p": null,
"transcript": "ENST00000372887.5",
"protein_id": "ENSP00000361978.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 64,
"cds_start": null,
"cds_end": null,
"cds_length": 195,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000372887.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PKIG",
"gene_hgnc_id": 9019,
"hgvs_c": "c.-94+8589G>C",
"hgvs_p": null,
"transcript": "XM_017027615.2",
"protein_id": "XP_016883104.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 76,
"cds_start": null,
"cds_end": null,
"cds_length": 231,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017027615.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PKIG",
"gene_hgnc_id": 9019,
"hgvs_c": "c.-241+8589G>C",
"hgvs_p": null,
"transcript": "XM_047439850.1",
"protein_id": "XP_047295806.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 76,
"cds_start": null,
"cds_end": null,
"cds_length": 231,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047439850.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PKIG",
"gene_hgnc_id": 9019,
"hgvs_c": "c.-369+9011G>C",
"hgvs_p": null,
"transcript": "XM_047439851.1",
"protein_id": "XP_047295807.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 76,
"cds_start": null,
"cds_end": null,
"cds_length": 231,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047439851.1"
}
],
"gene_symbol": "PKIG",
"gene_hgnc_id": 9019,
"dbsnp": "rs244128",
"frequency_reference_population": 0.41253123,
"hom_count_reference_population": 15523,
"allele_count_reference_population": 62746,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.412531,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 62746,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 15523,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.8600000143051147,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.86,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.842,
"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": -12,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BA1",
"acmg_by_gene": [
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "NM_007066.5",
"gene_symbol": "PKIG",
"hgnc_id": 9019,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.-94+9011G>C",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}