← 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: X-111196488-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=X&pos=111196488&ref=C&alt=T&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "X",
"pos": 111196488,
"ref": "C",
"alt": "T",
"effect": "stop_gained",
"transcript": "ENST00000372007.10",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAK3",
"gene_hgnc_id": 8592,
"hgvs_c": "c.1255C>T",
"hgvs_p": "p.Arg419*",
"transcript": "NM_002578.5",
"protein_id": "NP_002569.1",
"transcript_support_level": null,
"aa_start": 419,
"aa_end": null,
"aa_length": 544,
"cds_start": 1255,
"cds_end": null,
"cds_length": 1635,
"cdna_start": 1832,
"cdna_end": null,
"cdna_length": 9126,
"mane_select": "ENST00000372007.10",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAK3",
"gene_hgnc_id": 8592,
"hgvs_c": "c.1255C>T",
"hgvs_p": "p.Arg419*",
"transcript": "ENST00000372007.10",
"protein_id": "ENSP00000361077.4",
"transcript_support_level": 1,
"aa_start": 419,
"aa_end": null,
"aa_length": 544,
"cds_start": 1255,
"cds_end": null,
"cds_length": 1635,
"cdna_start": 1832,
"cdna_end": null,
"cdna_length": 9126,
"mane_select": "NM_002578.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAK3",
"gene_hgnc_id": 8592,
"hgvs_c": "c.1363C>T",
"hgvs_p": "p.Arg455*",
"transcript": "ENST00000360648.8",
"protein_id": "ENSP00000353864.4",
"transcript_support_level": 1,
"aa_start": 455,
"aa_end": null,
"aa_length": 580,
"cds_start": 1363,
"cds_end": null,
"cds_length": 1743,
"cdna_start": 1390,
"cdna_end": null,
"cdna_length": 2241,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAK3",
"gene_hgnc_id": 8592,
"hgvs_c": "c.1318C>T",
"hgvs_p": "p.Arg440*",
"transcript": "ENST00000417227.5",
"protein_id": "ENSP00000389172.1",
"transcript_support_level": 1,
"aa_start": 440,
"aa_end": null,
"aa_length": 565,
"cds_start": 1318,
"cds_end": null,
"cds_length": 1698,
"cdna_start": 1345,
"cdna_end": null,
"cdna_length": 2196,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAK3",
"gene_hgnc_id": 8592,
"hgvs_c": "c.1300C>T",
"hgvs_p": "p.Arg434*",
"transcript": "ENST00000262836.6",
"protein_id": "ENSP00000262836.4",
"transcript_support_level": 1,
"aa_start": 434,
"aa_end": null,
"aa_length": 559,
"cds_start": 1300,
"cds_end": null,
"cds_length": 1680,
"cdna_start": 1327,
"cdna_end": null,
"cdna_length": 2178,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAK3",
"gene_hgnc_id": 8592,
"hgvs_c": "c.1255C>T",
"hgvs_p": "p.Arg419*",
"transcript": "ENST00000446737.5",
"protein_id": "ENSP00000410853.1",
"transcript_support_level": 1,
"aa_start": 419,
"aa_end": null,
"aa_length": 544,
"cds_start": 1255,
"cds_end": null,
"cds_length": 1635,
"cdna_start": 1699,
"cdna_end": null,
"cdna_length": 2550,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAK3",
"gene_hgnc_id": 8592,
"hgvs_c": "c.1363C>T",
"hgvs_p": "p.Arg455*",
"transcript": "NM_001128168.3",
"protein_id": "NP_001121640.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 580,
"cds_start": 1363,
"cds_end": null,
"cds_length": 1743,
"cdna_start": 1943,
"cdna_end": null,
"cdna_length": 9237,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAK3",
"gene_hgnc_id": 8592,
"hgvs_c": "c.1363C>T",
"hgvs_p": "p.Arg455*",
"transcript": "ENST00000518291.6",
"protein_id": "ENSP00000428921.1",
"transcript_support_level": 5,
"aa_start": 455,
"aa_end": null,
"aa_length": 580,
"cds_start": 1363,
"cds_end": null,
"cds_length": 1743,
"cdna_start": 1940,
"cdna_end": null,
"cdna_length": 9234,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAK3",
"gene_hgnc_id": 8592,
"hgvs_c": "c.1318C>T",
"hgvs_p": "p.Arg440*",
"transcript": "NM_001128172.2",
"protein_id": "NP_001121644.1",
"transcript_support_level": null,
"aa_start": 440,
"aa_end": null,
"aa_length": 565,
"cds_start": 1318,
"cds_end": null,
"cds_length": 1698,
"cdna_start": 1345,
"cdna_end": null,
"cdna_length": 8639,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAK3",
"gene_hgnc_id": 8592,
"hgvs_c": "c.1318C>T",
"hgvs_p": "p.Arg440*",
"transcript": "ENST00000519681.5",
"protein_id": "ENSP00000429113.1",
"transcript_support_level": 5,
"aa_start": 440,
"aa_end": null,
"aa_length": 565,
"cds_start": 1318,
"cds_end": null,
"cds_length": 1698,
"cdna_start": 1760,
"cdna_end": null,
"cdna_length": 2638,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAK3",
"gene_hgnc_id": 8592,
"hgvs_c": "c.1300C>T",
"hgvs_p": "p.Arg434*",
"transcript": "NM_001128173.3",
"protein_id": "NP_001121645.1",
"transcript_support_level": null,
"aa_start": 434,
"aa_end": null,
"aa_length": 559,
"cds_start": 1300,
"cds_end": null,
"cds_length": 1680,
"cdna_start": 1880,
"cdna_end": null,
"cdna_length": 9174,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAK3",
"gene_hgnc_id": 8592,
"hgvs_c": "c.1300C>T",
"hgvs_p": "p.Arg434*",
"transcript": "NM_001324327.2",
"protein_id": "NP_001311256.1",
"transcript_support_level": null,
"aa_start": 434,
"aa_end": null,
"aa_length": 559,
"cds_start": 1300,
"cds_end": null,
"cds_length": 1680,
"cdna_start": 1729,
"cdna_end": null,
"cdna_length": 9023,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAK3",
"gene_hgnc_id": 8592,
"hgvs_c": "c.1300C>T",
"hgvs_p": "p.Arg434*",
"transcript": "NM_001324328.2",
"protein_id": "NP_001311257.1",
"transcript_support_level": null,
"aa_start": 434,
"aa_end": null,
"aa_length": 559,
"cds_start": 1300,
"cds_end": null,
"cds_length": 1680,
"cdna_start": 1662,
"cdna_end": null,
"cdna_length": 8956,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAK3",
"gene_hgnc_id": 8592,
"hgvs_c": "c.1300C>T",
"hgvs_p": "p.Arg434*",
"transcript": "NM_001324329.2",
"protein_id": "NP_001311258.1",
"transcript_support_level": null,
"aa_start": 434,
"aa_end": null,
"aa_length": 559,
"cds_start": 1300,
"cds_end": null,
"cds_length": 1680,
"cdna_start": 1877,
"cdna_end": null,
"cdna_length": 9171,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAK3",
"gene_hgnc_id": 8592,
"hgvs_c": "c.1300C>T",
"hgvs_p": "p.Arg434*",
"transcript": "NM_001324333.2",
"protein_id": "NP_001311262.1",
"transcript_support_level": null,
"aa_start": 434,
"aa_end": null,
"aa_length": 559,
"cds_start": 1300,
"cds_end": null,
"cds_length": 1680,
"cdna_start": 1810,
"cdna_end": null,
"cdna_length": 9104,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAK3",
"gene_hgnc_id": 8592,
"hgvs_c": "c.1300C>T",
"hgvs_p": "p.Arg434*",
"transcript": "ENST00000372010.5",
"protein_id": "ENSP00000361080.1",
"transcript_support_level": 5,
"aa_start": 434,
"aa_end": null,
"aa_length": 559,
"cds_start": 1300,
"cds_end": null,
"cds_length": 1680,
"cdna_start": 1742,
"cdna_end": null,
"cdna_length": 2606,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAK3",
"gene_hgnc_id": 8592,
"hgvs_c": "c.1255C>T",
"hgvs_p": "p.Arg419*",
"transcript": "NM_001128166.3",
"protein_id": "NP_001121638.1",
"transcript_support_level": null,
"aa_start": 419,
"aa_end": null,
"aa_length": 544,
"cds_start": 1255,
"cds_end": null,
"cds_length": 1635,
"cdna_start": 1587,
"cdna_end": null,
"cdna_length": 8881,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAK3",
"gene_hgnc_id": 8592,
"hgvs_c": "c.1255C>T",
"hgvs_p": "p.Arg419*",
"transcript": "NM_001128167.3",
"protein_id": "NP_001121639.1",
"transcript_support_level": null,
"aa_start": 419,
"aa_end": null,
"aa_length": 544,
"cds_start": 1255,
"cds_end": null,
"cds_length": 1635,
"cdna_start": 1514,
"cdna_end": null,
"cdna_length": 8808,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAK3",
"gene_hgnc_id": 8592,
"hgvs_c": "c.1255C>T",
"hgvs_p": "p.Arg419*",
"transcript": "NM_001324325.2",
"protein_id": "NP_001311254.1",
"transcript_support_level": null,
"aa_start": 419,
"aa_end": null,
"aa_length": 544,
"cds_start": 1255,
"cds_end": null,
"cds_length": 1635,
"cdna_start": 1665,
"cdna_end": null,
"cdna_length": 8959,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAK3",
"gene_hgnc_id": 8592,
"hgvs_c": "c.1255C>T",
"hgvs_p": "p.Arg419*",
"transcript": "NM_001324326.2",
"protein_id": "NP_001311255.1",
"transcript_support_level": null,
"aa_start": 419,
"aa_end": null,
"aa_length": 544,
"cds_start": 1255,
"cds_end": null,
"cds_length": 1635,
"cdna_start": 1617,
"cdna_end": null,
"cdna_length": 8911,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAK3",
"gene_hgnc_id": 8592,
"hgvs_c": "c.1255C>T",
"hgvs_p": "p.Arg419*",
"transcript": "NM_001324330.2",
"protein_id": "NP_001311259.1",
"transcript_support_level": null,
"aa_start": 419,
"aa_end": null,
"aa_length": 544,
"cds_start": 1255,
"cds_end": null,
"cds_length": 1635,
"cdna_start": 1662,
"cdna_end": null,
"cdna_length": 8956,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAK3",
"gene_hgnc_id": 8592,
"hgvs_c": "c.1255C>T",
"hgvs_p": "p.Arg419*",
"transcript": "NM_001324331.2",
"protein_id": "NP_001311260.1",
"transcript_support_level": null,
"aa_start": 419,
"aa_end": null,
"aa_length": 544,
"cds_start": 1255,
"cds_end": null,
"cds_length": 1635,
"cdna_start": 1684,
"cdna_end": null,
"cdna_length": 8978,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAK3",
"gene_hgnc_id": 8592,
"hgvs_c": "c.1255C>T",
"hgvs_p": "p.Arg419*",
"transcript": "NM_001324332.2",
"protein_id": "NP_001311261.1",
"transcript_support_level": null,
"aa_start": 419,
"aa_end": null,
"aa_length": 544,
"cds_start": 1255,
"cds_end": null,
"cds_length": 1635,
"cdna_start": 1835,
"cdna_end": null,
"cdna_length": 9129,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAK3",
"gene_hgnc_id": 8592,
"hgvs_c": "c.1255C>T",
"hgvs_p": "p.Arg419*",
"transcript": "NM_001324334.2",
"protein_id": "NP_001311263.1",
"transcript_support_level": null,
"aa_start": 419,
"aa_end": null,
"aa_length": 544,
"cds_start": 1255,
"cds_end": null,
"cds_length": 1635,
"cdna_start": 1765,
"cdna_end": null,
"cdna_length": 9059,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAK3",
"gene_hgnc_id": 8592,
"hgvs_c": "c.1255C>T",
"hgvs_p": "p.Arg419*",
"transcript": "ENST00000425146.5",
"protein_id": "ENSP00000401982.1",
"transcript_support_level": 2,
"aa_start": 419,
"aa_end": null,
"aa_length": 544,
"cds_start": 1255,
"cds_end": null,
"cds_length": 1635,
"cdna_start": 1626,
"cdna_end": null,
"cdna_length": 2477,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAK3",
"gene_hgnc_id": 8592,
"hgvs_c": "c.1363C>T",
"hgvs_p": "p.Arg455*",
"transcript": "XM_017029563.2",
"protein_id": "XP_016885052.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 580,
"cds_start": 1363,
"cds_end": null,
"cds_length": 1743,
"cdna_start": 1940,
"cdna_end": null,
"cdna_length": 9234,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAK3",
"gene_hgnc_id": 8592,
"hgvs_c": "c.1300C>T",
"hgvs_p": "p.Arg434*",
"transcript": "XM_005262132.3",
"protein_id": "XP_005262189.1",
"transcript_support_level": null,
"aa_start": 434,
"aa_end": null,
"aa_length": 562,
"cds_start": 1300,
"cds_end": null,
"cds_length": 1689,
"cdna_start": 1877,
"cdna_end": null,
"cdna_length": 2776,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAK3",
"gene_hgnc_id": 8592,
"hgvs_c": "c.1300C>T",
"hgvs_p": "p.Arg434*",
"transcript": "XM_006724654.3",
"protein_id": "XP_006724717.1",
"transcript_support_level": null,
"aa_start": 434,
"aa_end": null,
"aa_length": 562,
"cds_start": 1300,
"cds_end": null,
"cds_length": 1689,
"cdna_start": 1729,
"cdna_end": null,
"cdna_length": 2628,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAK3",
"gene_hgnc_id": 8592,
"hgvs_c": "c.1300C>T",
"hgvs_p": "p.Arg434*",
"transcript": "XM_006724655.3",
"protein_id": "XP_006724718.1",
"transcript_support_level": null,
"aa_start": 434,
"aa_end": null,
"aa_length": 562,
"cds_start": 1300,
"cds_end": null,
"cds_length": 1689,
"cdna_start": 1662,
"cdna_end": null,
"cdna_length": 2561,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAK3",
"gene_hgnc_id": 8592,
"hgvs_c": "c.1300C>T",
"hgvs_p": "p.Arg434*",
"transcript": "XM_011530962.2",
"protein_id": "XP_011529264.1",
"transcript_support_level": null,
"aa_start": 434,
"aa_end": null,
"aa_length": 562,
"cds_start": 1300,
"cds_end": null,
"cds_length": 1689,
"cdna_start": 1880,
"cdna_end": null,
"cdna_length": 2779,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAK3",
"gene_hgnc_id": 8592,
"hgvs_c": "c.1300C>T",
"hgvs_p": "p.Arg434*",
"transcript": "XM_011530968.3",
"protein_id": "XP_011529270.1",
"transcript_support_level": null,
"aa_start": 434,
"aa_end": null,
"aa_length": 562,
"cds_start": 1300,
"cds_end": null,
"cds_length": 1689,
"cdna_start": 1877,
"cdna_end": null,
"cdna_length": 2776,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAK3",
"gene_hgnc_id": 8592,
"hgvs_c": "c.1300C>T",
"hgvs_p": "p.Arg434*",
"transcript": "XM_011530969.2",
"protein_id": "XP_011529271.1",
"transcript_support_level": null,
"aa_start": 434,
"aa_end": null,
"aa_length": 562,
"cds_start": 1300,
"cds_end": null,
"cds_length": 1689,
"cdna_start": 1707,
"cdna_end": null,
"cdna_length": 2606,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAK3",
"gene_hgnc_id": 8592,
"hgvs_c": "c.1300C>T",
"hgvs_p": "p.Arg434*",
"transcript": "XM_017029557.2",
"protein_id": "XP_016885046.1",
"transcript_support_level": null,
"aa_start": 434,
"aa_end": null,
"aa_length": 559,
"cds_start": 1300,
"cds_end": null,
"cds_length": 1680,
"cdna_start": 1707,
"cdna_end": null,
"cdna_length": 9001,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAK3",
"gene_hgnc_id": 8592,
"hgvs_c": "c.1255C>T",
"hgvs_p": "p.Arg419*",
"transcript": "XM_005262133.4",
"protein_id": "XP_005262190.1",
"transcript_support_level": null,
"aa_start": 419,
"aa_end": null,
"aa_length": 547,
"cds_start": 1255,
"cds_end": null,
"cds_length": 1644,
"cdna_start": 1832,
"cdna_end": null,
"cdna_length": 2731,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAK3",
"gene_hgnc_id": 8592,
"hgvs_c": "c.1255C>T",
"hgvs_p": "p.Arg419*",
"transcript": "XM_017029558.2",
"protein_id": "XP_016885047.1",
"transcript_support_level": null,
"aa_start": 419,
"aa_end": null,
"aa_length": 547,
"cds_start": 1255,
"cds_end": null,
"cds_length": 1644,
"cdna_start": 1684,
"cdna_end": null,
"cdna_length": 2583,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAK3",
"gene_hgnc_id": 8592,
"hgvs_c": "c.1255C>T",
"hgvs_p": "p.Arg419*",
"transcript": "XM_017029559.2",
"protein_id": "XP_016885048.1",
"transcript_support_level": null,
"aa_start": 419,
"aa_end": null,
"aa_length": 547,
"cds_start": 1255,
"cds_end": null,
"cds_length": 1644,
"cdna_start": 1662,
"cdna_end": null,
"cdna_length": 2561,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAK3",
"gene_hgnc_id": 8592,
"hgvs_c": "c.1255C>T",
"hgvs_p": "p.Arg419*",
"transcript": "XM_017029560.2",
"protein_id": "XP_016885049.1",
"transcript_support_level": null,
"aa_start": 419,
"aa_end": null,
"aa_length": 547,
"cds_start": 1255,
"cds_end": null,
"cds_length": 1644,
"cdna_start": 1617,
"cdna_end": null,
"cdna_length": 2516,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAK3",
"gene_hgnc_id": 8592,
"hgvs_c": "c.1255C>T",
"hgvs_p": "p.Arg419*",
"transcript": "XM_047442146.1",
"protein_id": "XP_047298102.1",
"transcript_support_level": null,
"aa_start": 419,
"aa_end": null,
"aa_length": 547,
"cds_start": 1255,
"cds_end": null,
"cds_length": 1644,
"cdna_start": 1835,
"cdna_end": null,
"cdna_length": 2734,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAK3",
"gene_hgnc_id": 8592,
"hgvs_c": "c.1255C>T",
"hgvs_p": "p.Arg419*",
"transcript": "XM_047442147.1",
"protein_id": "XP_047298103.1",
"transcript_support_level": null,
"aa_start": 419,
"aa_end": null,
"aa_length": 547,
"cds_start": 1255,
"cds_end": null,
"cds_length": 1644,
"cdna_start": 1879,
"cdna_end": null,
"cdna_length": 2778,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAK3",
"gene_hgnc_id": 8592,
"hgvs_c": "c.1255C>T",
"hgvs_p": "p.Arg419*",
"transcript": "XM_047442148.1",
"protein_id": "XP_047298104.1",
"transcript_support_level": null,
"aa_start": 419,
"aa_end": null,
"aa_length": 544,
"cds_start": 1255,
"cds_end": null,
"cds_length": 1635,
"cdna_start": 1835,
"cdna_end": null,
"cdna_length": 9129,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAK3",
"gene_hgnc_id": 8592,
"hgvs_c": "c.1255C>T",
"hgvs_p": "p.Arg419*",
"transcript": "XM_047442149.1",
"protein_id": "XP_047298105.1",
"transcript_support_level": null,
"aa_start": 419,
"aa_end": null,
"aa_length": 544,
"cds_start": 1255,
"cds_end": null,
"cds_length": 1635,
"cdna_start": 1735,
"cdna_end": null,
"cdna_length": 9029,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAK3",
"gene_hgnc_id": 8592,
"hgvs_c": "c.1216C>T",
"hgvs_p": "p.Arg406*",
"transcript": "XM_047442150.1",
"protein_id": "XP_047298106.1",
"transcript_support_level": null,
"aa_start": 406,
"aa_end": null,
"aa_length": 531,
"cds_start": 1216,
"cds_end": null,
"cds_length": 1596,
"cdna_start": 3778,
"cdna_end": null,
"cdna_length": 11072,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAK3",
"gene_hgnc_id": 8592,
"hgvs_c": "n.1684C>T",
"hgvs_p": null,
"transcript": "NR_136747.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9153,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAK3",
"gene_hgnc_id": 8592,
"hgvs_c": "n.1430C>T",
"hgvs_p": null,
"transcript": "NR_136748.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8837,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "PAK3",
"gene_hgnc_id": 8592,
"dbsnp": "rs121434611",
"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.6299999952316284,
"computational_prediction_selected": "Pathogenic",
"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.63,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 3.723,
"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": 11,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1,PM2,PP5",
"acmg_by_gene": [
{
"score": 11,
"benign_score": 0,
"pathogenic_score": 11,
"criteria": [
"PVS1",
"PM2",
"PP5"
],
"verdict": "Pathogenic",
"transcript": "ENST00000372007.10",
"gene_symbol": "PAK3",
"hgnc_id": 8592,
"effects": [
"stop_gained"
],
"inheritance_mode": "XL",
"hgvs_c": "c.1255C>T",
"hgvs_p": "p.Arg419*"
}
],
"clinvar_disease": " X-linked 30,Intellectual disability,not provided",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "no assertion criteria provided",
"clinvar_submissions_summary": "null",
"phenotype_combined": "Intellectual disability, X-linked 30|not provided",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}