← 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-77336115-G-A (hg38)

Bash / cURL Example

bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=77336115&ref=G&alt=A&genome=hg38&allGenes=true"

API Response

json
{
  "variants": [
    {
      "chr": "11",
      "pos": 77336115,
      "ref": "G",
      "alt": "A",
      "effect": "missense_variant",
      "transcript": "NM_001128620.2",
      "consequences": [
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PAK1",
          "gene_hgnc_id": 8590,
          "hgvs_c": "c.1384C>T",
          "hgvs_p": "p.Pro462Ser",
          "transcript": "NM_002576.5",
          "protein_id": "NP_002567.3",
          "transcript_support_level": null,
          "aa_start": 462,
          "aa_end": null,
          "aa_length": 545,
          "cds_start": 1384,
          "cds_end": null,
          "cds_length": 1638,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000356341.8",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_002576.5"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PAK1",
          "gene_hgnc_id": 8590,
          "hgvs_c": "c.1384C>T",
          "hgvs_p": "p.Pro462Ser",
          "transcript": "ENST00000356341.8",
          "protein_id": "ENSP00000348696.4",
          "transcript_support_level": 1,
          "aa_start": 462,
          "aa_end": null,
          "aa_length": 545,
          "cds_start": 1384,
          "cds_end": null,
          "cds_length": 1638,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_002576.5",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000356341.8"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PAK1",
          "gene_hgnc_id": 8590,
          "hgvs_c": "c.1384C>T",
          "hgvs_p": "p.Pro462Ser",
          "transcript": "NM_001128620.2",
          "protein_id": "NP_001122092.1",
          "transcript_support_level": null,
          "aa_start": 462,
          "aa_end": null,
          "aa_length": 553,
          "cds_start": 1384,
          "cds_end": null,
          "cds_length": 1662,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001128620.2"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PAK1",
          "gene_hgnc_id": 8590,
          "hgvs_c": "c.1384C>T",
          "hgvs_p": "p.Pro462Ser",
          "transcript": "NM_001376268.1",
          "protein_id": "NP_001363197.1",
          "transcript_support_level": null,
          "aa_start": 462,
          "aa_end": null,
          "aa_length": 553,
          "cds_start": 1384,
          "cds_end": null,
          "cds_length": 1662,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001376268.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PAK1",
          "gene_hgnc_id": 8590,
          "hgvs_c": "c.1384C>T",
          "hgvs_p": "p.Pro462Ser",
          "transcript": "NM_001376269.1",
          "protein_id": "NP_001363198.1",
          "transcript_support_level": null,
          "aa_start": 462,
          "aa_end": null,
          "aa_length": 553,
          "cds_start": 1384,
          "cds_end": null,
          "cds_length": 1662,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001376269.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PAK1",
          "gene_hgnc_id": 8590,
          "hgvs_c": "c.1384C>T",
          "hgvs_p": "p.Pro462Ser",
          "transcript": "NM_001376270.1",
          "protein_id": "NP_001363199.1",
          "transcript_support_level": null,
          "aa_start": 462,
          "aa_end": null,
          "aa_length": 553,
          "cds_start": 1384,
          "cds_end": null,
          "cds_length": 1662,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001376270.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PAK1",
          "gene_hgnc_id": 8590,
          "hgvs_c": "c.1384C>T",
          "hgvs_p": "p.Pro462Ser",
          "transcript": "NM_001376271.1",
          "protein_id": "NP_001363200.1",
          "transcript_support_level": null,
          "aa_start": 462,
          "aa_end": null,
          "aa_length": 553,
          "cds_start": 1384,
          "cds_end": null,
          "cds_length": 1662,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001376271.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PAK1",
          "gene_hgnc_id": 8590,
          "hgvs_c": "c.1384C>T",
          "hgvs_p": "p.Pro462Ser",
          "transcript": "ENST00000278568.8",
          "protein_id": "ENSP00000278568.4",
          "transcript_support_level": 2,
          "aa_start": 462,
          "aa_end": null,
          "aa_length": 553,
          "cds_start": 1384,
          "cds_end": null,
          "cds_length": 1662,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000278568.8"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PAK1",
          "gene_hgnc_id": 8590,
          "hgvs_c": "c.1405C>T",
          "hgvs_p": "p.Pro469Ser",
          "transcript": "NM_001376272.1",
          "protein_id": "NP_001363201.1",
          "transcript_support_level": null,
          "aa_start": 469,
          "aa_end": null,
          "aa_length": 552,
          "cds_start": 1405,
          "cds_end": null,
          "cds_length": 1659,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001376272.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PAK1",
          "gene_hgnc_id": 8590,
          "hgvs_c": "c.1384C>T",
          "hgvs_p": "p.Pro462Ser",
          "transcript": "NM_001376273.1",
          "protein_id": "NP_001363202.1",
          "transcript_support_level": null,
          "aa_start": 462,
          "aa_end": null,
          "aa_length": 545,
          "cds_start": 1384,
          "cds_end": null,
          "cds_length": 1638,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001376273.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PAK1",
          "gene_hgnc_id": 8590,
          "hgvs_c": "c.1384C>T",
          "hgvs_p": "p.Pro462Ser",
          "transcript": "NM_001376274.1",
          "protein_id": "NP_001363203.1",
          "transcript_support_level": null,
          "aa_start": 462,
          "aa_end": null,
          "aa_length": 545,
          "cds_start": 1384,
          "cds_end": null,
          "cds_length": 1638,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001376274.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PAK1",
          "gene_hgnc_id": 8590,
          "hgvs_c": "c.1384C>T",
          "hgvs_p": "p.Pro462Ser",
          "transcript": "NM_001376275.1",
          "protein_id": "NP_001363204.1",
          "transcript_support_level": null,
          "aa_start": 462,
          "aa_end": null,
          "aa_length": 545,
          "cds_start": 1384,
          "cds_end": null,
          "cds_length": 1638,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001376275.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PAK1",
          "gene_hgnc_id": 8590,
          "hgvs_c": "c.1384C>T",
          "hgvs_p": "p.Pro462Ser",
          "transcript": "NM_001376276.1",
          "protein_id": "NP_001363205.1",
          "transcript_support_level": null,
          "aa_start": 462,
          "aa_end": null,
          "aa_length": 545,
          "cds_start": 1384,
          "cds_end": null,
          "cds_length": 1638,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001376276.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PAK1",
          "gene_hgnc_id": 8590,
          "hgvs_c": "c.1384C>T",
          "hgvs_p": "p.Pro462Ser",
          "transcript": "NM_001376277.1",
          "protein_id": "NP_001363206.1",
          "transcript_support_level": null,
          "aa_start": 462,
          "aa_end": null,
          "aa_length": 545,
          "cds_start": 1384,
          "cds_end": null,
          "cds_length": 1638,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001376277.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PAK1",
          "gene_hgnc_id": 8590,
          "hgvs_c": "c.1384C>T",
          "hgvs_p": "p.Pro462Ser",
          "transcript": "NM_001376278.1",
          "protein_id": "NP_001363207.1",
          "transcript_support_level": null,
          "aa_start": 462,
          "aa_end": null,
          "aa_length": 545,
          "cds_start": 1384,
          "cds_end": null,
          "cds_length": 1638,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001376278.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PAK1",
          "gene_hgnc_id": 8590,
          "hgvs_c": "c.1384C>T",
          "hgvs_p": "p.Pro462Ser",
          "transcript": "NM_001376279.1",
          "protein_id": "NP_001363208.1",
          "transcript_support_level": null,
          "aa_start": 462,
          "aa_end": null,
          "aa_length": 545,
          "cds_start": 1384,
          "cds_end": null,
          "cds_length": 1638,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001376279.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PAK1",
          "gene_hgnc_id": 8590,
          "hgvs_c": "c.1384C>T",
          "hgvs_p": "p.Pro462Ser",
          "transcript": "NM_001376280.1",
          "protein_id": "NP_001363209.1",
          "transcript_support_level": null,
          "aa_start": 462,
          "aa_end": null,
          "aa_length": 545,
          "cds_start": 1384,
          "cds_end": null,
          "cds_length": 1638,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001376280.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PAK1",
          "gene_hgnc_id": 8590,
          "hgvs_c": "c.1384C>T",
          "hgvs_p": "p.Pro462Ser",
          "transcript": "NM_001376281.1",
          "protein_id": "NP_001363210.1",
          "transcript_support_level": null,
          "aa_start": 462,
          "aa_end": null,
          "aa_length": 545,
          "cds_start": 1384,
          "cds_end": null,
          "cds_length": 1638,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001376281.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PAK1",
          "gene_hgnc_id": 8590,
          "hgvs_c": "c.1384C>T",
          "hgvs_p": "p.Pro462Ser",
          "transcript": "NM_001376282.1",
          "protein_id": "NP_001363211.1",
          "transcript_support_level": null,
          "aa_start": 462,
          "aa_end": null,
          "aa_length": 545,
          "cds_start": 1384,
          "cds_end": null,
          "cds_length": 1638,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001376282.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PAK1",
          "gene_hgnc_id": 8590,
          "hgvs_c": "c.1384C>T",
          "hgvs_p": "p.Pro462Ser",
          "transcript": "NM_001376283.1",
          "protein_id": "NP_001363212.1",
          "transcript_support_level": null,
          "aa_start": 462,
          "aa_end": null,
          "aa_length": 545,
          "cds_start": 1384,
          "cds_end": null,
          "cds_length": 1638,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001376283.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PAK1",
          "gene_hgnc_id": 8590,
          "hgvs_c": "c.1384C>T",
          "hgvs_p": "p.Pro462Ser",
          "transcript": "NM_001376284.1",
          "protein_id": "NP_001363213.1",
          "transcript_support_level": null,
          "aa_start": 462,
          "aa_end": null,
          "aa_length": 545,
          "cds_start": 1384,
          "cds_end": null,
          "cds_length": 1638,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001376284.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PAK1",
          "gene_hgnc_id": 8590,
          "hgvs_c": "c.1384C>T",
          "hgvs_p": "p.Pro462Ser",
          "transcript": "NM_001376285.1",
          "protein_id": "NP_001363214.1",
          "transcript_support_level": null,
          "aa_start": 462,
          "aa_end": null,
          "aa_length": 545,
          "cds_start": 1384,
          "cds_end": null,
          "cds_length": 1638,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001376285.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PAK1",
          "gene_hgnc_id": 8590,
          "hgvs_c": "c.1384C>T",
          "hgvs_p": "p.Pro462Ser",
          "transcript": "NM_001376286.1",
          "protein_id": "NP_001363215.1",
          "transcript_support_level": null,
          "aa_start": 462,
          "aa_end": null,
          "aa_length": 545,
          "cds_start": 1384,
          "cds_end": null,
          "cds_length": 1638,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001376286.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PAK1",
          "gene_hgnc_id": 8590,
          "hgvs_c": "c.1384C>T",
          "hgvs_p": "p.Pro462Ser",
          "transcript": "NM_001376287.1",
          "protein_id": "NP_001363216.1",
          "transcript_support_level": null,
          "aa_start": 462,
          "aa_end": null,
          "aa_length": 545,
          "cds_start": 1384,
          "cds_end": null,
          "cds_length": 1638,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001376287.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PAK1",
          "gene_hgnc_id": 8590,
          "hgvs_c": "c.1384C>T",
          "hgvs_p": "p.Pro462Ser",
          "transcript": "ENST00000873292.1",
          "protein_id": "ENSP00000543351.1",
          "transcript_support_level": null,
          "aa_start": 462,
          "aa_end": null,
          "aa_length": 545,
          "cds_start": 1384,
          "cds_end": null,
          "cds_length": 1638,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000873292.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PAK1",
          "gene_hgnc_id": 8590,
          "hgvs_c": "c.1384C>T",
          "hgvs_p": "p.Pro462Ser",
          "transcript": "ENST00000873293.1",
          "protein_id": "ENSP00000543352.1",
          "transcript_support_level": null,
          "aa_start": 462,
          "aa_end": null,
          "aa_length": 545,
          "cds_start": 1384,
          "cds_end": null,
          "cds_length": 1638,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000873293.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PAK1",
          "gene_hgnc_id": 8590,
          "hgvs_c": "c.1384C>T",
          "hgvs_p": "p.Pro462Ser",
          "transcript": "ENST00000873294.1",
          "protein_id": "ENSP00000543353.1",
          "transcript_support_level": null,
          "aa_start": 462,
          "aa_end": null,
          "aa_length": 545,
          "cds_start": 1384,
          "cds_end": null,
          "cds_length": 1638,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000873294.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PAK1",
          "gene_hgnc_id": 8590,
          "hgvs_c": "c.1384C>T",
          "hgvs_p": "p.Pro462Ser",
          "transcript": "ENST00000873295.1",
          "protein_id": "ENSP00000543354.1",
          "transcript_support_level": null,
          "aa_start": 462,
          "aa_end": null,
          "aa_length": 545,
          "cds_start": 1384,
          "cds_end": null,
          "cds_length": 1638,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000873295.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PAK1",
          "gene_hgnc_id": 8590,
          "hgvs_c": "c.1384C>T",
          "hgvs_p": "p.Pro462Ser",
          "transcript": "ENST00000873296.1",
          "protein_id": "ENSP00000543355.1",
          "transcript_support_level": null,
          "aa_start": 462,
          "aa_end": null,
          "aa_length": 545,
          "cds_start": 1384,
          "cds_end": null,
          "cds_length": 1638,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000873296.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PAK1",
          "gene_hgnc_id": 8590,
          "hgvs_c": "c.1384C>T",
          "hgvs_p": "p.Pro462Ser",
          "transcript": "ENST00000873297.1",
          "protein_id": "ENSP00000543356.1",
          "transcript_support_level": null,
          "aa_start": 462,
          "aa_end": null,
          "aa_length": 545,
          "cds_start": 1384,
          "cds_end": null,
          "cds_length": 1638,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000873297.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PAK1",
          "gene_hgnc_id": 8590,
          "hgvs_c": "c.1384C>T",
          "hgvs_p": "p.Pro462Ser",
          "transcript": "ENST00000873298.1",
          "protein_id": "ENSP00000543357.1",
          "transcript_support_level": null,
          "aa_start": 462,
          "aa_end": null,
          "aa_length": 545,
          "cds_start": 1384,
          "cds_end": null,
          "cds_length": 1638,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000873298.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PAK1",
          "gene_hgnc_id": 8590,
          "hgvs_c": "c.1384C>T",
          "hgvs_p": "p.Pro462Ser",
          "transcript": "ENST00000873299.1",
          "protein_id": "ENSP00000543358.1",
          "transcript_support_level": null,
          "aa_start": 462,
          "aa_end": null,
          "aa_length": 545,
          "cds_start": 1384,
          "cds_end": null,
          "cds_length": 1638,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000873299.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PAK1",
          "gene_hgnc_id": 8590,
          "hgvs_c": "c.1384C>T",
          "hgvs_p": "p.Pro462Ser",
          "transcript": "ENST00000873300.1",
          "protein_id": "ENSP00000543359.1",
          "transcript_support_level": null,
          "aa_start": 462,
          "aa_end": null,
          "aa_length": 545,
          "cds_start": 1384,
          "cds_end": null,
          "cds_length": 1638,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000873300.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PAK1",
          "gene_hgnc_id": 8590,
          "hgvs_c": "c.1384C>T",
          "hgvs_p": "p.Pro462Ser",
          "transcript": "ENST00000873301.1",
          "protein_id": "ENSP00000543360.1",
          "transcript_support_level": null,
          "aa_start": 462,
          "aa_end": null,
          "aa_length": 545,
          "cds_start": 1384,
          "cds_end": null,
          "cds_length": 1638,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000873301.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PAK1",
          "gene_hgnc_id": 8590,
          "hgvs_c": "c.1384C>T",
          "hgvs_p": "p.Pro462Ser",
          "transcript": "ENST00000873302.1",
          "protein_id": "ENSP00000543361.1",
          "transcript_support_level": null,
          "aa_start": 462,
          "aa_end": null,
          "aa_length": 545,
          "cds_start": 1384,
          "cds_end": null,
          "cds_length": 1638,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000873302.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PAK1",
          "gene_hgnc_id": 8590,
          "hgvs_c": "c.1384C>T",
          "hgvs_p": "p.Pro462Ser",
          "transcript": "ENST00000873303.1",
          "protein_id": "ENSP00000543362.1",
          "transcript_support_level": null,
          "aa_start": 462,
          "aa_end": null,
          "aa_length": 545,
          "cds_start": 1384,
          "cds_end": null,
          "cds_length": 1638,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000873303.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PAK1",
          "gene_hgnc_id": 8590,
          "hgvs_c": "c.1384C>T",
          "hgvs_p": "p.Pro462Ser",
          "transcript": "ENST00000873304.1",
          "protein_id": "ENSP00000543363.1",
          "transcript_support_level": null,
          "aa_start": 462,
          "aa_end": null,
          "aa_length": 545,
          "cds_start": 1384,
          "cds_end": null,
          "cds_length": 1638,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000873304.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PAK1",
          "gene_hgnc_id": 8590,
          "hgvs_c": "c.1384C>T",
          "hgvs_p": "p.Pro462Ser",
          "transcript": "ENST00000873306.1",
          "protein_id": "ENSP00000543365.1",
          "transcript_support_level": null,
          "aa_start": 462,
          "aa_end": null,
          "aa_length": 545,
          "cds_start": 1384,
          "cds_end": null,
          "cds_length": 1638,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000873306.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PAK1",
          "gene_hgnc_id": 8590,
          "hgvs_c": "c.1384C>T",
          "hgvs_p": "p.Pro462Ser",
          "transcript": "ENST00000873307.1",
          "protein_id": "ENSP00000543366.1",
          "transcript_support_level": null,
          "aa_start": 462,
          "aa_end": null,
          "aa_length": 545,
          "cds_start": 1384,
          "cds_end": null,
          "cds_length": 1638,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000873307.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PAK1",
          "gene_hgnc_id": 8590,
          "hgvs_c": "c.1384C>T",
          "hgvs_p": "p.Pro462Ser",
          "transcript": "ENST00000873308.1",
          "protein_id": "ENSP00000543367.1",
          "transcript_support_level": null,
          "aa_start": 462,
          "aa_end": null,
          "aa_length": 545,
          "cds_start": 1384,
          "cds_end": null,
          "cds_length": 1638,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000873308.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PAK1",
          "gene_hgnc_id": 8590,
          "hgvs_c": "c.1384C>T",
          "hgvs_p": "p.Pro462Ser",
          "transcript": "ENST00000873309.1",
          "protein_id": "ENSP00000543368.1",
          "transcript_support_level": null,
          "aa_start": 462,
          "aa_end": null,
          "aa_length": 545,
          "cds_start": 1384,
          "cds_end": null,
          "cds_length": 1638,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000873309.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PAK1",
          "gene_hgnc_id": 8590,
          "hgvs_c": "c.1384C>T",
          "hgvs_p": "p.Pro462Ser",
          "transcript": "ENST00000873310.1",
          "protein_id": "ENSP00000543369.1",
          "transcript_support_level": null,
          "aa_start": 462,
          "aa_end": null,
          "aa_length": 545,
          "cds_start": 1384,
          "cds_end": null,
          "cds_length": 1638,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000873310.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PAK1",
          "gene_hgnc_id": 8590,
          "hgvs_c": "c.1384C>T",
          "hgvs_p": "p.Pro462Ser",
          "transcript": "ENST00000926600.1",
          "protein_id": "ENSP00000596659.1",
          "transcript_support_level": null,
          "aa_start": 462,
          "aa_end": null,
          "aa_length": 545,
          "cds_start": 1384,
          "cds_end": null,
          "cds_length": 1638,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000926600.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PAK1",
          "gene_hgnc_id": 8590,
          "hgvs_c": "c.1384C>T",
          "hgvs_p": "p.Pro462Ser",
          "transcript": "ENST00000926601.1",
          "protein_id": "ENSP00000596660.1",
          "transcript_support_level": null,
          "aa_start": 462,
          "aa_end": null,
          "aa_length": 545,
          "cds_start": 1384,
          "cds_end": null,
          "cds_length": 1638,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000926601.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PAK1",
          "gene_hgnc_id": 8590,
          "hgvs_c": "c.1384C>T",
          "hgvs_p": "p.Pro462Ser",
          "transcript": "ENST00000926602.1",
          "protein_id": "ENSP00000596661.1",
          "transcript_support_level": null,
          "aa_start": 462,
          "aa_end": null,
          "aa_length": 545,
          "cds_start": 1384,
          "cds_end": null,
          "cds_length": 1638,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000926602.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PAK1",
          "gene_hgnc_id": 8590,
          "hgvs_c": "c.1384C>T",
          "hgvs_p": "p.Pro462Ser",
          "transcript": "ENST00000926603.1",
          "protein_id": "ENSP00000596662.1",
          "transcript_support_level": null,
          "aa_start": 462,
          "aa_end": null,
          "aa_length": 545,
          "cds_start": 1384,
          "cds_end": null,
          "cds_length": 1638,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000926603.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PAK1",
          "gene_hgnc_id": 8590,
          "hgvs_c": "c.1384C>T",
          "hgvs_p": "p.Pro462Ser",
          "transcript": "ENST00000926604.1",
          "protein_id": "ENSP00000596663.1",
          "transcript_support_level": null,
          "aa_start": 462,
          "aa_end": null,
          "aa_length": 545,
          "cds_start": 1384,
          "cds_end": null,
          "cds_length": 1638,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000926604.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PAK1",
          "gene_hgnc_id": 8590,
          "hgvs_c": "c.1384C>T",
          "hgvs_p": "p.Pro462Ser",
          "transcript": "ENST00000926605.1",
          "protein_id": "ENSP00000596664.1",
          "transcript_support_level": null,
          "aa_start": 462,
          "aa_end": null,
          "aa_length": 545,
          "cds_start": 1384,
          "cds_end": null,
          "cds_length": 1638,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000926605.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PAK1",
          "gene_hgnc_id": 8590,
          "hgvs_c": "c.1384C>T",
          "hgvs_p": "p.Pro462Ser",
          "transcript": "ENST00000956798.1",
          "protein_id": "ENSP00000626857.1",
          "transcript_support_level": null,
          "aa_start": 462,
          "aa_end": null,
          "aa_length": 545,
          "cds_start": 1384,
          "cds_end": null,
          "cds_length": 1638,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000956798.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PAK1",
          "gene_hgnc_id": 8590,
          "hgvs_c": "c.1384C>T",
          "hgvs_p": "p.Pro462Ser",
          "transcript": "ENST00000956799.1",
          "protein_id": "ENSP00000626858.1",
          "transcript_support_level": null,
          "aa_start": 462,
          "aa_end": null,
          "aa_length": 545,
          "cds_start": 1384,
          "cds_end": null,
          "cds_length": 1638,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000956799.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PAK1",
          "gene_hgnc_id": 8590,
          "hgvs_c": "c.1384C>T",
          "hgvs_p": "p.Pro462Ser",
          "transcript": "ENST00000956800.1",
          "protein_id": "ENSP00000626859.1",
          "transcript_support_level": null,
          "aa_start": 462,
          "aa_end": null,
          "aa_length": 545,
          "cds_start": 1384,
          "cds_end": null,
          "cds_length": 1638,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000956800.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PAK1",
          "gene_hgnc_id": 8590,
          "hgvs_c": "c.1384C>T",
          "hgvs_p": "p.Pro462Ser",
          "transcript": "ENST00000956801.1",
          "protein_id": "ENSP00000626860.1",
          "transcript_support_level": null,
          "aa_start": 462,
          "aa_end": null,
          "aa_length": 545,
          "cds_start": 1384,
          "cds_end": null,
          "cds_length": 1638,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000956801.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PAK1",
          "gene_hgnc_id": 8590,
          "hgvs_c": "c.1384C>T",
          "hgvs_p": "p.Pro462Ser",
          "transcript": "ENST00000956802.1",
          "protein_id": "ENSP00000626861.1",
          "transcript_support_level": null,
          "aa_start": 462,
          "aa_end": null,
          "aa_length": 545,
          "cds_start": 1384,
          "cds_end": null,
          "cds_length": 1638,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000956802.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PAK1",
          "gene_hgnc_id": 8590,
          "hgvs_c": "c.1384C>T",
          "hgvs_p": "p.Pro462Ser",
          "transcript": "ENST00000956803.1",
          "protein_id": "ENSP00000626862.1",
          "transcript_support_level": null,
          "aa_start": 462,
          "aa_end": null,
          "aa_length": 545,
          "cds_start": 1384,
          "cds_end": null,
          "cds_length": 1638,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000956803.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PAK1",
          "gene_hgnc_id": 8590,
          "hgvs_c": "c.1384C>T",
          "hgvs_p": "p.Pro462Ser",
          "transcript": "ENST00000956804.1",
          "protein_id": "ENSP00000626863.1",
          "transcript_support_level": null,
          "aa_start": 462,
          "aa_end": null,
          "aa_length": 545,
          "cds_start": 1384,
          "cds_end": null,
          "cds_length": 1638,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000956804.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PAK1",
          "gene_hgnc_id": 8590,
          "hgvs_c": "c.1384C>T",
          "hgvs_p": "p.Pro462Ser",
          "transcript": "ENST00000956805.1",
          "protein_id": "ENSP00000626864.1",
          "transcript_support_level": null,
          "aa_start": 462,
          "aa_end": null,
          "aa_length": 545,
          "cds_start": 1384,
          "cds_end": null,
          "cds_length": 1638,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000956805.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PAK1",
          "gene_hgnc_id": 8590,
          "hgvs_c": "c.1369C>T",
          "hgvs_p": "p.Pro457Ser",
          "transcript": "ENST00000873305.1",
          "protein_id": "ENSP00000543364.1",
          "transcript_support_level": null,
          "aa_start": 457,
          "aa_end": null,
          "aa_length": 540,
          "cds_start": 1369,
          "cds_end": null,
          "cds_length": 1623,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000873305.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PAK1",
          "gene_hgnc_id": 8590,
          "hgvs_c": "c.1384C>T",
          "hgvs_p": "p.Pro462Ser",
          "transcript": "NM_001376288.1",
          "protein_id": "NP_001363217.1",
          "transcript_support_level": null,
          "aa_start": 462,
          "aa_end": null,
          "aa_length": 522,
          "cds_start": 1384,
          "cds_end": null,
          "cds_length": 1569,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001376288.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PAK1",
          "gene_hgnc_id": 8590,
          "hgvs_c": "c.1384C>T",
          "hgvs_p": "p.Pro462Ser",
          "transcript": "ENST00000530617.5",
          "protein_id": "ENSP00000433423.1",
          "transcript_support_level": 2,
          "aa_start": 462,
          "aa_end": null,
          "aa_length": 522,
          "cds_start": 1384,
          "cds_end": null,
          "cds_length": 1569,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000530617.5"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PAK1",
          "gene_hgnc_id": 8590,
          "hgvs_c": "c.1384C>T",
          "hgvs_p": "p.Pro462Ser",
          "transcript": "NM_001376289.1",
          "protein_id": "NP_001363218.1",
          "transcript_support_level": null,
          "aa_start": 462,
          "aa_end": null,
          "aa_length": 507,
          "cds_start": 1384,
          "cds_end": null,
          "cds_length": 1524,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001376289.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PAK1",
          "gene_hgnc_id": 8590,
          "hgvs_c": "c.1261C>T",
          "hgvs_p": "p.Pro421Ser",
          "transcript": "NM_001376290.1",
          "protein_id": "NP_001363219.1",
          "transcript_support_level": null,
          "aa_start": 421,
          "aa_end": null,
          "aa_length": 504,
          "cds_start": 1261,
          "cds_end": null,
          "cds_length": 1515,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001376290.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PAK1",
          "gene_hgnc_id": 8590,
          "hgvs_c": "c.1261C>T",
          "hgvs_p": "p.Pro421Ser",
          "transcript": "NM_001376291.1",
          "protein_id": "NP_001363220.1",
          "transcript_support_level": null,
          "aa_start": 421,
          "aa_end": null,
          "aa_length": 504,
          "cds_start": 1261,
          "cds_end": null,
          "cds_length": 1515,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001376291.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PAK1",
          "gene_hgnc_id": 8590,
          "hgvs_c": "c.1384C>T",
          "hgvs_p": "p.Pro462Ser",
          "transcript": "NM_001376292.1",
          "protein_id": "NP_001363221.1",
          "transcript_support_level": null,
          "aa_start": 462,
          "aa_end": null,
          "aa_length": 499,
          "cds_start": 1384,
          "cds_end": null,
          "cds_length": 1500,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001376292.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PAK1",
          "gene_hgnc_id": 8590,
          "hgvs_c": "c.1384C>T",
          "hgvs_p": "p.Pro462Ser",
          "transcript": "NM_001376293.1",
          "protein_id": "NP_001363222.1",
          "transcript_support_level": null,
          "aa_start": 462,
          "aa_end": null,
          "aa_length": 499,
          "cds_start": 1384,
          "cds_end": null,
          "cds_length": 1500,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001376293.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "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.1375C>T",
          "hgvs_p": "p.Pro459Ser",
          "transcript": "NM_001376294.1",
          "protein_id": "NP_001363223.1",
          "transcript_support_level": null,
          "aa_start": 459,
          "aa_end": null,
          "aa_length": 496,
          "cds_start": 1375,
          "cds_end": null,
          "cds_length": 1491,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001376294.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PAK1",
          "gene_hgnc_id": 8590,
          "hgvs_c": "c.1207C>T",
          "hgvs_p": "p.Pro403Ser",
          "transcript": "NM_001376295.1",
          "protein_id": "NP_001363224.1",
          "transcript_support_level": null,
          "aa_start": 403,
          "aa_end": null,
          "aa_length": 486,
          "cds_start": 1207,
          "cds_end": null,
          "cds_length": 1461,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001376295.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PAK1",
          "gene_hgnc_id": 8590,
          "hgvs_c": "c.1135C>T",
          "hgvs_p": "p.Pro379Ser",
          "transcript": "NM_001376301.1",
          "protein_id": "NP_001363230.1",
          "transcript_support_level": null,
          "aa_start": 379,
          "aa_end": null,
          "aa_length": 462,
          "cds_start": 1135,
          "cds_end": null,
          "cds_length": 1389,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001376301.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PAK1",
          "gene_hgnc_id": 8590,
          "hgvs_c": "c.1090C>T",
          "hgvs_p": "p.Pro364Ser",
          "transcript": "NM_001376302.1",
          "protein_id": "NP_001363231.1",
          "transcript_support_level": null,
          "aa_start": 364,
          "aa_end": null,
          "aa_length": 455,
          "cds_start": 1090,
          "cds_end": null,
          "cds_length": 1368,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001376302.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PAK1",
          "gene_hgnc_id": 8590,
          "hgvs_c": "c.1090C>T",
          "hgvs_p": "p.Pro364Ser",
          "transcript": "ENST00000528203.5",
          "protein_id": "ENSP00000433211.1",
          "transcript_support_level": 2,
          "aa_start": 364,
          "aa_end": null,
          "aa_length": 455,
          "cds_start": 1090,
          "cds_end": null,
          "cds_length": 1368,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000528203.5"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PAK1",
          "gene_hgnc_id": 8590,
          "hgvs_c": "c.1096C>T",
          "hgvs_p": "p.Pro366Ser",
          "transcript": "NM_001376303.1",
          "protein_id": "NP_001363232.1",
          "transcript_support_level": null,
          "aa_start": 366,
          "aa_end": null,
          "aa_length": 449,
          "cds_start": 1096,
          "cds_end": null,
          "cds_length": 1350,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001376303.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PAK1",
          "gene_hgnc_id": 8590,
          "hgvs_c": "c.1090C>T",
          "hgvs_p": "p.Pro364Ser",
          "transcript": "NM_001376304.1",
          "protein_id": "NP_001363233.1",
          "transcript_support_level": null,
          "aa_start": 364,
          "aa_end": null,
          "aa_length": 447,
          "cds_start": 1090,
          "cds_end": null,
          "cds_length": 1344,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001376304.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PAK1",
          "gene_hgnc_id": 8590,
          "hgvs_c": "c.1090C>T",
          "hgvs_p": "p.Pro364Ser",
          "transcript": "NM_001376305.1",
          "protein_id": "NP_001363234.1",
          "transcript_support_level": null,
          "aa_start": 364,
          "aa_end": null,
          "aa_length": 447,
          "cds_start": 1090,
          "cds_end": null,
          "cds_length": 1344,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001376305.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PAK1",
          "gene_hgnc_id": 8590,
          "hgvs_c": "c.547C>T",
          "hgvs_p": "p.Pro183Ser",
          "transcript": "ENST00000533285.1",
          "protein_id": "ENSP00000431541.1",
          "transcript_support_level": 3,
          "aa_start": 183,
          "aa_end": null,
          "aa_length": 243,
          "cds_start": 547,
          "cds_end": null,
          "cds_length": 732,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000533285.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PAK1",
          "gene_hgnc_id": 8590,
          "hgvs_c": "c.1507C>T",
          "hgvs_p": "p.Pro503Ser",
          "transcript": "XM_047427046.1",
          "protein_id": "XP_047283002.1",
          "transcript_support_level": null,
          "aa_start": 503,
          "aa_end": null,
          "aa_length": 594,
          "cds_start": 1507,
          "cds_end": null,
          "cds_length": 1785,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047427046.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PAK1",
          "gene_hgnc_id": 8590,
          "hgvs_c": "c.1507C>T",
          "hgvs_p": "p.Pro503Ser",
          "transcript": "XM_047427047.1",
          "protein_id": "XP_047283003.1",
          "transcript_support_level": null,
          "aa_start": 503,
          "aa_end": null,
          "aa_length": 586,
          "cds_start": 1507,
          "cds_end": null,
          "cds_length": 1761,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047427047.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PAK1",
          "gene_hgnc_id": 8590,
          "hgvs_c": "c.1384C>T",
          "hgvs_p": "p.Pro462Ser",
          "transcript": "XM_024448557.2",
          "protein_id": "XP_024304325.1",
          "transcript_support_level": null,
          "aa_start": 462,
          "aa_end": null,
          "aa_length": 553,
          "cds_start": 1384,
          "cds_end": null,
          "cds_length": 1662,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_024448557.2"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PAK1",
          "gene_hgnc_id": 8590,
          "hgvs_c": "c.1384C>T",
          "hgvs_p": "p.Pro462Ser",
          "transcript": "XM_024448558.2",
          "protein_id": "XP_024304326.1",
          "transcript_support_level": null,
          "aa_start": 462,
          "aa_end": null,
          "aa_length": 553,
          "cds_start": 1384,
          "cds_end": null,
          "cds_length": 1662,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_024448558.2"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PAK1",
          "gene_hgnc_id": 8590,
          "hgvs_c": "c.1384C>T",
          "hgvs_p": "p.Pro462Ser",
          "transcript": "XM_024448559.2",
          "protein_id": "XP_024304327.1",
          "transcript_support_level": null,
          "aa_start": 462,
          "aa_end": null,
          "aa_length": 553,
          "cds_start": 1384,
          "cds_end": null,
          "cds_length": 1662,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_024448559.2"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PAK1",
          "gene_hgnc_id": 8590,
          "hgvs_c": "c.1384C>T",
          "hgvs_p": "p.Pro462Ser",
          "transcript": "XM_047427048.1",
          "protein_id": "XP_047283004.1",
          "transcript_support_level": null,
          "aa_start": 462,
          "aa_end": null,
          "aa_length": 553,
          "cds_start": 1384,
          "cds_end": null,
          "cds_length": 1662,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047427048.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PAK1",
          "gene_hgnc_id": 8590,
          "hgvs_c": "c.1384C>T",
          "hgvs_p": "p.Pro462Ser",
          "transcript": "XM_047427049.1",
          "protein_id": "XP_047283005.1",
          "transcript_support_level": null,
          "aa_start": 462,
          "aa_end": null,
          "aa_length": 553,
          "cds_start": 1384,
          "cds_end": null,
          "cds_length": 1662,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047427049.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PAK1",
          "gene_hgnc_id": 8590,
          "hgvs_c": "c.1384C>T",
          "hgvs_p": "p.Pro462Ser",
          "transcript": "XM_047427050.1",
          "protein_id": "XP_047283006.1",
          "transcript_support_level": null,
          "aa_start": 462,
          "aa_end": null,
          "aa_length": 553,
          "cds_start": 1384,
          "cds_end": null,
          "cds_length": 1662,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047427050.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PAK1",
          "gene_hgnc_id": 8590,
          "hgvs_c": "c.1384C>T",
          "hgvs_p": "p.Pro462Ser",
          "transcript": "XM_047427051.1",
          "protein_id": "XP_047283007.1",
          "transcript_support_level": null,
          "aa_start": 462,
          "aa_end": null,
          "aa_length": 553,
          "cds_start": 1384,
          "cds_end": null,
          "cds_length": 1662,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047427051.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PAK1",
          "gene_hgnc_id": 8590,
          "hgvs_c": "c.1384C>T",
          "hgvs_p": "p.Pro462Ser",
          "transcript": "XM_047427052.1",
          "protein_id": "XP_047283008.1",
          "transcript_support_level": null,
          "aa_start": 462,
          "aa_end": null,
          "aa_length": 553,
          "cds_start": 1384,
          "cds_end": null,
          "cds_length": 1662,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047427052.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PAK1",
          "gene_hgnc_id": 8590,
          "hgvs_c": "c.1384C>T",
          "hgvs_p": "p.Pro462Ser",
          "transcript": "XM_024448560.2",
          "protein_id": "XP_024304328.1",
          "transcript_support_level": null,
          "aa_start": 462,
          "aa_end": null,
          "aa_length": 545,
          "cds_start": 1384,
          "cds_end": null,
          "cds_length": 1638,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_024448560.2"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PAK1",
          "gene_hgnc_id": 8590,
          "hgvs_c": "c.1384C>T",
          "hgvs_p": "p.Pro462Ser",
          "transcript": "XM_047427053.1",
          "protein_id": "XP_047283009.1",
          "transcript_support_level": null,
          "aa_start": 462,
          "aa_end": null,
          "aa_length": 545,
          "cds_start": 1384,
          "cds_end": null,
          "cds_length": 1638,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047427053.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PAK1",
          "gene_hgnc_id": 8590,
          "hgvs_c": "c.1384C>T",
          "hgvs_p": "p.Pro462Ser",
          "transcript": "XM_047427054.1",
          "protein_id": "XP_047283010.1",
          "transcript_support_level": null,
          "aa_start": 462,
          "aa_end": null,
          "aa_length": 545,
          "cds_start": 1384,
          "cds_end": null,
          "cds_length": 1638,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047427054.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PAK1",
          "gene_hgnc_id": 8590,
          "hgvs_c": "n.604C>T",
          "hgvs_p": null,
          "transcript": "ENST00000525542.5",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000525542.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PAK1",
          "gene_hgnc_id": 8590,
          "hgvs_c": "n.*227C>T",
          "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": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000527457.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PAK1",
          "gene_hgnc_id": 8590,
          "hgvs_c": "n.*480C>T",
          "hgvs_p": null,
          "transcript": "ENST00000527535.5",
          "protein_id": "ENSP00000437261.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000527535.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PAK1",
          "gene_hgnc_id": 8590,
          "hgvs_c": "n.1600C>T",
          "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": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_164797.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "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": "PAK1",
          "gene_hgnc_id": 8590,
          "hgvs_c": "n.1603C>T",
          "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": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_164798.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PAK1",
          "gene_hgnc_id": 8590,
          "hgvs_c": "n.*227C>T",
          "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": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000527457.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PAK1",
          "gene_hgnc_id": 8590,
          "hgvs_c": "n.*480C>T",
          "hgvs_p": null,
          "transcript": "ENST00000527535.5",
          "protein_id": "ENSP00000437261.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000527535.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PAK1",
          "gene_hgnc_id": 8590,
          "hgvs_c": "n.*139C>T",
          "hgvs_p": null,
          "transcript": "ENST00000532711.1",
          "protein_id": null,
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000532711.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PAK1",
          "gene_hgnc_id": 8590,
          "hgvs_c": "n.*1C>T",
          "hgvs_p": null,
          "transcript": "ENST00000532991.5",
          "protein_id": null,
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000532991.5"
        }
      ],
      "gene_symbol": "PAK1",
      "gene_hgnc_id": 8590,
      "dbsnp": null,
      "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.8613893985748291,
      "computational_prediction_selected": "Pathogenic",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.633,
      "revel_prediction": "Uncertain_significance",
      "alphamissense_score": 0.9998,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.08,
      "bayesdelnoaf_prediction": "Uncertain_significance",
      "phylop100way_score": 9.602,
      "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": "Uncertain_significance",
      "acmg_criteria": "PM2,PP2,PP3_Moderate",
      "acmg_by_gene": [
        {
          "score": 5,
          "benign_score": 0,
          "pathogenic_score": 5,
          "criteria": [
            "PM2",
            "PP2",
            "PP3_Moderate"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NM_001128620.2",
          "gene_symbol": "PAK1",
          "hgnc_id": 8590,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.1384C>T",
          "hgvs_p": "p.Pro462Ser"
        }
      ],
      "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
}