← 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-1806513-C-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "1",
      "pos": 1806513,
      "ref": "C",
      "alt": "A",
      "effect": "missense_variant",
      "transcript": "ENST00000378609.9",
      "consequences": [
        {
          "aa_ref": "G",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GNB1",
          "gene_hgnc_id": 4396,
          "hgvs_c": "c.229G>T",
          "hgvs_p": "p.Gly77Cys",
          "transcript": "NM_002074.5",
          "protein_id": "NP_002065.1",
          "transcript_support_level": null,
          "aa_start": 77,
          "aa_end": null,
          "aa_length": 340,
          "cds_start": 229,
          "cds_end": null,
          "cds_length": 1023,
          "cdna_start": 592,
          "cdna_end": null,
          "cdna_length": 3163,
          "mane_select": "ENST00000378609.9",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "G",
          "aa_alt": "C",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GNB1",
          "gene_hgnc_id": 4396,
          "hgvs_c": "c.229G>T",
          "hgvs_p": "p.Gly77Cys",
          "transcript": "ENST00000378609.9",
          "protein_id": "ENSP00000367872.3",
          "transcript_support_level": 1,
          "aa_start": 77,
          "aa_end": null,
          "aa_length": 340,
          "cds_start": 229,
          "cds_end": null,
          "cds_length": 1023,
          "cdna_start": 592,
          "cdna_end": null,
          "cdna_length": 3163,
          "mane_select": "NM_002074.5",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "5_prime_UTR_premature_start_codon_gain_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GNB1",
          "gene_hgnc_id": 4396,
          "hgvs_c": "c.-72G>T",
          "hgvs_p": null,
          "transcript": "NM_001282538.2",
          "protein_id": "NP_001269467.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 240,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 723,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3017,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "5_prime_UTR_premature_start_codon_gain_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GNB1",
          "gene_hgnc_id": 4396,
          "hgvs_c": "c.-72G>T",
          "hgvs_p": null,
          "transcript": "ENST00000615252.5",
          "protein_id": "ENSP00000483532.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 240,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 723,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2750,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "G",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GNB1",
          "gene_hgnc_id": 4396,
          "hgvs_c": "c.229G>T",
          "hgvs_p": "p.Gly77Cys",
          "transcript": "NM_001282539.2",
          "protein_id": "NP_001269468.1",
          "transcript_support_level": null,
          "aa_start": 77,
          "aa_end": null,
          "aa_length": 340,
          "cds_start": 229,
          "cds_end": null,
          "cds_length": 1023,
          "cdna_start": 543,
          "cdna_end": null,
          "cdna_length": 3114,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "G",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GNB1",
          "gene_hgnc_id": 4396,
          "hgvs_c": "c.229G>T",
          "hgvs_p": "p.Gly77Cys",
          "transcript": "ENST00000610897.4",
          "protein_id": "ENSP00000481878.1",
          "transcript_support_level": 5,
          "aa_start": 77,
          "aa_end": null,
          "aa_length": 340,
          "cds_start": 229,
          "cds_end": null,
          "cds_length": 1023,
          "cdna_start": 573,
          "cdna_end": null,
          "cdna_length": 3145,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "G",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GNB1",
          "gene_hgnc_id": 4396,
          "hgvs_c": "c.229G>T",
          "hgvs_p": "p.Gly77Cys",
          "transcript": "ENST00000703692.1",
          "protein_id": "ENSP00000515427.1",
          "transcript_support_level": null,
          "aa_start": 77,
          "aa_end": null,
          "aa_length": 340,
          "cds_start": 229,
          "cds_end": null,
          "cds_length": 1023,
          "cdna_start": 452,
          "cdna_end": null,
          "cdna_length": 3265,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "G",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GNB1",
          "gene_hgnc_id": 4396,
          "hgvs_c": "c.229G>T",
          "hgvs_p": "p.Gly77Cys",
          "transcript": "ENST00000703693.1",
          "protein_id": "ENSP00000515428.1",
          "transcript_support_level": null,
          "aa_start": 77,
          "aa_end": null,
          "aa_length": 340,
          "cds_start": 229,
          "cds_end": null,
          "cds_length": 1023,
          "cdna_start": 939,
          "cdna_end": null,
          "cdna_length": 3484,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "G",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GNB1",
          "gene_hgnc_id": 4396,
          "hgvs_c": "c.229G>T",
          "hgvs_p": "p.Gly77Cys",
          "transcript": "ENST00000703694.1",
          "protein_id": "ENSP00000515429.1",
          "transcript_support_level": null,
          "aa_start": 77,
          "aa_end": null,
          "aa_length": 340,
          "cds_start": 229,
          "cds_end": null,
          "cds_length": 1023,
          "cdna_start": 326,
          "cdna_end": null,
          "cdna_length": 3139,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "G",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GNB1",
          "gene_hgnc_id": 4396,
          "hgvs_c": "c.229G>T",
          "hgvs_p": "p.Gly77Cys",
          "transcript": "ENST00000703696.1",
          "protein_id": "ENSP00000515431.1",
          "transcript_support_level": null,
          "aa_start": 77,
          "aa_end": null,
          "aa_length": 340,
          "cds_start": 229,
          "cds_end": null,
          "cds_length": 1023,
          "cdna_start": 474,
          "cdna_end": null,
          "cdna_length": 3019,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "G",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GNB1",
          "gene_hgnc_id": 4396,
          "hgvs_c": "c.229G>T",
          "hgvs_p": "p.Gly77Cys",
          "transcript": "ENST00000703697.1",
          "protein_id": "ENSP00000515432.1",
          "transcript_support_level": null,
          "aa_start": 77,
          "aa_end": null,
          "aa_length": 340,
          "cds_start": 229,
          "cds_end": null,
          "cds_length": 1023,
          "cdna_start": 437,
          "cdna_end": null,
          "cdna_length": 3247,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "G",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GNB1",
          "gene_hgnc_id": 4396,
          "hgvs_c": "c.229G>T",
          "hgvs_p": "p.Gly77Cys",
          "transcript": "ENST00000703699.1",
          "protein_id": "ENSP00000515433.1",
          "transcript_support_level": null,
          "aa_start": 77,
          "aa_end": null,
          "aa_length": 340,
          "cds_start": 229,
          "cds_end": null,
          "cds_length": 1023,
          "cdna_start": 394,
          "cdna_end": null,
          "cdna_length": 3184,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "G",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GNB1",
          "gene_hgnc_id": 4396,
          "hgvs_c": "c.229G>T",
          "hgvs_p": "p.Gly77Cys",
          "transcript": "ENST00000703700.1",
          "protein_id": "ENSP00000515434.1",
          "transcript_support_level": null,
          "aa_start": 77,
          "aa_end": null,
          "aa_length": 340,
          "cds_start": 229,
          "cds_end": null,
          "cds_length": 1023,
          "cdna_start": 353,
          "cdna_end": null,
          "cdna_length": 2875,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "G",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GNB1",
          "gene_hgnc_id": 4396,
          "hgvs_c": "c.229G>T",
          "hgvs_p": "p.Gly77Cys",
          "transcript": "ENST00000703701.1",
          "protein_id": "ENSP00000515435.1",
          "transcript_support_level": null,
          "aa_start": 77,
          "aa_end": null,
          "aa_length": 340,
          "cds_start": 229,
          "cds_end": null,
          "cds_length": 1023,
          "cdna_start": 733,
          "cdna_end": null,
          "cdna_length": 3214,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "G",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GNB1",
          "gene_hgnc_id": 4396,
          "hgvs_c": "c.229G>T",
          "hgvs_p": "p.Gly77Cys",
          "transcript": "ENST00000703702.1",
          "protein_id": "ENSP00000515436.1",
          "transcript_support_level": null,
          "aa_start": 77,
          "aa_end": null,
          "aa_length": 340,
          "cds_start": 229,
          "cds_end": null,
          "cds_length": 1023,
          "cdna_start": 537,
          "cdna_end": null,
          "cdna_length": 3008,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "G",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GNB1",
          "gene_hgnc_id": 4396,
          "hgvs_c": "c.229G>T",
          "hgvs_p": "p.Gly77Cys",
          "transcript": "ENST00000703703.1",
          "protein_id": "ENSP00000515437.1",
          "transcript_support_level": null,
          "aa_start": 77,
          "aa_end": null,
          "aa_length": 340,
          "cds_start": 229,
          "cds_end": null,
          "cds_length": 1023,
          "cdna_start": 500,
          "cdna_end": null,
          "cdna_length": 2923,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "G",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GNB1",
          "gene_hgnc_id": 4396,
          "hgvs_c": "c.229G>T",
          "hgvs_p": "p.Gly77Cys",
          "transcript": "ENST00000703704.1",
          "protein_id": "ENSP00000515438.1",
          "transcript_support_level": null,
          "aa_start": 77,
          "aa_end": null,
          "aa_length": 340,
          "cds_start": 229,
          "cds_end": null,
          "cds_length": 1023,
          "cdna_start": 761,
          "cdna_end": null,
          "cdna_length": 3141,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "G",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GNB1",
          "gene_hgnc_id": 4396,
          "hgvs_c": "c.229G>T",
          "hgvs_p": "p.Gly77Cys",
          "transcript": "ENST00000703706.1",
          "protein_id": "ENSP00000515440.1",
          "transcript_support_level": null,
          "aa_start": 77,
          "aa_end": null,
          "aa_length": 340,
          "cds_start": 229,
          "cds_end": null,
          "cds_length": 1023,
          "cdna_start": 551,
          "cdna_end": null,
          "cdna_length": 2579,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "G",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GNB1",
          "gene_hgnc_id": 4396,
          "hgvs_c": "c.229G>T",
          "hgvs_p": "p.Gly77Cys",
          "transcript": "ENST00000703708.1",
          "protein_id": "ENSP00000515442.1",
          "transcript_support_level": null,
          "aa_start": 77,
          "aa_end": null,
          "aa_length": 340,
          "cds_start": 229,
          "cds_end": null,
          "cds_length": 1023,
          "cdna_start": 866,
          "cdna_end": null,
          "cdna_length": 2841,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "G",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GNB1",
          "gene_hgnc_id": 4396,
          "hgvs_c": "c.229G>T",
          "hgvs_p": "p.Gly77Cys",
          "transcript": "ENST00000703709.1",
          "protein_id": "ENSP00000515443.1",
          "transcript_support_level": null,
          "aa_start": 77,
          "aa_end": null,
          "aa_length": 340,
          "cds_start": 229,
          "cds_end": null,
          "cds_length": 1023,
          "cdna_start": 450,
          "cdna_end": null,
          "cdna_length": 2304,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "G",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GNB1",
          "gene_hgnc_id": 4396,
          "hgvs_c": "c.229G>T",
          "hgvs_p": "p.Gly77Cys",
          "transcript": "ENST00000703710.1",
          "protein_id": "ENSP00000515444.1",
          "transcript_support_level": null,
          "aa_start": 77,
          "aa_end": null,
          "aa_length": 340,
          "cds_start": 229,
          "cds_end": null,
          "cds_length": 1023,
          "cdna_start": 778,
          "cdna_end": null,
          "cdna_length": 1789,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "G",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GNB1",
          "gene_hgnc_id": 4396,
          "hgvs_c": "c.229G>T",
          "hgvs_p": "p.Gly77Cys",
          "transcript": "ENST00000703711.1",
          "protein_id": "ENSP00000515445.1",
          "transcript_support_level": null,
          "aa_start": 77,
          "aa_end": null,
          "aa_length": 340,
          "cds_start": 229,
          "cds_end": null,
          "cds_length": 1023,
          "cdna_start": 759,
          "cdna_end": null,
          "cdna_length": 1650,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "G",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GNB1",
          "gene_hgnc_id": 4396,
          "hgvs_c": "c.190G>T",
          "hgvs_p": "p.Gly64Cys",
          "transcript": "ENST00000439272.7",
          "protein_id": "ENSP00000399741.3",
          "transcript_support_level": 5,
          "aa_start": 64,
          "aa_end": null,
          "aa_length": 327,
          "cds_start": 190,
          "cds_end": null,
          "cds_length": 984,
          "cdna_start": 355,
          "cdna_end": null,
          "cdna_length": 2902,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "G",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GNB1",
          "gene_hgnc_id": 4396,
          "hgvs_c": "c.190G>T",
          "hgvs_p": "p.Gly64Cys",
          "transcript": "ENST00000703707.1",
          "protein_id": "ENSP00000515441.1",
          "transcript_support_level": null,
          "aa_start": 64,
          "aa_end": null,
          "aa_length": 327,
          "cds_start": 190,
          "cds_end": null,
          "cds_length": 984,
          "cdna_start": 317,
          "cdna_end": null,
          "cdna_length": 2340,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "G",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GNB1",
          "gene_hgnc_id": 4396,
          "hgvs_c": "c.97G>T",
          "hgvs_p": "p.Gly33Cys",
          "transcript": "ENST00000703705.1",
          "protein_id": "ENSP00000515439.1",
          "transcript_support_level": null,
          "aa_start": 33,
          "aa_end": null,
          "aa_length": 296,
          "cds_start": 97,
          "cds_end": null,
          "cds_length": 891,
          "cdna_start": 273,
          "cdna_end": null,
          "cdna_length": 2493,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "G",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GNB1",
          "gene_hgnc_id": 4396,
          "hgvs_c": "c.229G>T",
          "hgvs_p": "p.Gly77Cys",
          "transcript": "ENST00000434686.6",
          "protein_id": "ENSP00000392765.2",
          "transcript_support_level": 3,
          "aa_start": 77,
          "aa_end": null,
          "aa_length": 164,
          "cds_start": 229,
          "cds_end": null,
          "cds_length": 497,
          "cdna_start": 416,
          "cdna_end": null,
          "cdna_length": 684,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "G",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GNB1",
          "gene_hgnc_id": 4396,
          "hgvs_c": "c.229G>T",
          "hgvs_p": "p.Gly77Cys",
          "transcript": "ENST00000437146.1",
          "protein_id": "ENSP00000416651.1",
          "transcript_support_level": 3,
          "aa_start": 77,
          "aa_end": null,
          "aa_length": 106,
          "cds_start": 229,
          "cds_end": null,
          "cds_length": 323,
          "cdna_start": 329,
          "cdna_end": null,
          "cdna_length": 423,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "G",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GNB1",
          "gene_hgnc_id": 4396,
          "hgvs_c": "c.229G>T",
          "hgvs_p": "p.Gly77Cys",
          "transcript": "XM_017001059.3",
          "protein_id": "XP_016856548.1",
          "transcript_support_level": null,
          "aa_start": 77,
          "aa_end": null,
          "aa_length": 340,
          "cds_start": 229,
          "cds_end": null,
          "cds_length": 1023,
          "cdna_start": 336,
          "cdna_end": null,
          "cdna_length": 2907,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "G",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GNB1",
          "gene_hgnc_id": 4396,
          "hgvs_c": "c.229G>T",
          "hgvs_p": "p.Gly77Cys",
          "transcript": "XM_017001060.3",
          "protein_id": "XP_016856549.1",
          "transcript_support_level": null,
          "aa_start": 77,
          "aa_end": null,
          "aa_length": 340,
          "cds_start": 229,
          "cds_end": null,
          "cds_length": 1023,
          "cdna_start": 592,
          "cdna_end": null,
          "cdna_length": 3159,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "G",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GNB1",
          "gene_hgnc_id": 4396,
          "hgvs_c": "c.229G>T",
          "hgvs_p": "p.Gly77Cys",
          "transcript": "XM_017001061.3",
          "protein_id": "XP_016856550.1",
          "transcript_support_level": null,
          "aa_start": 77,
          "aa_end": null,
          "aa_length": 340,
          "cds_start": 229,
          "cds_end": null,
          "cds_length": 1023,
          "cdna_start": 543,
          "cdna_end": null,
          "cdna_length": 3110,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "G",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GNB1",
          "gene_hgnc_id": 4396,
          "hgvs_c": "c.229G>T",
          "hgvs_p": "p.Gly77Cys",
          "transcript": "XM_024446495.2",
          "protein_id": "XP_024302263.1",
          "transcript_support_level": null,
          "aa_start": 77,
          "aa_end": null,
          "aa_length": 340,
          "cds_start": 229,
          "cds_end": null,
          "cds_length": 1023,
          "cdna_start": 454,
          "cdna_end": null,
          "cdna_length": 3025,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "G",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GNB1",
          "gene_hgnc_id": 4396,
          "hgvs_c": "c.229G>T",
          "hgvs_p": "p.Gly77Cys",
          "transcript": "XM_047418042.1",
          "protein_id": "XP_047273998.1",
          "transcript_support_level": null,
          "aa_start": 77,
          "aa_end": null,
          "aa_length": 340,
          "cds_start": 229,
          "cds_end": null,
          "cds_length": 1023,
          "cdna_start": 867,
          "cdna_end": null,
          "cdna_length": 3438,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "G",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GNB1",
          "gene_hgnc_id": 4396,
          "hgvs_c": "c.229G>T",
          "hgvs_p": "p.Gly77Cys",
          "transcript": "XM_047418043.1",
          "protein_id": "XP_047273999.1",
          "transcript_support_level": null,
          "aa_start": 77,
          "aa_end": null,
          "aa_length": 340,
          "cds_start": 229,
          "cds_end": null,
          "cds_length": 1023,
          "cdna_start": 654,
          "cdna_end": null,
          "cdna_length": 3225,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "G",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GNB1",
          "gene_hgnc_id": 4396,
          "hgvs_c": "c.229G>T",
          "hgvs_p": "p.Gly77Cys",
          "transcript": "XM_047418044.1",
          "protein_id": "XP_047274000.1",
          "transcript_support_level": null,
          "aa_start": 77,
          "aa_end": null,
          "aa_length": 340,
          "cds_start": 229,
          "cds_end": null,
          "cds_length": 1023,
          "cdna_start": 1034,
          "cdna_end": null,
          "cdna_length": 3605,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "G",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GNB1",
          "gene_hgnc_id": 4396,
          "hgvs_c": "c.229G>T",
          "hgvs_p": "p.Gly77Cys",
          "transcript": "XM_047418045.1",
          "protein_id": "XP_047274001.1",
          "transcript_support_level": null,
          "aa_start": 77,
          "aa_end": null,
          "aa_length": 340,
          "cds_start": 229,
          "cds_end": null,
          "cds_length": 1023,
          "cdna_start": 869,
          "cdna_end": null,
          "cdna_length": 3440,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "G",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GNB1",
          "gene_hgnc_id": 4396,
          "hgvs_c": "c.229G>T",
          "hgvs_p": "p.Gly77Cys",
          "transcript": "XM_047418046.1",
          "protein_id": "XP_047274002.1",
          "transcript_support_level": null,
          "aa_start": 77,
          "aa_end": null,
          "aa_length": 340,
          "cds_start": 229,
          "cds_end": null,
          "cds_length": 1023,
          "cdna_start": 1193,
          "cdna_end": null,
          "cdna_length": 3764,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "G",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GNB1",
          "gene_hgnc_id": 4396,
          "hgvs_c": "c.229G>T",
          "hgvs_p": "p.Gly77Cys",
          "transcript": "XM_047418049.1",
          "protein_id": "XP_047274005.1",
          "transcript_support_level": null,
          "aa_start": 77,
          "aa_end": null,
          "aa_length": 340,
          "cds_start": 229,
          "cds_end": null,
          "cds_length": 1023,
          "cdna_start": 738,
          "cdna_end": null,
          "cdna_length": 3309,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "G",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GNB1",
          "gene_hgnc_id": 4396,
          "hgvs_c": "c.229G>T",
          "hgvs_p": "p.Gly77Cys",
          "transcript": "XM_047418050.1",
          "protein_id": "XP_047274006.1",
          "transcript_support_level": null,
          "aa_start": 77,
          "aa_end": null,
          "aa_length": 340,
          "cds_start": 229,
          "cds_end": null,
          "cds_length": 1023,
          "cdna_start": 1082,
          "cdna_end": null,
          "cdna_length": 3653,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "G",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GNB1",
          "gene_hgnc_id": 4396,
          "hgvs_c": "c.229G>T",
          "hgvs_p": "p.Gly77Cys",
          "transcript": "XM_047418054.1",
          "protein_id": "XP_047274010.1",
          "transcript_support_level": null,
          "aa_start": 77,
          "aa_end": null,
          "aa_length": 340,
          "cds_start": 229,
          "cds_end": null,
          "cds_length": 1023,
          "cdna_start": 1077,
          "cdna_end": null,
          "cdna_length": 3648,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "G",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GNB1",
          "gene_hgnc_id": 4396,
          "hgvs_c": "c.229G>T",
          "hgvs_p": "p.Gly77Cys",
          "transcript": "XM_047418055.1",
          "protein_id": "XP_047274011.1",
          "transcript_support_level": null,
          "aa_start": 77,
          "aa_end": null,
          "aa_length": 340,
          "cds_start": 229,
          "cds_end": null,
          "cds_length": 1023,
          "cdna_start": 553,
          "cdna_end": null,
          "cdna_length": 3124,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "G",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GNB1",
          "gene_hgnc_id": 4396,
          "hgvs_c": "c.229G>T",
          "hgvs_p": "p.Gly77Cys",
          "transcript": "XM_047418056.1",
          "protein_id": "XP_047274012.1",
          "transcript_support_level": null,
          "aa_start": 77,
          "aa_end": null,
          "aa_length": 340,
          "cds_start": 229,
          "cds_end": null,
          "cds_length": 1023,
          "cdna_start": 790,
          "cdna_end": null,
          "cdna_length": 3361,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "G",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GNB1",
          "gene_hgnc_id": 4396,
          "hgvs_c": "c.229G>T",
          "hgvs_p": "p.Gly77Cys",
          "transcript": "XM_047418057.1",
          "protein_id": "XP_047274013.1",
          "transcript_support_level": null,
          "aa_start": 77,
          "aa_end": null,
          "aa_length": 340,
          "cds_start": 229,
          "cds_end": null,
          "cds_length": 1023,
          "cdna_start": 1506,
          "cdna_end": null,
          "cdna_length": 4077,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "G",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GNB1",
          "gene_hgnc_id": 4396,
          "hgvs_c": "c.229G>T",
          "hgvs_p": "p.Gly77Cys",
          "transcript": "XM_047418058.1",
          "protein_id": "XP_047274014.1",
          "transcript_support_level": null,
          "aa_start": 77,
          "aa_end": null,
          "aa_length": 340,
          "cds_start": 229,
          "cds_end": null,
          "cds_length": 1023,
          "cdna_start": 934,
          "cdna_end": null,
          "cdna_length": 3505,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "G",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GNB1",
          "gene_hgnc_id": 4396,
          "hgvs_c": "c.229G>T",
          "hgvs_p": "p.Gly77Cys",
          "transcript": "XM_047418059.1",
          "protein_id": "XP_047274015.1",
          "transcript_support_level": null,
          "aa_start": 77,
          "aa_end": null,
          "aa_length": 340,
          "cds_start": 229,
          "cds_end": null,
          "cds_length": 1023,
          "cdna_start": 1013,
          "cdna_end": null,
          "cdna_length": 3584,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "G",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GNB1",
          "gene_hgnc_id": 4396,
          "hgvs_c": "c.229G>T",
          "hgvs_p": "p.Gly77Cys",
          "transcript": "XM_047418060.1",
          "protein_id": "XP_047274016.1",
          "transcript_support_level": null,
          "aa_start": 77,
          "aa_end": null,
          "aa_length": 340,
          "cds_start": 229,
          "cds_end": null,
          "cds_length": 1023,
          "cdna_start": 781,
          "cdna_end": null,
          "cdna_length": 3352,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "G",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GNB1",
          "gene_hgnc_id": 4396,
          "hgvs_c": "c.229G>T",
          "hgvs_p": "p.Gly77Cys",
          "transcript": "XM_047418061.1",
          "protein_id": "XP_047274017.1",
          "transcript_support_level": null,
          "aa_start": 77,
          "aa_end": null,
          "aa_length": 340,
          "cds_start": 229,
          "cds_end": null,
          "cds_length": 1023,
          "cdna_start": 918,
          "cdna_end": null,
          "cdna_length": 3489,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "G",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GNB1",
          "gene_hgnc_id": 4396,
          "hgvs_c": "c.229G>T",
          "hgvs_p": "p.Gly77Cys",
          "transcript": "XM_047418062.1",
          "protein_id": "XP_047274018.1",
          "transcript_support_level": null,
          "aa_start": 77,
          "aa_end": null,
          "aa_length": 340,
          "cds_start": 229,
          "cds_end": null,
          "cds_length": 1023,
          "cdna_start": 697,
          "cdna_end": null,
          "cdna_length": 3268,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "G",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GNB1",
          "gene_hgnc_id": 4396,
          "hgvs_c": "c.229G>T",
          "hgvs_p": "p.Gly77Cys",
          "transcript": "XM_047418063.1",
          "protein_id": "XP_047274019.1",
          "transcript_support_level": null,
          "aa_start": 77,
          "aa_end": null,
          "aa_length": 340,
          "cds_start": 229,
          "cds_end": null,
          "cds_length": 1023,
          "cdna_start": 654,
          "cdna_end": null,
          "cdna_length": 3225,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "G",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GNB1",
          "gene_hgnc_id": 4396,
          "hgvs_c": "c.229G>T",
          "hgvs_p": "p.Gly77Cys",
          "transcript": "XM_047418067.1",
          "protein_id": "XP_047274023.1",
          "transcript_support_level": null,
          "aa_start": 77,
          "aa_end": null,
          "aa_length": 340,
          "cds_start": 229,
          "cds_end": null,
          "cds_length": 1023,
          "cdna_start": 613,
          "cdna_end": null,
          "cdna_length": 3180,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "G",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GNB1",
          "gene_hgnc_id": 4396,
          "hgvs_c": "c.229G>T",
          "hgvs_p": "p.Gly77Cys",
          "transcript": "XM_047418068.1",
          "protein_id": "XP_047274024.1",
          "transcript_support_level": null,
          "aa_start": 77,
          "aa_end": null,
          "aa_length": 340,
          "cds_start": 229,
          "cds_end": null,
          "cds_length": 1023,
          "cdna_start": 430,
          "cdna_end": null,
          "cdna_length": 2997,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "G",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GNB1",
          "gene_hgnc_id": 4396,
          "hgvs_c": "c.229G>T",
          "hgvs_p": "p.Gly77Cys",
          "transcript": "XM_047418069.1",
          "protein_id": "XP_047274025.1",
          "transcript_support_level": null,
          "aa_start": 77,
          "aa_end": null,
          "aa_length": 340,
          "cds_start": 229,
          "cds_end": null,
          "cds_length": 1023,
          "cdna_start": 762,
          "cdna_end": null,
          "cdna_length": 3329,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "G",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GNB1",
          "gene_hgnc_id": 4396,
          "hgvs_c": "c.229G>T",
          "hgvs_p": "p.Gly77Cys",
          "transcript": "XM_047418070.1",
          "protein_id": "XP_047274026.1",
          "transcript_support_level": null,
          "aa_start": 77,
          "aa_end": null,
          "aa_length": 340,
          "cds_start": 229,
          "cds_end": null,
          "cds_length": 1023,
          "cdna_start": 738,
          "cdna_end": null,
          "cdna_length": 3305,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "G",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GNB1",
          "gene_hgnc_id": 4396,
          "hgvs_c": "c.229G>T",
          "hgvs_p": "p.Gly77Cys",
          "transcript": "XM_047418071.1",
          "protein_id": "XP_047274027.1",
          "transcript_support_level": null,
          "aa_start": 77,
          "aa_end": null,
          "aa_length": 340,
          "cds_start": 229,
          "cds_end": null,
          "cds_length": 1023,
          "cdna_start": 807,
          "cdna_end": null,
          "cdna_length": 3374,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "G",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GNB1",
          "gene_hgnc_id": 4396,
          "hgvs_c": "c.190G>T",
          "hgvs_p": "p.Gly64Cys",
          "transcript": "XM_047418072.1",
          "protein_id": "XP_047274028.1",
          "transcript_support_level": null,
          "aa_start": 64,
          "aa_end": null,
          "aa_length": 327,
          "cds_start": 190,
          "cds_end": null,
          "cds_length": 984,
          "cdna_start": 553,
          "cdna_end": null,
          "cdna_length": 3124,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "G",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GNB1",
          "gene_hgnc_id": 4396,
          "hgvs_c": "c.190G>T",
          "hgvs_p": "p.Gly64Cys",
          "transcript": "XM_047418073.1",
          "protein_id": "XP_047274029.1",
          "transcript_support_level": null,
          "aa_start": 64,
          "aa_end": null,
          "aa_length": 327,
          "cds_start": 190,
          "cds_end": null,
          "cds_length": 984,
          "cdna_start": 699,
          "cdna_end": null,
          "cdna_length": 3270,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "G",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GNB1",
          "gene_hgnc_id": 4396,
          "hgvs_c": "c.190G>T",
          "hgvs_p": "p.Gly64Cys",
          "transcript": "XM_047418074.1",
          "protein_id": "XP_047274030.1",
          "transcript_support_level": null,
          "aa_start": 64,
          "aa_end": null,
          "aa_length": 327,
          "cds_start": 190,
          "cds_end": null,
          "cds_length": 984,
          "cdna_start": 368,
          "cdna_end": null,
          "cdna_length": 2939,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "G",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GNB1",
          "gene_hgnc_id": 4396,
          "hgvs_c": "c.190G>T",
          "hgvs_p": "p.Gly64Cys",
          "transcript": "XM_047418076.1",
          "protein_id": "XP_047274032.1",
          "transcript_support_level": null,
          "aa_start": 64,
          "aa_end": null,
          "aa_length": 327,
          "cds_start": 190,
          "cds_end": null,
          "cds_length": 984,
          "cdna_start": 504,
          "cdna_end": null,
          "cdna_length": 3075,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "G",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GNB1",
          "gene_hgnc_id": 4396,
          "hgvs_c": "c.190G>T",
          "hgvs_p": "p.Gly64Cys",
          "transcript": "XM_047418078.1",
          "protein_id": "XP_047274034.1",
          "transcript_support_level": null,
          "aa_start": 64,
          "aa_end": null,
          "aa_length": 327,
          "cds_start": 190,
          "cds_end": null,
          "cds_length": 984,
          "cdna_start": 504,
          "cdna_end": null,
          "cdna_length": 3071,
          "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": 3,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GNB1",
          "gene_hgnc_id": 4396,
          "hgvs_c": "n.833G>T",
          "hgvs_p": null,
          "transcript": "ENST00000471354.1",
          "protein_id": null,
          "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": 1512,
          "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": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GNB1",
          "gene_hgnc_id": 4396,
          "hgvs_c": "n.229G>T",
          "hgvs_p": null,
          "transcript": "ENST00000703695.1",
          "protein_id": "ENSP00000515430.1",
          "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": 2737,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GNB1",
          "gene_hgnc_id": 4396,
          "hgvs_c": "c.-72G>T",
          "hgvs_p": null,
          "transcript": "NM_001282538.2",
          "protein_id": "NP_001269467.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 240,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 723,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3017,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GNB1",
          "gene_hgnc_id": 4396,
          "hgvs_c": "c.-72G>T",
          "hgvs_p": null,
          "transcript": "ENST00000615252.5",
          "protein_id": "ENSP00000483532.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 240,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 723,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2750,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "GNB1",
      "gene_hgnc_id": 4396,
      "dbsnp": "rs758432471",
      "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.9152470827102661,
      "computational_prediction_selected": "Pathogenic",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.656,
      "revel_prediction": "Pathogenic",
      "alphamissense_score": 0.9998,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.27,
      "bayesdelnoaf_prediction": "Pathogenic",
      "phylop100way_score": 7.706,
      "phylop100way_prediction": "Pathogenic",
      "spliceai_max_score": 0,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": 16,
      "acmg_classification": "Pathogenic",
      "acmg_criteria": "PM1,PM2,PM5,PP3_Moderate,PP5_Very_Strong",
      "acmg_by_gene": [
        {
          "score": 16,
          "benign_score": 0,
          "pathogenic_score": 16,
          "criteria": [
            "PM1",
            "PM2",
            "PM5",
            "PP3_Moderate",
            "PP5_Very_Strong"
          ],
          "verdict": "Pathogenic",
          "transcript": "ENST00000378609.9",
          "gene_symbol": "GNB1",
          "hgnc_id": 4396,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.229G>T",
          "hgvs_p": "p.Gly77Cys"
        }
      ],
      "clinvar_disease": " autosomal dominant 42,Intellectual disability,Neurodevelopmental delay",
      "clinvar_classification": "Pathogenic",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "P:2",
      "phenotype_combined": "Neurodevelopmental delay|Intellectual disability, autosomal dominant 42",
      "pathogenicity_classification_combined": "Pathogenic",
      "custom_annotations": null
    }
  ],
  "message": null
}