← 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: 19-49861248-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=49861248&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "19",
"pos": 49861248,
"ref": "T",
"alt": "C",
"effect": "stop_lost",
"transcript": "NM_007254.4",
"consequences": [
{
"aa_ref": "*",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_lost"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PNKP",
"gene_hgnc_id": 9154,
"hgvs_c": "c.1566A>G",
"hgvs_p": "p.Ter522Trpext*?",
"transcript": "NM_007254.4",
"protein_id": "NP_009185.2",
"transcript_support_level": null,
"aa_start": 522,
"aa_end": null,
"aa_length": 521,
"cds_start": 1566,
"cds_end": null,
"cds_length": 1566,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000322344.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_007254.4"
},
{
"aa_ref": "*",
"aa_alt": "W",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_lost"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PNKP",
"gene_hgnc_id": 9154,
"hgvs_c": "c.1566A>G",
"hgvs_p": "p.Ter522Trpext*?",
"transcript": "ENST00000322344.8",
"protein_id": "ENSP00000323511.2",
"transcript_support_level": 1,
"aa_start": 522,
"aa_end": null,
"aa_length": 521,
"cds_start": 1566,
"cds_end": null,
"cds_length": 1566,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_007254.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000322344.8"
},
{
"aa_ref": "*",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_lost"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PNKP",
"gene_hgnc_id": 9154,
"hgvs_c": "c.1566A>G",
"hgvs_p": "p.Ter522Trpext*?",
"transcript": "ENST00000596014.5",
"protein_id": "ENSP00000472300.1",
"transcript_support_level": 1,
"aa_start": 522,
"aa_end": null,
"aa_length": 521,
"cds_start": 1566,
"cds_end": null,
"cds_length": 1566,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000596014.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PNKP",
"gene_hgnc_id": 9154,
"hgvs_c": "n.*1493A>G",
"hgvs_p": null,
"transcript": "ENST00000593946.5",
"protein_id": "ENSP00000468896.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000593946.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PNKP",
"gene_hgnc_id": 9154,
"hgvs_c": "n.*1493A>G",
"hgvs_p": null,
"transcript": "ENST00000593946.5",
"protein_id": "ENSP00000468896.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000593946.5"
},
{
"aa_ref": "*",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_lost"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PNKP",
"gene_hgnc_id": 9154,
"hgvs_c": "c.1593A>G",
"hgvs_p": "p.Ter531Trpext*?",
"transcript": "ENST00000861313.1",
"protein_id": "ENSP00000531372.1",
"transcript_support_level": null,
"aa_start": 531,
"aa_end": null,
"aa_length": 530,
"cds_start": 1593,
"cds_end": null,
"cds_length": 1593,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861313.1"
},
{
"aa_ref": "*",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_lost"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PNKP",
"gene_hgnc_id": 9154,
"hgvs_c": "c.1593A>G",
"hgvs_p": "p.Ter531Trpext*?",
"transcript": "ENST00000934451.1",
"protein_id": "ENSP00000604510.1",
"transcript_support_level": null,
"aa_start": 531,
"aa_end": null,
"aa_length": 530,
"cds_start": 1593,
"cds_end": null,
"cds_length": 1593,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934451.1"
},
{
"aa_ref": "*",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_lost"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PNKP",
"gene_hgnc_id": 9154,
"hgvs_c": "c.1566A>G",
"hgvs_p": "p.Ter522Trpext*?",
"transcript": "ENST00000934445.1",
"protein_id": "ENSP00000604504.1",
"transcript_support_level": null,
"aa_start": 522,
"aa_end": null,
"aa_length": 521,
"cds_start": 1566,
"cds_end": null,
"cds_length": 1566,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934445.1"
},
{
"aa_ref": "*",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_lost"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PNKP",
"gene_hgnc_id": 9154,
"hgvs_c": "c.1566A>G",
"hgvs_p": "p.Ter522Trpext*?",
"transcript": "ENST00000934450.1",
"protein_id": "ENSP00000604509.1",
"transcript_support_level": null,
"aa_start": 522,
"aa_end": null,
"aa_length": 521,
"cds_start": 1566,
"cds_end": null,
"cds_length": 1566,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934450.1"
},
{
"aa_ref": "*",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_lost"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PNKP",
"gene_hgnc_id": 9154,
"hgvs_c": "c.1545A>G",
"hgvs_p": "p.Ter515Trpext*?",
"transcript": "ENST00000934449.1",
"protein_id": "ENSP00000604508.1",
"transcript_support_level": null,
"aa_start": 515,
"aa_end": null,
"aa_length": 514,
"cds_start": 1545,
"cds_end": null,
"cds_length": 1545,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934449.1"
},
{
"aa_ref": "*",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_lost"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PNKP",
"gene_hgnc_id": 9154,
"hgvs_c": "c.1533A>G",
"hgvs_p": "p.Ter511Trpext*?",
"transcript": "ENST00000965095.1",
"protein_id": "ENSP00000635154.1",
"transcript_support_level": null,
"aa_start": 511,
"aa_end": null,
"aa_length": 510,
"cds_start": 1533,
"cds_end": null,
"cds_length": 1533,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965095.1"
},
{
"aa_ref": "*",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_lost"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PNKP",
"gene_hgnc_id": 9154,
"hgvs_c": "c.1527A>G",
"hgvs_p": "p.Ter509Trpext*?",
"transcript": "ENST00000934448.1",
"protein_id": "ENSP00000604507.1",
"transcript_support_level": null,
"aa_start": 509,
"aa_end": null,
"aa_length": 508,
"cds_start": 1527,
"cds_end": null,
"cds_length": 1527,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934448.1"
},
{
"aa_ref": "*",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_lost"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PNKP",
"gene_hgnc_id": 9154,
"hgvs_c": "c.1524A>G",
"hgvs_p": "p.Ter508Trpext*?",
"transcript": "ENST00000861311.1",
"protein_id": "ENSP00000531370.1",
"transcript_support_level": null,
"aa_start": 508,
"aa_end": null,
"aa_length": 507,
"cds_start": 1524,
"cds_end": null,
"cds_length": 1524,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861311.1"
},
{
"aa_ref": "*",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_lost"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PNKP",
"gene_hgnc_id": 9154,
"hgvs_c": "c.1473A>G",
"hgvs_p": "p.Ter491Trpext*?",
"transcript": "ENST00000600573.5",
"protein_id": "ENSP00000469826.1",
"transcript_support_level": 5,
"aa_start": 491,
"aa_end": null,
"aa_length": 490,
"cds_start": 1473,
"cds_end": null,
"cds_length": 1473,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000600573.5"
},
{
"aa_ref": "*",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_lost"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PNKP",
"gene_hgnc_id": 9154,
"hgvs_c": "c.1458A>G",
"hgvs_p": "p.Ter486Trpext*?",
"transcript": "ENST00000631020.2",
"protein_id": "ENSP00000486707.1",
"transcript_support_level": 5,
"aa_start": 486,
"aa_end": null,
"aa_length": 485,
"cds_start": 1458,
"cds_end": null,
"cds_length": 1458,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000631020.2"
},
{
"aa_ref": "*",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_lost"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PNKP",
"gene_hgnc_id": 9154,
"hgvs_c": "c.1440A>G",
"hgvs_p": "p.Ter480Trpext*?",
"transcript": "ENST00000861312.1",
"protein_id": "ENSP00000531371.1",
"transcript_support_level": null,
"aa_start": 480,
"aa_end": null,
"aa_length": 479,
"cds_start": 1440,
"cds_end": null,
"cds_length": 1440,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861312.1"
},
{
"aa_ref": "*",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_lost"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PNKP",
"gene_hgnc_id": 9154,
"hgvs_c": "c.1440A>G",
"hgvs_p": "p.Ter480Trpext*?",
"transcript": "ENST00000965096.1",
"protein_id": "ENSP00000635155.1",
"transcript_support_level": null,
"aa_start": 480,
"aa_end": null,
"aa_length": 479,
"cds_start": 1440,
"cds_end": null,
"cds_length": 1440,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965096.1"
},
{
"aa_ref": "*",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_lost"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PNKP",
"gene_hgnc_id": 9154,
"hgvs_c": "c.1419A>G",
"hgvs_p": "p.Ter473Trpext*?",
"transcript": "ENST00000965094.1",
"protein_id": "ENSP00000635153.1",
"transcript_support_level": null,
"aa_start": 473,
"aa_end": null,
"aa_length": 472,
"cds_start": 1419,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965094.1"
},
{
"aa_ref": "*",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_lost"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PNKP",
"gene_hgnc_id": 9154,
"hgvs_c": "c.1416A>G",
"hgvs_p": "p.Ter472Trpext*?",
"transcript": "ENST00000934444.1",
"protein_id": "ENSP00000604503.1",
"transcript_support_level": null,
"aa_start": 472,
"aa_end": null,
"aa_length": 471,
"cds_start": 1416,
"cds_end": null,
"cds_length": 1416,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934444.1"
},
{
"aa_ref": "*",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_lost"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PNKP",
"gene_hgnc_id": 9154,
"hgvs_c": "c.1368A>G",
"hgvs_p": "p.Ter456Trpext*?",
"transcript": "ENST00000934447.1",
"protein_id": "ENSP00000604506.1",
"transcript_support_level": null,
"aa_start": 456,
"aa_end": null,
"aa_length": 455,
"cds_start": 1368,
"cds_end": null,
"cds_length": 1368,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934447.1"
},
{
"aa_ref": "*",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_lost"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PNKP",
"gene_hgnc_id": 9154,
"hgvs_c": "c.1335A>G",
"hgvs_p": "p.Ter445Trpext*?",
"transcript": "ENST00000934446.1",
"protein_id": "ENSP00000604505.1",
"transcript_support_level": null,
"aa_start": 445,
"aa_end": null,
"aa_length": 444,
"cds_start": 1335,
"cds_end": null,
"cds_length": 1335,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934446.1"
},
{
"aa_ref": "*",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_lost"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PNKP",
"gene_hgnc_id": 9154,
"hgvs_c": "c.1266A>G",
"hgvs_p": "p.Ter422Trpext*?",
"transcript": "ENST00000934452.1",
"protein_id": "ENSP00000604511.1",
"transcript_support_level": null,
"aa_start": 422,
"aa_end": null,
"aa_length": 421,
"cds_start": 1266,
"cds_end": null,
"cds_length": 1266,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934452.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PNKP",
"gene_hgnc_id": 9154,
"hgvs_c": "c.*88A>G",
"hgvs_p": null,
"transcript": "ENST00000600910.5",
"protein_id": "ENSP00000473137.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 455,
"cds_start": null,
"cds_end": null,
"cds_length": 1368,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000600910.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PNKP",
"gene_hgnc_id": 9154,
"hgvs_c": "c.57+360A>G",
"hgvs_p": null,
"transcript": "ENST00000636840.1",
"protein_id": "ENSP00000490737.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 37,
"cds_start": null,
"cds_end": null,
"cds_length": 115,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000636840.1"
},
{
"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": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PNKP",
"gene_hgnc_id": 9154,
"hgvs_c": "n.2067A>G",
"hgvs_p": null,
"transcript": "ENST00000594661.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000594661.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PNKP",
"gene_hgnc_id": 9154,
"hgvs_c": "n.469A>G",
"hgvs_p": null,
"transcript": "ENST00000595081.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000595081.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PNKP",
"gene_hgnc_id": 9154,
"hgvs_c": "n.486A>G",
"hgvs_p": null,
"transcript": "ENST00000599454.5",
"protein_id": null,
"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": "retained_intron",
"feature": "ENST00000599454.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PNKP",
"gene_hgnc_id": 9154,
"hgvs_c": "n.638A>G",
"hgvs_p": null,
"transcript": "ENST00000601816.3",
"protein_id": null,
"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": "retained_intron",
"feature": "ENST00000601816.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PNKP",
"gene_hgnc_id": 9154,
"hgvs_c": "n.*961A>G",
"hgvs_p": null,
"transcript": "ENST00000627232.2",
"protein_id": "ENSP00000486037.1",
"transcript_support_level": 5,
"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": "ENST00000627232.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PNKP",
"gene_hgnc_id": 9154,
"hgvs_c": "n.*961A>G",
"hgvs_p": null,
"transcript": "ENST00000627232.2",
"protein_id": "ENSP00000486037.1",
"transcript_support_level": 5,
"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": "ENST00000627232.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PNKP",
"gene_hgnc_id": 9154,
"hgvs_c": "c.*185A>G",
"hgvs_p": null,
"transcript": "ENST00000597965.2",
"protein_id": "ENSP00000471097.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 56,
"cds_start": null,
"cds_end": null,
"cds_length": 171,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000597965.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PNKP",
"gene_hgnc_id": 9154,
"hgvs_c": "n.*383A>G",
"hgvs_p": null,
"transcript": "ENST00000625216.2",
"protein_id": "ENSP00000486898.1",
"transcript_support_level": 5,
"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": "ENST00000625216.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PNKP",
"gene_hgnc_id": 9154,
"hgvs_c": "n.*17A>G",
"hgvs_p": null,
"transcript": "ENST00000640501.1",
"protein_id": "ENSP00000491347.1",
"transcript_support_level": 5,
"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": "non_stop_decay",
"feature": "ENST00000640501.1"
}
],
"gene_symbol": "PNKP",
"gene_hgnc_id": 9154,
"dbsnp": "rs2122315087",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.009999999776482582,
"computational_prediction_selected": "Uncertain_significance",
"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.01,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 5.597,
"phylop100way_prediction": "Uncertain_significance",
"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": 4,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PM4",
"acmg_by_gene": [
{
"score": 4,
"benign_score": 0,
"pathogenic_score": 4,
"criteria": [
"PM2",
"PM4"
],
"verdict": "Uncertain_significance",
"transcript": "NM_007254.4",
"gene_symbol": "PNKP",
"hgnc_id": 9154,
"effects": [
"stop_lost"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.1566A>G",
"hgvs_p": "p.Ter522Trpext*?"
}
],
"clinvar_disease": " 12,Developmental and epileptic encephalopathy",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "Developmental and epileptic encephalopathy, 12",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}