← 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: 1-226994332-G-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "1",
      "pos": 226994332,
      "ref": "G",
      "alt": "A",
      "effect": "missense_variant",
      "transcript": "NM_001387550.1",
      "consequences": [
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 37,
          "exon_rank_end": null,
          "exon_count": 37,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CDC42BPA",
          "gene_hgnc_id": 1737,
          "hgvs_c": "c.5201C>T",
          "hgvs_p": "p.Ala1734Val",
          "transcript": "NM_001394014.1",
          "protein_id": "NP_001380943.1",
          "transcript_support_level": null,
          "aa_start": 1734,
          "aa_end": null,
          "aa_length": 1754,
          "cds_start": 5201,
          "cds_end": null,
          "cds_length": 5265,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000366766.8",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001394014.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 37,
          "exon_rank_end": null,
          "exon_count": 37,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CDC42BPA",
          "gene_hgnc_id": 1737,
          "hgvs_c": "c.5201C>T",
          "hgvs_p": "p.Ala1734Val",
          "transcript": "ENST00000366766.8",
          "protein_id": "ENSP00000355728.5",
          "transcript_support_level": 5,
          "aa_start": 1734,
          "aa_end": null,
          "aa_length": 1754,
          "cds_start": 5201,
          "cds_end": null,
          "cds_length": 5265,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_001394014.1",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000366766.8"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 36,
          "exon_rank_end": null,
          "exon_count": 36,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CDC42BPA",
          "gene_hgnc_id": 1737,
          "hgvs_c": "c.5096C>T",
          "hgvs_p": "p.Ala1699Val",
          "transcript": "ENST00000366769.7",
          "protein_id": "ENSP00000355731.3",
          "transcript_support_level": 1,
          "aa_start": 1699,
          "aa_end": null,
          "aa_length": 1719,
          "cds_start": 5096,
          "cds_end": null,
          "cds_length": 5160,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000366769.7"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 36,
          "exon_rank_end": null,
          "exon_count": 36,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CDC42BPA",
          "gene_hgnc_id": 1737,
          "hgvs_c": "c.5036C>T",
          "hgvs_p": "p.Ala1679Val",
          "transcript": "ENST00000366764.8",
          "protein_id": "ENSP00000355726.5",
          "transcript_support_level": 1,
          "aa_start": 1679,
          "aa_end": null,
          "aa_length": 1699,
          "cds_start": 5036,
          "cds_end": null,
          "cds_length": 5100,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000366764.8"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 35,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CDC42BPA",
          "gene_hgnc_id": 1737,
          "hgvs_c": "c.4853C>T",
          "hgvs_p": "p.Ala1618Val",
          "transcript": "ENST00000366767.7",
          "protein_id": "ENSP00000355729.3",
          "transcript_support_level": 1,
          "aa_start": 1618,
          "aa_end": null,
          "aa_length": 1638,
          "cds_start": 4853,
          "cds_end": null,
          "cds_length": 4917,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000366767.7"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CDC42BPA",
          "gene_hgnc_id": 1737,
          "hgvs_c": "c.3080C>T",
          "hgvs_p": "p.Ala1027Val",
          "transcript": "ENST00000442054.5",
          "protein_id": "ENSP00000401051.1",
          "transcript_support_level": 1,
          "aa_start": 1027,
          "aa_end": null,
          "aa_length": 1047,
          "cds_start": 3080,
          "cds_end": null,
          "cds_length": 3144,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000442054.5"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CDC42BPA",
          "gene_hgnc_id": 1737,
          "hgvs_c": "c.2888C>T",
          "hgvs_p": "p.Ala963Val",
          "transcript": "ENST00000448940.5",
          "protein_id": "ENSP00000415388.1",
          "transcript_support_level": 1,
          "aa_start": 963,
          "aa_end": null,
          "aa_length": 983,
          "cds_start": 2888,
          "cds_end": null,
          "cds_length": 2952,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000448940.5"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 40,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CDC42BPA",
          "gene_hgnc_id": 1737,
          "hgvs_c": "c.5474C>T",
          "hgvs_p": "p.Ala1825Val",
          "transcript": "NM_001387550.1",
          "protein_id": "NP_001374479.1",
          "transcript_support_level": null,
          "aa_start": 1825,
          "aa_end": null,
          "aa_length": 1845,
          "cds_start": 5474,
          "cds_end": null,
          "cds_length": 5538,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001387550.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 38,
          "exon_rank_end": null,
          "exon_count": 38,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CDC42BPA",
          "gene_hgnc_id": 1737,
          "hgvs_c": "c.5330C>T",
          "hgvs_p": "p.Ala1777Val",
          "transcript": "ENST00000963198.1",
          "protein_id": "ENSP00000633257.1",
          "transcript_support_level": null,
          "aa_start": 1777,
          "aa_end": null,
          "aa_length": 1797,
          "cds_start": 5330,
          "cds_end": null,
          "cds_length": 5394,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963198.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 38,
          "exon_rank_end": null,
          "exon_count": 38,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CDC42BPA",
          "gene_hgnc_id": 1737,
          "hgvs_c": "c.5321C>T",
          "hgvs_p": "p.Ala1774Val",
          "transcript": "ENST00000963196.1",
          "protein_id": "ENSP00000633255.1",
          "transcript_support_level": null,
          "aa_start": 1774,
          "aa_end": null,
          "aa_length": 1794,
          "cds_start": 5321,
          "cds_end": null,
          "cds_length": 5385,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963196.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 37,
          "exon_rank_end": null,
          "exon_count": 37,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CDC42BPA",
          "gene_hgnc_id": 1737,
          "hgvs_c": "c.5144C>T",
          "hgvs_p": "p.Ala1715Val",
          "transcript": "ENST00000963197.1",
          "protein_id": "ENSP00000633256.1",
          "transcript_support_level": null,
          "aa_start": 1715,
          "aa_end": null,
          "aa_length": 1735,
          "cds_start": 5144,
          "cds_end": null,
          "cds_length": 5208,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963197.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 37,
          "exon_rank_end": null,
          "exon_count": 37,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CDC42BPA",
          "gene_hgnc_id": 1737,
          "hgvs_c": "c.5135C>T",
          "hgvs_p": "p.Ala1712Val",
          "transcript": "NM_001366019.2",
          "protein_id": "NP_001352948.1",
          "transcript_support_level": null,
          "aa_start": 1712,
          "aa_end": null,
          "aa_length": 1732,
          "cds_start": 5135,
          "cds_end": null,
          "cds_length": 5199,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001366019.2"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 37,
          "exon_rank_end": null,
          "exon_count": 37,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CDC42BPA",
          "gene_hgnc_id": 1737,
          "hgvs_c": "c.5135C>T",
          "hgvs_p": "p.Ala1712Val",
          "transcript": "ENST00000334218.9",
          "protein_id": "ENSP00000335341.6",
          "transcript_support_level": 5,
          "aa_start": 1712,
          "aa_end": null,
          "aa_length": 1732,
          "cds_start": 5135,
          "cds_end": null,
          "cds_length": 5199,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000334218.9"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 36,
          "exon_rank_end": null,
          "exon_count": 36,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CDC42BPA",
          "gene_hgnc_id": 1737,
          "hgvs_c": "c.5096C>T",
          "hgvs_p": "p.Ala1699Val",
          "transcript": "NM_003607.4",
          "protein_id": "NP_003598.2",
          "transcript_support_level": null,
          "aa_start": 1699,
          "aa_end": null,
          "aa_length": 1719,
          "cds_start": 5096,
          "cds_end": null,
          "cds_length": 5160,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_003607.4"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 36,
          "exon_rank_end": null,
          "exon_count": 36,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CDC42BPA",
          "gene_hgnc_id": 1737,
          "hgvs_c": "c.5036C>T",
          "hgvs_p": "p.Ala1679Val",
          "transcript": "NM_001366011.1",
          "protein_id": "NP_001352940.1",
          "transcript_support_level": null,
          "aa_start": 1679,
          "aa_end": null,
          "aa_length": 1699,
          "cds_start": 5036,
          "cds_end": null,
          "cds_length": 5100,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001366011.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 35,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CDC42BPA",
          "gene_hgnc_id": 1737,
          "hgvs_c": "c.5012C>T",
          "hgvs_p": "p.Ala1671Val",
          "transcript": "NM_001366010.2",
          "protein_id": "NP_001352939.1",
          "transcript_support_level": null,
          "aa_start": 1671,
          "aa_end": null,
          "aa_length": 1691,
          "cds_start": 5012,
          "cds_end": null,
          "cds_length": 5076,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001366010.2"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 35,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CDC42BPA",
          "gene_hgnc_id": 1737,
          "hgvs_c": "c.4853C>T",
          "hgvs_p": "p.Ala1618Val",
          "transcript": "NM_014826.5",
          "protein_id": "NP_055641.3",
          "transcript_support_level": null,
          "aa_start": 1618,
          "aa_end": null,
          "aa_length": 1638,
          "cds_start": 4853,
          "cds_end": null,
          "cds_length": 4917,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_014826.5"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 39,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CDC42BPA",
          "gene_hgnc_id": 1737,
          "hgvs_c": "c.5435C>T",
          "hgvs_p": "p.Ala1812Val",
          "transcript": "XM_005273317.5",
          "protein_id": "XP_005273374.1",
          "transcript_support_level": null,
          "aa_start": 1812,
          "aa_end": null,
          "aa_length": 1832,
          "cds_start": 5435,
          "cds_end": null,
          "cds_length": 5499,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005273317.5"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 39,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CDC42BPA",
          "gene_hgnc_id": 1737,
          "hgvs_c": "c.5426C>T",
          "hgvs_p": "p.Ala1809Val",
          "transcript": "XM_005273318.5",
          "protein_id": "XP_005273375.1",
          "transcript_support_level": null,
          "aa_start": 1809,
          "aa_end": null,
          "aa_length": 1829,
          "cds_start": 5426,
          "cds_end": null,
          "cds_length": 5490,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005273318.5"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 38,
          "exon_rank_end": null,
          "exon_count": 38,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CDC42BPA",
          "gene_hgnc_id": 1737,
          "hgvs_c": "c.5387C>T",
          "hgvs_p": "p.Ala1796Val",
          "transcript": "XM_006711834.5",
          "protein_id": "XP_006711897.1",
          "transcript_support_level": null,
          "aa_start": 1796,
          "aa_end": null,
          "aa_length": 1816,
          "cds_start": 5387,
          "cds_end": null,
          "cds_length": 5451,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_006711834.5"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 39,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CDC42BPA",
          "gene_hgnc_id": 1737,
          "hgvs_c": "c.5369C>T",
          "hgvs_p": "p.Ala1790Val",
          "transcript": "XM_011544307.4",
          "protein_id": "XP_011542609.1",
          "transcript_support_level": null,
          "aa_start": 1790,
          "aa_end": null,
          "aa_length": 1810,
          "cds_start": 5369,
          "cds_end": null,
          "cds_length": 5433,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011544307.4"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 38,
          "exon_rank_end": null,
          "exon_count": 38,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CDC42BPA",
          "gene_hgnc_id": 1737,
          "hgvs_c": "c.5330C>T",
          "hgvs_p": "p.Ala1777Val",
          "transcript": "XM_006711835.5",
          "protein_id": "XP_006711898.1",
          "transcript_support_level": null,
          "aa_start": 1777,
          "aa_end": null,
          "aa_length": 1797,
          "cds_start": 5330,
          "cds_end": null,
          "cds_length": 5394,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_006711835.5"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 38,
          "exon_rank_end": null,
          "exon_count": 38,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CDC42BPA",
          "gene_hgnc_id": 1737,
          "hgvs_c": "c.5321C>T",
          "hgvs_p": "p.Ala1774Val",
          "transcript": "XM_005273320.5",
          "protein_id": "XP_005273377.1",
          "transcript_support_level": null,
          "aa_start": 1774,
          "aa_end": null,
          "aa_length": 1794,
          "cds_start": 5321,
          "cds_end": null,
          "cds_length": 5385,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005273320.5"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 39,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CDC42BPA",
          "gene_hgnc_id": 1737,
          "hgvs_c": "c.5288C>T",
          "hgvs_p": "p.Ala1763Val",
          "transcript": "XM_011544308.4",
          "protein_id": "XP_011542610.1",
          "transcript_support_level": null,
          "aa_start": 1763,
          "aa_end": null,
          "aa_length": 1783,
          "cds_start": 5288,
          "cds_end": null,
          "cds_length": 5352,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011544308.4"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 37,
          "exon_rank_end": null,
          "exon_count": 37,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CDC42BPA",
          "gene_hgnc_id": 1737,
          "hgvs_c": "c.5282C>T",
          "hgvs_p": "p.Ala1761Val",
          "transcript": "XM_005273321.5",
          "protein_id": "XP_005273378.1",
          "transcript_support_level": null,
          "aa_start": 1761,
          "aa_end": null,
          "aa_length": 1781,
          "cds_start": 5282,
          "cds_end": null,
          "cds_length": 5346,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005273321.5"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 38,
          "exon_rank_end": null,
          "exon_count": 38,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CDC42BPA",
          "gene_hgnc_id": 1737,
          "hgvs_c": "c.5240C>T",
          "hgvs_p": "p.Ala1747Val",
          "transcript": "XM_017002578.3",
          "protein_id": "XP_016858067.1",
          "transcript_support_level": null,
          "aa_start": 1747,
          "aa_end": null,
          "aa_length": 1767,
          "cds_start": 5240,
          "cds_end": null,
          "cds_length": 5304,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017002578.3"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 39,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CDC42BPA",
          "gene_hgnc_id": 1737,
          "hgvs_c": "c.5231C>T",
          "hgvs_p": "p.Ala1744Val",
          "transcript": "XM_011544309.4",
          "protein_id": "XP_011542611.1",
          "transcript_support_level": null,
          "aa_start": 1744,
          "aa_end": null,
          "aa_length": 1764,
          "cds_start": 5231,
          "cds_end": null,
          "cds_length": 5295,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011544309.4"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 39,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CDC42BPA",
          "gene_hgnc_id": 1737,
          "hgvs_c": "c.5162C>T",
          "hgvs_p": "p.Ala1721Val",
          "transcript": "XM_017002580.3",
          "protein_id": "XP_016858069.1",
          "transcript_support_level": null,
          "aa_start": 1721,
          "aa_end": null,
          "aa_length": 1741,
          "cds_start": 5162,
          "cds_end": null,
          "cds_length": 5226,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017002580.3"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 40,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CDC42BPA",
          "gene_hgnc_id": 1737,
          "hgvs_c": "c.5162C>T",
          "hgvs_p": "p.Ala1721Val",
          "transcript": "XM_047432346.1",
          "protein_id": "XP_047288302.1",
          "transcript_support_level": null,
          "aa_start": 1721,
          "aa_end": null,
          "aa_length": 1741,
          "cds_start": 5162,
          "cds_end": null,
          "cds_length": 5226,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047432346.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 37,
          "exon_rank_end": null,
          "exon_count": 37,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CDC42BPA",
          "gene_hgnc_id": 1737,
          "hgvs_c": "c.5144C>T",
          "hgvs_p": "p.Ala1715Val",
          "transcript": "XM_047432357.1",
          "protein_id": "XP_047288313.1",
          "transcript_support_level": null,
          "aa_start": 1715,
          "aa_end": null,
          "aa_length": 1735,
          "cds_start": 5144,
          "cds_end": null,
          "cds_length": 5208,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047432357.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 36,
          "exon_rank_end": null,
          "exon_count": 36,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CDC42BPA",
          "gene_hgnc_id": 1737,
          "hgvs_c": "c.5039C>T",
          "hgvs_p": "p.Ala1680Val",
          "transcript": "XM_047432364.1",
          "protein_id": "XP_047288320.1",
          "transcript_support_level": null,
          "aa_start": 1680,
          "aa_end": null,
          "aa_length": 1700,
          "cds_start": 5039,
          "cds_end": null,
          "cds_length": 5103,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047432364.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 36,
          "exon_rank_end": null,
          "exon_count": 36,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CDC42BPA",
          "gene_hgnc_id": 1737,
          "hgvs_c": "c.4958C>T",
          "hgvs_p": "p.Ala1653Val",
          "transcript": "XM_047432365.1",
          "protein_id": "XP_047288321.1",
          "transcript_support_level": null,
          "aa_start": 1653,
          "aa_end": null,
          "aa_length": 1673,
          "cds_start": 4958,
          "cds_end": null,
          "cds_length": 5022,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047432365.1"
        }
      ],
      "gene_symbol": "CDC42BPA",
      "gene_hgnc_id": 1737,
      "dbsnp": "rs2802269",
      "frequency_reference_population": 0.89382637,
      "hom_count_reference_population": 638872,
      "allele_count_reference_population": 1427868,
      "gnomad_exomes_af": 0.893146,
      "gnomad_genomes_af": 0.900295,
      "gnomad_exomes_ac": 1290962,
      "gnomad_genomes_ac": 136906,
      "gnomad_exomes_homalt": 577182,
      "gnomad_genomes_homalt": 61690,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 5.529105351342878e-7,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.074,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.0552,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.38,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 2.039,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": -12,
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Strong,BA1",
      "acmg_by_gene": [
        {
          "score": -12,
          "benign_score": 12,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BA1"
          ],
          "verdict": "Benign",
          "transcript": "NM_001387550.1",
          "gene_symbol": "CDC42BPA",
          "hgnc_id": 1737,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.5474C>T",
          "hgvs_p": "p.Ala1825Val"
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "custom_annotations": null
    }
  ],
  "message": null
}