← 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-77336229-T-C (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "11",
      "pos": 77336229,
      "ref": "T",
      "alt": "C",
      "effect": "missense_variant",
      "transcript": "NM_002576.5",
      "consequences": [
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "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.1270A>G",
          "hgvs_p": "p.Met424Val",
          "transcript": "NM_002576.5",
          "protein_id": "NP_002567.3",
          "transcript_support_level": null,
          "aa_start": 424,
          "aa_end": null,
          "aa_length": 545,
          "cds_start": 1270,
          "cds_end": null,
          "cds_length": 1638,
          "cdna_start": 1834,
          "cdna_end": null,
          "cdna_length": 3459,
          "mane_select": "ENST00000356341.8",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "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.1270A>G",
          "hgvs_p": "p.Met424Val",
          "transcript": "ENST00000356341.8",
          "protein_id": "ENSP00000348696.4",
          "transcript_support_level": 1,
          "aa_start": 424,
          "aa_end": null,
          "aa_length": 545,
          "cds_start": 1270,
          "cds_end": null,
          "cds_length": 1638,
          "cdna_start": 1834,
          "cdna_end": null,
          "cdna_length": 3459,
          "mane_select": "NM_002576.5",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "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.1270A>G",
          "hgvs_p": "p.Met424Val",
          "transcript": "NM_001128620.2",
          "protein_id": "NP_001122092.1",
          "transcript_support_level": null,
          "aa_start": 424,
          "aa_end": null,
          "aa_length": 553,
          "cds_start": 1270,
          "cds_end": null,
          "cds_length": 1662,
          "cdna_start": 1834,
          "cdna_end": null,
          "cdna_length": 3508,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "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.1270A>G",
          "hgvs_p": "p.Met424Val",
          "transcript": "NM_001376268.1",
          "protein_id": "NP_001363197.1",
          "transcript_support_level": null,
          "aa_start": 424,
          "aa_end": null,
          "aa_length": 553,
          "cds_start": 1270,
          "cds_end": null,
          "cds_length": 1662,
          "cdna_start": 1831,
          "cdna_end": null,
          "cdna_length": 3505,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "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.1270A>G",
          "hgvs_p": "p.Met424Val",
          "transcript": "NM_001376269.1",
          "protein_id": "NP_001363198.1",
          "transcript_support_level": null,
          "aa_start": 424,
          "aa_end": null,
          "aa_length": 553,
          "cds_start": 1270,
          "cds_end": null,
          "cds_length": 1662,
          "cdna_start": 1489,
          "cdna_end": null,
          "cdna_length": 3163,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "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.1270A>G",
          "hgvs_p": "p.Met424Val",
          "transcript": "NM_001376270.1",
          "protein_id": "NP_001363199.1",
          "transcript_support_level": null,
          "aa_start": 424,
          "aa_end": null,
          "aa_length": 553,
          "cds_start": 1270,
          "cds_end": null,
          "cds_length": 1662,
          "cdna_start": 1486,
          "cdna_end": null,
          "cdna_length": 3160,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "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.1270A>G",
          "hgvs_p": "p.Met424Val",
          "transcript": "NM_001376271.1",
          "protein_id": "NP_001363200.1",
          "transcript_support_level": null,
          "aa_start": 424,
          "aa_end": null,
          "aa_length": 553,
          "cds_start": 1270,
          "cds_end": null,
          "cds_length": 1662,
          "cdna_start": 1621,
          "cdna_end": null,
          "cdna_length": 3295,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "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.1270A>G",
          "hgvs_p": "p.Met424Val",
          "transcript": "ENST00000278568.8",
          "protein_id": "ENSP00000278568.4",
          "transcript_support_level": 2,
          "aa_start": 424,
          "aa_end": null,
          "aa_length": 553,
          "cds_start": 1270,
          "cds_end": null,
          "cds_length": 1662,
          "cdna_start": 1800,
          "cdna_end": null,
          "cdna_length": 2543,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "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.1291A>G",
          "hgvs_p": "p.Met431Val",
          "transcript": "NM_001376272.1",
          "protein_id": "NP_001363201.1",
          "transcript_support_level": null,
          "aa_start": 431,
          "aa_end": null,
          "aa_length": 552,
          "cds_start": 1291,
          "cds_end": null,
          "cds_length": 1659,
          "cdna_start": 1510,
          "cdna_end": null,
          "cdna_length": 3135,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "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.1270A>G",
          "hgvs_p": "p.Met424Val",
          "transcript": "NM_001376273.1",
          "protein_id": "NP_001363202.1",
          "transcript_support_level": null,
          "aa_start": 424,
          "aa_end": null,
          "aa_length": 545,
          "cds_start": 1270,
          "cds_end": null,
          "cds_length": 1638,
          "cdna_start": 1831,
          "cdna_end": null,
          "cdna_length": 3456,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "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.1270A>G",
          "hgvs_p": "p.Met424Val",
          "transcript": "NM_001376274.1",
          "protein_id": "NP_001363203.1",
          "transcript_support_level": null,
          "aa_start": 424,
          "aa_end": null,
          "aa_length": 545,
          "cds_start": 1270,
          "cds_end": null,
          "cds_length": 1638,
          "cdna_start": 1489,
          "cdna_end": null,
          "cdna_length": 3114,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "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.1270A>G",
          "hgvs_p": "p.Met424Val",
          "transcript": "NM_001376275.1",
          "protein_id": "NP_001363204.1",
          "transcript_support_level": null,
          "aa_start": 424,
          "aa_end": null,
          "aa_length": 545,
          "cds_start": 1270,
          "cds_end": null,
          "cds_length": 1638,
          "cdna_start": 1556,
          "cdna_end": null,
          "cdna_length": 3181,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "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.1270A>G",
          "hgvs_p": "p.Met424Val",
          "transcript": "NM_001376276.1",
          "protein_id": "NP_001363205.1",
          "transcript_support_level": null,
          "aa_start": 424,
          "aa_end": null,
          "aa_length": 545,
          "cds_start": 1270,
          "cds_end": null,
          "cds_length": 1638,
          "cdna_start": 2009,
          "cdna_end": null,
          "cdna_length": 3634,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "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.1270A>G",
          "hgvs_p": "p.Met424Val",
          "transcript": "NM_001376277.1",
          "protein_id": "NP_001363206.1",
          "transcript_support_level": null,
          "aa_start": 424,
          "aa_end": null,
          "aa_length": 545,
          "cds_start": 1270,
          "cds_end": null,
          "cds_length": 1638,
          "cdna_start": 1977,
          "cdna_end": null,
          "cdna_length": 3602,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "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.1270A>G",
          "hgvs_p": "p.Met424Val",
          "transcript": "NM_001376278.1",
          "protein_id": "NP_001363207.1",
          "transcript_support_level": null,
          "aa_start": 424,
          "aa_end": null,
          "aa_length": 545,
          "cds_start": 1270,
          "cds_end": null,
          "cds_length": 1638,
          "cdna_start": 1486,
          "cdna_end": null,
          "cdna_length": 3111,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "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.1270A>G",
          "hgvs_p": "p.Met424Val",
          "transcript": "NM_001376279.1",
          "protein_id": "NP_001363208.1",
          "transcript_support_level": null,
          "aa_start": 424,
          "aa_end": null,
          "aa_length": 545,
          "cds_start": 1270,
          "cds_end": null,
          "cds_length": 1638,
          "cdna_start": 1553,
          "cdna_end": null,
          "cdna_length": 3178,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "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.1270A>G",
          "hgvs_p": "p.Met424Val",
          "transcript": "NM_001376280.1",
          "protein_id": "NP_001363209.1",
          "transcript_support_level": null,
          "aa_start": 424,
          "aa_end": null,
          "aa_length": 545,
          "cds_start": 1270,
          "cds_end": null,
          "cds_length": 1638,
          "cdna_start": 2141,
          "cdna_end": null,
          "cdna_length": 3766,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "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.1270A>G",
          "hgvs_p": "p.Met424Val",
          "transcript": "NM_001376281.1",
          "protein_id": "NP_001363210.1",
          "transcript_support_level": null,
          "aa_start": 424,
          "aa_end": null,
          "aa_length": 545,
          "cds_start": 1270,
          "cds_end": null,
          "cds_length": 1638,
          "cdna_start": 1901,
          "cdna_end": null,
          "cdna_length": 3526,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "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.1270A>G",
          "hgvs_p": "p.Met424Val",
          "transcript": "NM_001376282.1",
          "protein_id": "NP_001363211.1",
          "transcript_support_level": null,
          "aa_start": 424,
          "aa_end": null,
          "aa_length": 545,
          "cds_start": 1270,
          "cds_end": null,
          "cds_length": 1638,
          "cdna_start": 1926,
          "cdna_end": null,
          "cdna_length": 3551,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "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.1270A>G",
          "hgvs_p": "p.Met424Val",
          "transcript": "NM_001376283.1",
          "protein_id": "NP_001363212.1",
          "transcript_support_level": null,
          "aa_start": 424,
          "aa_end": null,
          "aa_length": 545,
          "cds_start": 1270,
          "cds_end": null,
          "cds_length": 1638,
          "cdna_start": 1966,
          "cdna_end": null,
          "cdna_length": 3591,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "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.1270A>G",
          "hgvs_p": "p.Met424Val",
          "transcript": "NM_001376284.1",
          "protein_id": "NP_001363213.1",
          "transcript_support_level": null,
          "aa_start": 424,
          "aa_end": null,
          "aa_length": 545,
          "cds_start": 1270,
          "cds_end": null,
          "cds_length": 1638,
          "cdna_start": 1923,
          "cdna_end": null,
          "cdna_length": 3548,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "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.1270A>G",
          "hgvs_p": "p.Met424Val",
          "transcript": "NM_001376285.1",
          "protein_id": "NP_001363214.1",
          "transcript_support_level": null,
          "aa_start": 424,
          "aa_end": null,
          "aa_length": 545,
          "cds_start": 1270,
          "cds_end": null,
          "cds_length": 1638,
          "cdna_start": 1796,
          "cdna_end": null,
          "cdna_length": 3421,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "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.1270A>G",
          "hgvs_p": "p.Met424Val",
          "transcript": "NM_001376286.1",
          "protein_id": "NP_001363215.1",
          "transcript_support_level": null,
          "aa_start": 424,
          "aa_end": null,
          "aa_length": 545,
          "cds_start": 1270,
          "cds_end": null,
          "cds_length": 1638,
          "cdna_start": 1621,
          "cdna_end": null,
          "cdna_length": 3246,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "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.1270A>G",
          "hgvs_p": "p.Met424Val",
          "transcript": "NM_001376287.1",
          "protein_id": "NP_001363216.1",
          "transcript_support_level": null,
          "aa_start": 424,
          "aa_end": null,
          "aa_length": 545,
          "cds_start": 1270,
          "cds_end": null,
          "cds_length": 1638,
          "cdna_start": 1793,
          "cdna_end": null,
          "cdna_length": 3418,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "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.1270A>G",
          "hgvs_p": "p.Met424Val",
          "transcript": "NM_001376288.1",
          "protein_id": "NP_001363217.1",
          "transcript_support_level": null,
          "aa_start": 424,
          "aa_end": null,
          "aa_length": 522,
          "cds_start": 1270,
          "cds_end": null,
          "cds_length": 1569,
          "cdna_start": 1489,
          "cdna_end": null,
          "cdna_length": 2908,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "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.1270A>G",
          "hgvs_p": "p.Met424Val",
          "transcript": "ENST00000530617.5",
          "protein_id": "ENSP00000433423.1",
          "transcript_support_level": 2,
          "aa_start": 424,
          "aa_end": null,
          "aa_length": 522,
          "cds_start": 1270,
          "cds_end": null,
          "cds_length": 1569,
          "cdna_start": 1582,
          "cdna_end": null,
          "cdna_length": 3001,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "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.1270A>G",
          "hgvs_p": "p.Met424Val",
          "transcript": "NM_001376289.1",
          "protein_id": "NP_001363218.1",
          "transcript_support_level": null,
          "aa_start": 424,
          "aa_end": null,
          "aa_length": 507,
          "cds_start": 1270,
          "cds_end": null,
          "cds_length": 1524,
          "cdna_start": 1489,
          "cdna_end": null,
          "cdna_length": 3025,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "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.1147A>G",
          "hgvs_p": "p.Met383Val",
          "transcript": "NM_001376290.1",
          "protein_id": "NP_001363219.1",
          "transcript_support_level": null,
          "aa_start": 383,
          "aa_end": null,
          "aa_length": 504,
          "cds_start": 1147,
          "cds_end": null,
          "cds_length": 1515,
          "cdna_start": 1711,
          "cdna_end": null,
          "cdna_length": 3336,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "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.1147A>G",
          "hgvs_p": "p.Met383Val",
          "transcript": "NM_001376291.1",
          "protein_id": "NP_001363220.1",
          "transcript_support_level": null,
          "aa_start": 383,
          "aa_end": null,
          "aa_length": 504,
          "cds_start": 1147,
          "cds_end": null,
          "cds_length": 1515,
          "cdna_start": 1366,
          "cdna_end": null,
          "cdna_length": 2991,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "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.1270A>G",
          "hgvs_p": "p.Met424Val",
          "transcript": "NM_001376292.1",
          "protein_id": "NP_001363221.1",
          "transcript_support_level": null,
          "aa_start": 424,
          "aa_end": null,
          "aa_length": 499,
          "cds_start": 1270,
          "cds_end": null,
          "cds_length": 1500,
          "cdna_start": 1489,
          "cdna_end": null,
          "cdna_length": 2976,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "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.1270A>G",
          "hgvs_p": "p.Met424Val",
          "transcript": "NM_001376293.1",
          "protein_id": "NP_001363222.1",
          "transcript_support_level": null,
          "aa_start": 424,
          "aa_end": null,
          "aa_length": 499,
          "cds_start": 1270,
          "cds_end": null,
          "cds_length": 1500,
          "cdna_start": 1486,
          "cdna_end": null,
          "cdna_length": 2973,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "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.1261A>G",
          "hgvs_p": "p.Met421Val",
          "transcript": "NM_001376294.1",
          "protein_id": "NP_001363223.1",
          "transcript_support_level": null,
          "aa_start": 421,
          "aa_end": null,
          "aa_length": 496,
          "cds_start": 1261,
          "cds_end": null,
          "cds_length": 1491,
          "cdna_start": 1612,
          "cdna_end": null,
          "cdna_length": 3099,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "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.1093A>G",
          "hgvs_p": "p.Met365Val",
          "transcript": "NM_001376295.1",
          "protein_id": "NP_001363224.1",
          "transcript_support_level": null,
          "aa_start": 365,
          "aa_end": null,
          "aa_length": 486,
          "cds_start": 1093,
          "cds_end": null,
          "cds_length": 1461,
          "cdna_start": 1312,
          "cdna_end": null,
          "cdna_length": 2937,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "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.1021A>G",
          "hgvs_p": "p.Met341Val",
          "transcript": "NM_001376301.1",
          "protein_id": "NP_001363230.1",
          "transcript_support_level": null,
          "aa_start": 341,
          "aa_end": null,
          "aa_length": 462,
          "cds_start": 1021,
          "cds_end": null,
          "cds_length": 1389,
          "cdna_start": 1585,
          "cdna_end": null,
          "cdna_length": 3210,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "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.976A>G",
          "hgvs_p": "p.Met326Val",
          "transcript": "NM_001376302.1",
          "protein_id": "NP_001363231.1",
          "transcript_support_level": null,
          "aa_start": 326,
          "aa_end": null,
          "aa_length": 455,
          "cds_start": 976,
          "cds_end": null,
          "cds_length": 1368,
          "cdna_start": 1278,
          "cdna_end": null,
          "cdna_length": 2952,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "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.976A>G",
          "hgvs_p": "p.Met326Val",
          "transcript": "ENST00000528203.5",
          "protein_id": "ENSP00000433211.1",
          "transcript_support_level": 2,
          "aa_start": 326,
          "aa_end": null,
          "aa_length": 455,
          "cds_start": 976,
          "cds_end": null,
          "cds_length": 1368,
          "cdna_start": 1211,
          "cdna_end": null,
          "cdna_length": 1878,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "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.982A>G",
          "hgvs_p": "p.Met328Val",
          "transcript": "NM_001376303.1",
          "protein_id": "NP_001363232.1",
          "transcript_support_level": null,
          "aa_start": 328,
          "aa_end": null,
          "aa_length": 449,
          "cds_start": 982,
          "cds_end": null,
          "cds_length": 1350,
          "cdna_start": 1201,
          "cdna_end": null,
          "cdna_length": 2826,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "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.976A>G",
          "hgvs_p": "p.Met326Val",
          "transcript": "NM_001376304.1",
          "protein_id": "NP_001363233.1",
          "transcript_support_level": null,
          "aa_start": 326,
          "aa_end": null,
          "aa_length": 447,
          "cds_start": 976,
          "cds_end": null,
          "cds_length": 1344,
          "cdna_start": 1522,
          "cdna_end": null,
          "cdna_length": 3147,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "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.976A>G",
          "hgvs_p": "p.Met326Val",
          "transcript": "NM_001376305.1",
          "protein_id": "NP_001363234.1",
          "transcript_support_level": null,
          "aa_start": 326,
          "aa_end": null,
          "aa_length": 447,
          "cds_start": 976,
          "cds_end": null,
          "cds_length": 1344,
          "cdna_start": 1278,
          "cdna_end": null,
          "cdna_length": 2903,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "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.433A>G",
          "hgvs_p": "p.Met145Val",
          "transcript": "ENST00000533285.1",
          "protein_id": "ENSP00000431541.1",
          "transcript_support_level": 3,
          "aa_start": 145,
          "aa_end": null,
          "aa_length": 243,
          "cds_start": 433,
          "cds_end": null,
          "cds_length": 732,
          "cdna_start": 434,
          "cdna_end": null,
          "cdna_length": 878,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "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.1393A>G",
          "hgvs_p": "p.Met465Val",
          "transcript": "XM_047427046.1",
          "protein_id": "XP_047283002.1",
          "transcript_support_level": null,
          "aa_start": 465,
          "aa_end": null,
          "aa_length": 594,
          "cds_start": 1393,
          "cds_end": null,
          "cds_length": 1785,
          "cdna_start": 1565,
          "cdna_end": null,
          "cdna_length": 3239,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "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.1393A>G",
          "hgvs_p": "p.Met465Val",
          "transcript": "XM_047427047.1",
          "protein_id": "XP_047283003.1",
          "transcript_support_level": null,
          "aa_start": 465,
          "aa_end": null,
          "aa_length": 586,
          "cds_start": 1393,
          "cds_end": null,
          "cds_length": 1761,
          "cdna_start": 1565,
          "cdna_end": null,
          "cdna_length": 3190,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "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.1270A>G",
          "hgvs_p": "p.Met424Val",
          "transcript": "XM_024448557.2",
          "protein_id": "XP_024304325.1",
          "transcript_support_level": null,
          "aa_start": 424,
          "aa_end": null,
          "aa_length": 553,
          "cds_start": 1270,
          "cds_end": null,
          "cds_length": 1662,
          "cdna_start": 1556,
          "cdna_end": null,
          "cdna_length": 3230,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "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.1270A>G",
          "hgvs_p": "p.Met424Val",
          "transcript": "XM_024448558.2",
          "protein_id": "XP_024304326.1",
          "transcript_support_level": null,
          "aa_start": 424,
          "aa_end": null,
          "aa_length": 553,
          "cds_start": 1270,
          "cds_end": null,
          "cds_length": 1662,
          "cdna_start": 1466,
          "cdna_end": null,
          "cdna_length": 3140,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "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.1270A>G",
          "hgvs_p": "p.Met424Val",
          "transcript": "XM_024448559.2",
          "protein_id": "XP_024304327.1",
          "transcript_support_level": null,
          "aa_start": 424,
          "aa_end": null,
          "aa_length": 553,
          "cds_start": 1270,
          "cds_end": null,
          "cds_length": 1662,
          "cdna_start": 1977,
          "cdna_end": null,
          "cdna_length": 3651,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "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.1270A>G",
          "hgvs_p": "p.Met424Val",
          "transcript": "XM_047427048.1",
          "protein_id": "XP_047283004.1",
          "transcript_support_level": null,
          "aa_start": 424,
          "aa_end": null,
          "aa_length": 553,
          "cds_start": 1270,
          "cds_end": null,
          "cds_length": 1662,
          "cdna_start": 1901,
          "cdna_end": null,
          "cdna_length": 3575,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "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.1270A>G",
          "hgvs_p": "p.Met424Val",
          "transcript": "XM_047427049.1",
          "protein_id": "XP_047283005.1",
          "transcript_support_level": null,
          "aa_start": 424,
          "aa_end": null,
          "aa_length": 553,
          "cds_start": 1270,
          "cds_end": null,
          "cds_length": 1662,
          "cdna_start": 1642,
          "cdna_end": null,
          "cdna_length": 3316,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "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.1270A>G",
          "hgvs_p": "p.Met424Val",
          "transcript": "XM_047427050.1",
          "protein_id": "XP_047283006.1",
          "transcript_support_level": null,
          "aa_start": 424,
          "aa_end": null,
          "aa_length": 553,
          "cds_start": 1270,
          "cds_end": null,
          "cds_length": 1662,
          "cdna_start": 5509,
          "cdna_end": null,
          "cdna_length": 7183,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "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.1270A>G",
          "hgvs_p": "p.Met424Val",
          "transcript": "XM_047427051.1",
          "protein_id": "XP_047283007.1",
          "transcript_support_level": null,
          "aa_start": 424,
          "aa_end": null,
          "aa_length": 553,
          "cds_start": 1270,
          "cds_end": null,
          "cds_length": 1662,
          "cdna_start": 1898,
          "cdna_end": null,
          "cdna_length": 3572,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "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.1270A>G",
          "hgvs_p": "p.Met424Val",
          "transcript": "XM_047427052.1",
          "protein_id": "XP_047283008.1",
          "transcript_support_level": null,
          "aa_start": 424,
          "aa_end": null,
          "aa_length": 553,
          "cds_start": 1270,
          "cds_end": null,
          "cds_length": 1662,
          "cdna_start": 1309,
          "cdna_end": null,
          "cdna_length": 2983,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "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.1270A>G",
          "hgvs_p": "p.Met424Val",
          "transcript": "XM_024448560.2",
          "protein_id": "XP_024304328.1",
          "transcript_support_level": null,
          "aa_start": 424,
          "aa_end": null,
          "aa_length": 545,
          "cds_start": 1270,
          "cds_end": null,
          "cds_length": 1638,
          "cdna_start": 1708,
          "cdna_end": null,
          "cdna_length": 3333,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "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.1270A>G",
          "hgvs_p": "p.Met424Val",
          "transcript": "XM_047427053.1",
          "protein_id": "XP_047283009.1",
          "transcript_support_level": null,
          "aa_start": 424,
          "aa_end": null,
          "aa_length": 545,
          "cds_start": 1270,
          "cds_end": null,
          "cds_length": 1638,
          "cdna_start": 5509,
          "cdna_end": null,
          "cdna_length": 7134,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "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.1270A>G",
          "hgvs_p": "p.Met424Val",
          "transcript": "XM_047427054.1",
          "protein_id": "XP_047283010.1",
          "transcript_support_level": null,
          "aa_start": 424,
          "aa_end": null,
          "aa_length": 545,
          "cds_start": 1270,
          "cds_end": null,
          "cds_length": 1638,
          "cdna_start": 1642,
          "cdna_end": null,
          "cdna_length": 3267,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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.490A>G",
          "hgvs_p": null,
          "transcript": "ENST00000525542.5",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 863,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "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.*113A>G",
          "hgvs_p": null,
          "transcript": "ENST00000527457.5",
          "protein_id": "ENSP00000431906.1",
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1047,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "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.*366A>G",
          "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": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 576,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PAK1",
          "gene_hgnc_id": 8590,
          "hgvs_c": "n.693A>G",
          "hgvs_p": null,
          "transcript": "ENST00000532991.5",
          "protein_id": null,
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 806,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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.1486A>G",
          "hgvs_p": null,
          "transcript": "NR_164797.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3135,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "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.1489A>G",
          "hgvs_p": null,
          "transcript": "NR_164798.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3276,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": 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.*113A>G",
          "hgvs_p": null,
          "transcript": "ENST00000527457.5",
          "protein_id": "ENSP00000431906.1",
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1047,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "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.*366A>G",
          "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": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 576,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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.*25A>G",
          "hgvs_p": null,
          "transcript": "ENST00000532711.1",
          "protein_id": null,
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 308,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "PAK1",
      "gene_hgnc_id": 8590,
      "dbsnp": "rs1942661559",
      "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.6236876845359802,
      "computational_prediction_selected": "Uncertain_significance",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0.05999999865889549,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.385,
      "revel_prediction": "Uncertain_significance",
      "alphamissense_score": 0.9168,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.03,
      "bayesdelnoaf_prediction": "Uncertain_significance",
      "phylop100way_score": 7.674,
      "phylop100way_prediction": "Pathogenic",
      "spliceai_max_score": 0.06,
      "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": "PM1,PM2,PP2",
      "acmg_by_gene": [
        {
          "score": 5,
          "benign_score": 0,
          "pathogenic_score": 5,
          "criteria": [
            "PM1",
            "PM2",
            "PP2"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NM_002576.5",
          "gene_symbol": "PAK1",
          "hgnc_id": 8590,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.1270A>G",
          "hgvs_p": "p.Met424Val"
        }
      ],
      "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
}