← 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: 11-77325367-G-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=77325367&ref=G&alt=T&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "11",
"pos": 77325367,
"ref": "G",
"alt": "T",
"effect": "intron_variant",
"transcript": "NM_002576.5",
"consequences": [
{
"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": 15,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "PAK1",
"gene_hgnc_id": 8590,
"hgvs_c": "c.1552-2007C>A",
"hgvs_p": null,
"transcript": "NM_002576.5",
"protein_id": "NP_002567.3",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 545,
"cds_start": -4,
"cds_end": null,
"cds_length": 1638,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3459,
"mane_select": "ENST00000356341.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "PAK1",
"gene_hgnc_id": 8590,
"hgvs_c": "c.1552-2007C>A",
"hgvs_p": null,
"transcript": "ENST00000356341.8",
"protein_id": "ENSP00000348696.4",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 545,
"cds_start": -4,
"cds_end": null,
"cds_length": 1638,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3459,
"mane_select": "NM_002576.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAK1",
"gene_hgnc_id": 8590,
"hgvs_c": "c.1561C>A",
"hgvs_p": "p.Leu521Met",
"transcript": "NM_001128620.2",
"protein_id": "NP_001122092.1",
"transcript_support_level": null,
"aa_start": 521,
"aa_end": null,
"aa_length": 553,
"cds_start": 1561,
"cds_end": null,
"cds_length": 1662,
"cdna_start": 2125,
"cdna_end": null,
"cdna_length": 3508,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAK1",
"gene_hgnc_id": 8590,
"hgvs_c": "c.1561C>A",
"hgvs_p": "p.Leu521Met",
"transcript": "NM_001376268.1",
"protein_id": "NP_001363197.1",
"transcript_support_level": null,
"aa_start": 521,
"aa_end": null,
"aa_length": 553,
"cds_start": 1561,
"cds_end": null,
"cds_length": 1662,
"cdna_start": 2122,
"cdna_end": null,
"cdna_length": 3505,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAK1",
"gene_hgnc_id": 8590,
"hgvs_c": "c.1561C>A",
"hgvs_p": "p.Leu521Met",
"transcript": "NM_001376269.1",
"protein_id": "NP_001363198.1",
"transcript_support_level": null,
"aa_start": 521,
"aa_end": null,
"aa_length": 553,
"cds_start": 1561,
"cds_end": null,
"cds_length": 1662,
"cdna_start": 1780,
"cdna_end": null,
"cdna_length": 3163,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAK1",
"gene_hgnc_id": 8590,
"hgvs_c": "c.1561C>A",
"hgvs_p": "p.Leu521Met",
"transcript": "NM_001376270.1",
"protein_id": "NP_001363199.1",
"transcript_support_level": null,
"aa_start": 521,
"aa_end": null,
"aa_length": 553,
"cds_start": 1561,
"cds_end": null,
"cds_length": 1662,
"cdna_start": 1777,
"cdna_end": null,
"cdna_length": 3160,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAK1",
"gene_hgnc_id": 8590,
"hgvs_c": "c.1561C>A",
"hgvs_p": "p.Leu521Met",
"transcript": "NM_001376271.1",
"protein_id": "NP_001363200.1",
"transcript_support_level": null,
"aa_start": 521,
"aa_end": null,
"aa_length": 553,
"cds_start": 1561,
"cds_end": null,
"cds_length": 1662,
"cdna_start": 1912,
"cdna_end": null,
"cdna_length": 3295,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAK1",
"gene_hgnc_id": 8590,
"hgvs_c": "c.1561C>A",
"hgvs_p": "p.Leu521Met",
"transcript": "ENST00000278568.8",
"protein_id": "ENSP00000278568.4",
"transcript_support_level": 2,
"aa_start": 521,
"aa_end": null,
"aa_length": 553,
"cds_start": 1561,
"cds_end": null,
"cds_length": 1662,
"cdna_start": 2091,
"cdna_end": null,
"cdna_length": 2543,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAK1",
"gene_hgnc_id": 8590,
"hgvs_c": "c.1423C>A",
"hgvs_p": "p.Leu475Met",
"transcript": "NM_001376289.1",
"protein_id": "NP_001363218.1",
"transcript_support_level": null,
"aa_start": 475,
"aa_end": null,
"aa_length": 507,
"cds_start": 1423,
"cds_end": null,
"cds_length": 1524,
"cdna_start": 1642,
"cdna_end": null,
"cdna_length": 3025,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAK1",
"gene_hgnc_id": 8590,
"hgvs_c": "c.1267C>A",
"hgvs_p": "p.Leu423Met",
"transcript": "NM_001376302.1",
"protein_id": "NP_001363231.1",
"transcript_support_level": null,
"aa_start": 423,
"aa_end": null,
"aa_length": 455,
"cds_start": 1267,
"cds_end": null,
"cds_length": 1368,
"cdna_start": 1569,
"cdna_end": null,
"cdna_length": 2952,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAK1",
"gene_hgnc_id": 8590,
"hgvs_c": "c.1267C>A",
"hgvs_p": "p.Leu423Met",
"transcript": "ENST00000528203.5",
"protein_id": "ENSP00000433211.1",
"transcript_support_level": 2,
"aa_start": 423,
"aa_end": null,
"aa_length": 455,
"cds_start": 1267,
"cds_end": null,
"cds_length": 1368,
"cdna_start": 1502,
"cdna_end": null,
"cdna_length": 1878,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAK1",
"gene_hgnc_id": 8590,
"hgvs_c": "c.1684C>A",
"hgvs_p": "p.Leu562Met",
"transcript": "XM_047427046.1",
"protein_id": "XP_047283002.1",
"transcript_support_level": null,
"aa_start": 562,
"aa_end": null,
"aa_length": 594,
"cds_start": 1684,
"cds_end": null,
"cds_length": 1785,
"cdna_start": 1856,
"cdna_end": null,
"cdna_length": 3239,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAK1",
"gene_hgnc_id": 8590,
"hgvs_c": "c.1561C>A",
"hgvs_p": "p.Leu521Met",
"transcript": "XM_024448557.2",
"protein_id": "XP_024304325.1",
"transcript_support_level": null,
"aa_start": 521,
"aa_end": null,
"aa_length": 553,
"cds_start": 1561,
"cds_end": null,
"cds_length": 1662,
"cdna_start": 1847,
"cdna_end": null,
"cdna_length": 3230,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAK1",
"gene_hgnc_id": 8590,
"hgvs_c": "c.1561C>A",
"hgvs_p": "p.Leu521Met",
"transcript": "XM_024448558.2",
"protein_id": "XP_024304326.1",
"transcript_support_level": null,
"aa_start": 521,
"aa_end": null,
"aa_length": 553,
"cds_start": 1561,
"cds_end": null,
"cds_length": 1662,
"cdna_start": 1757,
"cdna_end": null,
"cdna_length": 3140,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAK1",
"gene_hgnc_id": 8590,
"hgvs_c": "c.1561C>A",
"hgvs_p": "p.Leu521Met",
"transcript": "XM_024448559.2",
"protein_id": "XP_024304327.1",
"transcript_support_level": null,
"aa_start": 521,
"aa_end": null,
"aa_length": 553,
"cds_start": 1561,
"cds_end": null,
"cds_length": 1662,
"cdna_start": 2268,
"cdna_end": null,
"cdna_length": 3651,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAK1",
"gene_hgnc_id": 8590,
"hgvs_c": "c.1561C>A",
"hgvs_p": "p.Leu521Met",
"transcript": "XM_047427048.1",
"protein_id": "XP_047283004.1",
"transcript_support_level": null,
"aa_start": 521,
"aa_end": null,
"aa_length": 553,
"cds_start": 1561,
"cds_end": null,
"cds_length": 1662,
"cdna_start": 2192,
"cdna_end": null,
"cdna_length": 3575,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAK1",
"gene_hgnc_id": 8590,
"hgvs_c": "c.1561C>A",
"hgvs_p": "p.Leu521Met",
"transcript": "XM_047427049.1",
"protein_id": "XP_047283005.1",
"transcript_support_level": null,
"aa_start": 521,
"aa_end": null,
"aa_length": 553,
"cds_start": 1561,
"cds_end": null,
"cds_length": 1662,
"cdna_start": 1933,
"cdna_end": null,
"cdna_length": 3316,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAK1",
"gene_hgnc_id": 8590,
"hgvs_c": "c.1561C>A",
"hgvs_p": "p.Leu521Met",
"transcript": "XM_047427050.1",
"protein_id": "XP_047283006.1",
"transcript_support_level": null,
"aa_start": 521,
"aa_end": null,
"aa_length": 553,
"cds_start": 1561,
"cds_end": null,
"cds_length": 1662,
"cdna_start": 5800,
"cdna_end": null,
"cdna_length": 7183,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAK1",
"gene_hgnc_id": 8590,
"hgvs_c": "c.1561C>A",
"hgvs_p": "p.Leu521Met",
"transcript": "XM_047427051.1",
"protein_id": "XP_047283007.1",
"transcript_support_level": null,
"aa_start": 521,
"aa_end": null,
"aa_length": 553,
"cds_start": 1561,
"cds_end": null,
"cds_length": 1662,
"cdna_start": 2189,
"cdna_end": null,
"cdna_length": 3572,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAK1",
"gene_hgnc_id": 8590,
"hgvs_c": "c.1561C>A",
"hgvs_p": "p.Leu521Met",
"transcript": "XM_047427052.1",
"protein_id": "XP_047283008.1",
"transcript_support_level": null,
"aa_start": 521,
"aa_end": null,
"aa_length": 553,
"cds_start": 1561,
"cds_end": null,
"cds_length": 1662,
"cdna_start": 1600,
"cdna_end": null,
"cdna_length": 2983,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 15,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "PAK1",
"gene_hgnc_id": 8590,
"hgvs_c": "c.1573-2007C>A",
"hgvs_p": null,
"transcript": "NM_001376272.1",
"protein_id": "NP_001363201.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 552,
"cds_start": -4,
"cds_end": null,
"cds_length": 1659,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3135,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 15,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "PAK1",
"gene_hgnc_id": 8590,
"hgvs_c": "c.1552-2007C>A",
"hgvs_p": null,
"transcript": "NM_001376273.1",
"protein_id": "NP_001363202.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 545,
"cds_start": -4,
"cds_end": null,
"cds_length": 1638,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3456,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 15,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "PAK1",
"gene_hgnc_id": 8590,
"hgvs_c": "c.1552-2007C>A",
"hgvs_p": null,
"transcript": "NM_001376274.1",
"protein_id": "NP_001363203.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 545,
"cds_start": -4,
"cds_end": null,
"cds_length": 1638,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3114,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 16,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "PAK1",
"gene_hgnc_id": 8590,
"hgvs_c": "c.1552-2007C>A",
"hgvs_p": null,
"transcript": "NM_001376275.1",
"protein_id": "NP_001363204.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 545,
"cds_start": -4,
"cds_end": null,
"cds_length": 1638,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3181,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 16,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "PAK1",
"gene_hgnc_id": 8590,
"hgvs_c": "c.1552-2007C>A",
"hgvs_p": null,
"transcript": "NM_001376276.1",
"protein_id": "NP_001363205.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 545,
"cds_start": -4,
"cds_end": null,
"cds_length": 1638,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3634,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 15,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "PAK1",
"gene_hgnc_id": 8590,
"hgvs_c": "c.1552-2007C>A",
"hgvs_p": null,
"transcript": "NM_001376277.1",
"protein_id": "NP_001363206.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 545,
"cds_start": -4,
"cds_end": null,
"cds_length": 1638,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3602,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 15,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "PAK1",
"gene_hgnc_id": 8590,
"hgvs_c": "c.1552-2007C>A",
"hgvs_p": null,
"transcript": "NM_001376278.1",
"protein_id": "NP_001363207.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 545,
"cds_start": -4,
"cds_end": null,
"cds_length": 1638,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3111,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 16,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "PAK1",
"gene_hgnc_id": 8590,
"hgvs_c": "c.1552-2007C>A",
"hgvs_p": null,
"transcript": "NM_001376279.1",
"protein_id": "NP_001363208.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 545,
"cds_start": -4,
"cds_end": null,
"cds_length": 1638,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3178,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 17,
"intron_rank": 16,
"intron_rank_end": null,
"gene_symbol": "PAK1",
"gene_hgnc_id": 8590,
"hgvs_c": "c.1552-2007C>A",
"hgvs_p": null,
"transcript": "NM_001376280.1",
"protein_id": "NP_001363209.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 545,
"cds_start": -4,
"cds_end": null,
"cds_length": 1638,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3766,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 16,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "PAK1",
"gene_hgnc_id": 8590,
"hgvs_c": "c.1552-2007C>A",
"hgvs_p": null,
"transcript": "NM_001376281.1",
"protein_id": "NP_001363210.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 545,
"cds_start": -4,
"cds_end": null,
"cds_length": 1638,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3526,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 16,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "PAK1",
"gene_hgnc_id": 8590,
"hgvs_c": "c.1552-2007C>A",
"hgvs_p": null,
"transcript": "NM_001376282.1",
"protein_id": "NP_001363211.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 545,
"cds_start": -4,
"cds_end": null,
"cds_length": 1638,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3551,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 16,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "PAK1",
"gene_hgnc_id": 8590,
"hgvs_c": "c.1552-2007C>A",
"hgvs_p": null,
"transcript": "NM_001376283.1",
"protein_id": "NP_001363212.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 545,
"cds_start": -4,
"cds_end": null,
"cds_length": 1638,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3591,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 16,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "PAK1",
"gene_hgnc_id": 8590,
"hgvs_c": "c.1552-2007C>A",
"hgvs_p": null,
"transcript": "NM_001376284.1",
"protein_id": "NP_001363213.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 545,
"cds_start": -4,
"cds_end": null,
"cds_length": 1638,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3548,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 17,
"intron_rank": 16,
"intron_rank_end": null,
"gene_symbol": "PAK1",
"gene_hgnc_id": 8590,
"hgvs_c": "c.1552-2007C>A",
"hgvs_p": null,
"transcript": "NM_001376285.1",
"protein_id": "NP_001363214.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 545,
"cds_start": -4,
"cds_end": null,
"cds_length": 1638,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3421,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 16,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "PAK1",
"gene_hgnc_id": 8590,
"hgvs_c": "c.1552-2007C>A",
"hgvs_p": null,
"transcript": "NM_001376286.1",
"protein_id": "NP_001363215.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 545,
"cds_start": -4,
"cds_end": null,
"cds_length": 1638,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3246,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 17,
"intron_rank": 16,
"intron_rank_end": null,
"gene_symbol": "PAK1",
"gene_hgnc_id": 8590,
"hgvs_c": "c.1552-2007C>A",
"hgvs_p": null,
"transcript": "NM_001376287.1",
"protein_id": "NP_001363216.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 545,
"cds_start": -4,
"cds_end": null,
"cds_length": 1638,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3418,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 15,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "PAK1",
"gene_hgnc_id": 8590,
"hgvs_c": "c.1552-2213C>A",
"hgvs_p": null,
"transcript": "NM_001376288.1",
"protein_id": "NP_001363217.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 522,
"cds_start": -4,
"cds_end": null,
"cds_length": 1569,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2908,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 15,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "PAK1",
"gene_hgnc_id": 8590,
"hgvs_c": "c.1552-2213C>A",
"hgvs_p": null,
"transcript": "ENST00000530617.5",
"protein_id": "ENSP00000433423.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 522,
"cds_start": -4,
"cds_end": null,
"cds_length": 1569,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3001,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 14,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "PAK1",
"gene_hgnc_id": 8590,
"hgvs_c": "c.1429-2007C>A",
"hgvs_p": null,
"transcript": "NM_001376290.1",
"protein_id": "NP_001363219.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 504,
"cds_start": -4,
"cds_end": null,
"cds_length": 1515,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3336,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 14,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "PAK1",
"gene_hgnc_id": 8590,
"hgvs_c": "c.1429-2007C>A",
"hgvs_p": null,
"transcript": "NM_001376291.1",
"protein_id": "NP_001363220.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 504,
"cds_start": -4,
"cds_end": null,
"cds_length": 1515,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2991,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 14,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "PAK1",
"gene_hgnc_id": 8590,
"hgvs_c": "c.1414-2007C>A",
"hgvs_p": null,
"transcript": "NM_001376292.1",
"protein_id": "NP_001363221.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 499,
"cds_start": -4,
"cds_end": null,
"cds_length": 1500,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2976,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 14,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "PAK1",
"gene_hgnc_id": 8590,
"hgvs_c": "c.1414-2007C>A",
"hgvs_p": null,
"transcript": "NM_001376293.1",
"protein_id": "NP_001363222.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 499,
"cds_start": -4,
"cds_end": null,
"cds_length": 1500,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2973,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 15,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "PAK1",
"gene_hgnc_id": 8590,
"hgvs_c": "c.1405-2007C>A",
"hgvs_p": null,
"transcript": "NM_001376294.1",
"protein_id": "NP_001363223.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 496,
"cds_start": -4,
"cds_end": null,
"cds_length": 1491,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3099,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 13,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "PAK1",
"gene_hgnc_id": 8590,
"hgvs_c": "c.1375-2007C>A",
"hgvs_p": null,
"transcript": "NM_001376295.1",
"protein_id": "NP_001363224.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 486,
"cds_start": -4,
"cds_end": null,
"cds_length": 1461,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2937,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 13,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "PAK1",
"gene_hgnc_id": 8590,
"hgvs_c": "c.1303-2007C>A",
"hgvs_p": null,
"transcript": "NM_001376301.1",
"protein_id": "NP_001363230.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 462,
"cds_start": -4,
"cds_end": null,
"cds_length": 1389,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3210,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 12,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "PAK1",
"gene_hgnc_id": 8590,
"hgvs_c": "c.1264-2007C>A",
"hgvs_p": null,
"transcript": "NM_001376303.1",
"protein_id": "NP_001363232.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 449,
"cds_start": -4,
"cds_end": null,
"cds_length": 1350,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2826,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 13,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "PAK1",
"gene_hgnc_id": 8590,
"hgvs_c": "c.1258-2007C>A",
"hgvs_p": null,
"transcript": "NM_001376304.1",
"protein_id": "NP_001363233.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 447,
"cds_start": -4,
"cds_end": null,
"cds_length": 1344,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3147,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 14,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "PAK1",
"gene_hgnc_id": 8590,
"hgvs_c": "c.1258-2007C>A",
"hgvs_p": null,
"transcript": "NM_001376305.1",
"protein_id": "NP_001363234.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 447,
"cds_start": -4,
"cds_end": null,
"cds_length": 1344,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2903,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "PAK1",
"gene_hgnc_id": 8590,
"hgvs_c": "n.772-2007C>A",
"hgvs_p": null,
"transcript": "ENST00000525542.5",
"protein_id": null,
"transcript_support_level": 2,
"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": 863,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "PAK1",
"gene_hgnc_id": 8590,
"hgvs_c": "n.*395-2007C>A",
"hgvs_p": null,
"transcript": "ENST00000527457.5",
"protein_id": "ENSP00000431906.1",
"transcript_support_level": 3,
"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": 1047,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "PAK1",
"gene_hgnc_id": 8590,
"hgvs_c": "n.1792-2007C>A",
"hgvs_p": null,
"transcript": "NR_164797.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": 3135,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "PAK1",
"gene_hgnc_id": 8590,
"hgvs_c": "n.1933-2007C>A",
"hgvs_p": null,
"transcript": "NR_164798.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": 3276,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 16,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "PAK1",
"gene_hgnc_id": 8590,
"hgvs_c": "c.1675-2007C>A",
"hgvs_p": null,
"transcript": "XM_047427047.1",
"protein_id": "XP_047283003.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 586,
"cds_start": -4,
"cds_end": null,
"cds_length": 1761,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3190,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 17,
"intron_rank": 16,
"intron_rank_end": null,
"gene_symbol": "PAK1",
"gene_hgnc_id": 8590,
"hgvs_c": "c.1552-2007C>A",
"hgvs_p": null,
"transcript": "XM_024448560.2",
"protein_id": "XP_024304328.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 545,
"cds_start": -4,
"cds_end": null,
"cds_length": 1638,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3333,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 15,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "PAK1",
"gene_hgnc_id": 8590,
"hgvs_c": "c.1552-2007C>A",
"hgvs_p": null,
"transcript": "XM_047427053.1",
"protein_id": "XP_047283009.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 545,
"cds_start": -4,
"cds_end": null,
"cds_length": 1638,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7134,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 16,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "PAK1",
"gene_hgnc_id": 8590,
"hgvs_c": "c.1552-2007C>A",
"hgvs_p": null,
"transcript": "XM_047427054.1",
"protein_id": "XP_047283010.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 545,
"cds_start": -4,
"cds_end": null,
"cds_length": 1638,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3267,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "PAK1",
"gene_hgnc_id": 8590,
"dbsnp": "rs1225760044",
"frequency_reference_population": 0.000005578351,
"hom_count_reference_population": 0,
"allele_count_reference_population": 9,
"gnomad_exomes_af": 0.00000547492,
"gnomad_genomes_af": 0.00000657151,
"gnomad_exomes_ac": 8,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.22241610288619995,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.152,
"revel_prediction": "Benign",
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.58,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.237,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -6,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Moderate,BS2",
"acmg_by_gene": [
{
"score": -6,
"benign_score": 6,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate",
"BS2"
],
"verdict": "Likely_benign",
"transcript": "NM_002576.5",
"gene_symbol": "PAK1",
"hgnc_id": 8590,
"effects": [
"intron_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1552-2007C>A",
"hgvs_p": null
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}