← 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: 4-98404549-A-G (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "4",
      "pos": 98404549,
      "ref": "A",
      "alt": "G",
      "effect": "missense_variant",
      "transcript": "NM_001100426.2",
      "consequences": [
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RAP1GDS1",
          "gene_hgnc_id": 9859,
          "hgvs_c": "c.710A>G",
          "hgvs_p": "p.Glu237Gly",
          "transcript": "NM_001100427.2",
          "protein_id": "NP_001093897.1",
          "transcript_support_level": null,
          "aa_start": 237,
          "aa_end": null,
          "aa_length": 607,
          "cds_start": 710,
          "cds_end": null,
          "cds_length": 1824,
          "cdna_start": 892,
          "cdna_end": null,
          "cdna_length": 3747,
          "mane_select": "ENST00000408927.8",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001100427.2"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RAP1GDS1",
          "gene_hgnc_id": 9859,
          "hgvs_c": "c.710A>G",
          "hgvs_p": "p.Glu237Gly",
          "transcript": "ENST00000408927.8",
          "protein_id": "ENSP00000386153.4",
          "transcript_support_level": 2,
          "aa_start": 237,
          "aa_end": null,
          "aa_length": 607,
          "cds_start": 710,
          "cds_end": null,
          "cds_length": 1824,
          "cdna_start": 892,
          "cdna_end": null,
          "cdna_length": 3747,
          "mane_select": "NM_001100427.2",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000408927.8"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RAP1GDS1",
          "gene_hgnc_id": 9859,
          "hgvs_c": "c.713A>G",
          "hgvs_p": "p.Glu238Gly",
          "transcript": "ENST00000339360.9",
          "protein_id": "ENSP00000340454.5",
          "transcript_support_level": 1,
          "aa_start": 238,
          "aa_end": null,
          "aa_length": 608,
          "cds_start": 713,
          "cds_end": null,
          "cds_length": 1827,
          "cdna_start": 761,
          "cdna_end": null,
          "cdna_length": 2092,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000339360.9"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RAP1GDS1",
          "gene_hgnc_id": 9859,
          "hgvs_c": "c.713A>G",
          "hgvs_p": "p.Glu238Gly",
          "transcript": "ENST00000453712.6",
          "protein_id": "ENSP00000407157.2",
          "transcript_support_level": 1,
          "aa_start": 238,
          "aa_end": null,
          "aa_length": 607,
          "cds_start": 713,
          "cds_end": null,
          "cds_length": 1824,
          "cdna_start": 810,
          "cdna_end": null,
          "cdna_length": 2470,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000453712.6"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RAP1GDS1",
          "gene_hgnc_id": 9859,
          "hgvs_c": "c.566A>G",
          "hgvs_p": "p.Glu189Gly",
          "transcript": "ENST00000380158.8",
          "protein_id": "ENSP00000369503.4",
          "transcript_support_level": 1,
          "aa_start": 189,
          "aa_end": null,
          "aa_length": 559,
          "cds_start": 566,
          "cds_end": null,
          "cds_length": 1680,
          "cdna_start": 715,
          "cdna_end": null,
          "cdna_length": 2085,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000380158.8"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RAP1GDS1",
          "gene_hgnc_id": 9859,
          "hgvs_c": "c.563A>G",
          "hgvs_p": "p.Glu188Gly",
          "transcript": "ENST00000408900.7",
          "protein_id": "ENSP00000386223.3",
          "transcript_support_level": 1,
          "aa_start": 188,
          "aa_end": null,
          "aa_length": 558,
          "cds_start": 563,
          "cds_end": null,
          "cds_length": 1677,
          "cdna_start": 611,
          "cdna_end": null,
          "cdna_length": 1942,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000408900.7"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RAP1GDS1",
          "gene_hgnc_id": 9859,
          "hgvs_c": "c.809A>G",
          "hgvs_p": "p.Glu270Gly",
          "transcript": "ENST00000945540.1",
          "protein_id": "ENSP00000615599.1",
          "transcript_support_level": null,
          "aa_start": 270,
          "aa_end": null,
          "aa_length": 640,
          "cds_start": 809,
          "cds_end": null,
          "cds_length": 1923,
          "cdna_start": 976,
          "cdna_end": null,
          "cdna_length": 2958,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000945540.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RAP1GDS1",
          "gene_hgnc_id": 9859,
          "hgvs_c": "c.713A>G",
          "hgvs_p": "p.Glu238Gly",
          "transcript": "NM_001100426.2",
          "protein_id": "NP_001093896.1",
          "transcript_support_level": null,
          "aa_start": 238,
          "aa_end": null,
          "aa_length": 608,
          "cds_start": 713,
          "cds_end": null,
          "cds_length": 1827,
          "cdna_start": 895,
          "cdna_end": null,
          "cdna_length": 3750,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001100426.2"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RAP1GDS1",
          "gene_hgnc_id": 9859,
          "hgvs_c": "c.713A>G",
          "hgvs_p": "p.Glu238Gly",
          "transcript": "NM_021159.5",
          "protein_id": "NP_066982.3",
          "transcript_support_level": null,
          "aa_start": 238,
          "aa_end": null,
          "aa_length": 607,
          "cds_start": 713,
          "cds_end": null,
          "cds_length": 1824,
          "cdna_start": 895,
          "cdna_end": null,
          "cdna_length": 3747,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_021159.5"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RAP1GDS1",
          "gene_hgnc_id": 9859,
          "hgvs_c": "c.710A>G",
          "hgvs_p": "p.Glu237Gly",
          "transcript": "ENST00000884481.1",
          "protein_id": "ENSP00000554540.1",
          "transcript_support_level": null,
          "aa_start": 237,
          "aa_end": null,
          "aa_length": 606,
          "cds_start": 710,
          "cds_end": null,
          "cds_length": 1821,
          "cdna_start": 895,
          "cdna_end": null,
          "cdna_length": 3325,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000884481.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RAP1GDS1",
          "gene_hgnc_id": 9859,
          "hgvs_c": "c.590A>G",
          "hgvs_p": "p.Glu197Gly",
          "transcript": "ENST00000932076.1",
          "protein_id": "ENSP00000602135.1",
          "transcript_support_level": null,
          "aa_start": 197,
          "aa_end": null,
          "aa_length": 567,
          "cds_start": 590,
          "cds_end": null,
          "cds_length": 1704,
          "cdna_start": 781,
          "cdna_end": null,
          "cdna_length": 2444,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000932076.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RAP1GDS1",
          "gene_hgnc_id": 9859,
          "hgvs_c": "c.713A>G",
          "hgvs_p": "p.Glu238Gly",
          "transcript": "ENST00000884490.1",
          "protein_id": "ENSP00000554549.1",
          "transcript_support_level": null,
          "aa_start": 238,
          "aa_end": null,
          "aa_length": 566,
          "cds_start": 713,
          "cds_end": null,
          "cds_length": 1701,
          "cdna_start": 891,
          "cdna_end": null,
          "cdna_length": 2424,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000884490.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RAP1GDS1",
          "gene_hgnc_id": 9859,
          "hgvs_c": "c.713A>G",
          "hgvs_p": "p.Glu238Gly",
          "transcript": "ENST00000884483.1",
          "protein_id": "ENSP00000554542.1",
          "transcript_support_level": null,
          "aa_start": 238,
          "aa_end": null,
          "aa_length": 565,
          "cds_start": 713,
          "cds_end": null,
          "cds_length": 1698,
          "cdna_start": 898,
          "cdna_end": null,
          "cdna_length": 2432,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000884483.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RAP1GDS1",
          "gene_hgnc_id": 9859,
          "hgvs_c": "c.584A>G",
          "hgvs_p": "p.Glu195Gly",
          "transcript": "ENST00000884487.1",
          "protein_id": "ENSP00000554546.1",
          "transcript_support_level": null,
          "aa_start": 195,
          "aa_end": null,
          "aa_length": 565,
          "cds_start": 584,
          "cds_end": null,
          "cds_length": 1698,
          "cdna_start": 766,
          "cdna_end": null,
          "cdna_length": 2427,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000884487.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RAP1GDS1",
          "gene_hgnc_id": 9859,
          "hgvs_c": "c.710A>G",
          "hgvs_p": "p.Glu237Gly",
          "transcript": "ENST00000884488.1",
          "protein_id": "ENSP00000554547.1",
          "transcript_support_level": null,
          "aa_start": 237,
          "aa_end": null,
          "aa_length": 565,
          "cds_start": 710,
          "cds_end": null,
          "cds_length": 1698,
          "cdna_start": 888,
          "cdna_end": null,
          "cdna_length": 2425,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000884488.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RAP1GDS1",
          "gene_hgnc_id": 9859,
          "hgvs_c": "c.584A>G",
          "hgvs_p": "p.Glu195Gly",
          "transcript": "ENST00000945541.1",
          "protein_id": "ENSP00000615600.1",
          "transcript_support_level": null,
          "aa_start": 195,
          "aa_end": null,
          "aa_length": 565,
          "cds_start": 584,
          "cds_end": null,
          "cds_length": 1698,
          "cdna_start": 766,
          "cdna_end": null,
          "cdna_length": 2427,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000945541.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RAP1GDS1",
          "gene_hgnc_id": 9859,
          "hgvs_c": "c.584A>G",
          "hgvs_p": "p.Glu195Gly",
          "transcript": "ENST00000945548.1",
          "protein_id": "ENSP00000615607.1",
          "transcript_support_level": null,
          "aa_start": 195,
          "aa_end": null,
          "aa_length": 565,
          "cds_start": 584,
          "cds_end": null,
          "cds_length": 1698,
          "cdna_start": 668,
          "cdna_end": null,
          "cdna_length": 2329,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000945548.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RAP1GDS1",
          "gene_hgnc_id": 9859,
          "hgvs_c": "c.710A>G",
          "hgvs_p": "p.Glu237Gly",
          "transcript": "ENST00000884497.1",
          "protein_id": "ENSP00000554556.1",
          "transcript_support_level": null,
          "aa_start": 237,
          "aa_end": null,
          "aa_length": 564,
          "cds_start": 710,
          "cds_end": null,
          "cds_length": 1695,
          "cdna_start": 790,
          "cdna_end": null,
          "cdna_length": 2321,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000884497.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RAP1GDS1",
          "gene_hgnc_id": 9859,
          "hgvs_c": "c.584A>G",
          "hgvs_p": "p.Glu195Gly",
          "transcript": "ENST00000932078.1",
          "protein_id": "ENSP00000602137.1",
          "transcript_support_level": null,
          "aa_start": 195,
          "aa_end": null,
          "aa_length": 564,
          "cds_start": 584,
          "cds_end": null,
          "cds_length": 1695,
          "cdna_start": 766,
          "cdna_end": null,
          "cdna_length": 2426,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000932078.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RAP1GDS1",
          "gene_hgnc_id": 9859,
          "hgvs_c": "c.581A>G",
          "hgvs_p": "p.Glu194Gly",
          "transcript": "ENST00000945542.1",
          "protein_id": "ENSP00000615601.1",
          "transcript_support_level": null,
          "aa_start": 194,
          "aa_end": null,
          "aa_length": 564,
          "cds_start": 581,
          "cds_end": null,
          "cds_length": 1695,
          "cdna_start": 762,
          "cdna_end": null,
          "cdna_length": 2423,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000945542.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RAP1GDS1",
          "gene_hgnc_id": 9859,
          "hgvs_c": "c.710A>G",
          "hgvs_p": "p.Glu237Gly",
          "transcript": "ENST00000945546.1",
          "protein_id": "ENSP00000615605.1",
          "transcript_support_level": null,
          "aa_start": 237,
          "aa_end": null,
          "aa_length": 564,
          "cds_start": 710,
          "cds_end": null,
          "cds_length": 1695,
          "cdna_start": 809,
          "cdna_end": null,
          "cdna_length": 2339,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000945546.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RAP1GDS1",
          "gene_hgnc_id": 9859,
          "hgvs_c": "c.710A>G",
          "hgvs_p": "p.Glu237Gly",
          "transcript": "ENST00000884494.1",
          "protein_id": "ENSP00000554553.1",
          "transcript_support_level": null,
          "aa_start": 237,
          "aa_end": null,
          "aa_length": 563,
          "cds_start": 710,
          "cds_end": null,
          "cds_length": 1692,
          "cdna_start": 817,
          "cdna_end": null,
          "cdna_length": 2348,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000884494.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RAP1GDS1",
          "gene_hgnc_id": 9859,
          "hgvs_c": "c.713A>G",
          "hgvs_p": "p.Glu238Gly",
          "transcript": "ENST00000884496.1",
          "protein_id": "ENSP00000554555.1",
          "transcript_support_level": null,
          "aa_start": 238,
          "aa_end": null,
          "aa_length": 560,
          "cds_start": 713,
          "cds_end": null,
          "cds_length": 1683,
          "cdna_start": 814,
          "cdna_end": null,
          "cdna_length": 2330,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000884496.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RAP1GDS1",
          "gene_hgnc_id": 9859,
          "hgvs_c": "c.566A>G",
          "hgvs_p": "p.Glu189Gly",
          "transcript": "NM_001100428.2",
          "protein_id": "NP_001093898.1",
          "transcript_support_level": null,
          "aa_start": 189,
          "aa_end": null,
          "aa_length": 559,
          "cds_start": 566,
          "cds_end": null,
          "cds_length": 1680,
          "cdna_start": 748,
          "cdna_end": null,
          "cdna_length": 3603,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001100428.2"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RAP1GDS1",
          "gene_hgnc_id": 9859,
          "hgvs_c": "c.710A>G",
          "hgvs_p": "p.Glu237Gly",
          "transcript": "ENST00000884484.1",
          "protein_id": "ENSP00000554543.1",
          "transcript_support_level": null,
          "aa_start": 237,
          "aa_end": null,
          "aa_length": 559,
          "cds_start": 710,
          "cds_end": null,
          "cds_length": 1680,
          "cdna_start": 895,
          "cdna_end": null,
          "cdna_length": 2414,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000884484.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RAP1GDS1",
          "gene_hgnc_id": 9859,
          "hgvs_c": "c.563A>G",
          "hgvs_p": "p.Glu188Gly",
          "transcript": "NM_001100429.2",
          "protein_id": "NP_001093899.1",
          "transcript_support_level": null,
          "aa_start": 188,
          "aa_end": null,
          "aa_length": 558,
          "cds_start": 563,
          "cds_end": null,
          "cds_length": 1677,
          "cdna_start": 745,
          "cdna_end": null,
          "cdna_length": 3600,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001100429.2"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RAP1GDS1",
          "gene_hgnc_id": 9859,
          "hgvs_c": "c.566A>G",
          "hgvs_p": "p.Glu189Gly",
          "transcript": "ENST00000884480.1",
          "protein_id": "ENSP00000554539.1",
          "transcript_support_level": null,
          "aa_start": 189,
          "aa_end": null,
          "aa_length": 558,
          "cds_start": 566,
          "cds_end": null,
          "cds_length": 1677,
          "cdna_start": 744,
          "cdna_end": null,
          "cdna_length": 3602,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000884480.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RAP1GDS1",
          "gene_hgnc_id": 9859,
          "hgvs_c": "c.710A>G",
          "hgvs_p": "p.Glu237Gly",
          "transcript": "ENST00000932077.1",
          "protein_id": "ENSP00000602136.1",
          "transcript_support_level": null,
          "aa_start": 237,
          "aa_end": null,
          "aa_length": 558,
          "cds_start": 710,
          "cds_end": null,
          "cds_length": 1677,
          "cdna_start": 900,
          "cdna_end": null,
          "cdna_length": 2416,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000932077.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RAP1GDS1",
          "gene_hgnc_id": 9859,
          "hgvs_c": "c.563A>G",
          "hgvs_p": "p.Glu188Gly",
          "transcript": "ENST00000884482.1",
          "protein_id": "ENSP00000554541.1",
          "transcript_support_level": null,
          "aa_start": 188,
          "aa_end": null,
          "aa_length": 557,
          "cds_start": 563,
          "cds_end": null,
          "cds_length": 1674,
          "cdna_start": 755,
          "cdna_end": null,
          "cdna_length": 2415,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000884482.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RAP1GDS1",
          "gene_hgnc_id": 9859,
          "hgvs_c": "c.461A>G",
          "hgvs_p": "p.Glu154Gly",
          "transcript": "ENST00000932080.1",
          "protein_id": "ENSP00000602139.1",
          "transcript_support_level": null,
          "aa_start": 154,
          "aa_end": null,
          "aa_length": 524,
          "cds_start": 461,
          "cds_end": null,
          "cds_length": 1575,
          "cdna_start": 628,
          "cdna_end": null,
          "cdna_length": 2291,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000932080.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RAP1GDS1",
          "gene_hgnc_id": 9859,
          "hgvs_c": "c.455A>G",
          "hgvs_p": "p.Glu152Gly",
          "transcript": "ENST00000945539.1",
          "protein_id": "ENSP00000615598.1",
          "transcript_support_level": null,
          "aa_start": 152,
          "aa_end": null,
          "aa_length": 522,
          "cds_start": 455,
          "cds_end": null,
          "cds_length": 1569,
          "cdna_start": 556,
          "cdna_end": null,
          "cdna_length": 3409,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000945539.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RAP1GDS1",
          "gene_hgnc_id": 9859,
          "hgvs_c": "c.584A>G",
          "hgvs_p": "p.Glu195Gly",
          "transcript": "ENST00000945549.1",
          "protein_id": "ENSP00000615608.1",
          "transcript_support_level": null,
          "aa_start": 195,
          "aa_end": null,
          "aa_length": 522,
          "cds_start": 584,
          "cds_end": null,
          "cds_length": 1569,
          "cdna_start": 709,
          "cdna_end": null,
          "cdna_length": 2103,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000945549.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RAP1GDS1",
          "gene_hgnc_id": 9859,
          "hgvs_c": "c.440A>G",
          "hgvs_p": "p.Glu147Gly",
          "transcript": "ENST00000932079.1",
          "protein_id": "ENSP00000602138.1",
          "transcript_support_level": null,
          "aa_start": 147,
          "aa_end": null,
          "aa_length": 517,
          "cds_start": 440,
          "cds_end": null,
          "cds_length": 1554,
          "cdna_start": 618,
          "cdna_end": null,
          "cdna_length": 2281,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000932079.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RAP1GDS1",
          "gene_hgnc_id": 9859,
          "hgvs_c": "c.566A>G",
          "hgvs_p": "p.Glu189Gly",
          "transcript": "ENST00000945543.1",
          "protein_id": "ENSP00000615602.1",
          "transcript_support_level": null,
          "aa_start": 189,
          "aa_end": null,
          "aa_length": 517,
          "cds_start": 566,
          "cds_end": null,
          "cds_length": 1554,
          "cdna_start": 744,
          "cdna_end": null,
          "cdna_length": 2279,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000945543.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RAP1GDS1",
          "gene_hgnc_id": 9859,
          "hgvs_c": "c.437A>G",
          "hgvs_p": "p.Glu146Gly",
          "transcript": "NM_001100430.2",
          "protein_id": "NP_001093900.1",
          "transcript_support_level": null,
          "aa_start": 146,
          "aa_end": null,
          "aa_length": 516,
          "cds_start": 437,
          "cds_end": null,
          "cds_length": 1551,
          "cdna_start": 619,
          "cdna_end": null,
          "cdna_length": 3474,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001100430.2"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RAP1GDS1",
          "gene_hgnc_id": 9859,
          "hgvs_c": "c.437A>G",
          "hgvs_p": "p.Glu146Gly",
          "transcript": "ENST00000264572.11",
          "protein_id": "ENSP00000264572.7",
          "transcript_support_level": 5,
          "aa_start": 146,
          "aa_end": null,
          "aa_length": 516,
          "cds_start": 437,
          "cds_end": null,
          "cds_length": 1551,
          "cdna_start": 572,
          "cdna_end": null,
          "cdna_length": 1686,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000264572.11"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RAP1GDS1",
          "gene_hgnc_id": 9859,
          "hgvs_c": "c.563A>G",
          "hgvs_p": "p.Glu188Gly",
          "transcript": "ENST00000884489.1",
          "protein_id": "ENSP00000554548.1",
          "transcript_support_level": null,
          "aa_start": 188,
          "aa_end": null,
          "aa_length": 516,
          "cds_start": 563,
          "cds_end": null,
          "cds_length": 1551,
          "cdna_start": 741,
          "cdna_end": null,
          "cdna_length": 2276,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000884489.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RAP1GDS1",
          "gene_hgnc_id": 9859,
          "hgvs_c": "c.434A>G",
          "hgvs_p": "p.Glu145Gly",
          "transcript": "ENST00000884485.1",
          "protein_id": "ENSP00000554544.1",
          "transcript_support_level": null,
          "aa_start": 145,
          "aa_end": null,
          "aa_length": 515,
          "cds_start": 434,
          "cds_end": null,
          "cds_length": 1548,
          "cdna_start": 617,
          "cdna_end": null,
          "cdna_length": 2280,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000884485.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RAP1GDS1",
          "gene_hgnc_id": 9859,
          "hgvs_c": "c.437A>G",
          "hgvs_p": "p.Glu146Gly",
          "transcript": "ENST00000884493.1",
          "protein_id": "ENSP00000554552.1",
          "transcript_support_level": null,
          "aa_start": 146,
          "aa_end": null,
          "aa_length": 515,
          "cds_start": 437,
          "cds_end": null,
          "cds_length": 1548,
          "cdna_start": 559,
          "cdna_end": null,
          "cdna_length": 2214,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000884493.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RAP1GDS1",
          "gene_hgnc_id": 9859,
          "hgvs_c": "c.566A>G",
          "hgvs_p": "p.Glu189Gly",
          "transcript": "ENST00000945547.1",
          "protein_id": "ENSP00000615606.1",
          "transcript_support_level": null,
          "aa_start": 189,
          "aa_end": null,
          "aa_length": 515,
          "cds_start": 566,
          "cds_end": null,
          "cds_length": 1548,
          "cdna_start": 658,
          "cdna_end": null,
          "cdna_length": 2186,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000945547.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RAP1GDS1",
          "gene_hgnc_id": 9859,
          "hgvs_c": "c.434A>G",
          "hgvs_p": "p.Glu145Gly",
          "transcript": "ENST00000932075.1",
          "protein_id": "ENSP00000602134.1",
          "transcript_support_level": null,
          "aa_start": 145,
          "aa_end": null,
          "aa_length": 514,
          "cds_start": 434,
          "cds_end": null,
          "cds_length": 1545,
          "cdna_start": 757,
          "cdna_end": null,
          "cdna_length": 2417,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000932075.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RAP1GDS1",
          "gene_hgnc_id": 9859,
          "hgvs_c": "c.563A>G",
          "hgvs_p": "p.Glu188Gly",
          "transcript": "ENST00000884486.1",
          "protein_id": "ENSP00000554545.1",
          "transcript_support_level": null,
          "aa_start": 188,
          "aa_end": null,
          "aa_length": 510,
          "cds_start": 563,
          "cds_end": null,
          "cds_length": 1533,
          "cdna_start": 745,
          "cdna_end": null,
          "cdna_length": 2264,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000884486.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RAP1GDS1",
          "gene_hgnc_id": 9859,
          "hgvs_c": "c.314A>G",
          "hgvs_p": "p.Glu105Gly",
          "transcript": "ENST00000932081.1",
          "protein_id": "ENSP00000602140.1",
          "transcript_support_level": null,
          "aa_start": 105,
          "aa_end": null,
          "aa_length": 475,
          "cds_start": 314,
          "cds_end": null,
          "cds_length": 1428,
          "cdna_start": 427,
          "cdna_end": null,
          "cdna_length": 2087,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000932081.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RAP1GDS1",
          "gene_hgnc_id": 9859,
          "hgvs_c": "c.434A>G",
          "hgvs_p": "p.Glu145Gly",
          "transcript": "ENST00000884492.1",
          "protein_id": "ENSP00000554551.1",
          "transcript_support_level": null,
          "aa_start": 145,
          "aa_end": null,
          "aa_length": 473,
          "cds_start": 434,
          "cds_end": null,
          "cds_length": 1422,
          "cdna_start": 586,
          "cdna_end": null,
          "cdna_length": 2123,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000884492.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RAP1GDS1",
          "gene_hgnc_id": 9859,
          "hgvs_c": "c.437A>G",
          "hgvs_p": "p.Glu146Gly",
          "transcript": "ENST00000514122.5",
          "protein_id": "ENSP00000424324.1",
          "transcript_support_level": 4,
          "aa_start": 146,
          "aa_end": null,
          "aa_length": 157,
          "cds_start": 437,
          "cds_end": null,
          "cds_length": 474,
          "cdna_start": 542,
          "cdna_end": null,
          "cdna_length": 579,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000514122.5"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RAP1GDS1",
          "gene_hgnc_id": 9859,
          "hgvs_c": "c.710A>G",
          "hgvs_p": "p.Glu237Gly",
          "transcript": "XM_024454164.2",
          "protein_id": "XP_024309932.1",
          "transcript_support_level": null,
          "aa_start": 237,
          "aa_end": null,
          "aa_length": 606,
          "cds_start": 710,
          "cds_end": null,
          "cds_length": 1821,
          "cdna_start": 892,
          "cdna_end": null,
          "cdna_length": 3744,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_024454164.2"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RAP1GDS1",
          "gene_hgnc_id": 9859,
          "hgvs_c": "c.566A>G",
          "hgvs_p": "p.Glu189Gly",
          "transcript": "XM_024454165.2",
          "protein_id": "XP_024309933.1",
          "transcript_support_level": null,
          "aa_start": 189,
          "aa_end": null,
          "aa_length": 558,
          "cds_start": 566,
          "cds_end": null,
          "cds_length": 1677,
          "cdna_start": 748,
          "cdna_end": null,
          "cdna_length": 3600,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_024454165.2"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RAP1GDS1",
          "gene_hgnc_id": 9859,
          "hgvs_c": "c.563A>G",
          "hgvs_p": "p.Glu188Gly",
          "transcript": "XM_024454166.2",
          "protein_id": "XP_024309934.1",
          "transcript_support_level": null,
          "aa_start": 188,
          "aa_end": null,
          "aa_length": 557,
          "cds_start": 563,
          "cds_end": null,
          "cds_length": 1674,
          "cdna_start": 745,
          "cdna_end": null,
          "cdna_length": 3597,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_024454166.2"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RAP1GDS1",
          "gene_hgnc_id": 9859,
          "hgvs_c": "c.470A>G",
          "hgvs_p": "p.Glu157Gly",
          "transcript": "XM_024454168.2",
          "protein_id": "XP_024309936.1",
          "transcript_support_level": null,
          "aa_start": 157,
          "aa_end": null,
          "aa_length": 527,
          "cds_start": 470,
          "cds_end": null,
          "cds_length": 1584,
          "cdna_start": 574,
          "cdna_end": null,
          "cdna_length": 3429,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_024454168.2"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RAP1GDS1",
          "gene_hgnc_id": 9859,
          "hgvs_c": "c.470A>G",
          "hgvs_p": "p.Glu157Gly",
          "transcript": "XM_047416051.1",
          "protein_id": "XP_047272007.1",
          "transcript_support_level": null,
          "aa_start": 157,
          "aa_end": null,
          "aa_length": 527,
          "cds_start": 470,
          "cds_end": null,
          "cds_length": 1584,
          "cdna_start": 671,
          "cdna_end": null,
          "cdna_length": 3526,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047416051.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RAP1GDS1",
          "gene_hgnc_id": 9859,
          "hgvs_c": "c.176A>G",
          "hgvs_p": "p.Glu59Gly",
          "transcript": "XM_047416052.1",
          "protein_id": "XP_047272008.1",
          "transcript_support_level": null,
          "aa_start": 59,
          "aa_end": null,
          "aa_length": 429,
          "cds_start": 176,
          "cds_end": null,
          "cds_length": 1290,
          "cdna_start": 331,
          "cdna_end": null,
          "cdna_length": 3186,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047416052.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": 6,
          "intron_rank_end": null,
          "gene_symbol": "RAP1GDS1",
          "gene_hgnc_id": 9859,
          "hgvs_c": "c.638-12196A>G",
          "hgvs_p": null,
          "transcript": "ENST00000945544.1",
          "protein_id": "ENSP00000615603.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 564,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 1695,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2394,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000945544.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "RAP1GDS1",
          "gene_hgnc_id": 9859,
          "hgvs_c": "c.494-12196A>G",
          "hgvs_p": null,
          "transcript": "ENST00000884491.1",
          "protein_id": "ENSP00000554550.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 517,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 1554,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2277,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000884491.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "RAP1GDS1",
          "gene_hgnc_id": 9859,
          "hgvs_c": "c.491-12196A>G",
          "hgvs_p": null,
          "transcript": "ENST00000884495.1",
          "protein_id": "ENSP00000554554.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 516,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 1551,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2199,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000884495.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "RAP1GDS1",
          "gene_hgnc_id": 9859,
          "hgvs_c": "c.491-12196A>G",
          "hgvs_p": null,
          "transcript": "ENST00000945538.1",
          "protein_id": "ENSP00000615597.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 515,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 1548,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3440,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000945538.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "RAP1GDS1",
          "gene_hgnc_id": 9859,
          "hgvs_c": "c.191-12196A>G",
          "hgvs_p": null,
          "transcript": "ENST00000509501.5",
          "protein_id": "ENSP00000421482.1",
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 251,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 756,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 757,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000509501.5"
        }
      ],
      "gene_symbol": "RAP1GDS1",
      "gene_hgnc_id": 9859,
      "dbsnp": "rs772067720",
      "frequency_reference_population": 0.000017417398,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 28,
      "gnomad_exomes_af": 0.00000687093,
      "gnomad_genomes_af": 0.000118281,
      "gnomad_exomes_ac": 10,
      "gnomad_genomes_ac": 18,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.25811684131622314,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.308,
      "revel_prediction": "Uncertain_significance",
      "alphamissense_score": 0.1343,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.11,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 8.947,
      "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": -2,
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "BP4_Moderate",
      "acmg_by_gene": [
        {
          "score": -2,
          "benign_score": 2,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Moderate"
          ],
          "verdict": "Likely_benign",
          "transcript": "NM_001100426.2",
          "gene_symbol": "RAP1GDS1",
          "hgnc_id": 9859,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "c.713A>G",
          "hgvs_p": "p.Glu238Gly"
        }
      ],
      "clinvar_disease": "not specified",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "phenotype_combined": "not specified",
      "pathogenicity_classification_combined": "Uncertain significance",
      "custom_annotations": null
    }
  ],
  "message": null
}
For research and educational, non-commercial use only. Not for clinical or diagnostic use. GeneBe does not provide medical advice. Data use for AI modeling is prohibited: if used, the cost is $0.001 per byte of downloaded uncompressed data.