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

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "1",
      "pos": 6468446,
      "ref": "G",
      "alt": "A",
      "effect": "missense_variant",
      "transcript": "NM_001265593.2",
      "consequences": [
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLEKHG5",
          "gene_hgnc_id": 29105,
          "hgvs_c": "c.2390C>T",
          "hgvs_p": "p.Thr797Met",
          "transcript": "NM_020631.6",
          "protein_id": "NP_065682.2",
          "transcript_support_level": null,
          "aa_start": 797,
          "aa_end": null,
          "aa_length": 1006,
          "cds_start": 2390,
          "cds_end": null,
          "cds_length": 3021,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000377728.8",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_020631.6"
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLEKHG5",
          "gene_hgnc_id": 29105,
          "hgvs_c": "c.2390C>T",
          "hgvs_p": "p.Thr797Met",
          "transcript": "ENST00000377728.8",
          "protein_id": "ENSP00000366957.3",
          "transcript_support_level": 2,
          "aa_start": 797,
          "aa_end": null,
          "aa_length": 1006,
          "cds_start": 2390,
          "cds_end": null,
          "cds_length": 3021,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_020631.6",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000377728.8"
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLEKHG5",
          "gene_hgnc_id": 29105,
          "hgvs_c": "c.2501C>T",
          "hgvs_p": "p.Thr834Met",
          "transcript": "ENST00000377732.5",
          "protein_id": "ENSP00000366961.1",
          "transcript_support_level": 1,
          "aa_start": 834,
          "aa_end": null,
          "aa_length": 1043,
          "cds_start": 2501,
          "cds_end": null,
          "cds_length": 3132,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000377732.5"
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLEKHG5",
          "gene_hgnc_id": 29105,
          "hgvs_c": "c.2501C>T",
          "hgvs_p": "p.Thr834Met",
          "transcript": "ENST00000400915.8",
          "protein_id": "ENSP00000383706.4",
          "transcript_support_level": 1,
          "aa_start": 834,
          "aa_end": null,
          "aa_length": 1043,
          "cds_start": 2501,
          "cds_end": null,
          "cds_length": 3132,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000400915.8"
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLEKHG5",
          "gene_hgnc_id": 29105,
          "hgvs_c": "c.2390C>T",
          "hgvs_p": "p.Thr797Met",
          "transcript": "ENST00000377740.5",
          "protein_id": "ENSP00000366969.4",
          "transcript_support_level": 1,
          "aa_start": 797,
          "aa_end": null,
          "aa_length": 1006,
          "cds_start": 2390,
          "cds_end": null,
          "cds_length": 3021,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000377740.5"
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLEKHG5",
          "gene_hgnc_id": 29105,
          "hgvs_c": "c.2390C>T",
          "hgvs_p": "p.Thr797Met",
          "transcript": "ENST00000377725.5",
          "protein_id": "ENSP00000366954.1",
          "transcript_support_level": 1,
          "aa_start": 797,
          "aa_end": null,
          "aa_length": 930,
          "cds_start": 2390,
          "cds_end": null,
          "cds_length": 2793,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000377725.5"
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLEKHG5",
          "gene_hgnc_id": 29105,
          "hgvs_c": "c.2687C>T",
          "hgvs_p": "p.Thr896Met",
          "transcript": "ENST00000673471.2",
          "protein_id": "ENSP00000500749.1",
          "transcript_support_level": null,
          "aa_start": 896,
          "aa_end": null,
          "aa_length": 1105,
          "cds_start": 2687,
          "cds_end": null,
          "cds_length": 3318,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000673471.2"
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLEKHG5",
          "gene_hgnc_id": 29105,
          "hgvs_c": "c.2597C>T",
          "hgvs_p": "p.Thr866Met",
          "transcript": "NM_001265593.2",
          "protein_id": "NP_001252522.1",
          "transcript_support_level": null,
          "aa_start": 866,
          "aa_end": null,
          "aa_length": 1075,
          "cds_start": 2597,
          "cds_end": null,
          "cds_length": 3228,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001265593.2"
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLEKHG5",
          "gene_hgnc_id": 29105,
          "hgvs_c": "c.2597C>T",
          "hgvs_p": "p.Thr866Met",
          "transcript": "ENST00000535355.6",
          "protein_id": "ENSP00000441445.1",
          "transcript_support_level": 2,
          "aa_start": 866,
          "aa_end": null,
          "aa_length": 1075,
          "cds_start": 2597,
          "cds_end": null,
          "cds_length": 3228,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000535355.6"
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLEKHG5",
          "gene_hgnc_id": 29105,
          "hgvs_c": "c.2564C>T",
          "hgvs_p": "p.Thr855Met",
          "transcript": "ENST00000377748.6",
          "protein_id": "ENSP00000366977.2",
          "transcript_support_level": 2,
          "aa_start": 855,
          "aa_end": null,
          "aa_length": 1064,
          "cds_start": 2564,
          "cds_end": null,
          "cds_length": 3195,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000377748.6"
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLEKHG5",
          "gene_hgnc_id": 29105,
          "hgvs_c": "c.2501C>T",
          "hgvs_p": "p.Thr834Met",
          "transcript": "NM_001042663.3",
          "protein_id": "NP_001036128.2",
          "transcript_support_level": null,
          "aa_start": 834,
          "aa_end": null,
          "aa_length": 1043,
          "cds_start": 2501,
          "cds_end": null,
          "cds_length": 3132,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001042663.3"
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLEKHG5",
          "gene_hgnc_id": 29105,
          "hgvs_c": "c.2501C>T",
          "hgvs_p": "p.Thr834Met",
          "transcript": "NM_001265592.2",
          "protein_id": "NP_001252521.2",
          "transcript_support_level": null,
          "aa_start": 834,
          "aa_end": null,
          "aa_length": 1043,
          "cds_start": 2501,
          "cds_end": null,
          "cds_length": 3132,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001265592.2"
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLEKHG5",
          "gene_hgnc_id": 29105,
          "hgvs_c": "c.2501C>T",
          "hgvs_p": "p.Thr834Met",
          "transcript": "ENST00000537245.6",
          "protein_id": "ENSP00000439625.2",
          "transcript_support_level": 2,
          "aa_start": 834,
          "aa_end": null,
          "aa_length": 1043,
          "cds_start": 2501,
          "cds_end": null,
          "cds_length": 3132,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000537245.6"
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLEKHG5",
          "gene_hgnc_id": 29105,
          "hgvs_c": "c.2429C>T",
          "hgvs_p": "p.Thr810Met",
          "transcript": "ENST00000856967.1",
          "protein_id": "ENSP00000527026.1",
          "transcript_support_level": null,
          "aa_start": 810,
          "aa_end": null,
          "aa_length": 1019,
          "cds_start": 2429,
          "cds_end": null,
          "cds_length": 3060,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000856967.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLEKHG5",
          "gene_hgnc_id": 29105,
          "hgvs_c": "c.2390C>T",
          "hgvs_p": "p.Thr797Met",
          "transcript": "NM_001042664.2",
          "protein_id": "NP_001036129.1",
          "transcript_support_level": null,
          "aa_start": 797,
          "aa_end": null,
          "aa_length": 1006,
          "cds_start": 2390,
          "cds_end": null,
          "cds_length": 3021,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001042664.2"
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLEKHG5",
          "gene_hgnc_id": 29105,
          "hgvs_c": "c.2390C>T",
          "hgvs_p": "p.Thr797Met",
          "transcript": "NM_001042665.2",
          "protein_id": "NP_001036130.1",
          "transcript_support_level": null,
          "aa_start": 797,
          "aa_end": null,
          "aa_length": 1006,
          "cds_start": 2390,
          "cds_end": null,
          "cds_length": 3021,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001042665.2"
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLEKHG5",
          "gene_hgnc_id": 29105,
          "hgvs_c": "c.2390C>T",
          "hgvs_p": "p.Thr797Met",
          "transcript": "NM_198681.4",
          "protein_id": "NP_941374.3",
          "transcript_support_level": null,
          "aa_start": 797,
          "aa_end": null,
          "aa_length": 1006,
          "cds_start": 2390,
          "cds_end": null,
          "cds_length": 3021,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_198681.4"
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLEKHG5",
          "gene_hgnc_id": 29105,
          "hgvs_c": "c.2390C>T",
          "hgvs_p": "p.Thr797Met",
          "transcript": "ENST00000340850.10",
          "protein_id": "ENSP00000344570.5",
          "transcript_support_level": 5,
          "aa_start": 797,
          "aa_end": null,
          "aa_length": 1006,
          "cds_start": 2390,
          "cds_end": null,
          "cds_length": 3021,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000340850.10"
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLEKHG5",
          "gene_hgnc_id": 29105,
          "hgvs_c": "c.2390C>T",
          "hgvs_p": "p.Thr797Met",
          "transcript": "ENST00000400913.6",
          "protein_id": "ENSP00000383704.1",
          "transcript_support_level": 5,
          "aa_start": 797,
          "aa_end": null,
          "aa_length": 1006,
          "cds_start": 2390,
          "cds_end": null,
          "cds_length": 3021,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000400913.6"
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLEKHG5",
          "gene_hgnc_id": 29105,
          "hgvs_c": "c.2390C>T",
          "hgvs_p": "p.Thr797Met",
          "transcript": "ENST00000675694.1",
          "protein_id": "ENSP00000501925.1",
          "transcript_support_level": null,
          "aa_start": 797,
          "aa_end": null,
          "aa_length": 1006,
          "cds_start": 2390,
          "cds_end": null,
          "cds_length": 3021,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000675694.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLEKHG5",
          "gene_hgnc_id": 29105,
          "hgvs_c": "c.2390C>T",
          "hgvs_p": "p.Thr797Met",
          "transcript": "ENST00000856966.1",
          "protein_id": "ENSP00000527025.1",
          "transcript_support_level": null,
          "aa_start": 797,
          "aa_end": null,
          "aa_length": 1006,
          "cds_start": 2390,
          "cds_end": null,
          "cds_length": 3021,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000856966.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLEKHG5",
          "gene_hgnc_id": 29105,
          "hgvs_c": "c.2390C>T",
          "hgvs_p": "p.Thr797Met",
          "transcript": "ENST00000934259.1",
          "protein_id": "ENSP00000604318.1",
          "transcript_support_level": null,
          "aa_start": 797,
          "aa_end": null,
          "aa_length": 1006,
          "cds_start": 2390,
          "cds_end": null,
          "cds_length": 3021,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000934259.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLEKHG5",
          "gene_hgnc_id": 29105,
          "hgvs_c": "c.2390C>T",
          "hgvs_p": "p.Thr797Met",
          "transcript": "ENST00000934261.1",
          "protein_id": "ENSP00000604320.1",
          "transcript_support_level": null,
          "aa_start": 797,
          "aa_end": null,
          "aa_length": 1006,
          "cds_start": 2390,
          "cds_end": null,
          "cds_length": 3021,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000934261.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLEKHG5",
          "gene_hgnc_id": 29105,
          "hgvs_c": "c.2390C>T",
          "hgvs_p": "p.Thr797Met",
          "transcript": "ENST00000948663.1",
          "protein_id": "ENSP00000618722.1",
          "transcript_support_level": null,
          "aa_start": 797,
          "aa_end": null,
          "aa_length": 1006,
          "cds_start": 2390,
          "cds_end": null,
          "cds_length": 3021,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000948663.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLEKHG5",
          "gene_hgnc_id": 29105,
          "hgvs_c": "c.2390C>T",
          "hgvs_p": "p.Thr797Met",
          "transcript": "ENST00000948666.1",
          "protein_id": "ENSP00000618725.1",
          "transcript_support_level": null,
          "aa_start": 797,
          "aa_end": null,
          "aa_length": 1006,
          "cds_start": 2390,
          "cds_end": null,
          "cds_length": 3021,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000948666.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLEKHG5",
          "gene_hgnc_id": 29105,
          "hgvs_c": "c.2390C>T",
          "hgvs_p": "p.Thr797Met",
          "transcript": "ENST00000948667.1",
          "protein_id": "ENSP00000618726.1",
          "transcript_support_level": null,
          "aa_start": 797,
          "aa_end": null,
          "aa_length": 1006,
          "cds_start": 2390,
          "cds_end": null,
          "cds_length": 3021,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000948667.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLEKHG5",
          "gene_hgnc_id": 29105,
          "hgvs_c": "c.2384C>T",
          "hgvs_p": "p.Thr795Met",
          "transcript": "ENST00000948665.1",
          "protein_id": "ENSP00000618724.1",
          "transcript_support_level": null,
          "aa_start": 795,
          "aa_end": null,
          "aa_length": 1004,
          "cds_start": 2384,
          "cds_end": null,
          "cds_length": 3015,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000948665.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLEKHG5",
          "gene_hgnc_id": 29105,
          "hgvs_c": "c.2384C>T",
          "hgvs_p": "p.Thr795Met",
          "transcript": "ENST00000948668.1",
          "protein_id": "ENSP00000618727.1",
          "transcript_support_level": null,
          "aa_start": 795,
          "aa_end": null,
          "aa_length": 1004,
          "cds_start": 2384,
          "cds_end": null,
          "cds_length": 3015,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000948668.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLEKHG5",
          "gene_hgnc_id": 29105,
          "hgvs_c": "c.2324C>T",
          "hgvs_p": "p.Thr775Met",
          "transcript": "ENST00000934260.1",
          "protein_id": "ENSP00000604319.1",
          "transcript_support_level": null,
          "aa_start": 775,
          "aa_end": null,
          "aa_length": 984,
          "cds_start": 2324,
          "cds_end": null,
          "cds_length": 2955,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000934260.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLEKHG5",
          "gene_hgnc_id": 29105,
          "hgvs_c": "c.2324C>T",
          "hgvs_p": "p.Thr775Met",
          "transcript": "ENST00000948664.1",
          "protein_id": "ENSP00000618723.1",
          "transcript_support_level": null,
          "aa_start": 775,
          "aa_end": null,
          "aa_length": 984,
          "cds_start": 2324,
          "cds_end": null,
          "cds_length": 2955,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000948664.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLEKHG5",
          "gene_hgnc_id": 29105,
          "hgvs_c": "c.2390C>T",
          "hgvs_p": "p.Thr797Met",
          "transcript": "NM_001265594.3",
          "protein_id": "NP_001252523.1",
          "transcript_support_level": null,
          "aa_start": 797,
          "aa_end": null,
          "aa_length": 930,
          "cds_start": 2390,
          "cds_end": null,
          "cds_length": 2793,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001265594.3"
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLEKHG5",
          "gene_hgnc_id": 29105,
          "hgvs_c": "c.263C>T",
          "hgvs_p": "p.Thr88Met",
          "transcript": "ENST00000675976.1",
          "protein_id": "ENSP00000501611.1",
          "transcript_support_level": null,
          "aa_start": 88,
          "aa_end": null,
          "aa_length": 295,
          "cds_start": 263,
          "cds_end": null,
          "cds_length": 888,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000675976.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": 18,
          "intron_rank_end": null,
          "gene_symbol": "PLEKHG5",
          "gene_hgnc_id": 29105,
          "hgvs_c": "c.2250-553C>T",
          "hgvs_p": null,
          "transcript": "ENST00000675123.1",
          "protein_id": "ENSP00000502132.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 775,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2328,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000675123.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLEKHG5",
          "gene_hgnc_id": 29105,
          "hgvs_c": "n.1592C>T",
          "hgvs_p": null,
          "transcript": "ENST00000487949.4",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000487949.4"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLEKHG5",
          "gene_hgnc_id": 29105,
          "hgvs_c": "n.2866C>T",
          "hgvs_p": null,
          "transcript": "ENST00000489097.6",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000489097.6"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLEKHG5",
          "gene_hgnc_id": 29105,
          "hgvs_c": "n.*2602C>T",
          "hgvs_p": null,
          "transcript": "ENST00000674790.1",
          "protein_id": "ENSP00000502815.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000674790.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLEKHG5",
          "gene_hgnc_id": 29105,
          "hgvs_c": "n.*2218C>T",
          "hgvs_p": null,
          "transcript": "ENST00000675548.1",
          "protein_id": "ENSP00000502684.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000675548.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLEKHG5",
          "gene_hgnc_id": 29105,
          "hgvs_c": "n.*2602C>T",
          "hgvs_p": null,
          "transcript": "ENST00000674790.1",
          "protein_id": "ENSP00000502815.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000674790.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLEKHG5",
          "gene_hgnc_id": 29105,
          "hgvs_c": "n.*2218C>T",
          "hgvs_p": null,
          "transcript": "ENST00000675548.1",
          "protein_id": "ENSP00000502684.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000675548.1"
        }
      ],
      "gene_symbol": "PLEKHG5",
      "gene_hgnc_id": 29105,
      "dbsnp": "rs111724922",
      "frequency_reference_population": 0.000048979004,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 79,
      "gnomad_exomes_af": 0.000043816,
      "gnomad_genomes_af": 0.0000985002,
      "gnomad_exomes_ac": 64,
      "gnomad_genomes_ac": 15,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.17891660332679749,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0.009999999776482582,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.218,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.114,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.26,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 3.648,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0.01,
      "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": 0,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,BP4_Moderate",
      "acmg_by_gene": [
        {
          "score": 0,
          "benign_score": 2,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Moderate"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NM_001265593.2",
          "gene_symbol": "PLEKHG5",
          "hgnc_id": 29105,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.2597C>T",
          "hgvs_p": "p.Thr866Met"
        }
      ],
      "clinvar_disease": " autosomal recessive 4, distal hereditary motor,Charcot-Marie-Tooth disease recessive intermediate C,Inborn genetic diseases,Neuronopathy,not provided",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "US:5",
      "phenotype_combined": "Charcot-Marie-Tooth disease recessive intermediate C;Neuronopathy, distal hereditary motor, autosomal recessive 4|not provided|Charcot-Marie-Tooth disease recessive intermediate C|Inborn genetic diseases",
      "pathogenicity_classification_combined": "Uncertain significance",
      "custom_annotations": null
    }
  ],
  "message": null
}