← 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-111162977-GGAA-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=X&pos=111162977&ref=GGAA&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "X",
"pos": 111162977,
"ref": "GGAA",
"alt": "G",
"effect": "disruptive_inframe_deletion",
"transcript": "ENST00000372007.10",
"consequences": [
{
"aa_ref": "ED",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAK3",
"gene_hgnc_id": 8592,
"hgvs_c": "c.546_548delAGA",
"hgvs_p": "p.Glu182del",
"transcript": "NM_002578.5",
"protein_id": "NP_002569.1",
"transcript_support_level": null,
"aa_start": 182,
"aa_end": null,
"aa_length": 544,
"cds_start": 546,
"cds_end": null,
"cds_length": 1635,
"cdna_start": 1123,
"cdna_end": null,
"cdna_length": 9126,
"mane_select": "ENST00000372007.10",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "ED",
"aa_alt": "D",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAK3",
"gene_hgnc_id": 8592,
"hgvs_c": "c.546_548delAGA",
"hgvs_p": "p.Glu182del",
"transcript": "ENST00000372007.10",
"protein_id": "ENSP00000361077.4",
"transcript_support_level": 1,
"aa_start": 182,
"aa_end": null,
"aa_length": 544,
"cds_start": 546,
"cds_end": null,
"cds_length": 1635,
"cdna_start": 1123,
"cdna_end": null,
"cdna_length": 9126,
"mane_select": "NM_002578.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "ED",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAK3",
"gene_hgnc_id": 8592,
"hgvs_c": "c.654_656delAGA",
"hgvs_p": "p.Glu218del",
"transcript": "ENST00000360648.8",
"protein_id": "ENSP00000353864.4",
"transcript_support_level": 1,
"aa_start": 218,
"aa_end": null,
"aa_length": 580,
"cds_start": 654,
"cds_end": null,
"cds_length": 1743,
"cdna_start": 681,
"cdna_end": null,
"cdna_length": 2241,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "ED",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAK3",
"gene_hgnc_id": 8592,
"hgvs_c": "c.609_611delAGA",
"hgvs_p": "p.Glu203del",
"transcript": "ENST00000417227.5",
"protein_id": "ENSP00000389172.1",
"transcript_support_level": 1,
"aa_start": 203,
"aa_end": null,
"aa_length": 565,
"cds_start": 609,
"cds_end": null,
"cds_length": 1698,
"cdna_start": 636,
"cdna_end": null,
"cdna_length": 2196,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "ED",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAK3",
"gene_hgnc_id": 8592,
"hgvs_c": "c.591_593delAGA",
"hgvs_p": "p.Glu197del",
"transcript": "ENST00000262836.6",
"protein_id": "ENSP00000262836.4",
"transcript_support_level": 1,
"aa_start": 197,
"aa_end": null,
"aa_length": 559,
"cds_start": 591,
"cds_end": null,
"cds_length": 1680,
"cdna_start": 618,
"cdna_end": null,
"cdna_length": 2178,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "ED",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAK3",
"gene_hgnc_id": 8592,
"hgvs_c": "c.546_548delAGA",
"hgvs_p": "p.Glu182del",
"transcript": "ENST00000446737.5",
"protein_id": "ENSP00000410853.1",
"transcript_support_level": 1,
"aa_start": 182,
"aa_end": null,
"aa_length": 544,
"cds_start": 546,
"cds_end": null,
"cds_length": 1635,
"cdna_start": 990,
"cdna_end": null,
"cdna_length": 2550,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "ED",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAK3",
"gene_hgnc_id": 8592,
"hgvs_c": "c.654_656delAGA",
"hgvs_p": "p.Glu218del",
"transcript": "NM_001128168.3",
"protein_id": "NP_001121640.1",
"transcript_support_level": null,
"aa_start": 218,
"aa_end": null,
"aa_length": 580,
"cds_start": 654,
"cds_end": null,
"cds_length": 1743,
"cdna_start": 1234,
"cdna_end": null,
"cdna_length": 9237,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "ED",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAK3",
"gene_hgnc_id": 8592,
"hgvs_c": "c.654_656delAGA",
"hgvs_p": "p.Glu218del",
"transcript": "ENST00000518291.6",
"protein_id": "ENSP00000428921.1",
"transcript_support_level": 5,
"aa_start": 218,
"aa_end": null,
"aa_length": 580,
"cds_start": 654,
"cds_end": null,
"cds_length": 1743,
"cdna_start": 1231,
"cdna_end": null,
"cdna_length": 9234,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "ED",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAK3",
"gene_hgnc_id": 8592,
"hgvs_c": "c.609_611delAGA",
"hgvs_p": "p.Glu203del",
"transcript": "NM_001128172.2",
"protein_id": "NP_001121644.1",
"transcript_support_level": null,
"aa_start": 203,
"aa_end": null,
"aa_length": 565,
"cds_start": 609,
"cds_end": null,
"cds_length": 1698,
"cdna_start": 636,
"cdna_end": null,
"cdna_length": 8639,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "ED",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAK3",
"gene_hgnc_id": 8592,
"hgvs_c": "c.609_611delAGA",
"hgvs_p": "p.Glu203del",
"transcript": "ENST00000519681.5",
"protein_id": "ENSP00000429113.1",
"transcript_support_level": 5,
"aa_start": 203,
"aa_end": null,
"aa_length": 565,
"cds_start": 609,
"cds_end": null,
"cds_length": 1698,
"cdna_start": 1051,
"cdna_end": null,
"cdna_length": 2638,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "ED",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAK3",
"gene_hgnc_id": 8592,
"hgvs_c": "c.591_593delAGA",
"hgvs_p": "p.Glu197del",
"transcript": "NM_001128173.3",
"protein_id": "NP_001121645.1",
"transcript_support_level": null,
"aa_start": 197,
"aa_end": null,
"aa_length": 559,
"cds_start": 591,
"cds_end": null,
"cds_length": 1680,
"cdna_start": 1171,
"cdna_end": null,
"cdna_length": 9174,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "ED",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAK3",
"gene_hgnc_id": 8592,
"hgvs_c": "c.591_593delAGA",
"hgvs_p": "p.Glu197del",
"transcript": "NM_001324327.2",
"protein_id": "NP_001311256.1",
"transcript_support_level": null,
"aa_start": 197,
"aa_end": null,
"aa_length": 559,
"cds_start": 591,
"cds_end": null,
"cds_length": 1680,
"cdna_start": 1020,
"cdna_end": null,
"cdna_length": 9023,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "ED",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAK3",
"gene_hgnc_id": 8592,
"hgvs_c": "c.591_593delAGA",
"hgvs_p": "p.Glu197del",
"transcript": "NM_001324328.2",
"protein_id": "NP_001311257.1",
"transcript_support_level": null,
"aa_start": 197,
"aa_end": null,
"aa_length": 559,
"cds_start": 591,
"cds_end": null,
"cds_length": 1680,
"cdna_start": 953,
"cdna_end": null,
"cdna_length": 8956,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "ED",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAK3",
"gene_hgnc_id": 8592,
"hgvs_c": "c.591_593delAGA",
"hgvs_p": "p.Glu197del",
"transcript": "NM_001324329.2",
"protein_id": "NP_001311258.1",
"transcript_support_level": null,
"aa_start": 197,
"aa_end": null,
"aa_length": 559,
"cds_start": 591,
"cds_end": null,
"cds_length": 1680,
"cdna_start": 1168,
"cdna_end": null,
"cdna_length": 9171,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "ED",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAK3",
"gene_hgnc_id": 8592,
"hgvs_c": "c.591_593delAGA",
"hgvs_p": "p.Glu197del",
"transcript": "NM_001324333.2",
"protein_id": "NP_001311262.1",
"transcript_support_level": null,
"aa_start": 197,
"aa_end": null,
"aa_length": 559,
"cds_start": 591,
"cds_end": null,
"cds_length": 1680,
"cdna_start": 1101,
"cdna_end": null,
"cdna_length": 9104,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "ED",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAK3",
"gene_hgnc_id": 8592,
"hgvs_c": "c.591_593delAGA",
"hgvs_p": "p.Glu197del",
"transcript": "ENST00000372010.5",
"protein_id": "ENSP00000361080.1",
"transcript_support_level": 5,
"aa_start": 197,
"aa_end": null,
"aa_length": 559,
"cds_start": 591,
"cds_end": null,
"cds_length": 1680,
"cdna_start": 1033,
"cdna_end": null,
"cdna_length": 2606,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "ED",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAK3",
"gene_hgnc_id": 8592,
"hgvs_c": "c.546_548delAGA",
"hgvs_p": "p.Glu182del",
"transcript": "NM_001128166.3",
"protein_id": "NP_001121638.1",
"transcript_support_level": null,
"aa_start": 182,
"aa_end": null,
"aa_length": 544,
"cds_start": 546,
"cds_end": null,
"cds_length": 1635,
"cdna_start": 878,
"cdna_end": null,
"cdna_length": 8881,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "ED",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAK3",
"gene_hgnc_id": 8592,
"hgvs_c": "c.546_548delAGA",
"hgvs_p": "p.Glu182del",
"transcript": "NM_001128167.3",
"protein_id": "NP_001121639.1",
"transcript_support_level": null,
"aa_start": 182,
"aa_end": null,
"aa_length": 544,
"cds_start": 546,
"cds_end": null,
"cds_length": 1635,
"cdna_start": 805,
"cdna_end": null,
"cdna_length": 8808,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "ED",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAK3",
"gene_hgnc_id": 8592,
"hgvs_c": "c.546_548delAGA",
"hgvs_p": "p.Glu182del",
"transcript": "NM_001324325.2",
"protein_id": "NP_001311254.1",
"transcript_support_level": null,
"aa_start": 182,
"aa_end": null,
"aa_length": 544,
"cds_start": 546,
"cds_end": null,
"cds_length": 1635,
"cdna_start": 956,
"cdna_end": null,
"cdna_length": 8959,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "ED",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAK3",
"gene_hgnc_id": 8592,
"hgvs_c": "c.546_548delAGA",
"hgvs_p": "p.Glu182del",
"transcript": "NM_001324326.2",
"protein_id": "NP_001311255.1",
"transcript_support_level": null,
"aa_start": 182,
"aa_end": null,
"aa_length": 544,
"cds_start": 546,
"cds_end": null,
"cds_length": 1635,
"cdna_start": 908,
"cdna_end": null,
"cdna_length": 8911,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "ED",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAK3",
"gene_hgnc_id": 8592,
"hgvs_c": "c.546_548delAGA",
"hgvs_p": "p.Glu182del",
"transcript": "NM_001324330.2",
"protein_id": "NP_001311259.1",
"transcript_support_level": null,
"aa_start": 182,
"aa_end": null,
"aa_length": 544,
"cds_start": 546,
"cds_end": null,
"cds_length": 1635,
"cdna_start": 953,
"cdna_end": null,
"cdna_length": 8956,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "ED",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAK3",
"gene_hgnc_id": 8592,
"hgvs_c": "c.546_548delAGA",
"hgvs_p": "p.Glu182del",
"transcript": "NM_001324331.2",
"protein_id": "NP_001311260.1",
"transcript_support_level": null,
"aa_start": 182,
"aa_end": null,
"aa_length": 544,
"cds_start": 546,
"cds_end": null,
"cds_length": 1635,
"cdna_start": 975,
"cdna_end": null,
"cdna_length": 8978,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "ED",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAK3",
"gene_hgnc_id": 8592,
"hgvs_c": "c.546_548delAGA",
"hgvs_p": "p.Glu182del",
"transcript": "NM_001324332.2",
"protein_id": "NP_001311261.1",
"transcript_support_level": null,
"aa_start": 182,
"aa_end": null,
"aa_length": 544,
"cds_start": 546,
"cds_end": null,
"cds_length": 1635,
"cdna_start": 1126,
"cdna_end": null,
"cdna_length": 9129,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "ED",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAK3",
"gene_hgnc_id": 8592,
"hgvs_c": "c.546_548delAGA",
"hgvs_p": "p.Glu182del",
"transcript": "NM_001324334.2",
"protein_id": "NP_001311263.1",
"transcript_support_level": null,
"aa_start": 182,
"aa_end": null,
"aa_length": 544,
"cds_start": 546,
"cds_end": null,
"cds_length": 1635,
"cdna_start": 1056,
"cdna_end": null,
"cdna_length": 9059,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "ED",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAK3",
"gene_hgnc_id": 8592,
"hgvs_c": "c.546_548delAGA",
"hgvs_p": "p.Glu182del",
"transcript": "ENST00000425146.5",
"protein_id": "ENSP00000401982.1",
"transcript_support_level": 2,
"aa_start": 182,
"aa_end": null,
"aa_length": 544,
"cds_start": 546,
"cds_end": null,
"cds_length": 1635,
"cdna_start": 917,
"cdna_end": null,
"cdna_length": 2477,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "ED",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAK3",
"gene_hgnc_id": 8592,
"hgvs_c": "c.654_656delAGA",
"hgvs_p": "p.Glu218del",
"transcript": "XM_017029563.2",
"protein_id": "XP_016885052.1",
"transcript_support_level": null,
"aa_start": 218,
"aa_end": null,
"aa_length": 580,
"cds_start": 654,
"cds_end": null,
"cds_length": 1743,
"cdna_start": 1231,
"cdna_end": null,
"cdna_length": 9234,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "ED",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAK3",
"gene_hgnc_id": 8592,
"hgvs_c": "c.591_593delAGA",
"hgvs_p": "p.Glu197del",
"transcript": "XM_005262132.3",
"protein_id": "XP_005262189.1",
"transcript_support_level": null,
"aa_start": 197,
"aa_end": null,
"aa_length": 562,
"cds_start": 591,
"cds_end": null,
"cds_length": 1689,
"cdna_start": 1168,
"cdna_end": null,
"cdna_length": 2776,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "ED",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAK3",
"gene_hgnc_id": 8592,
"hgvs_c": "c.591_593delAGA",
"hgvs_p": "p.Glu197del",
"transcript": "XM_006724654.3",
"protein_id": "XP_006724717.1",
"transcript_support_level": null,
"aa_start": 197,
"aa_end": null,
"aa_length": 562,
"cds_start": 591,
"cds_end": null,
"cds_length": 1689,
"cdna_start": 1020,
"cdna_end": null,
"cdna_length": 2628,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "ED",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAK3",
"gene_hgnc_id": 8592,
"hgvs_c": "c.591_593delAGA",
"hgvs_p": "p.Glu197del",
"transcript": "XM_006724655.3",
"protein_id": "XP_006724718.1",
"transcript_support_level": null,
"aa_start": 197,
"aa_end": null,
"aa_length": 562,
"cds_start": 591,
"cds_end": null,
"cds_length": 1689,
"cdna_start": 953,
"cdna_end": null,
"cdna_length": 2561,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "ED",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAK3",
"gene_hgnc_id": 8592,
"hgvs_c": "c.591_593delAGA",
"hgvs_p": "p.Glu197del",
"transcript": "XM_011530962.2",
"protein_id": "XP_011529264.1",
"transcript_support_level": null,
"aa_start": 197,
"aa_end": null,
"aa_length": 562,
"cds_start": 591,
"cds_end": null,
"cds_length": 1689,
"cdna_start": 1171,
"cdna_end": null,
"cdna_length": 2779,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "ED",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAK3",
"gene_hgnc_id": 8592,
"hgvs_c": "c.591_593delAGA",
"hgvs_p": "p.Glu197del",
"transcript": "XM_011530968.3",
"protein_id": "XP_011529270.1",
"transcript_support_level": null,
"aa_start": 197,
"aa_end": null,
"aa_length": 562,
"cds_start": 591,
"cds_end": null,
"cds_length": 1689,
"cdna_start": 1168,
"cdna_end": null,
"cdna_length": 2776,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "ED",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAK3",
"gene_hgnc_id": 8592,
"hgvs_c": "c.591_593delAGA",
"hgvs_p": "p.Glu197del",
"transcript": "XM_011530969.2",
"protein_id": "XP_011529271.1",
"transcript_support_level": null,
"aa_start": 197,
"aa_end": null,
"aa_length": 562,
"cds_start": 591,
"cds_end": null,
"cds_length": 1689,
"cdna_start": 998,
"cdna_end": null,
"cdna_length": 2606,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "ED",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAK3",
"gene_hgnc_id": 8592,
"hgvs_c": "c.591_593delAGA",
"hgvs_p": "p.Glu197del",
"transcript": "XM_017029557.2",
"protein_id": "XP_016885046.1",
"transcript_support_level": null,
"aa_start": 197,
"aa_end": null,
"aa_length": 559,
"cds_start": 591,
"cds_end": null,
"cds_length": 1680,
"cdna_start": 998,
"cdna_end": null,
"cdna_length": 9001,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "ED",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAK3",
"gene_hgnc_id": 8592,
"hgvs_c": "c.546_548delAGA",
"hgvs_p": "p.Glu182del",
"transcript": "XM_005262133.4",
"protein_id": "XP_005262190.1",
"transcript_support_level": null,
"aa_start": 182,
"aa_end": null,
"aa_length": 547,
"cds_start": 546,
"cds_end": null,
"cds_length": 1644,
"cdna_start": 1123,
"cdna_end": null,
"cdna_length": 2731,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "ED",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAK3",
"gene_hgnc_id": 8592,
"hgvs_c": "c.546_548delAGA",
"hgvs_p": "p.Glu182del",
"transcript": "XM_017029558.2",
"protein_id": "XP_016885047.1",
"transcript_support_level": null,
"aa_start": 182,
"aa_end": null,
"aa_length": 547,
"cds_start": 546,
"cds_end": null,
"cds_length": 1644,
"cdna_start": 975,
"cdna_end": null,
"cdna_length": 2583,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "ED",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAK3",
"gene_hgnc_id": 8592,
"hgvs_c": "c.546_548delAGA",
"hgvs_p": "p.Glu182del",
"transcript": "XM_017029559.2",
"protein_id": "XP_016885048.1",
"transcript_support_level": null,
"aa_start": 182,
"aa_end": null,
"aa_length": 547,
"cds_start": 546,
"cds_end": null,
"cds_length": 1644,
"cdna_start": 953,
"cdna_end": null,
"cdna_length": 2561,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "ED",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAK3",
"gene_hgnc_id": 8592,
"hgvs_c": "c.546_548delAGA",
"hgvs_p": "p.Glu182del",
"transcript": "XM_017029560.2",
"protein_id": "XP_016885049.1",
"transcript_support_level": null,
"aa_start": 182,
"aa_end": null,
"aa_length": 547,
"cds_start": 546,
"cds_end": null,
"cds_length": 1644,
"cdna_start": 908,
"cdna_end": null,
"cdna_length": 2516,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "ED",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAK3",
"gene_hgnc_id": 8592,
"hgvs_c": "c.546_548delAGA",
"hgvs_p": "p.Glu182del",
"transcript": "XM_047442146.1",
"protein_id": "XP_047298102.1",
"transcript_support_level": null,
"aa_start": 182,
"aa_end": null,
"aa_length": 547,
"cds_start": 546,
"cds_end": null,
"cds_length": 1644,
"cdna_start": 1126,
"cdna_end": null,
"cdna_length": 2734,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "ED",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAK3",
"gene_hgnc_id": 8592,
"hgvs_c": "c.546_548delAGA",
"hgvs_p": "p.Glu182del",
"transcript": "XM_047442147.1",
"protein_id": "XP_047298103.1",
"transcript_support_level": null,
"aa_start": 182,
"aa_end": null,
"aa_length": 547,
"cds_start": 546,
"cds_end": null,
"cds_length": 1644,
"cdna_start": 1170,
"cdna_end": null,
"cdna_length": 2778,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "ED",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAK3",
"gene_hgnc_id": 8592,
"hgvs_c": "c.546_548delAGA",
"hgvs_p": "p.Glu182del",
"transcript": "XM_047442148.1",
"protein_id": "XP_047298104.1",
"transcript_support_level": null,
"aa_start": 182,
"aa_end": null,
"aa_length": 544,
"cds_start": 546,
"cds_end": null,
"cds_length": 1635,
"cdna_start": 1126,
"cdna_end": null,
"cdna_length": 9129,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "ED",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAK3",
"gene_hgnc_id": 8592,
"hgvs_c": "c.546_548delAGA",
"hgvs_p": "p.Glu182del",
"transcript": "XM_047442149.1",
"protein_id": "XP_047298105.1",
"transcript_support_level": null,
"aa_start": 182,
"aa_end": null,
"aa_length": 544,
"cds_start": 546,
"cds_end": null,
"cds_length": 1635,
"cdna_start": 1026,
"cdna_end": null,
"cdna_length": 9029,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "ED",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAK3",
"gene_hgnc_id": 8592,
"hgvs_c": "c.507_509delAGA",
"hgvs_p": "p.Glu169del",
"transcript": "XM_047442150.1",
"protein_id": "XP_047298106.1",
"transcript_support_level": null,
"aa_start": 169,
"aa_end": null,
"aa_length": 531,
"cds_start": 507,
"cds_end": null,
"cds_length": 1596,
"cdna_start": 3069,
"cdna_end": null,
"cdna_length": 11072,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "ED",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAK3",
"gene_hgnc_id": 8592,
"hgvs_c": "c.591_593delAGA",
"hgvs_p": "p.Glu197del",
"transcript": "XM_011530971.3",
"protein_id": "XP_011529273.1",
"transcript_support_level": null,
"aa_start": 197,
"aa_end": null,
"aa_length": 337,
"cds_start": 591,
"cds_end": null,
"cds_length": 1014,
"cdna_start": 1168,
"cdna_end": null,
"cdna_length": 3325,
"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": 8,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAK3",
"gene_hgnc_id": 8592,
"hgvs_c": "n.975_977delAGA",
"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": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAK3",
"gene_hgnc_id": 8592,
"hgvs_c": "n.721_723delAGA",
"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": "rs749370794",
"frequency_reference_population": 0.000077527,
"hom_count_reference_population": 33,
"allele_count_reference_population": 93,
"gnomad_exomes_af": 0.000077161,
"gnomad_genomes_af": 0.0000811184,
"gnomad_exomes_ac": 84,
"gnomad_genomes_ac": 9,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": null,
"computational_prediction_selected": null,
"computational_source_selected": null,
"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": null,
"bayesdelnoaf_prediction": null,
"phylop100way_score": 8.188,
"phylop100way_prediction": "Pathogenic",
"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": -5,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP3,BS2",
"acmg_by_gene": [
{
"score": -5,
"benign_score": 5,
"pathogenic_score": 0,
"criteria": [
"BP3",
"BS2"
],
"verdict": "Likely_benign",
"transcript": "ENST00000372007.10",
"gene_symbol": "PAK3",
"hgnc_id": 8592,
"effects": [
"disruptive_inframe_deletion"
],
"inheritance_mode": "XL",
"hgvs_c": "c.546_548delAGA",
"hgvs_p": "p.Glu182del"
}
],
"clinvar_disease": " X-linked 30,Intellectual disability,not provided",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "US:3",
"phenotype_combined": "Intellectual disability, X-linked 30|not provided",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}